google-apis-compute_alpha 0.26.0 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220215"
25
+ REVISION = "20220312"
26
26
  end
27
27
  end
28
28
  end
@@ -718,6 +718,18 @@ module Google
718
718
  include Google::Apis::Core::JsonObjectSupport
719
719
  end
720
720
 
721
+ class DiskAsyncReplication
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class DiskAsyncReplicationList
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
721
733
  class DiskInstantiationConfig
722
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
723
735
 
@@ -748,6 +760,18 @@ module Google
748
760
  include Google::Apis::Core::JsonObjectSupport
749
761
  end
750
762
 
763
+ class DiskResourceStatus
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class DiskResourceStatusAsyncReplicationStatus
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
751
775
  class DiskType
752
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
753
777
 
@@ -844,6 +868,24 @@ module Google
844
868
  include Google::Apis::Core::JsonObjectSupport
845
869
  end
846
870
 
871
+ class DisksStartAsyncReplicationRequest
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class DisksStopAsyncReplicationRequest
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class DisksStopGroupAsyncReplicationRequest
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
847
889
  class DisplayDevice
848
890
  class Representation < Google::Apis::Core::JsonRepresentation; end
849
891
 
@@ -2644,6 +2686,12 @@ module Google
2644
2686
  include Google::Apis::Core::JsonObjectSupport
2645
2687
  end
2646
2688
 
2689
+ class LocationPolicyLocationConstraints
2690
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2691
+
2692
+ include Google::Apis::Core::JsonObjectSupport
2693
+ end
2694
+
2647
2695
  class LogConfig
2648
2696
  class Representation < Google::Apis::Core::JsonRepresentation; end
2649
2697
 
@@ -3934,6 +3982,24 @@ module Google
3934
3982
  include Google::Apis::Core::JsonObjectSupport
3935
3983
  end
3936
3984
 
3985
+ class RegionDisksStartAsyncReplicationRequest
3986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3987
+
3988
+ include Google::Apis::Core::JsonObjectSupport
3989
+ end
3990
+
3991
+ class RegionDisksStopAsyncReplicationRequest
3992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3993
+
3994
+ include Google::Apis::Core::JsonObjectSupport
3995
+ end
3996
+
3997
+ class RegionDisksStopGroupAsyncReplicationRequest
3998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3999
+
4000
+ include Google::Apis::Core::JsonObjectSupport
4001
+ end
4002
+
3937
4003
  class RegionInstanceGroupList
3938
4004
  class Representation < Google::Apis::Core::JsonRepresentation; end
3939
4005
 
@@ -6472,6 +6538,7 @@ module Google
6472
6538
  property :description, as: 'description'
6473
6539
  property :id, :numeric_string => true, as: 'id'
6474
6540
  property :ip_version, as: 'ipVersion'
6541
+ property :ipv6_endpoint_type, as: 'ipv6EndpointType'
6475
6542
  property :kind, as: 'kind'
6476
6543
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
6477
6544
  hash :labels, as: 'labels'
@@ -6638,6 +6705,7 @@ module Google
6638
6705
  class AttachedDisk
6639
6706
  # @private
6640
6707
  class Representation < Google::Apis::Core::JsonRepresentation
6708
+ property :architecture, as: 'architecture'
6641
6709
  property :auto_delete, as: 'autoDelete'
6642
6710
  property :boot, as: 'boot'
6643
6711
  property :device_name, as: 'deviceName'
@@ -7686,6 +7754,10 @@ module Google
7686
7754
  # @private
7687
7755
  class Representation < Google::Apis::Core::JsonRepresentation
7688
7756
  property :architecture, as: 'architecture'
7757
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeAlpha::DiskAsyncReplication, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplication::Representation
7758
+
7759
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeAlpha::DiskAsyncReplicationList, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplicationList::Representation
7760
+
7689
7761
  property :creation_timestamp, as: 'creationTimestamp'
7690
7762
  property :description, as: 'description'
7691
7763
  property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
@@ -7712,10 +7784,14 @@ module Google
7712
7784
  property :region, as: 'region'
7713
7785
  collection :replica_zones, as: 'replicaZones'
7714
7786
  collection :resource_policies, as: 'resourcePolicies'
7787
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::DiskResourceStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatus::Representation
7788
+
7715
7789
  property :satisfies_pzs, as: 'satisfiesPzs'
7716
7790
  property :self_link, as: 'selfLink'
7717
7791
  property :self_link_with_id, as: 'selfLinkWithId'
7718
7792
  property :size_gb, :numeric_string => true, as: 'sizeGb'
7793
+ property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
7794
+ property :source_consistency_group_policy_id, as: 'sourceConsistencyGroupPolicyId'
7719
7795
  property :source_disk, as: 'sourceDisk'
7720
7796
  property :source_disk_id, as: 'sourceDiskId'
7721
7797
  property :source_image, as: 'sourceImage'
