google-apis-compute_v1 0.36.0 → 0.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cf0468533ad5b8b1b9f53386860920d34e8f3b97cfaebc7ab80e724619cc3ab
4
- data.tar.gz: f9e31932d2adedf16ee42ed1bbe89bbede077095e21688a37165593084df7bfa
3
+ metadata.gz: 50b4a8f14a5d9cc06d317407e466b0befae8d80d88c98940311d58c8f2fa4c80
4
+ data.tar.gz: 7db7957682caf8de2ef392766497b2348dbed4b85a3fb0bac7dcb3874da54863
5
5
  SHA512:
6
- metadata.gz: fe99c4739dd72d41bf6fe0a429fd46fe031250008a0fa422769e0fdc46762a2290b07c4ef8b97f1c2cb68cb8826c36a9daa0950099a43f90040e39765744fbd8
7
- data.tar.gz: 04c9dbb0370409266e8f7bedca2a10b2839da22508758ffe9f68b6135ef99a865027f2896363f2851a2597bcf98413e0762268cb02b76fe4416f2f60e6344473
6
+ metadata.gz: 0a887ca03096da9169c1dd80170ccbd10a496ff2448fa9824b6921c038c0641344fcfdaba48bac551a903158274eab07aa74c6505cc6105d193caa9d13fae99b
7
+ data.tar.gz: 70bc3b932c1689bfa9b61b6c5adbbb049a4e352b21e162e3f4ab7040b77b0cdc8c180093a48902bf7deae4959c2f0a9589ea7f5541186ec9c5e2d45eb3b6486b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.39.0 (2022-06-18)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+ * Regenerated from discovery document revision 20220607
7
+
8
+ ### v0.38.0 (2022-06-03)
9
+
10
+ * Regenerated from discovery document revision 20220526
11
+ * Regenerated using generator version 0.5.0
12
+
13
+ ### v0.37.0 (2022-05-25)
14
+
15
+ * Regenerated from discovery document revision 20220517
16
+
3
17
  ### v0.36.0 (2022-05-18)
4
18
 
5
19
  * Regenerated from discovery document revision 20220510
@@ -1181,7 +1181,7 @@ module Google
1181
1181
  end
1182
1182
 
1183
1183
  # This reservation type allows to pre allocate specific instance configuration.
1184
- # Next ID: 5
1184
+ # Next ID: 6
1185
1185
  class AllocationSpecificSkuReservation
1186
1186
  include Google::Apis::Core::Hashable
1187
1187
 
@@ -3013,9 +3013,9 @@ module Google
3013
3013
  # internal HTTP(S) load balancers and Traffic Director and requires
3014
3014
  # GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is
3015
3015
  # non-persistent and lasts only until the end of the browser session (or
3016
- # equivalent). The maximum allowed value is one day (86,400). Not supported when
3017
- # the backend service is referenced by a URL map that is bound to target gRPC
3018
- # proxy that has validateForProxyless field set to true.
3016
+ # equivalent). The maximum allowed value is two weeks (1,209,600). Not supported
3017
+ # when the backend service is referenced by a URL map that is bound to target
3018
+ # gRPC proxy that has validateForProxyless field set to true.
3019
3019
  # Corresponds to the JSON property `affinityCookieTtlSec`
3020
3020
  # @return [Fixnum]
3021
3021
  attr_accessor :affinity_cookie_ttl_sec
@@ -4096,7 +4096,7 @@ module Google
4096
4096
  # service. The value of the field must be in [0, 1]. This configures the
4097
4097
  # sampling rate of requests to the load balancer where 1.0 means all logged
4098
4098
  # requests are reported and 0.0 means no logged requests are reported. The
4099
- # default value is 1.0.
4099
+ # default value is 0.0.
4100
4100
  # Corresponds to the JSON property `sampleRate`
4101
4101
  # @return [Float]
4102
4102
  attr_accessor :sample_rate
@@ -9849,9 +9849,9 @@ module Google
9849
9849
  # @return [Fixnum]
9850
9850
  attr_accessor :timeout_sec
9851
9851
 
9852
- # Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2.
9853
- # Exactly one of the protocol-specific health check field must be specified,
9854
- # which must match type field.
9852
+ # Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or
9853
+ # GRPC. Exactly one of the protocol-specific health check fields must be
9854
+ # specified, which must match type field.
9855
9855
  # Corresponds to the JSON property `type`
