google-apis-compute_alpha 0.35.0 → 0.38.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.
@@ -1822,6 +1822,36 @@ module Google
1822
1822
  include Google::Apis::Core::JsonObjectSupport
1823
1823
  end
1824
1824
 
1825
+ class InstanceGroupManagerResizeRequest
1826
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1827
+
1828
+ include Google::Apis::Core::JsonObjectSupport
1829
+ end
1830
+
1831
+ class InstanceGroupManagerResizeRequestStatus
1832
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1833
+
1834
+ include Google::Apis::Core::JsonObjectSupport
1835
+ end
1836
+
1837
+ class InstanceGroupManagerResizeRequestsListResponse
1838
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1839
+
1840
+ class Warning
1841
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1842
+
1843
+ class Datum
1844
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1845
+
1846
+ include Google::Apis::Core::JsonObjectSupport
1847
+ end
1848
+
1849
+ include Google::Apis::Core::JsonObjectSupport
1850
+ end
1851
+
1852
+ include Google::Apis::Core::JsonObjectSupport
1853
+ end
1854
+
1825
1855
  class InstanceGroupManagerStandbyPolicy
1826
1856
  class Representation < Google::Apis::Core::JsonRepresentation; end
1827
1857
 
@@ -3916,6 +3946,12 @@ module Google
3916
3946
  include Google::Apis::Core::JsonObjectSupport
3917
3947
  end
3918
3948
 
3949
+ class QueuingPolicy
3950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3951
+
3952
+ include Google::Apis::Core::JsonObjectSupport
3953
+ end
3954
+
3919
3955
  class Quota
3920
3956
  class Representation < Google::Apis::Core::JsonRepresentation; end
3921
3957
 
@@ -4408,6 +4444,12 @@ module Google
4408
4444
  include Google::Apis::Core::JsonObjectSupport
4409
4445
  end
4410
4446
 
4447
+ class ResourcePolicyDiskConsistencyGroupPolicy
4448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4449
+
4450
+ include Google::Apis::Core::JsonObjectSupport
4451
+ end
4452
+
4411
4453
  class ResourcePolicyGroupPlacementPolicy
4412
4454
  class Representation < Google::Apis::Core::JsonRepresentation; end
4413
4455
 
@@ -4858,6 +4900,12 @@ module Google
4858
4900
  include Google::Apis::Core::JsonObjectSupport
4859
4901
  end
4860
4902
 
4903
+ class SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig
4904
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4905
+
4906
+ include Google::Apis::Core::JsonObjectSupport
4907
+ end
4908
+
4861
4909
  class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
4862
4910
  class Representation < Google::Apis::Core::JsonRepresentation; end
4863
4911
 
@@ -7201,6 +7249,7 @@ module Google
7201
7249
  property :subsetting, as: 'subsetting', class: Google::Apis::ComputeAlpha::Subsetting, decorator: Google::Apis::ComputeAlpha::Subsetting::Representation
7202
7250
 
7203
7251
  property :timeout_sec, as: 'timeoutSec'
7252
+ property :vpc_network_scope, as: 'vpcNetworkScope'
7204
7253
  end
7205
7254
  end
7206
7255
 
@@ -9940,6 +9989,7 @@ module Google
9940
9989
  class Representation < Google::Apis::Core::JsonRepresentation
9941
9990
  property :abandoning, as: 'abandoning'
9942
9991
  property :creating, as: 'creating'
9992
+ property :creating_atomically, as: 'creatingAtomically'
9943
9993
  property :creating_without_retries, as: 'creatingWithoutRetries'
9944
9994
  property :deleting, as: 'deleting'
9945
9995
  property :none, as: 'none'
@@ -10062,6 +10112,66 @@ module Google
10062
10112
  end
10063
10113
  end
10064
10114
 
10115
+ class InstanceGroupManagerResizeRequest
10116
+ # @private
10117
+ class Representation < Google::Apis::Core::JsonRepresentation
10118
+ property :count, as: 'count'
10119
+ property :creation_timestamp, as: 'creationTimestamp'
10120
+ property :description, as: 'description'
10121
+ property :id, :numeric_string => true, as: 'id'
10122
+ property :kind, as: 'kind'
10123
+ property :name, as: 'name'
10124
+ property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
10125
+
10126
+ property :self_link, as: 'selfLink'
10127
+ property :self_link_with_id, as: 'selfLinkWithId'
10128
+ property :state, as: 'state'
10129
+ property :status, as: 'status', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Representation
10130
+
10131
+ property :zone, as: 'zone'
10132
+ end
10133
+ end
10134
+
10135
+ class InstanceGroupManagerResizeRequestStatus
10136
+ # @private
10137
+ class Representation < Google::Apis::Core::JsonRepresentation
10138
+ property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
10139
+
10140
+ end
10141
+ end
10142
+
10143
+ class InstanceGroupManagerResizeRequestsListResponse
10144
+ # @private
10145
+ class Representation < Google::Apis::Core::JsonRepresentation
10146
+ property :id, as: 'id'
10147
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequest, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequest::Representation
10148
+
10149
+ property :kind, as: 'kind'
10150
+ property :next_page_token, as: 'nextPageToken'
10151
+ property :self_link, as: 'selfLink'
10152
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestsListResponse::Warning::Representation
10153
+
10154
+ end
10155
+
10156
+ class Warning
10157
+ # @private
10158
+ class Representation < Google::Apis::Core::JsonRepresentation
10159
+ property :code, as: 'code'
10160
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestsListResponse::Warning::Datum::Representation
10161
+
10162
+ property :message, as: 'message'
10163
+ end
10164
+
10165
+ class Datum
10166
+ # @private
10167
+ class Representation < Google::Apis::Core::JsonRepresentation
10168
+ property :key, as: 'key'
10169
+ property :value, as: 'value'
10170
+ end
10171
+ end
10172
+ end
10173
+ end
10174
+
10065
10175
  class InstanceGroupManagerStandbyPolicy