@@ -7771,6 +7847,22 @@ module Google
7771
7847
  end
7772
7848
  end
7773
7849
 
7850
+ class DiskAsyncReplication
7851
+ # @private
7852
+ class Representation < Google::Apis::Core::JsonRepresentation
7853
+ property :disk, as: 'disk'
7854
+ property :disk_id, as: 'diskId'
7855
+ end
7856
+ end
7857
+
7858
+ class DiskAsyncReplicationList
7859
+ # @private
7860
+ class Representation < Google::Apis::Core::JsonRepresentation
7861
+ property :async_replication_disk, as: 'asyncReplicationDisk', class: Google::Apis::ComputeAlpha::DiskAsyncReplication, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplication::Representation
7862
+
7863
+ end
7864
+ end
7865
+
7774
7866
  class DiskInstantiationConfig
7775
7867
  # @private
7776
7868
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7821,6 +7913,23 @@ module Google
7821
7913
  end
7822
7914
  end
7823
7915
 
7916
+ class DiskResourceStatus
7917
+ # @private
7918
+ class Representation < Google::Apis::Core::JsonRepresentation
7919
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus::Representation
7920
+
7921
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus::Representation
7922
+
7923
+ end
7924
+ end
7925
+
7926
+ class DiskResourceStatusAsyncReplicationStatus
7927
+ # @private
7928
+ class Representation < Google::Apis::Core::JsonRepresentation
7929
+ property :state, as: 'state'
7930
+ end
7931
+ end
7932
+
7824
7933
  class DiskType
7825
7934
  # @private
7826
7935
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7982,6 +8091,27 @@ module Google
7982
8091
  end
7983
8092
  end
7984
8093
 
8094
+ class DisksStartAsyncReplicationRequest
8095
+ # @private
8096
+ class Representation < Google::Apis::Core::JsonRepresentation
8097
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
8098
+ end
8099
+ end
8100
+
8101
+ class DisksStopAsyncReplicationRequest
8102
+ # @private
8103
+ class Representation < Google::Apis::Core::JsonRepresentation
8104
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
8105
+ end
8106
+ end
8107
+
8108
+ class DisksStopGroupAsyncReplicationRequest
8109
+ # @private
8110
+ class Representation < Google::Apis::Core::JsonRepresentation
8111
+ property :resource_policy, as: 'resourcePolicy'
8112
+ end
8113
+ end
8114
+
7985
8115
  class DisplayDevice
7986
8116
  # @private
7987
8117
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8305,6 +8435,7 @@ module Google
8305
8435
  property :match, as: 'match', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcher::Representation
8306
8436
 
8307
8437
  property :priority, as: 'priority'
8438
+ property :rule_name, as: 'ruleName'
8308
8439
  property :rule_tuple_count, as: 'ruleTupleCount'
8309
8440
  collection :target_resources, as: 'targetResources'
8310
8441
  collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
@@ -8320,6 +8451,7 @@ module Google
8320
8451
  collection :dest_fqdns, as: 'destFqdns'
8321
8452
  collection :dest_ip_ranges, as: 'destIpRanges'
8322
8453
  collection :dest_region_codes, as: 'destRegionCodes'
8454
+ collection :dest_threat_intelligences, as: 'destThreatIntelligences'
8323
8455
  collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config::Representation
8324
8456
 
8325
8457
  collection :src_address_groups, as: 'srcAddressGroups'
@@ -8328,6 +8460,7 @@ module Google
8328
8460
  collection :src_region_codes, as: 'srcRegionCodes'
8329
8461
  collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
8330
8462
 
8463
+ collection :src_threat_intelligences, as: 'srcThreatIntelligences'
8331
8464
  end
8332
8465
  end
8333
8466
 
@@ -8380,6 +8513,7 @@ module Google
8380
8513
  property :name, as: 'name'
8381
8514
  property :network, as: 'network'
8382
8515
  property :network_tier, as: 'networkTier'
8516
+ property :no_automate_dns_zone, as: 'noAutomateDnsZone'
8383
8517
  property :port_range, as: 'portRange'
8384
8518
  collection :ports, as: 'ports'
8385
8519
  property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
@@ -9729,6 +9863,7 @@ module Google
9729
9863
 
9730
9864
  property :instance_template, as: 'instanceTemplate'
9731
9865
  property :kind, as: 'kind'
9866
+ property :list_managed_instances_results, as: 'listManagedInstancesResults'
9732
9867
  property :name, as: 'name'
9733
9868
  collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeAlpha::NamedPort, decorator: Google::Apis::ComputeAlpha::NamedPort::Representation
9734
9869
 
@@ -11417,10 +11552,19 @@ module Google
11417
11552
  class LocationPolicyLocation
11418
11553
  # @private
11419
11554
  class Representation < Google::Apis::Core::JsonRepresentation
11555
+ property :constraints, as: 'constraints', class: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints, decorator: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints::Representation
11556
+
11420
11557
  property :preference, as: 'preference'