9856
9856
  # @return [String]
9857
9857
  attr_accessor :type
@@ -12393,6 +12393,12 @@ module Google
12393
12393
  # @return [Fixnum]
12394
12394
  attr_accessor :id
12395
12395
 
12396
+ # KeyRevocationActionType of the instance. Supported options are "STOP" and "
12397
+ # NONE". The default value is "NONE" if it is not specified.
12398
+ # Corresponds to the JSON property `keyRevocationActionType`
12399
+ # @return [String]
12400
+ attr_accessor :key_revocation_action_type
12401
+
12396
12402
  # [Output Only] Type of the resource. Always compute#instance for instances.
12397
12403
  # Corresponds to the JSON property `kind`
12398
12404
  # @return [String]
@@ -12599,6 +12605,7 @@ module Google
12599
12605
  @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators)
12600
12606
  @hostname = args[:hostname] if args.key?(:hostname)
12601
12607
  @id = args[:id] if args.key?(:id)
12608
+ @key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
12602
12609
  @kind = args[:kind] if args.key?(:kind)
12603
12610
  @label_fingerprint = args[:label_fingerprint] if args.key?(:label_fingerprint)
12604
12611
  @labels = args[:labels] if args.key?(:labels)
@@ -15159,6 +15166,12 @@ module Google
15159
15166
  # @return [Array<Google::Apis::ComputeV1::AcceleratorConfig>]
15160
15167
  attr_accessor :guest_accelerators
15161
15168
 
15169
+ # KeyRevocationActionType of the instance. Supported options are "STOP" and "
15170
+ # NONE". The default value is "NONE" if it is not specified.
15171
+ # Corresponds to the JSON property `keyRevocationActionType`
15172
+ # @return [String]
15173
+ attr_accessor :key_revocation_action_type
15174
+
15162
15175
  # Labels to apply to instances that are created from these properties.
15163
15176
  # Corresponds to the JSON property `labels`
15164
15177
  # @return [Hash<String,String>]
@@ -15254,6 +15267,7 @@ module Google
15254
15267
  @description = args[:description] if args.key?(:description)
15255
15268
  @disks = args[:disks] if args.key?(:disks)
15256
15269
  @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators)
15270
+ @key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
15257
15271
  @labels = args[:labels] if args.key?(:labels)
15258
15272
  @machine_type = args[:machine_type] if args.key?(:machine_type)
15259
15273
  @metadata = args[:metadata] if args.key?(:metadata)
@@ -17924,6 +17938,11 @@ module Google
17924
17938
  class LocationPolicyLocation
17925
17939
  include Google::Apis::Core::Hashable
17926
17940
 
17941
+ # Per-zone constraints on location policy for this zone.
17942
+ # Corresponds to the JSON property `constraints`
17943
+ # @return [Google::Apis::ComputeV1::LocationPolicyLocationConstraints]
17944
+ attr_accessor :constraints
17945
+
17927
17946
  # Preference for a given location.
17928
17947
  # Corresponds to the JSON property `preference`
17929
17948
  # @return [String]
@@ -17935,10 +17954,31 @@ module Google
17935
17954
 
17936
17955
  # Update properties of this object
17937
17956
  def update!(**args)
17957
+ @constraints = args[:constraints] if args.key?(:constraints)
17938
17958
  @preference = args[:preference] if args.key?(:preference)
17939
17959
  end
17940
17960
  end
17941
17961
 
17962
+ # Per-zone constraints on location policy for this zone.
17963
+ class LocationPolicyLocationConstraints
17964
+ include Google::Apis::Core::Hashable
17965
+
17966
+ # Maximum number of items that are allowed to be placed in this zone. The value
17967
+ # must be non-negative.
17968
+ # Corresponds to the JSON property `maxCount`
17969
+ # @return [Fixnum]
17970
+ attr_accessor :max_count
17971
+
17972
+ def initialize(**args)
17973
+ update!(**args)
17974
+ end
17975
+
17976
+ # Update properties of this object
17977
+ def update!(**args)
17978
+ @max_count = args[:max_count] if args.key?(:max_count)
17979
+ end
17980
+ end
17981
+
17942
17982
  # This is deprecated and has no effect. Do not use.
