google-apis-compute_alpha 0.26.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.27.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 = "20220224"
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'
@@ -7686,6 +7753,10 @@ module Google
7686
7753
  # @private
7687
7754
  class Representation < Google::Apis::Core::JsonRepresentation
7688
7755
  property :architecture, as: 'architecture'
7756
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeAlpha::DiskAsyncReplication, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplication::Representation
7757
+
7758
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeAlpha::DiskAsyncReplicationList, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplicationList::Representation
7759
+
7689
7760
  property :creation_timestamp, as: 'creationTimestamp'
7690
7761
  property :description, as: 'description'
7691
7762
  property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
@@ -7712,10 +7783,14 @@ module Google
7712
7783
  property :region, as: 'region'
7713
7784
  collection :replica_zones, as: 'replicaZones'
7714
7785
  collection :resource_policies, as: 'resourcePolicies'
7786
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::DiskResourceStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatus::Representation
7787
+
7715
7788
  property :satisfies_pzs, as: 'satisfiesPzs'
7716
7789
  property :self_link, as: 'selfLink'
7717
7790
  property :self_link_with_id, as: 'selfLinkWithId'
7718
7791
  property :size_gb, :numeric_string => true, as: 'sizeGb'
7792
+ property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
7793
+ property :source_consistency_group_policy_id, as: 'sourceConsistencyGroupPolicyId'
7719
7794
  property :source_disk, as: 'sourceDisk'
7720
7795
  property :source_disk_id, as: 'sourceDiskId'
7721
7796
  property :source_image, as: 'sourceImage'
@@ -7771,6 +7846,22 @@ module Google
7771
7846
  end
7772
7847
  end
7773
7848
 
7849
+ class DiskAsyncReplication
7850
+ # @private
7851
+ class Representation < Google::Apis::Core::JsonRepresentation
7852
+ property :disk, as: 'disk'
7853
+ property :disk_id, as: 'diskId'
7854
+ end
7855
+ end
7856
+
7857
+ class DiskAsyncReplicationList
7858
+ # @private
7859
+ class Representation < Google::Apis::Core::JsonRepresentation
7860
+ property :async_replication_disk, as: 'asyncReplicationDisk', class: Google::Apis::ComputeAlpha::DiskAsyncReplication, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplication::Representation
7861
+
7862
+ end
7863
+ end
7864
+
7774
7865
  class DiskInstantiationConfig
7775
7866
  # @private
7776
7867
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7821,6 +7912,23 @@ module Google
7821
7912
  end
7822
7913
  end
7823
7914
 
7915
+ class DiskResourceStatus
7916
+ # @private
7917
+ class Representation < Google::Apis::Core::JsonRepresentation
7918
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus::Representation
7919
+
7920
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus::Representation
7921
+
7922
+ end
7923
+ end
7924
+
7925
+ class DiskResourceStatusAsyncReplicationStatus
7926
+ # @private
7927
+ class Representation < Google::Apis::Core::JsonRepresentation
7928
+ property :state, as: 'state'
7929
+ end
7930
+ end
7931
+
7824
7932
  class DiskType
7825
7933
  # @private
7826
7934
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7982,6 +8090,27 @@ module Google
7982
8090
  end
7983
8091
  end
7984
8092
 
8093
+ class DisksStartAsyncReplicationRequest
8094
+ # @private
8095
+ class Representation < Google::Apis::Core::JsonRepresentation
8096
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
8097
+ end
8098
+ end
8099
+
8100
+ class DisksStopAsyncReplicationRequest
8101
+ # @private
8102
+ class Representation < Google::Apis::Core::JsonRepresentation
8103
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
8104
+ end
8105
+ end
8106
+
8107
+ class DisksStopGroupAsyncReplicationRequest
8108
+ # @private
8109
+ class Representation < Google::Apis::Core::JsonRepresentation
8110
+ property :resource_policy, as: 'resourcePolicy'
8111
+ end
8112
+ end
8113
+
7985
8114
  class DisplayDevice
7986
8115
  # @private
7987
8116
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8305,6 +8434,7 @@ module Google
8305
8434
  property :match, as: 'match', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcher::Representation
8306
8435
 
8307
8436
  property :priority, as: 'priority'
8437
+ property :rule_name, as: 'ruleName'
8308
8438
  property :rule_tuple_count, as: 'ruleTupleCount'
8309
8439
  collection :target_resources, as: 'targetResources'
8310
8440
  collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
@@ -8320,6 +8450,7 @@ module Google
8320
8450
  collection :dest_fqdns, as: 'destFqdns'
8321
8451
  collection :dest_ip_ranges, as: 'destIpRanges'
8322
8452
  collection :dest_region_codes, as: 'destRegionCodes'
8453
+ collection :dest_threat_intelligences, as: 'destThreatIntelligences'
8323
8454
  collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config::Representation
8324
8455
 