11421
11558
  end
11422
11559
  end
11423
11560
 
11561
+ class LocationPolicyLocationConstraints
11562
+ # @private
11563
+ class Representation < Google::Apis::Core::JsonRepresentation
11564
+ property :max_count, as: 'maxCount'
11565
+ end
11566
+ end
11567
+
11424
11568
  class LogConfig
11425
11569
  # @private
11426
11570
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11533,6 +11677,7 @@ module Google
11533
11677
  class Representation < Google::Apis::Core::JsonRepresentation
11534
11678
  collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeAlpha::MachineType::Accelerator, decorator: Google::Apis::ComputeAlpha::MachineType::Accelerator::Representation
11535
11679
 
11680
+ property :architecture, as: 'architecture'
11536
11681
  property :creation_timestamp, as: 'creationTimestamp'
11537
11682
  property :deprecated, as: 'deprecated', class: Google::Apis::ComputeAlpha::DeprecationStatus, decorator: Google::Apis::ComputeAlpha::DeprecationStatus::Representation
11538
11683
 
@@ -13497,6 +13642,7 @@ module Google
13497
13642
  property :ip_cidr_range, as: 'ipCidrRange'
13498
13643
  property :kind, as: 'kind'
13499
13644
  property :name, as: 'name'
13645
+ property :pdp_scope, as: 'pdpScope'
13500
13646
  collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
13501
13647
 
13502
13648
  property :self_link, as: 'selfLink'
@@ -13820,6 +13966,27 @@ module Google
13820
13966
  end
13821
13967
  end
13822
13968
 
13969
+ class RegionDisksStartAsyncReplicationRequest
13970
+ # @private
13971
+ class Representation < Google::Apis::Core::JsonRepresentation
13972
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
13973
+ end
13974
+ end
13975
+
13976
+ class RegionDisksStopAsyncReplicationRequest
13977
+ # @private
13978
+ class Representation < Google::Apis::Core::JsonRepresentation
13979
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
13980
+ end
13981
+ end
13982
+
13983
+ class RegionDisksStopGroupAsyncReplicationRequest
13984
+ # @private
13985
+ class Representation < Google::Apis::Core::JsonRepresentation
13986
+ property :resource_policy, as: 'resourcePolicy'
13987
+ end
13988
+ end
13989
+
13823
13990
  class RegionInstanceGroupList
13824
13991
  # @private
13825
13992
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14926,6 +15093,7 @@ module Google
14926
15093
  collection :drain_nat_ips, as: 'drainNatIps'
14927
15094
  property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
14928
15095
  property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
15096
+ collection :endpoint_types, as: 'endpointTypes'
14929
15097
  property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
14930
15098
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeAlpha::RouterNatLogConfig, decorator: Google::Apis::ComputeAlpha::RouterNatLogConfig::Representation
14931
15099
 
@@ -15444,6 +15612,7 @@ module Google
15444
15612
  property :redirect_options, as: 'redirectOptions', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRedirectOptions::Representation
15445
15613
 
15446
15614
  property :redirect_target, as: 'redirectTarget'
15615
+ property :rule_managed_protection_tier, as: 'ruleManagedProtectionTier'
15447
15616
  property :rule_number, :numeric_string => true, as: 'ruleNumber'
15448
15617
  property :rule_tuple_count, as: 'ruleTupleCount'
15449
15618
  collection :target_resources, as: 'targetResources'
@@ -15868,6 +16037,8 @@ module Google
15868
16037
  property :source_disk_id, as: 'sourceDiskId'
15869
16038
  property :source_instant_snapshot, as: 'sourceInstantSnapshot'
15870
16039
  property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
16040
+ property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
16041
+ property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
15871
16042
  property :status, as: 'status'
15872
16043
  property :storage_bytes, :numeric_string => true, as: 'storageBytes'
15873
16044
  property :storage_bytes_status, as: 'storageBytesStatus'
@@ -16284,6 +16455,7 @@ module Google
16284
16455
  property :flow_sampling, as: 'flowSampling'
16285
16456
  property :gateway_address, as: 'gatewayAddress'
16286
16457
  property :id, :numeric_string => true, as: 'id'
16458
+ property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
16287
16459
  property :ip_cidr_range, as: 'ipCidrRange'
16288
16460
  property :ipv6_access_type, as: 'ipv6AccessType'
16289
16461
  property :ipv6_cidr_range, as: 'ipv6CidrRange'
@@ -17136,6 +17308,7 @@ module Google
17136
17308
  property :name, as: 'name'
17137
17309
  property :proxy_bind, as: 'proxyBind'
17138
17310
  property :proxy_header, as: 'proxyHeader'
17311
+ property :region, as: 'region'
17139
17312
  property :self_link, as: 'selfLink'
17140
17313
  property :service, as: 'service'
17141
17314
  end