17943
17983
  class LogConfig
17944
17984
  include Google::Apis::Core::Hashable
@@ -27512,7 +27552,7 @@ module Google
27512
27552
  attr_accessor :share_settings
27513
27553
 
27514
27554
  # This reservation type allows to pre allocate specific instance configuration.
27515
- # Next ID: 5
27555
+ # Next ID: 6
27516
27556
  # Corresponds to the JSON property `specificReservation`
27517
27557
  # @return [Google::Apis::ComputeV1::AllocationSpecificSkuReservation]
27518
27558
  attr_accessor :specific_reservation
@@ -30997,8 +31037,8 @@ module Google
30997
31037
 
30998
31038
  # Defines the maintenance behavior for this instance. For standard instances,
30999
31039
  # the default behavior is MIGRATE. For preemptible instances, the default and
31000
- # only possible behavior is TERMINATE. For more information, see Set VM
31001
- # availability policies.
31040
+ # only possible behavior is TERMINATE. For more information, see Set VM host
31041
+ # maintenance policy.
31002
31042
  # Corresponds to the JSON property `onHostMaintenance`
31003
31043
  # @return [String]
31004
31044
  attr_accessor :on_host_maintenance
@@ -33343,6 +33383,12 @@ module Google
33343
33383
  # @return [Array<Google::Apis::ComputeV1::AcceleratorConfig>]
33344
33384
  attr_accessor :guest_accelerators
33345
33385
 
33386
+ # KeyRevocationActionType of the instance. Supported options are "STOP" and "
33387
+ # NONE". The default value is "NONE" if it is not specified.
33388
+ # Corresponds to the JSON property `keyRevocationActionType`
33389
+ # @return [String]
33390
+ attr_accessor :key_revocation_action_type
33391
+
33346
33392
  # Labels to apply to instances that are created from this machine image.
33347
33393
  # Corresponds to the JSON property `labels`
33348
33394
  # @return [Hash<String,String>]
@@ -33401,6 +33447,7 @@ module Google
33401
33447
  @description = args[:description] if args.key?(:description)
33402
33448
  @disks = args[:disks] if args.key?(:disks)
33403
33449
  @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators)
33450
+ @key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
33404
33451
  @labels = args[:labels] if args.key?(:labels)
33405
33452
  @machine_type = args[:machine_type] if args.key?(:machine_type)
33406
33453
  @metadata = args[:metadata] if args.key?(:metadata)
@@ -39123,21 +39170,68 @@ module Google
39123
39170
  class UsableSubnetwork
39124
39171
  include Google::Apis::Core::Hashable
39125
39172
 
39173
+ # [Output Only] The external IPv6 address range that is assigned to this
39174
+ # subnetwork.
39175
+ # Corresponds to the JSON property `externalIpv6Prefix`
39176
+ # @return [String]
39177
+ attr_accessor :external_ipv6_prefix
39178
+
39179
+ # [Output Only] The internal IPv6 address range that is assigned to this
39180
+ # subnetwork.
39181
+ # Corresponds to the JSON property `internalIpv6Prefix`
39182
+ # @return [String]
39183
+ attr_accessor :internal_ipv6_prefix
39184
+
39126
39185
  # The range of internal addresses that are owned by this subnetwork.
39127
39186
  # Corresponds to the JSON property `ipCidrRange`
39128
39187
  # @return [String]
39129
39188
  attr_accessor :ip_cidr_range
39130
39189
 
39190
+ # The access type of IPv6 address this subnet holds. It's immutable and can only
39191
+ # be specified during creation or the first time the subnet is updated into
39192
+ # IPV4_IPV6 dual stack.
39193
+ # Corresponds to the JSON property `ipv6AccessType`
39194
+ # @return [String]
39195
+ attr_accessor :ipv6_access_type
39196
+
39131
39197
  # Network URL.
39132
39198
  # Corresponds to the JSON property `network`
39133
39199
  # @return [String]
39134
39200
  attr_accessor :network
39135
39201
 