10066
10176
  # @private
10067
10177
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13873,6 +13983,15 @@ module Google
13873
13983
  end
13874
13984
  end
13875
13985
 
13986
+ class QueuingPolicy
13987
+ # @private
13988
+ class Representation < Google::Apis::Core::JsonRepresentation
13989
+ property :valid_until_duration, as: 'validUntilDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
13990
+
13991
+ property :valid_until_time, as: 'validUntilTime'
13992
+ end
13993
+ end
13994
+
13876
13995
  class Quota
13877
13996
  # @private
13878
13997
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14607,6 +14726,8 @@ module Google
14607
14726
  class Representation < Google::Apis::Core::JsonRepresentation
14608
14727
  property :creation_timestamp, as: 'creationTimestamp'
14609
14728
  property :description, as: 'description'
14729
+ property :disk_consistency_group_policy, as: 'diskConsistencyGroupPolicy', class: Google::Apis::ComputeAlpha::ResourcePolicyDiskConsistencyGroupPolicy, decorator: Google::Apis::ComputeAlpha::ResourcePolicyDiskConsistencyGroupPolicy::Representation
14730
+
14610
14731
  property :group_placement_policy, as: 'groupPlacementPolicy', class: Google::Apis::ComputeAlpha::ResourcePolicyGroupPlacementPolicy, decorator: Google::Apis::ComputeAlpha::ResourcePolicyGroupPlacementPolicy::Representation
14611
14732
 
14612
14733
  property :id, :numeric_string => true, as: 'id'
@@ -14670,6 +14791,12 @@ module Google
14670
14791
  end
14671
14792
  end
14672
14793
 
14794
+ class ResourcePolicyDiskConsistencyGroupPolicy
14795
+ # @private
14796
+ class Representation < Google::Apis::Core::JsonRepresentation
14797
+ end
14798
+ end
14799
+
14673
14800
  class ResourcePolicyGroupPlacementPolicy
14674
14801
  # @private
14675
14802
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15554,11 +15681,23 @@ module Google
15554
15681
  class SecurityPolicyAdaptiveProtectionConfig
15555
15682
  # @private
15556
15683
  class Representation < Google::Apis::Core::JsonRepresentation
15684
+ property :auto_deploy_config, as: 'autoDeployConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig::Representation
15685
+
15557
15686
  property :layer7_ddos_defense_config, as: 'layer7DdosDefenseConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig::Representation
15558
15687
 
15559
15688
  end
15560
15689
  end
15561
15690
 
15691
+ class SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig
15692
+ # @private
15693
+ class Representation < Google::Apis::Core::JsonRepresentation
15694
+ property :confidence_threshold, as: 'confidenceThreshold'
15695
+ property :expiration_sec, as: 'expirationSec'
15696
+ property :impacted_baseline_threshold, as: 'impactedBaselineThreshold'
15697
+ property :load_threshold, as: 'loadThreshold'
15698
+ end
15699
+ end
15700
+
15562
15701
  class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
15563
15702
  # @private
15564
15703
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16521,7 +16660,6 @@ module Google
16521
16660
  property :network, as: 'network'
16522
16661
  property :private_ip_google_access, as: 'privateIpGoogleAccess'
16523
16662
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
16524
- collection :private_ipv6_google_access_service_accounts, as: 'privateIpv6GoogleAccessServiceAccounts'
16525
16663
  property :purpose, as: 'purpose'
16526
16664
  property :region, as: 'region'
16527
16665
  property :reserved_internal_range, as: 'reservedInternalRange'
@@ -17809,10 +17947,16 @@ module Google
17809
17947
  class UsableSubnetwork
17810
17948
  # @private
17811
17949
  class Representation < Google::Apis::Core::JsonRepresentation
17950
+ property :external_ipv6_prefix, as: 'externalIpv6Prefix'
17951
+ property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
17812
17952
  property :ip_cidr_range, as: 'ipCidrRange'
17953
+ property :ipv6_access_type, as: 'ipv6AccessType'
17813
17954
  property :network, as: 'network'
17955
+ property :purpose, as: 'purpose'
17956
+ property :role, as: 'role'
17814
17957
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeAlpha::UsableSubnetworkSecondaryRange, decorator: Google::Apis::ComputeAlpha::UsableSubnetworkSecondaryRange::Representation
17815
17958
 
17959
+ property :stack_type, as: 'stackType'
17816
17960
  property :subnetwork, as: 'subnetwork'
17817
17961
  end
17818
17962
  end