google-apis-compute_alpha 0.2.0 → 0.7.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/compute_alpha.rb +1 -1
- data/lib/google/apis/compute_alpha/classes.rb +1077 -91
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +420 -2
- data/lib/google/apis/compute_alpha/service.rb +2144 -562
- metadata +5 -5
@@ -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.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1036,6 +1036,12 @@ module Google
|
|
1036
1036
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1037
|
end
|
1038
1038
|
|
1039
|
+
class FirewallPolicyRuleSecureTag
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1039
1045
|
class FixedOrPercent
|
1040
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1047
|
|
@@ -1498,6 +1504,12 @@ module Google
|
|
1498
1504
|
include Google::Apis::Core::JsonObjectSupport
|
1499
1505
|
end
|
1500
1506
|
|
1507
|
+
class ImageFamilyView
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
|
+
|
1510
|
+
include Google::Apis::Core::JsonObjectSupport
|
1511
|
+
end
|
1512
|
+
|
1501
1513
|
class ImageList
|
1502
1514
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
1515
|
|
@@ -1648,6 +1660,18 @@ module Google
|
|
1648
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1649
1661
|
end
|
1650
1662
|
|
1663
|
+
class InstanceGroupManagerInstanceLifecyclePolicy
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
+
|
1666
|
+
include Google::Apis::Core::JsonObjectSupport
|
1667
|
+
end
|
1668
|
+
|
1669
|
+
class InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
|
1670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
|
+
|
1672
|
+
include Google::Apis::Core::JsonObjectSupport
|
1673
|
+
end
|
1674
|
+
|
1651
1675
|
class InstanceGroupManagerList
|
1652
1676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
1677
|
|
@@ -1780,6 +1804,12 @@ module Google
|
|
1780
1804
|
include Google::Apis::Core::JsonObjectSupport
|
1781
1805
|
end
|
1782
1806
|
|
1807
|
+
class InstanceGroupManagersResumeInstancesRequest
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1809
|
+
|
1810
|
+
include Google::Apis::Core::JsonObjectSupport
|
1811
|
+
end
|
1812
|
+
|
1783
1813
|
class InstanceGroupManagersScopedList
|
1784
1814
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1785
1815
|
|
@@ -1816,6 +1846,24 @@ module Google
|
|
1816
1846
|
include Google::Apis::Core::JsonObjectSupport
|
1817
1847
|
end
|
1818
1848
|
|
1849
|
+
class InstanceGroupManagersStartInstancesRequest
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class InstanceGroupManagersStopInstancesRequest
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
|
+
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class InstanceGroupManagersSuspendInstancesRequest
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1819
1867
|
class InstanceGroupManagersUpdatePerInstanceConfigsReq
|
1820
1868
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
1869
|
|
@@ -3418,6 +3466,18 @@ module Google
|
|
3418
3466
|
include Google::Apis::Core::JsonObjectSupport
|
3419
3467
|
end
|
3420
3468
|
|
3469
|
+
class PreservedStatePreservedNetworkIp
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
|
+
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
3473
|
+
end
|
3474
|
+
|
3475
|
+
class PreservedStatePreservedNetworkIpIpAddress
|
3476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3477
|
+
|
3478
|
+
include Google::Apis::Core::JsonObjectSupport
|
3479
|
+
end
|
3480
|
+
|
3421
3481
|
class Principal
|
3422
3482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3423
3483
|
|
@@ -3766,6 +3826,12 @@ module Google
|
|
3766
3826
|
include Google::Apis::Core::JsonObjectSupport
|
3767
3827
|
end
|
3768
3828
|
|
3829
|
+
class RegionInstanceGroupManagersResumeInstancesRequest
|
3830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3831
|
+
|
3832
|
+
include Google::Apis::Core::JsonObjectSupport
|
3833
|
+
end
|
3834
|
+
|
3769
3835
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
3770
3836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3771
3837
|
|
@@ -3784,6 +3850,24 @@ module Google
|
|
3784
3850
|
include Google::Apis::Core::JsonObjectSupport
|
3785
3851
|
end
|
3786
3852
|
|
3853
|
+
class RegionInstanceGroupManagersStartInstancesRequest
|
3854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3855
|
+
|
3856
|
+
include Google::Apis::Core::JsonObjectSupport
|
3857
|
+
end
|
3858
|
+
|
3859
|
+
class RegionInstanceGroupManagersStopInstancesRequest
|
3860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3861
|
+
|
3862
|
+
include Google::Apis::Core::JsonObjectSupport
|
3863
|
+
end
|
3864
|
+
|
3865
|
+
class RegionInstanceGroupManagersSuspendInstancesRequest
|
3866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3867
|
+
|
3868
|
+
include Google::Apis::Core::JsonObjectSupport
|
3869
|
+
end
|
3870
|
+
|
3787
3871
|
class RegionInstanceGroupsListInstances
|
3788
3872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3789
3873
|
|
@@ -4042,6 +4126,18 @@ module Google
|
|
4042
4126
|
include Google::Apis::Core::JsonObjectSupport
|
4043
4127
|
end
|
4044
4128
|
|
4129
|
+
class ResourcePolicyResourceStatus
|
4130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4131
|
+
|
4132
|
+
include Google::Apis::Core::JsonObjectSupport
|
4133
|
+
end
|
4134
|
+
|
4135
|
+
class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
|
4136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4137
|
+
|
4138
|
+
include Google::Apis::Core::JsonObjectSupport
|
4139
|
+
end
|
4140
|
+
|
4045
4141
|
class ResourcePolicySnapshotSchedulePolicy
|
4046
4142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4047
4143
|
|
@@ -4108,6 +4204,12 @@ module Google
|
|
4108
4204
|
include Google::Apis::Core::JsonObjectSupport
|
4109
4205
|
end
|
4110
4206
|
|
4207
|
+
class RolloutPolicy
|
4208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4209
|
+
|
4210
|
+
include Google::Apis::Core::JsonObjectSupport
|
4211
|
+
end
|
4212
|
+
|
4111
4213
|
class Route
|
4112
4214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4113
4215
|
|
@@ -4420,6 +4522,18 @@ module Google
|
|
4420
4522
|
include Google::Apis::Core::JsonObjectSupport
|
4421
4523
|
end
|
4422
4524
|
|
4525
|
+
class SecurityPolicyRuleHttpHeaderAction
|
4526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4527
|
+
|
4528
|
+
include Google::Apis::Core::JsonObjectSupport
|
4529
|
+
end
|
4530
|
+
|
4531
|
+
class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
|
4532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4533
|
+
|
4534
|
+
include Google::Apis::Core::JsonObjectSupport
|
4535
|
+
end
|
4536
|
+
|
4423
4537
|
class SecurityPolicyRuleMatcher
|
4424
4538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4425
4539
|
|
@@ -4492,6 +4606,24 @@ module Google
|
|
4492
4606
|
include Google::Apis::Core::JsonObjectSupport
|
4493
4607
|
end
|
4494
4608
|
|
4609
|
+
class ServiceAttachmentAggregatedList
|
4610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4611
|
+
|
4612
|
+
class Warning
|
4613
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4614
|
+
|
4615
|
+
class Datum
|
4616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4617
|
+
|
4618
|
+
include Google::Apis::Core::JsonObjectSupport
|
4619
|
+
end
|
4620
|
+
|
4621
|
+
include Google::Apis::Core::JsonObjectSupport
|
4622
|
+
end
|
4623
|
+
|
4624
|
+
include Google::Apis::Core::JsonObjectSupport
|
4625
|
+
end
|
4626
|
+
|
4495
4627
|
class ServiceAttachmentConsumerForwardingRule
|
4496
4628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4497
4629
|
|
@@ -4516,6 +4648,24 @@ module Google
|
|
4516
4648
|
include Google::Apis::Core::JsonObjectSupport
|
4517
4649
|
end
|
4518
4650
|
|
4651
|
+
class ServiceAttachmentsScopedList
|
4652
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4653
|
+
|
4654
|
+
class Warning
|
4655
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4656
|
+
|
4657
|
+
class Datum
|
4658
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4659
|
+
|
4660
|
+
include Google::Apis::Core::JsonObjectSupport
|
4661
|
+
end
|
4662
|
+
|
4663
|
+
include Google::Apis::Core::JsonObjectSupport
|
4664
|
+
end
|
4665
|
+
|
4666
|
+
include Google::Apis::Core::JsonObjectSupport
|
4667
|
+
end
|
4668
|
+
|
4519
4669
|
class ShieldedInstanceConfig
|
4520
4670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4521
4671
|
|
@@ -4750,6 +4900,12 @@ module Google
|
|
4750
4900
|
include Google::Apis::Core::JsonObjectSupport
|
4751
4901
|
end
|
4752
4902
|
|
4903
|
+
class StatefulPolicyPreservedStateNetworkIp
|
4904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4905
|
+
|
4906
|
+
include Google::Apis::Core::JsonObjectSupport
|
4907
|
+
end
|
4908
|
+
|
4753
4909
|
class Subnetwork
|
4754
4910
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4755
4911
|
|
@@ -6047,6 +6203,7 @@ module Google
|
|
6047
6203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6048
6204
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
6049
6205
|
property :threads_per_core, as: 'threadsPerCore'
|
6206
|
+
property :visible_core_count, as: 'visibleCoreCount'
|
6050
6207
|
end
|
6051
6208
|
end
|
6052
6209
|
|
@@ -7124,6 +7281,8 @@ module Google
|
|
7124
7281
|
property :obsolete, as: 'obsolete'
|
7125
7282
|
property :replacement, as: 'replacement'
|
7126
7283
|
property :state, as: 'state'
|
7284
|
+
property :state_override, as: 'stateOverride', class: Google::Apis::ComputeAlpha::RolloutPolicy, decorator: Google::Apis::ComputeAlpha::RolloutPolicy::Representation
|
7285
|
+
|
7127
7286
|
end
|
7128
7287
|
end
|
7129
7288
|
|
@@ -7685,11 +7844,13 @@ module Google
|
|
7685
7844
|
property :kind, as: 'kind'
|
7686
7845
|
property :name, as: 'name'
|
7687
7846
|
property :parent, as: 'parent'
|
7847
|
+
property :region, as: 'region'
|
7688
7848
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7689
7849
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
7690
7850
|
|
7691
7851
|
property :self_link, as: 'selfLink'
|
7692
7852
|
property :self_link_with_id, as: 'selfLinkWithId'
|
7853
|
+
property :short_name, as: 'shortName'
|
7693
7854
|
end
|
7694
7855
|
end
|
7695
7856
|
|
@@ -7700,6 +7861,7 @@ module Google
|
|
7700
7861
|
property :display_name, as: 'displayName'
|
7701
7862
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
7702
7863
|
property :name, as: 'name'
|
7864
|
+
property :short_name, as: 'shortName'
|
7703
7865
|
end
|
7704
7866
|
end
|
7705
7867
|
|
@@ -7749,6 +7911,8 @@ module Google
|
|
7749
7911
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7750
7912
|
collection :target_resources, as: 'targetResources'
|
7751
7913
|
collection :target_secure_labels, as: 'targetSecureLabels'
|
7914
|
+
collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
|
7915
|
+
|
7752
7916
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
7753
7917
|
end
|
7754
7918
|
end
|
@@ -7761,6 +7925,8 @@ module Google
|
|
7761
7925
|
|
7762
7926
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
7763
7927
|
collection :src_secure_labels, as: 'srcSecureLabels'
|
7928
|
+
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
|
7929
|
+
|
7764
7930
|
end
|
7765
7931
|
end
|
7766
7932
|
|
@@ -7772,6 +7938,14 @@ module Google
|
|
7772
7938
|
end
|
7773
7939
|
end
|
7774
7940
|
|
7941
|
+
class FirewallPolicyRuleSecureTag
|
7942
|
+
# @private
|
7943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7944
|
+
property :name, as: 'name'
|
7945
|
+
property :state, as: 'state'
|
7946
|
+
end
|
7947
|
+
end
|
7948
|
+
|
7775
7949
|
class FixedOrPercent
|
7776
7950
|
# @private
|
7777
7951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7806,6 +7980,7 @@ module Google
|
|
7806
7980
|
property :network_tier, as: 'networkTier'
|
7807
7981
|
property :port_range, as: 'portRange'
|
7808
7982
|
collection :ports, as: 'ports'
|
7983
|
+
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
7809
7984
|
property :region, as: 'region'
|
7810
7985
|
property :self_link, as: 'selfLink'
|
7811
7986
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -7895,6 +8070,7 @@ module Google
|
|
7895
8070
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7896
8071
|
property :namespace, as: 'namespace'
|
7897
8072
|
property :service, as: 'service'
|
8073
|
+
property :service_directory_region, as: 'serviceDirectoryRegion'
|
7898
8074
|
end
|
7899
8075
|
end
|
7900
8076
|
|
@@ -8047,6 +8223,7 @@ module Google
|
|
8047
8223
|
property :proxy_header, as: 'proxyHeader'
|
8048
8224
|
property :request_path, as: 'requestPath'
|
8049
8225
|
property :response, as: 'response'
|
8226
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8050
8227
|
end
|
8051
8228
|
end
|
8052
8229
|
|
@@ -8060,6 +8237,7 @@ module Google
|
|
8060
8237
|
property :proxy_header, as: 'proxyHeader'
|
8061
8238
|
property :request_path, as: 'requestPath'
|
8062
8239
|
property :response, as: 'response'
|
8240
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8063
8241
|
end
|
8064
8242
|
end
|
8065
8243
|
|
@@ -8073,6 +8251,7 @@ module Google
|
|
8073
8251
|
property :proxy_header, as: 'proxyHeader'
|
8074
8252
|
property :request_path, as: 'requestPath'
|
8075
8253
|
property :response, as: 'response'
|
8254
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8076
8255
|
end
|
8077
8256
|
end
|
8078
8257
|
|
@@ -8342,6 +8521,8 @@ module Google
|
|
8342
8521
|
# @private
|
8343
8522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8344
8523
|
hash :annotations, as: 'annotations'
|
8524
|
+
property :forwarding_rule, as: 'forwardingRule'
|
8525
|
+
property :forwarding_rule_ip, as: 'forwardingRuleIp'
|
8345
8526
|
property :health_state, as: 'healthState'
|
8346
8527
|
property :instance, as: 'instance'
|
8347
8528
|
property :ip_address, as: 'ipAddress'
|
@@ -8665,6 +8846,8 @@ module Google
|
|
8665
8846
|
property :name, as: 'name'
|
8666
8847
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeAlpha::Image::RawDisk, decorator: Google::Apis::ComputeAlpha::Image::RawDisk::Representation
|
8667
8848
|
|
8849
|
+
property :rollout_override, as: 'rolloutOverride', class: Google::Apis::ComputeAlpha::RolloutPolicy, decorator: Google::Apis::ComputeAlpha::RolloutPolicy::Representation
|
8850
|
+
|
8668
8851
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
8669
8852
|
property :self_link, as: 'selfLink'
|
8670
8853
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -8697,6 +8880,14 @@ module Google
|
|
8697
8880
|
end
|
8698
8881
|
end
|
8699
8882
|
|
8883
|
+
class ImageFamilyView
|
8884
|
+
# @private
|
8885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8886
|
+
property :image, as: 'image', class: Google::Apis::ComputeAlpha::Image, decorator: Google::Apis::ComputeAlpha::Image::Representation
|
8887
|
+
|
8888
|
+
end
|
8889
|
+
end
|
8890
|
+
|
8700
8891
|
class ImageList
|
8701
8892
|
# @private
|
8702
8893
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9010,6 +9201,8 @@ module Google
|
|
9010
9201
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
9011
9202
|
property :id, :numeric_string => true, as: 'id'
|
9012
9203
|
property :instance_group, as: 'instanceGroup'
|
9204
|
+
property :instance_lifecycle_policy, as: 'instanceLifecyclePolicy', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicy::Representation
|
9205
|
+
|
9013
9206
|
property :instance_template, as: 'instanceTemplate'
|
9014
9207
|
property :kind, as: 'kind'
|
9015
9208
|
property :name, as: 'name'
|
@@ -9025,6 +9218,8 @@ module Google
|
|
9025
9218
|
|
9026
9219
|
collection :target_pools, as: 'targetPools'
|
9027
9220
|
property :target_size, as: 'targetSize'
|
9221
|
+
property :target_stopped_size, as: 'targetStoppedSize'
|
9222
|
+
property :target_suspended_size, as: 'targetSuspendedSize'
|
9028
9223
|
property :update_policy, as: 'updatePolicy', class: Google::Apis::ComputeAlpha::InstanceGroupManagerUpdatePolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerUpdatePolicy::Representation
|
9029
9224
|
|
9030
9225
|
collection :versions, as: 'versions', class: Google::Apis::ComputeAlpha::InstanceGroupManagerVersion, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerVersion::Representation
|
@@ -9044,6 +9239,10 @@ module Google
|
|
9044
9239
|
property :recreating, as: 'recreating'
|
9045
9240
|
property :refreshing, as: 'refreshing'
|
9046
9241
|
property :restarting, as: 'restarting'
|
9242
|
+
property :resuming, as: 'resuming'
|
9243
|
+
property :starting, as: 'starting'
|
9244
|
+
property :stopping, as: 'stopping'
|
9245
|
+
property :suspending, as: 'suspending'
|
9047
9246
|
property :verifying, as: 'verifying'
|
9048
9247
|
end
|
9049
9248
|
end
|
@@ -9091,6 +9290,21 @@ module Google
|
|
9091
9290
|
end
|
9092
9291
|
end
|
9093
9292
|
|
9293
|
+
class InstanceGroupManagerInstanceLifecyclePolicy
|
9294
|
+
# @private
|
9295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9296
|
+
property :metadata_based_readiness_signal, as: 'metadataBasedReadinessSignal', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal::Representation
|
9297
|
+
|
9298
|
+
end
|
9299
|
+
end
|
9300
|
+
|
9301
|
+
class InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
|
9302
|
+
# @private
|
9303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9304
|
+
property :timeout_sec, as: 'timeoutSec'
|
9305
|
+
end
|
9306
|
+
end
|
9307
|
+
|
9094
9308
|
class InstanceGroupManagerList
|
9095
9309
|
# @private
|
9096
9310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9296,6 +9510,13 @@ module Google
|
|
9296
9510
|
end
|
9297
9511
|
end
|
9298
9512
|
|
9513
|
+
class InstanceGroupManagersResumeInstancesRequest
|
9514
|
+
# @private
|
9515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9516
|
+
collection :instances, as: 'instances'
|
9517
|
+
end
|
9518
|
+
end
|
9519
|
+
|
9299
9520
|
class InstanceGroupManagersScopedList
|
9300
9521
|
# @private
|
9301
9522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9347,6 +9568,29 @@ module Google
|
|
9347
9568
|
end
|
9348
9569
|
end
|
9349
9570
|
|
9571
|
+
class InstanceGroupManagersStartInstancesRequest
|
9572
|
+
# @private
|
9573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9574
|
+
collection :instances, as: 'instances'
|
9575
|
+
end
|
9576
|
+
end
|
9577
|
+
|
9578
|
+
class InstanceGroupManagersStopInstancesRequest
|
9579
|
+
# @private
|
9580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9581
|
+
property :force_stop, as: 'forceStop'
|
9582
|
+
collection :instances, as: 'instances'
|
9583
|
+
end
|
9584
|
+
end
|
9585
|
+
|
9586
|
+
class InstanceGroupManagersSuspendInstancesRequest
|
9587
|
+
# @private
|
9588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9589
|
+
property :force_suspend, as: 'forceSuspend'
|
9590
|
+
collection :instances, as: 'instances'
|
9591
|
+
end
|
9592
|
+
end
|
9593
|
+
|
9350
9594
|
class InstanceGroupManagersUpdatePerInstanceConfigsReq
|
9351
9595
|
# @private
|
9352
9596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9683,6 +9927,7 @@ module Google
|
|
9683
9927
|
property :name, as: 'name'
|
9684
9928
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
9685
9929
|
|
9930
|
+
property :short_name, as: 'shortName'
|
9686
9931
|
property :type, as: 'type'
|
9687
9932
|
end
|
9688
9933
|
end
|
@@ -10853,6 +11098,7 @@ module Google
|
|
10853
11098
|
property :name, as: 'name'
|
10854
11099
|
property :network, as: 'network'
|
10855
11100
|
property :network_endpoint_type, as: 'networkEndpointType'
|
11101
|
+
property :psc_target_service, as: 'pscTargetService'
|
10856
11102
|
property :region, as: 'region'
|
10857
11103
|
property :self_link, as: 'selfLink'
|
10858
11104
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -11210,6 +11456,7 @@ module Google
|
|
11210
11456
|
property :name, as: 'name'
|
11211
11457
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
11212
11458
|
|
11459
|
+
property :short_name, as: 'shortName'
|
11213
11460
|
property :type, as: 'type'
|
11214
11461
|
end
|
11215
11462
|
end
|
@@ -11825,6 +12072,7 @@ module Google
|
|
11825
12072
|
property :metadata, as: 'metadata', class: Google::Apis::ComputeAlpha::Any, decorator: Google::Apis::ComputeAlpha::Any::Representation
|
11826
12073
|
|
11827
12074
|
property :name, as: 'name'
|
12075
|
+
property :operation_group_id, as: 'operationGroupId'
|
11828
12076
|
property :operation_type, as: 'operationType'
|
11829
12077
|
property :progress, as: 'progress'
|
11830
12078
|
property :region, as: 'region'
|
@@ -12289,6 +12537,10 @@ module Google
|
|
12289
12537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12290
12538
|
hash :disks, as: 'disks', class: Google::Apis::ComputeAlpha::PreservedStatePreservedDisk, decorator: Google::Apis::ComputeAlpha::PreservedStatePreservedDisk::Representation
|
12291
12539
|
|
12540
|
+
hash :external_i_ps, as: 'externalIPs', class: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIp, decorator: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIp::Representation
|
12541
|
+
|
12542
|
+
hash :internal_i_ps, as: 'internalIPs', class: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIp, decorator: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIp::Representation
|
12543
|
+
|
12292
12544
|
hash :metadata, as: 'metadata'
|
12293
12545
|
end
|
12294
12546
|
end
|
@@ -12302,6 +12554,23 @@ module Google
|
|
12302
12554
|
end
|
12303
12555
|
end
|
12304
12556
|
|
12557
|
+
class PreservedStatePreservedNetworkIp
|
12558
|
+
# @private
|
12559
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12560
|
+
property :auto_delete, as: 'autoDelete'
|
12561
|
+
property :ip_address, as: 'ipAddress', class: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIpIpAddress, decorator: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIpIpAddress::Representation
|
12562
|
+
|
12563
|
+
end
|
12564
|
+
end
|
12565
|
+
|
12566
|
+
class PreservedStatePreservedNetworkIpIpAddress
|
12567
|
+
# @private
|
12568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12569
|
+
property :address, as: 'address'
|
12570
|
+
property :literal, as: 'literal'
|
12571
|
+
end
|
12572
|
+
end
|
12573
|
+
|
12305
12574
|
class Principal
|
12306
12575
|
# @private
|
12307
12576
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12904,6 +13173,13 @@ module Google
|
|
12904
13173
|
end
|
12905
13174
|
end
|
12906
13175
|
|
13176
|
+
class RegionInstanceGroupManagersResumeInstancesRequest
|
13177
|
+
# @private
|
13178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13179
|
+
collection :instances, as: 'instances'
|
13180
|
+
end
|
13181
|
+
end
|
13182
|
+
|
12907
13183
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
12908
13184
|
# @private
|
12909
13185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12927,6 +13203,29 @@ module Google
|
|
12927
13203
|
end
|
12928
13204
|
end
|
12929
13205
|
|
13206
|
+
class RegionInstanceGroupManagersStartInstancesRequest
|
13207
|
+
# @private
|
13208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13209
|
+
collection :instances, as: 'instances'
|
13210
|
+
end
|
13211
|
+
end
|
13212
|
+
|
13213
|
+
class RegionInstanceGroupManagersStopInstancesRequest
|
13214
|
+
# @private
|
13215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13216
|
+
property :force_stop, as: 'forceStop'
|
13217
|
+
collection :instances, as: 'instances'
|
13218
|
+
end
|
13219
|
+
end
|
13220
|
+
|
13221
|
+
class RegionInstanceGroupManagersSuspendInstancesRequest
|
13222
|
+
# @private
|
13223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13224
|
+
property :force_suspend, as: 'forceSuspend'
|
13225
|
+
collection :instances, as: 'instances'
|
13226
|
+
end
|
13227
|
+
end
|
13228
|
+
|
12930
13229
|
class RegionInstanceGroupsListInstances
|
12931
13230
|
# @private
|
12932
13231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13066,6 +13365,7 @@ module Google
|
|
13066
13365
|
property :id, :numeric_string => true, as: 'id'
|
13067
13366
|
property :kind, as: 'kind'
|
13068
13367
|
property :name, as: 'name'
|
13368
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
13069
13369
|
property :self_link, as: 'selfLink'
|
13070
13370
|
property :self_link_with_id, as: 'selfLinkWithId'
|
13071
13371
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::AllocationShareSettings, decorator: Google::Apis::ComputeAlpha::AllocationShareSettings::Representation
|
@@ -13244,6 +13544,8 @@ module Google
|
|
13244
13544
|
property :kind, as: 'kind'
|
13245
13545
|
property :name, as: 'name'
|
13246
13546
|
property :region, as: 'region'
|
13547
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::ResourcePolicyResourceStatus, decorator: Google::Apis::ComputeAlpha::ResourcePolicyResourceStatus::Representation
|
13548
|
+
|
13247
13549
|
property :self_link, as: 'selfLink'
|
13248
13550
|
property :self_link_with_id, as: 'selfLinkWithId'
|
13249
13551
|
property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy', class: Google::Apis::ComputeAlpha::ResourcePolicySnapshotSchedulePolicy, decorator: Google::Apis::ComputeAlpha::ResourcePolicySnapshotSchedulePolicy::Representation
|
@@ -13321,6 +13623,8 @@ module Google
|
|
13321
13623
|
class ResourcePolicyInstanceSchedulePolicy
|
13322
13624
|
# @private
|
13323
13625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13626
|
+
property :expiration_time, as: 'expirationTime'
|
13627
|
+
property :start_time, as: 'startTime'
|
13324
13628
|
property :time_zone, as: 'timeZone'
|
13325
13629
|
property :vm_start_schedule, as: 'vmStartSchedule', class: Google::Apis::ComputeAlpha::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeAlpha::ResourcePolicyInstanceSchedulePolicySchedule::Representation
|
13326
13630
|
|
@@ -13369,6 +13673,22 @@ module Google
|
|
13369
13673
|
end
|
13370
13674
|
end
|
13371
13675
|
|
13676
|
+
class ResourcePolicyResourceStatus
|
13677
|
+
# @private
|
13678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13679
|
+
property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeAlpha::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus, decorator: Google::Apis::ComputeAlpha::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus::Representation
|
13680
|
+
|
13681
|
+
end
|
13682
|
+
end
|
13683
|
+
|
13684
|
+
class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
|
13685
|
+
# @private
|
13686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13687
|
+
property :last_run_start_time, as: 'lastRunStartTime'
|
13688
|
+
property :next_run_start_time, as: 'nextRunStartTime'
|
13689
|
+
end
|
13690
|
+
end
|
13691
|
+
|
13372
13692
|
class ResourcePolicySnapshotSchedulePolicy
|
13373
13693
|
# @private
|
13374
13694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13469,9 +13789,18 @@ module Google
|
|
13469
13789
|
end
|
13470
13790
|
end
|
13471
13791
|
|
13792
|
+
class RolloutPolicy
|
13793
|
+
# @private
|
13794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13795
|
+
property :default_rollout_time, as: 'defaultRolloutTime'
|
13796
|
+
hash :location_rollout_policies, as: 'locationRolloutPolicies'
|
13797
|
+
end
|
13798
|
+
end
|
13799
|
+
|
13472
13800
|
class Route
|
13473
13801
|
# @private
|
13474
13802
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13803
|
+
property :allow_conflicting_subnetworks, as: 'allowConflictingSubnetworks'
|
13475
13804
|
property :creation_timestamp, as: 'creationTimestamp'
|
13476
13805
|
property :description, as: 'description'
|
13477
13806
|
property :dest_range, as: 'destRange'
|
@@ -13790,6 +14119,7 @@ module Google
|
|
13790
14119
|
property :name, as: 'name'
|
13791
14120
|
property :num_learned_routes, as: 'numLearnedRoutes'
|
13792
14121
|
property :peer_ip_address, as: 'peerIpAddress'
|
14122
|
+
property :router_appliance_instance, as: 'routerApplianceInstance'
|
13793
14123
|
property :state, as: 'state'
|
13794
14124
|
property :status, as: 'status'
|
13795
14125
|
property :uptime, as: 'uptime'
|
@@ -14093,6 +14423,8 @@ module Google
|
|
14093
14423
|
property :description, as: 'description'
|
14094
14424
|
property :direction, as: 'direction'
|
14095
14425
|
property :enable_logging, as: 'enableLogging'
|
14426
|
+
property :header_action, as: 'headerAction', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderAction, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderAction::Representation
|
14427
|
+
|
14096
14428
|
property :kind, as: 'kind'
|
14097
14429
|
property :match, as: 'match', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher::Representation
|
14098
14430
|
|
@@ -14108,6 +14440,22 @@ module Google
|
|
14108
14440
|
end
|
14109
14441
|
end
|
14110
14442
|
|
14443
|
+
class SecurityPolicyRuleHttpHeaderAction
|
14444
|
+
# @private
|
14445
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14446
|
+
collection :request_headers_to_adds, as: 'requestHeadersToAdds', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption::Representation
|
14447
|
+
|
14448
|
+
end
|
14449
|
+
end
|
14450
|
+
|
14451
|
+
class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
|
14452
|
+
# @private
|
14453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14454
|
+
property :header_name, as: 'headerName'
|
14455
|
+
property :header_value, as: 'headerValue'
|
14456
|
+
end
|
14457
|
+
end
|
14458
|
+
|
14111
14459
|
class SecurityPolicyRuleMatcher
|
14112
14460
|
# @private
|
14113
14461
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14153,13 +14501,11 @@ module Google
|
|
14153
14501
|
property :ban_duration_sec, as: 'banDurationSec'
|
14154
14502
|
property :ban_threshold, as: 'banThreshold', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
|
14155
14503
|
|
14156
|
-
property :block_duration, as: 'blockDuration'
|
14157
14504
|
property :conform_action, as: 'conformAction'
|
14158
14505
|
property :enforce_on_key, as: 'enforceOnKey'
|
14159
14506
|
property :exceed_action, as: 'exceedAction'
|
14160
14507
|
property :rate_limit_threshold, as: 'rateLimitThreshold', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
|
14161
14508
|
|
14162
|
-
property :threshold_rps, as: 'thresholdRps'
|
14163
14509
|
end
|
14164
14510
|
end
|
14165
14511
|
|
@@ -14241,6 +14587,39 @@ module Google
|
|
14241
14587
|
end
|
14242
14588
|
end
|
14243
14589
|
|
14590
|
+
class ServiceAttachmentAggregatedList
|
14591
|
+
# @private
|
14592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14593
|
+
property :id, as: 'id'
|
14594
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Representation
|
14595
|
+
|
14596
|
+
property :kind, as: 'kind'
|
14597
|
+
property :next_page_token, as: 'nextPageToken'
|
14598
|
+
property :self_link, as: 'selfLink'
|
14599
|
+
collection :unreachables, as: 'unreachables'
|
14600
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Warning::Representation
|
14601
|
+
|
14602
|
+
end
|
14603
|
+
|
14604
|
+
class Warning
|
14605
|
+
# @private
|
14606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14607
|
+
property :code, as: 'code'
|
14608
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Warning::Datum::Representation
|
14609
|
+
|
14610
|
+
property :message, as: 'message'
|
14611
|
+
end
|
14612
|
+
|
14613
|
+
class Datum
|
14614
|
+
# @private
|
14615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14616
|
+
property :key, as: 'key'
|
14617
|
+
property :value, as: 'value'
|
14618
|
+
end
|
14619
|
+
end
|
14620
|
+
end
|
14621
|
+
end
|
14622
|
+
|
14244
14623
|
class ServiceAttachmentConsumerForwardingRule
|
14245
14624
|
# @private
|
14246
14625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14281,6 +14660,34 @@ module Google
|
|
14281
14660
|
end
|
14282
14661
|
end
|
14283
14662
|
|
14663
|
+
class ServiceAttachmentsScopedList
|
14664
|
+
# @private
|
14665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14666
|
+
collection :resources, as: 'resources', class: Google::Apis::ComputeAlpha::ServiceAttachment, decorator: Google::Apis::ComputeAlpha::ServiceAttachment::Representation
|
14667
|
+
|
14668
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning::Representation
|
14669
|
+
|
14670
|
+
end
|
14671
|
+
|
14672
|
+
class Warning
|
14673
|
+
# @private
|
14674
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14675
|
+
property :code, as: 'code'
|
14676
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning::Datum::Representation
|
14677
|
+
|
14678
|
+
property :message, as: 'message'
|
14679
|
+
end
|
14680
|
+
|
14681
|
+
class Datum
|
14682
|
+
# @private
|
14683
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14684
|
+
property :key, as: 'key'
|
14685
|
+
property :value, as: 'value'
|
14686
|
+
end
|
14687
|
+
end
|
14688
|
+
end
|
14689
|
+
end
|
14690
|
+
|
14284
14691
|
class ShieldedInstanceConfig
|
14285
14692
|
# @private
|
14286
14693
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14703,6 +15110,10 @@ module Google
|
|
14703
15110
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14704
15111
|
hash :disks, as: 'disks', class: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateDiskDevice, decorator: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateDiskDevice::Representation
|
14705
15112
|
|
15113
|
+
hash :external_i_ps, as: 'externalIPs', class: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateNetworkIp, decorator: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateNetworkIp::Representation
|
15114
|
+
|
15115
|
+
hash :internal_i_ps, as: 'internalIPs', class: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateNetworkIp, decorator: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateNetworkIp::Representation
|
15116
|
+
|
14706
15117
|
end
|
14707
15118
|
end
|
14708
15119
|
|
@@ -14713,6 +15124,13 @@ module Google
|
|
14713
15124
|
end
|
14714
15125
|
end
|
14715
15126
|
|
15127
|
+
class StatefulPolicyPreservedStateNetworkIp
|
15128
|
+
# @private
|
15129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15130
|
+
property :auto_delete, as: 'autoDelete'
|
15131
|
+
end
|
15132
|
+
end
|
15133
|
+
|
14716
15134
|
class Subnetwork
|
14717
15135
|
# @private
|
14718
15136
|
class Representation < Google::Apis::Core::JsonRepresentation
|