39202
+ # The purpose of the resource. This field can be either PRIVATE_RFC_1918 or
39203
+ # INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to
39204
+ # INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for
39205
+ # Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to
39206
+ # PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose
39207
+ # field set to INTERNAL_HTTPS_LOAD_BALANCER.
39208
+ # Corresponds to the JSON property `purpose`
39209
+ # @return [String]
39210
+ attr_accessor :purpose
39211
+
39212
+ # The role of subnetwork. Currently, this field is only used when purpose =
39213
+ # INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An
39214
+ # ACTIVE subnetwork is one that is currently being used for Internal HTTP(S)
39215
+ # Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to
39216
+ # ACTIVE or is currently draining. This field can be updated with a patch
39217
+ # request.
39218
+ # Corresponds to the JSON property `role`
39219
+ # @return [String]
39220
+ attr_accessor :role
39221
+
39136
39222
  # Secondary IP ranges.
39137
39223
  # Corresponds to the JSON property `secondaryIpRanges`
39138
39224
  # @return [Array<Google::Apis::ComputeV1::UsableSubnetworkSecondaryRange>]
39139
39225
  attr_accessor :secondary_ip_ranges
39140
39226
 
39227
+ # The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are
39228
+ # assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can
39229
+ # be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used.
39230
+ # This field can be both set at resource creation time and updated using patch.
39231
+ # Corresponds to the JSON property `stackType`
39232
+ # @return [String]
39233
+ attr_accessor :stack_type
39234
+
39141
39235
  # Subnetwork URL.
39142
39236
  # Corresponds to the JSON property `subnetwork`
39143
39237
  # @return [String]
@@ -39149,9 +39243,15 @@ module Google
39149
39243
 
39150
39244
  # Update properties of this object
39151
39245
  def update!(**args)
39246
+ @external_ipv6_prefix = args[:external_ipv6_prefix] if args.key?(:external_ipv6_prefix)
39247
+ @internal_ipv6_prefix = args[:internal_ipv6_prefix] if args.key?(:internal_ipv6_prefix)
39152
39248
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
39249
+ @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
39153
39250
  @network = args[:network] if args.key?(:network)
39251
+ @purpose = args[:purpose] if args.key?(:purpose)
39252
+ @role = args[:role] if args.key?(:role)
39154
39253
  @secondary_ip_ranges = args[:secondary_ip_ranges] if args.key?(:secondary_ip_ranges)
39254
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
39155
39255
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
39156
39256
  end
39157
39257
  end
@@ -39393,6 +39493,11 @@ module Google
39393
39493
  # @return [Fixnum]
39394
39494
  attr_accessor :num_total_nat_ports
39395
39495
 
39496
+ # Information about mappings provided by rules in this NAT.
39497
+ # Corresponds to the JSON property `ruleMappings`
39498
+ # @return [Array<Google::Apis::ComputeV1::VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings>]
39499
+ attr_accessor :rule_mappings
39500
+
39396
39501
  # Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP
39397
39502
  # range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
39398
39503
  # Corresponds to the JSON property `sourceAliasIpRange`
@@ -39414,11 +39519,62 @@ module Google
39414
39519
  @nat_ip_port_ranges = args[:nat_ip_port_ranges] if args.key?(:nat_ip_port_ranges)
39415
39520
  @num_total_drain_nat_ports = args[:num_total_drain_nat_ports] if args.key?(:num_total_drain_nat_ports)
39416
39521
  @num_total_nat_ports = args[:num_total_nat_ports] if args.key?(:num_total_nat_ports)
39522
+ @rule_mappings = args[:rule_mappings] if args.key?(:rule_mappings)
39417
39523
  @source_alias_ip_range = args[:source_alias_ip_range] if args.key?(:source_alias_ip_range)
39418
39524
  @source_virtual_ip = args[:source_virtual_ip] if args.key?(:source_virtual_ip)
39419
39525
  end
39420
39526
  end
39421
39527
 