8325
8456
  collection :src_address_groups, as: 'srcAddressGroups'
@@ -8328,6 +8459,7 @@ module Google
8328
8459
  collection :src_region_codes, as: 'srcRegionCodes'
8329
8460
  collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
8330
8461
 
8462
+ collection :src_threat_intelligences, as: 'srcThreatIntelligences'
8331
8463
  end
8332
8464
  end
8333
8465
 
@@ -9729,6 +9861,7 @@ module Google
9729
9861
 
9730
9862
  property :instance_template, as: 'instanceTemplate'
9731
9863
  property :kind, as: 'kind'
9864
+ property :list_managed_instances_results, as: 'listManagedInstancesResults'
9732
9865
  property :name, as: 'name'
9733
9866
  collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeAlpha::NamedPort, decorator: Google::Apis::ComputeAlpha::NamedPort::Representation
9734
9867
 
@@ -11417,10 +11550,19 @@ module Google
11417
11550
  class LocationPolicyLocation
11418
11551
  # @private
11419
11552
  class Representation < Google::Apis::Core::JsonRepresentation
11553
+ property :constraints, as: 'constraints', class: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints, decorator: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints::Representation
11554
+
11420
11555
  property :preference, as: 'preference'
11421
11556
  end
11422
11557
  end
11423
11558
 
11559
+ class LocationPolicyLocationConstraints
11560
+ # @private
11561
+ class Representation < Google::Apis::Core::JsonRepresentation
11562
+ property :max_count, as: 'maxCount'
11563
+ end
11564
+ end
11565
+
11424
11566
  class LogConfig
11425
11567
  # @private
11426
11568
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13497,6 +13639,7 @@ module Google
13497
13639
  property :ip_cidr_range, as: 'ipCidrRange'
13498
13640
  property :kind, as: 'kind'
13499
13641
  property :name, as: 'name'
13642
+ property :pdp_scope, as: 'pdpScope'
13500
13643
  collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
13501
13644
 
13502
13645
  property :self_link, as: 'selfLink'
@@ -13820,6 +13963,27 @@ module Google
13820
13963
  end
13821
13964
  end
13822
13965
 
13966
+ class RegionDisksStartAsyncReplicationRequest
13967
+ # @private
13968
+ class Representation < Google::Apis::Core::JsonRepresentation
13969
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
13970
+ end
13971
+ end
13972
+
13973
+ class RegionDisksStopAsyncReplicationRequest
13974
+ # @private
13975
+ class Representation < Google::Apis::Core::JsonRepresentation
13976
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
13977
+ end
13978
+ end
13979
+
13980
+ class RegionDisksStopGroupAsyncReplicationRequest
13981
+ # @private
13982
+ class Representation < Google::Apis::Core::JsonRepresentation
13983
+ property :resource_policy, as: 'resourcePolicy'
13984
+ end
13985
+ end
13986
+
13823
13987
  class RegionInstanceGroupList
13824
13988
  # @private
13825
13989
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14926,6 +15090,7 @@ module Google
14926
15090
  collection :drain_nat_ips, as: 'drainNatIps'
14927
15091
  property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
14928
15092
  property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
15093
+ collection :endpoint_types, as: 'endpointTypes'
14929
15094
  property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
14930
15095
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeAlpha::RouterNatLogConfig, decorator: Google::Apis::ComputeAlpha::RouterNatLogConfig::Representation
14931
15096
 
@@ -15444,6 +15609,7 @@ module Google
15444
15609
  property :redirect_options, as: 'redirectOptions', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRedirectOptions::Representation
15445
15610
 
15446
15611
  property :redirect_target, as: 'redirectTarget'
15612
+ property :rule_managed_protection_tier, as: 'ruleManagedProtectionTier'
15447
15613
  property :rule_number, :numeric_string => true, as: 'ruleNumber'
15448
15614
  property :rule_tuple_count, as: 'ruleTupleCount'
15449
15615
  collection :target_resources, as: 'targetResources'
@@ -16284,6 +16450,7 @@ module Google
16284
16450
  property :flow_sampling, as: 'flowSampling'
16285
16451
  property :gateway_address, as: 'gatewayAddress'
16286
16452
  property :id, :numeric_string => true, as: 'id'
16453
+ property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
16287
16454
  property :ip_cidr_range, as: 'ipCidrRange'
16288
16455
  property :ipv6_access_type, as: 'ipv6AccessType'
16289
16456
  property :ipv6_cidr_range, as: 'ipv6CidrRange'
@@ -17136,6 +17303,7 @@ module Google
17136
17303
  property :name, as: 'name'
17137
17304
  property :proxy_bind, as: 'proxyBind'
17138
17305
  property :proxy_header, as: 'proxyHeader'
17306
+ property :region, as: 'region'
17139
17307
  property :self_link, as: 'selfLink'
17140
17308
  property :service, as: 'service'
17141
17309
  end