39528
+ # Contains information of NAT Mappings provided by a NAT Rule.
39529
+ class VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings
39530
+ include Google::Apis::Core::Hashable
39531
+
39532
+ # List of all drain IP:port-range mappings assigned to this interface by this
39533
+ # rule. These ranges are inclusive, that is, both the first and the last ports
39534
+ # can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
39535
+ # Corresponds to the JSON property `drainNatIpPortRanges`
39536
+ # @return [Array<String>]
39537
+ attr_accessor :drain_nat_ip_port_ranges
39538
+
39539
+ # A list of all IP:port-range mappings assigned to this interface by this rule.
39540
+ # These ranges are inclusive, that is, both the first and the last ports can be
39541
+ # used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
39542
+ # Corresponds to the JSON property `natIpPortRanges`
39543
+ # @return [Array<String>]
39544
+ attr_accessor :nat_ip_port_ranges
39545
+
39546
+ # Total number of drain ports across all NAT IPs allocated to this interface by
39547
+ # this rule. It equals the aggregated port number in the field
39548
+ # drain_nat_ip_port_ranges.
39549
+ # Corresponds to the JSON property `numTotalDrainNatPorts`
39550
+ # @return [Fixnum]
39551
+ attr_accessor :num_total_drain_nat_ports
39552
+
39553
+ # Total number of ports across all NAT IPs allocated to this interface by this
39554
+ # rule. It equals the aggregated port number in the field nat_ip_port_ranges.
39555
+ # Corresponds to the JSON property `numTotalNatPorts`
39556
+ # @return [Fixnum]
39557
+ attr_accessor :num_total_nat_ports
39558
+
39559
+ # Rule number of the NAT Rule.
39560
+ # Corresponds to the JSON property `ruleNumber`
39561
+ # @return [Fixnum]
39562
+ attr_accessor :rule_number
39563
+
39564
+ def initialize(**args)
39565
+ update!(**args)
39566
+ end
39567
+
39568
+ # Update properties of this object
39569
+ def update!(**args)
39570
+ @drain_nat_ip_port_ranges = args[:drain_nat_ip_port_ranges] if args.key?(:drain_nat_ip_port_ranges)
39571
+ @nat_ip_port_ranges = args[:nat_ip_port_ranges] if args.key?(:nat_ip_port_ranges)
39572
+ @num_total_drain_nat_ports = args[:num_total_drain_nat_ports] if args.key?(:num_total_drain_nat_ports)
39573
+ @num_total_nat_ports = args[:num_total_nat_ports] if args.key?(:num_total_nat_ports)
39574
+ @rule_number = args[:rule_number] if args.key?(:rule_number)
39575
+ end
39576
+ end
39577
+
39422
39578
  # Contains a list of VmEndpointNatMappings.
39423
39579
  class VmEndpointNatMappingsList
39424
39580
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeV1
18
18
  # Version of the google-apis-compute_v1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220510"
25
+ REVISION = "20220607"
26
26
  end
27
27
  end
28
28
  end
@@ -2206,6 +2206,12 @@ module Google
2206
2206
  include Google::Apis::Core::JsonObjectSupport
2207
2207
  end
2208
2208
 
2209
+ class LocationPolicyLocationConstraints
2210
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2211
+
2212
+ include Google::Apis::Core::JsonObjectSupport
2213
+ end
2214
+
2209
2215
  class LogConfig
2210
2216
  class Representation < Google::Apis::Core::JsonRepresentation; end
2211
2217
 
@@ -5236,6 +5242,12 @@ module Google
5236
5242
  include Google::Apis::Core::JsonObjectSupport
5237
5243
  end
5238
5244
 
5245
+ class VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings
5246
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5247
+
5248
+ include Google::Apis::Core::JsonObjectSupport
5249
+ end
5250
+
5239
5251
  class VmEndpointNatMappingsList
5240
5252
  class Representation < Google::Apis::Core::JsonRepresentation; end
5241
5253
 
@@ -8305,6 +8317,7 @@ module Google
8305
8317
 
8306
8318
  property :hostname, as: 'hostname'
8307
8319
  property :id, :numeric_string => true, as: 'id'
8320
+ property :key_revocation_action_type, as: 'keyRevocationActionType'
8308
8321
  property :kind, as: 'kind'
8309
8322
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
8310
8323
  hash :labels, as: 'labels'
@@ -9020,6 +9033,7 @@ module Google
9020
9033
 
9021
9034
  collection :guest_accelerators, as: 'guestAccelerators', class: Google::Apis::ComputeV1::AcceleratorConfig, decorator: Google::Apis::ComputeV1::AcceleratorConfig::Representation
9022
9035
 
9036
+ property :key_revocation_action_type, as: 'keyRevocationActionType'
9023
9037
  hash :labels, as: 'labels'
9024
9038
  property :machine_type, as: 'machineType'
9025
9039
  property :metadata, as: 'metadata', class: Google::Apis::ComputeV1::Metadata, decorator: Google::Apis::ComputeV1::Metadata::Representation
@@ -9701,10 +9715,19 @@ module Google
9701
9715
  class LocationPolicyLocation
9702
9716
  # @private
9703
9717
  class Representation < Google::Apis::Core::JsonRepresentation
9718
+ property :constraints, as: 'constraints', class: Google::Apis::ComputeV1::LocationPolicyLocationConstraints, decorator: Google::Apis::ComputeV1::LocationPolicyLocationConstraints::Representation
9719
+
9704
9720
  property :preference, as: 'preference'
9705
9721
  end
9706
9722
  end
9707
9723
 
9724
+ class LocationPolicyLocationConstraints
9725
+ # @private
9726
+ class Representation < Google::Apis::Core::JsonRepresentation
9727
+ property :max_count, as: 'maxCount'
9728
+ end
9729
+ end
9730
+
9708
9731
  class LogConfig
9709
9732
  # @private
9710
9733
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13646,6 +13669,7 @@ module Google
13646
13669
 
13647
13670
  collection :guest_accelerators, as: 'guestAccelerators', class: Google::Apis::ComputeV1::AcceleratorConfig, decorator: Google::Apis::ComputeV1::AcceleratorConfig::Representation
13648
13671
 
13672
+ property :key_revocation_action_type, as: 'keyRevocationActionType'
13649
13673
  hash :labels, as: 'labels'
13650
13674
  property :machine_type, as: 'machineType'
13651
13675
  property :metadata, as: 'metadata', class: Google::Apis::ComputeV1::Metadata, decorator: Google::Apis::ComputeV1::Metadata::Representation
@@ -15101,10 +15125,16 @@ module Google
15101
15125
  class UsableSubnetwork
15102
15126
  # @private
15103
15127
  class Representation < Google::Apis::Core::JsonRepresentation
15128
+ property :external_ipv6_prefix, as: 'externalIpv6Prefix'
15129
+ property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
15104
15130
  property :ip_cidr_range, as: 'ipCidrRange'
15131
+ property :ipv6_access_type, as: 'ipv6AccessType'
15105
15132
  property :network, as: 'network'
15133
+ property :purpose, as: 'purpose'
15134
+ property :role, as: 'role'
15106
15135
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeV1::UsableSubnetworkSecondaryRange, decorator: Google::Apis::ComputeV1::UsableSubnetworkSecondaryRange::Representation
15107
15136
 
15137
+ property :stack_type, as: 'stackType'
15108
15138
  property :subnetwork, as: 'subnetwork'
15109
15139
  end
15110
15140
  end
@@ -15173,11 +15203,24 @@ module Google
15173
15203
  collection :nat_ip_port_ranges, as: 'natIpPortRanges'
15174
15204
  property :num_total_drain_nat_ports, as: 'numTotalDrainNatPorts'
15175
15205
  property :num_total_nat_ports, as: 'numTotalNatPorts'
15206
+ collection :rule_mappings, as: 'ruleMappings', class: Google::Apis::ComputeV1::VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings, decorator: Google::Apis::ComputeV1::VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings::Representation
15207
+
15176
15208
  property :source_alias_ip_range, as: 'sourceAliasIpRange'
15177
15209
  property :source_virtual_ip, as: 'sourceVirtualIp'
15178
15210
  end
15179
15211
  end
15180
15212
 
15213
+ class VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings
15214
+ # @private
15215
+ class Representation < Google::Apis::Core::JsonRepresentation
15216
+ collection :drain_nat_ip_port_ranges, as: 'drainNatIpPortRanges'
15217
+ collection :nat_ip_port_ranges, as: 'natIpPortRanges'
15218
+ property :num_total_drain_nat_ports, as: 'numTotalDrainNatPorts'
15219
+ property :num_total_nat_ports, as: 'numTotalNatPorts'
15220
+ property :rule_number, as: 'ruleNumber'
15221
+ end
15222
+ end
15223
+
15181
15224
  class VmEndpointNatMappingsList
15182
15225
  # @private
15183
15226
  class Representation < Google::Apis::Core::JsonRepresentation