google-apis-compute_v1 0.9.0 → 0.14.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: 8714ad5dfd5a7a8aac292826fcb44cfcbc77d629cb6d1a2b7b279dbf633aae2a
4
- data.tar.gz: 516fff2e1a8a5d8e1bbc1d47eabe7f634b36bff2fad8e1d547b2e1118308252b
3
+ metadata.gz: a4a28d2c95c92031060df9a526bc4cb6b793ca00df9406d068e9a70a3f85957f
4
+ data.tar.gz: 255bd353a532e71b7a55e9afc9731807b2631f1fb03f252497dd502ba209dfcb
5
5
  SHA512:
6
- metadata.gz: d6cf039b03c787d2e0a2258808fcbf62fcc62c1d9f10fceb234563bfe9b5c44e22bb97353b0a0d24a703d900ff5a1aca4405eeca91d26fb970f01c83f69c4b93
7
- data.tar.gz: 7139a483b0d984a82ef344c0f96bb9470619ffb297666210c1b6a585c18c378b002544e1b345358ed33c74ea4aab3d694ecbe6c5032e24fc659c92d84cb97b66
6
+ metadata.gz: 20776577be1167fe475fd950a5a56009d48302d2cf9ba96b0cb3ac661918e5d15e707be6b77bec0e5523a1bdb760d32de72a65490171eed7789bab0f05db061e
7
+ data.tar.gz: b489dd5a2abbb773279b86847f9bcd195272f377ad4fcac87f516198a5227737543c999d9ded3dbca702e433bb7d82a345a72157df228eddaed83d96552487df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.14.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.13.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.12.0 (2021-06-10)
12
+
13
+ * Regenerated from discovery document revision 20210525
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.11.0 (2021-05-28)
17
+
18
+ * Regenerated from discovery document revision 20210518
19
+
20
+ ### v0.10.0 (2021-05-20)
21
+
22
+ * Regenerated from discovery document revision 20210505
23
+ * Unspecified changes
24
+
3
25
  ### v0.9.0 (2021-05-05)
4
26
 
5
27
  * Regenerated from discovery document revision 20210415
@@ -465,6 +465,19 @@ module Google
465
465
  class AccessConfig
466
466
  include Google::Apis::Core::Hashable
467
467
 
468
+ # [Output Only] The first IPv6 address of the external IPv6 range associated
469
+ # with this instance, prefix length is stored in externalIpv6PrefixLength in
470
+ # ipv6AccessConfig. The field is output only, an IPv6 address from a subnetwork
471
+ # associated with the instance will be allocated dynamically.
472
+ # Corresponds to the JSON property `externalIpv6`
473
+ # @return [String]
474
+ attr_accessor :external_ipv6
475
+
476
+ # [Output Only] The prefix length of the external IPv6 range.
477
+ # Corresponds to the JSON property `externalIpv6PrefixLength`
478
+ # @return [Fixnum]
479
+ attr_accessor :external_ipv6_prefix_length
480
+
468
481
  # [Output Only] Type of the resource. Always compute#accessConfig for access
469
482
  # configs.
470
483
  # Corresponds to the JSON property `kind`
@@ -522,6 +535,8 @@ module Google
522
535
 
523
536
  # Update properties of this object
524
537
  def update!(**args)
538
+ @external_ipv6 = args[:external_ipv6] if args.key?(:external_ipv6)
539
+ @external_ipv6_prefix_length = args[:external_ipv6_prefix_length] if args.key?(:external_ipv6_prefix_length)
525
540
  @kind = args[:kind] if args.key?(:kind)
526
541
  @name = args[:name] if args.key?(:name)
527
542
  @nat_ip = args[:nat_ip] if args.key?(:nat_ip)
@@ -631,7 +646,8 @@ module Google
631
646
  # reserved for Cloud NAT.
632
647
  # - `IPSEC_INTERCONNECT` for addresses created from a private IP range that are
633
648
  # reserved for a VLAN attachment in an IPsec-encrypted Cloud Interconnect
634
- # configuration. These addresses are regional resources.
649
+ # configuration. These addresses are regional resources. Not currently available
650
+ # publicly.
635
651
  # Corresponds to the JSON property `purpose`
636
652
  # @return [String]
637
653
  attr_accessor :purpose
@@ -3224,11 +3240,12 @@ module Google
3224
3240
  attr_accessor :self_link
3225
3241
 
3226
3242
  # Type of session affinity to use. The default is NONE.
3227
- # When the loadBalancingScheme is EXTERNAL: * For Network Load Balancing, the
3228
- # possible values are NONE, CLIENT_IP, CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.
3229
- # * For all other load balancers that use loadBalancingScheme=EXTERNAL, the
3230
- # possible values are NONE, CLIENT_IP, or GENERATED_COOKIE. * You can use
3231
- # GENERATED_COOKIE if the protocol is HTTP, HTTP2, or HTTPS.
3243
+ # When the loadBalancingScheme is EXTERNAL:
3244
+ # * For Network Load Balancing, the possible values are NONE, CLIENT_IP,
3245
+ # CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO. * For all other load balancers that
3246
+ # use loadBalancingScheme=EXTERNAL, the possible values are NONE, CLIENT_IP, or
3247
+ # GENERATED_COOKIE. * You can use GENERATED_COOKIE if the protocol is HTTP,
3248
+ # HTTP2, or HTTPS.
3232
3249
  # When the loadBalancingScheme is INTERNAL, possible values are NONE, CLIENT_IP,
3233
3250
  # CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.
3234
3251
  # When the loadBalancingScheme is INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED,
@@ -3240,10 +3257,9 @@ module Google
3240
3257
  # @return [String]
3241
3258
  attr_accessor :session_affinity
3242
3259
 
3243
- # The backend service timeout has a different meaning depending on the type of
3244
- # load balancer. For more information see, Backend service settings The default
3245
- # is 30 seconds. The full range of timeout values allowed is 1 - 2,147,483,647
3246
- # seconds.
3260
+ # Not supported when the backend service is referenced by a URL map that is
3261
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
3262
+ # Instead, use maxStreamDuration.
3247
3263
  # Corresponds to the JSON property `timeoutSec`
3248
3264
  # @return [Fixnum]
3249
3265
  attr_accessor :timeout_sec
@@ -4090,7 +4106,10 @@ module Google
4090
4106
  end
4091
4107
  end
4092
4108
 
4093
- #
4109
+ # A transient resource used in compute.instances.bulkInsert and compute.
4110
+ # regionInstances.bulkInsert and compute.regionInstances.recommendLocations.
4111
+ # This resource is not persisted anywhere, it is used only for processing the
4112
+ # requests.
4094
4113
  class BulkInsertInstanceResource
4095
4114
  include Google::Apis::Core::Hashable
4096
4115
 
@@ -4276,14 +4295,14 @@ module Google
4276
4295
  class CircuitBreakers
4277
4296
  include Google::Apis::Core::Hashable
4278
4297
 
4279
- # The maximum number of connections to the backend service. If not specified,
4280
- # there is no limit.
4298
+ # Not supported when the backend service is referenced by a URL map that is
4299
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
4281
4300
  # Corresponds to the JSON property `maxConnections`
4282
4301
  # @return [Fixnum]
4283
4302
  attr_accessor :max_connections
4284
4303
 
4285
- # The maximum number of pending requests allowed to the backend service. If not
4286
- # specified, there is no limit.
4304
+ # Not supported when the backend service is referenced by a URL map that is
4305
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
4287
4306
  # Corresponds to the JSON property `maxPendingRequests`
4288
4307
  # @return [Fixnum]
4289
4308
  attr_accessor :max_pending_requests
@@ -4294,16 +4313,14 @@ module Google
4294
4313
  # @return [Fixnum]
4295
4314
  attr_accessor :max_requests
4296
4315
 
4297
- # Maximum requests for a single connection to the backend service. This
4298
- # parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not
4299
- # specified, there is no limit. Setting this parameter to 1 will effectively
4300
- # disable keep alive.
4316
+ # Not supported when the backend service is referenced by a URL map that is
4317
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
4301
4318
  # Corresponds to the JSON property `maxRequestsPerConnection`
4302
4319
  # @return [Fixnum]
4303
4320
  attr_accessor :max_requests_per_connection
4304
4321
 
4305
- # The maximum number of parallel retries allowed to the backend cluster. If not
4306
- # specified, the default is 1.
4322
+ # Not supported when the backend service is referenced by a URL map that is
4323
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
4307
4324
  # Corresponds to the JSON property `maxRetries`
4308
4325
  # @return [Fixnum]
4309
4326
  attr_accessor :max_retries
@@ -6729,6 +6746,10 @@ module Google
6729
6746
  attr_accessor :id
6730
6747
 
6731
6748
  # List of interfaces for this external VPN gateway.
6749
+ # If your peer-side gateway is an on-premises gateway and non-AWS cloud
6750
+ # providers? gateway, at most two interfaces can be provided for an external VPN
6751
+ # gateway. If your peer side is an AWS virtual private gateway, four interfaces
6752
+ # should be provided for an external VPN gateway.
6732
6753
  # Corresponds to the JSON property `interfaces`
6733
6754
  # @return [Array<Google::Apis::ComputeV1::ExternalVpnGatewayInterface>]
6734
6755
  attr_accessor :interfaces
@@ -6804,8 +6825,9 @@ module Google
6804
6825
 
6805
6826
  # The numeric ID of this interface. The allowed input values for this id for
6806
6827
  # different redundancy types of external VPN gateway:
6807
- # SINGLE_IP_INTERNALLY_REDUNDANT - 0 TWO_IPS_REDUNDANCY - 0, 1
6808
- # FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
6828
+ # - SINGLE_IP_INTERNALLY_REDUNDANT - 0
6829
+ # - TWO_IPS_REDUNDANCY - 0, 1
6830
+ # - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
6809
6831
  # Corresponds to the JSON property `id`
6810
6832
  # @return [Fixnum]
6811
6833
  attr_accessor :id
@@ -7863,7 +7885,7 @@ module Google
7863
7885
  # - If the value is a percent, then the calculated value is percent/100 *
7864
7886
  # targetSize. For example, the calculated value of a 80% of a managed instance
7865
7887
  # group with 150 instances would be (80/100 * 150) = 120 VM instances. If there
7866
- # is a remainder, the number is rounded up.
7888
+ # is a remainder, the number is rounded.
7867
7889
  # Corresponds to the JSON property `calculated`
7868
7890
  # @return [Fixnum]
7869
7891
  attr_accessor :calculated
@@ -7932,10 +7954,11 @@ module Google
7932
7954
  attr_accessor :ip_address
7933
7955
 
7934
7956
  # The IP protocol to which this rule applies.
7935
- # For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP and ICMP.
7957
+ # For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and
7958
+ # L3_DEFAULT.
7936
7959
  # The valid IP protocols are different for different load balancing products:
7937
7960
  # - Internal TCP/UDP Load Balancing: The load balancing scheme is INTERNAL, and
7938
- # one of TCP, UDP or ALL is valid.
7961
+ # one of TCP, UDP or L3_DEFAULT is valid.
7939
7962
  # - Traffic Director: The load balancing scheme is INTERNAL_SELF_MANAGED, and
7940
7963
  # only TCP is valid.
7941
7964
  # - Internal HTTP(S) Load Balancing: The load balancing scheme is
@@ -7943,17 +7966,18 @@ module Google
7943
7966
  # - HTTP(S), SSL Proxy, and TCP Proxy Load Balancing: The load balancing scheme
7944
7967
  # is EXTERNAL and only TCP is valid.
7945
7968
  # - Network Load Balancing: The load balancing scheme is EXTERNAL, and one of
7946
- # TCP or UDP is valid.
7969
+ # TCP, UDP or L3_DEFAULT is valid.
7947
7970
  # Corresponds to the JSON property `IPProtocol`
7948
7971
  # @return [String]
7949
7972
  attr_accessor :ip_protocol
7950
7973
 
7951
- # This field is used along with the backend_service field for internal load
7952
- # balancing or with the target field for internal TargetInstance. This field
7953
- # cannot be used with port or portRange fields.
7954
- # When the load balancing scheme is INTERNAL and protocol is TCP/UDP, specify
7955
- # this field to allow packets addressed to any ports will be forwarded to the
7956
- # backends configured with this forwarding rule.
7974
+ # This field is used along with the backend_service field for Internal TCP/UDP
7975
+ # Load Balancing or Network Load Balancing, or with the target field for
7976
+ # internal and external TargetInstance.
7977
+ # You can only use one of ports and port_range, or allPorts. The three are
7978
+ # mutually exclusive.
7979
+ # For TCP, UDP and SCTP traffic, packets addressed to any ports will be
7980
+ # forwarded to the target or backendService.
7957
7981
  # Corresponds to the JSON property `allPorts`
7958
7982
  # @return [Boolean]
7959
7983
  attr_accessor :all_ports
@@ -8115,13 +8139,16 @@ module Google
8115
8139
  # @return [String]
8116
8140
  attr_accessor :network_tier
8117
8141
 
8118
- # This field can be used only if: * Load balancing scheme is one of EXTERNAL,
8119
- # INTERNAL_SELF_MANAGED or INTERNAL_MANAGED, and * IPProtocol is one of TCP, UDP,
8120
- # or SCTP.
8142
+ # This field can be used only if:
8143
+ # - Load balancing scheme is one of EXTERNAL, INTERNAL_SELF_MANAGED or
8144
+ # INTERNAL_MANAGED
8145
+ # - IPProtocol is one of TCP, UDP, or SCTP.
8121
8146
  # Packets addressed to ports in the specified range will be forwarded to target
8122
- # or backend_service. You can only use one of ports, port_range, or allPorts.
8123
- # The three are mutually exclusive. Forwarding rules with the same [IPAddress,
8124
- # IPProtocol] pair must have disjoint port ranges.
8147
+ # or backend_service.
8148
+ # You can only use one of ports, port_range, or allPorts. The three are mutually
8149
+ # exclusive.
8150
+ # Forwarding rules with the same [IPAddress, IPProtocol] pair must have disjoint
8151
+ # ports.
8125
8152
  # Some types of forwarding target have constraints on the acceptable ports:
8126
8153
  # - TargetHttpProxy: 80, 8080
8127
8154
  # - TargetHttpsProxy: 443
@@ -8142,8 +8169,8 @@ module Google
8142
8169
  # You can only use one of ports and port_range, or allPorts. The three are
8143
8170
  # mutually exclusive.
8144
8171
  # You can specify a list of up to five ports, which can be non-contiguous.
8145
- # For Internal TCP/UDP Load Balancing, if you specify allPorts, you should not
8146
- # specify ports.
8172
+ # Forwarding rules with the same [IPAddress, IPProtocol] pair must have disjoint
8173
+ # ports.
8147
8174
  # For more information, see [Port specifications](/load-balancing/docs/
8148
8175
  # forwarding-rule-concepts#port_specifications).
8149
8176
  # Corresponds to the JSON property `ports`
@@ -9569,11 +9596,12 @@ module Google
9569
9596
 
9570
9597
  # List of URLs to the HealthCheck resources. Must have at least one HealthCheck,
9571
9598
  # and not more than 10. HealthCheck resources must have portSpecification=
9572
- # USE_SERVING_PORT. For regional HealthCheckService, the HealthCheck must be
9573
- # regional and in the same region. For global HealthCheckService, HealthCheck
9574
- # must be global. Mix of regional and global HealthChecks is not supported.
9575
- # Multiple regional HealthChecks must belong to the same region. Regional
9576
- # HealthChecks</code? must belong to the same region as zones of NEGs.
9599
+ # USE_SERVING_PORT or portSpecification=USE_FIXED_PORT. For regional
9600
+ # HealthCheckService, the HealthCheck must be regional and in the same region.
9601
+ # For global HealthCheckService, HealthCheck must be global. Mix of regional and
9602
+ # global HealthChecks is not supported. Multiple regional HealthChecks must
9603
+ # belong to the same region. Regional HealthChecks must belong to the same
9604
+ # region as zones of NEGs.
9577
9605
  # Corresponds to the JSON property `healthChecks`
9578
9606
  # @return [Array<String>]
9579
9607
  attr_accessor :health_checks
@@ -10190,6 +10218,9 @@ module Google
10190
10218
 
10191
10219
  # The HTTP status code used to abort the request.
10192
10220
  # The value must be between 200 and 599 inclusive.
10221
+ # For gRPC protocol, the gRPC status code is mapped to HTTP status code
10222
+ # according to this mapping table. HTTP status 200 is mapped to gRPC status
10223
+ # UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.
10193
10224
  # Corresponds to the JSON property `httpStatus`
10194
10225
  # @return [Fixnum]
10195
10226
  attr_accessor :http_status
@@ -10816,8 +10847,8 @@ module Google
10816
10847
  # @return [Google::Apis::ComputeV1::Duration]
10817
10848
  attr_accessor :per_try_timeout
10818
10849
 
10819
- # Specfies one or more conditions when this retry rule applies. Valid values are:
10820
- #
10850
+ # Specifies one or more conditions when this retry rule applies. Valid values
10851
+ # are:
10821
10852
  # - 5xx: Loadbalancer will attempt a retry if the backend service responds with
10822
10853
  # any 5xx response code, or if the backend service does not respond at all,
10823
10854
  # example: disconnects, reset, read timeout, connection failure, and refused
@@ -11474,13 +11505,17 @@ module Google
11474
11505
  # @return [Google::Apis::ComputeV1::InitialStateConfig]
11475
11506
  attr_accessor :shielded_instance_initial_state
11476
11507
 
11477
- # URL of the source disk used to create this image. This can be a full or valid
11478
- # partial URL. You must provide either this property or the rawDisk.source
11479
- # property but not both to create an image. For example, the following are valid
11480
- # values:
11508
+ # URL of the source disk used to create this image. For example, the following
11509
+ # are valid values:
11481
11510
  # - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk
11482
11511
  # - projects/project/zones/zone/disks/disk
11483
11512
  # - zones/zone/disks/disk
11513
+ # In order to create an image, you must provide the full or partial URL of one
11514
+ # of the following:
11515
+ # - The rawDisk.source URL
11516
+ # - The sourceDisk URL
11517
+ # - The sourceImage URL
11518
+ # - The sourceSnapshot URL
11484
11519
  # Corresponds to the JSON property `sourceDisk`
11485
11520
  # @return [String]
11486
11521
  attr_accessor :source_disk
@@ -11501,10 +11536,10 @@ module Google
11501
11536
  # URL of the source image used to create this image.
11502
11537
  # In order to create an image, you must provide the full or partial URL of one
11503
11538
  # of the following:
11504
- # - The selfLink URL
11505
- # - This property
11506
11539
  # - The rawDisk.source URL
11507
11540
  # - The sourceDisk URL
11541
+ # - The sourceImage URL
11542
+ # - The sourceSnapshot URL
11508
11543
  # Corresponds to the JSON property `sourceImage`
11509
11544
  # @return [String]
11510
11545
  attr_accessor :source_image
@@ -11525,11 +11560,10 @@ module Google
11525
11560
  # URL of the source snapshot used to create this image.
11526
11561
  # In order to create an image, you must provide the full or partial URL of one
11527
11562
  # of the following:
11528
- # - The selfLink URL
11529
- # - This property
11530
- # - The sourceImage URL
11531
11563
  # - The rawDisk.source URL
11532
11564
  # - The sourceDisk URL
11565
+ # - The sourceImage URL
11566
+ # - The sourceSnapshot URL
11533
11567
  # Corresponds to the JSON property `sourceSnapshot`
11534
11568
  # @return [String]
11535
11569
  attr_accessor :source_snapshot
@@ -11623,8 +11657,13 @@ module Google
11623
11657
  # @return [String]
11624
11658
  attr_accessor :sha1_checksum
11625
11659
 
11626
- # The full Google Cloud Storage URL where the disk image is stored. You must
11627
- # provide either this property or the sourceDisk property but not both.
11660
+ # The full Google Cloud Storage URL where the disk image is stored.
11661
+ # In order to create an image, you must provide the full or partial URL of one
11662
+ # of the following:
11663
+ # - The rawDisk.source URL
11664
+ # - The sourceDisk URL
11665
+ # - The sourceImage URL
11666
+ # - The sourceSnapshot URL
11628
11667
  # Corresponds to the JSON property `source`
11629
11668
  # @return [String]
11630
11669
  attr_accessor :source
@@ -11995,7 +12034,7 @@ module Google
11995
12034
  attr_accessor :satisfies_pzs
11996
12035
  alias_method :satisfies_pzs?, :satisfies_pzs
11997
12036
 
11998
- # Sets the scheduling options for an Instance. NextID: 20
12037
+ # Sets the scheduling options for an Instance. NextID: 21
11999
12038
  # Corresponds to the JSON property `scheduling`
12000
12039
  # @return [Google::Apis::ComputeV1::Scheduling]
12001
12040
  attr_accessor :scheduling
@@ -12591,6 +12630,13 @@ module Google
12591
12630
  end
12592
12631
  end
12593
12632
 
12633
+ # Whether the instance is a standby. Properties of a standby instance comparing
12634
+ # to the regular instance: ======================================================
12635
+ # =================== | regular | standby =======================================
12636
+ # ================================== managed by IGM? | yes | yes added to the IG?
12637
+ # | yes | yes counts towards IGM's target size? | yes | no taken into account
12638
+ # by Autoscaler? | yes | no receives traffic from LB? | yes | no ================
12639
+ # =========================================================
12594
12640
  # Represents a Managed Instance Group resource.
12595
12641
  # An instance group is a collection of VM instances that you can manage as a
12596
12642
  # single entity. For more information, read Instance groups.
@@ -14616,7 +14662,7 @@ module Google
14616
14662
  # @return [Array<String>]
14617
14663
  attr_accessor :resource_policies
14618
14664
 
14619
- # Sets the scheduling options for an Instance. NextID: 20
14665
+ # Sets the scheduling options for an Instance. NextID: 21
14620
14666
  # Corresponds to the JSON property `scheduling`
14621
14667
  # @return [Google::Apis::ComputeV1::Scheduling]
14622
14668
  attr_accessor :scheduling
@@ -15560,15 +15606,18 @@ module Google
15560
15606
  # @return [String]
15561
15607
  attr_accessor :edge_availability_domain
15562
15608
 
15563
- # Indicates the user-supplied encryption option of this interconnect attachment:
15564
- # - NONE is the default value, which means that the attachment carries
15565
- # unencrypted traffic. VMs can send traffic to, or receive traffic from, this
15566
- # type of attachment.
15567
- # - IPSEC indicates that the attachment carries only traffic encrypted by an
15568
- # IPsec device such as an HA VPN gateway. VMs cannot directly send traffic to,
15569
- # or receive traffic from, such an attachment. To use IPsec-encrypted Cloud
15570
- # Interconnect, create the attachment using this option.
15571
- # Not currently available in all Interconnect locations.
15609
+ # Indicates the user-supplied encryption option of this VLAN attachment (
15610
+ # interconnectAttachment). Can only be specified at attachment creation for
15611
+ # PARTNER or DEDICATED attachments. Possible values are:
15612
+ # - NONE - This is the default value, which means that the VLAN attachment
15613
+ # carries unencrypted traffic. VMs are able to send traffic to, or receive
15614
+ # traffic from, such a VLAN attachment.
15615
+ # - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted
15616
+ # by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs
15617
+ # cannot directly send traffic to, or receive traffic from, such a VLAN
15618
+ # attachment. To use IPsec-encrypted Cloud Interconnect, the VLAN attachment
15619
+ # must be created with this option.
15620
+ # Not currently available publicly.
15572
15621
  # Corresponds to the JSON property `encryption`
15573
15622
  # @return [String]
15574
15623
  attr_accessor :encryption
@@ -15592,19 +15641,19 @@ module Google
15592
15641
  # @return [String]
15593
15642
  attr_accessor :interconnect
15594
15643
 
15595
- # URL of addresses that have been reserved for the interconnect attachment, Used
15596
- # only for interconnect attachment that has the encryption option as IPSEC. The
15597
- # addresses must be RFC 1918 IP address ranges. When creating HA VPN gateway
15598
- # over the interconnect attachment, if the attachment is configured to use an
15599
- # RFC 1918 IP address, then the VPN gateway's IP address will be allocated from
15600
- # the IP address range specified here. For example, if the HA VPN gateway's
15601
- # interface 0 is paired to this interconnect attachment, then an RFC 1918 IP
15644
+ # List of URL of addresses that have been reserved for the VLAN attachment. Used
15645
+ # only for the VLAN attachment that has the encryption option as IPSEC. The
15646
+ # addresses must be regional internal IP address ranges. When creating an HA VPN
15647
+ # gateway over the VLAN attachment, if the attachment is configured to use a
15648
+ # regional internal IP address, then the VPN gateway's IP address is allocated
15649
+ # from the IP address range specified here. For example, if the HA VPN gateway's
15650
+ # interface 0 is paired to this VLAN attachment, then a regional internal IP
15602
15651
  # address for the VPN gateway interface 0 will be allocated from the IP address
15603
- # specified for this interconnect attachment. If this field is not specified for
15604
- # interconnect attachment that has encryption option as IPSEC, later on when
15605
- # creating HA VPN gateway on this interconnect attachment, the HA VPN gateway's
15606
- # IP address will be allocated from regional external IP address pool.
15607
- # Not currently available in all Interconnect locations.
15652
+ # specified for this VLAN attachment. If this field is not specified when
15653
+ # creating the VLAN attachment, then later on when creating an HA VPN gateway on
15654
+ # this VLAN attachment, the HA VPN gateway's IP address is allocated from the
15655
+ # regional external IP address pool.
15656
+ # Not currently available publicly.
15608
15657
  # Corresponds to the JSON property `ipsecInternalAddresses`
15609
15658
  # @return [Array<String>]
15610
15659
  attr_accessor :ipsec_internal_addresses
@@ -16820,8 +16869,10 @@ module Google
16820
16869
  # - ACTIVE: This outage notification is active. The event could be in the past,
16821
16870
  # present, or future. See start_time and end_time for scheduling.
16822
16871
  # - CANCELLED: The outage associated with this notification was cancelled before
16823
- # the outage was due to start. Note that the versions of this enum prefixed with
16824
- # "NS_" have been deprecated in favor of the unprefixed values.
16872
+ # the outage was due to start.
16873
+ # - COMPLETED: The outage associated with this notification is complete. Note
16874
+ # that the versions of this enum prefixed with "NS_" have been deprecated in
16875
+ # favor of the unprefixed values.
16825
16876
  # Corresponds to the JSON property `state`
16826
16877
  # @return [String]
16827
16878
  attr_accessor :state
@@ -17277,7 +17328,7 @@ module Google
17277
17328
  class LocationPolicyLocation
17278
17329
  include Google::Apis::Core::Hashable
17279
17330
 
17280
- # Preference for a given locaction: ALLOW or DENY.
17331
+ # Preference for a given location: ALLOW or DENY.
17281
17332
  # Corresponds to the JSON property `preference`
17282
17333
  # @return [String]
17283
17334
  attr_accessor :preference
@@ -19338,6 +19389,20 @@ module Google
19338
19389
  # @return [String]
19339
19390
  attr_accessor :fingerprint
19340
19391
 
19392
+ # An array of IPv6 access configurations for this interface. Currently, only one
19393
+ # IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
19394
+ # specified, then this instance will have no external IPv6 Internet access.
19395
+ # Corresponds to the JSON property `ipv6AccessConfigs`
19396
+ # @return [Array<Google::Apis::ComputeV1::AccessConfig>]
19397
+ attr_accessor :ipv6_access_configs
19398
+
19399
+ # [Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be
19400
+ # accessed from the Internet. This field is always inherited from its subnetwork.
19401
+ # Valid only if stackType is IPV4_IPV6.
19402
+ # Corresponds to the JSON property `ipv6AccessType`
19403
+ # @return [String]
19404
+ attr_accessor :ipv6_access_type
19405
+
19341
19406
  # [Output Only] An IPv6 internal network address for this network interface.
19342
19407
  # Corresponds to the JSON property `ipv6Address`
19343
19408
  # @return [String]
@@ -19381,6 +19446,14 @@ module Google
19381
19446
  # @return [String]
19382
19447
  attr_accessor :nic_type
19383
19448
 
19449
+ # The stack type for this network interface to identify whether the IPv6 feature
19450
+ # is enabled or not. If not specified, IPV4_ONLY will be used.
19451
+ # This field can be both set at instance creation and update network interface
19452
+ # operations.
19453
+ # Corresponds to the JSON property `stackType`
19454
+ # @return [String]
19455
+ attr_accessor :stack_type
19456
+
19384
19457
  # The URL of the Subnetwork resource for this instance. If the network resource
19385
19458
  # is in legacy mode, do not specify this field. If the network is in auto subnet
19386
19459
  # mode, specifying the subnetwork is optional. If the network is in custom
@@ -19403,12 +19476,15 @@ module Google
19403
19476
  @access_configs = args[:access_configs] if args.key?(:access_configs)
19404
19477
  @alias_ip_ranges = args[:alias_ip_ranges] if args.key?(:alias_ip_ranges)
19405
19478
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
19479
+ @ipv6_access_configs = args[:ipv6_access_configs] if args.key?(:ipv6_access_configs)
19480
+ @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
19406
19481
  @ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
19407
19482
  @kind = args[:kind] if args.key?(:kind)
19408
19483
  @name = args[:name] if args.key?(:name)
19409
19484
  @network = args[:network] if args.key?(:network)
19410
19485
  @network_ip = args[:network_ip] if args.key?(:network_ip)
19411
19486
  @nic_type = args[:nic_type] if args.key?(:nic_type)
19487
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
19412
19488
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
19413
19489
  end
19414
19490
  end
@@ -26213,7 +26289,10 @@ module Google
26213
26289
  # @return [String]
26214
26290
  attr_accessor :key
26215
26291
 
26216
- # Corresponds to the label values of a reservation resource.
26292
+ # Corresponds to the label values of a reservation resource. This can be either
26293
+ # a name to a reservation in the same project or "projects/different-project/
26294
+ # reservations/some-reservation-name" to target a shared reservation in the same
26295
+ # zone but in a different project.
26217
26296
  # Corresponds to the JSON property `values`
26218
26297
  # @return [Array<String>]
26219
26298
  attr_accessor :values
@@ -27848,9 +27927,9 @@ module Google
27848
27927
  # @return [String]
27849
27928
  attr_accessor :description
27850
27929
 
27851
- # Field to indicate if a router is dedicated to use with encrypted Interconnect
27852
- # Attachment (IPsec-encrypted Cloud Interconnect feature).
27853
- # Not currently available in all Interconnect locations.
27930
+ # Indicates if a router is dedicated for use with encrypted VLAN attachments (
27931
+ # interconnectAttachments).
27932
+ # Not currently available publicly.
27854
27933
  # Corresponds to the JSON property `encryptedInterconnectRouter`
27855
27934
  # @return [Boolean]
27856
27935
  attr_accessor :encrypted_interconnect_router
@@ -28109,6 +28188,18 @@ module Google
28109
28188
  # @return [Fixnum]
28110
28189
  attr_accessor :asn
28111
28190
 
28191
+ # The interval in seconds between BGP keepalive messages that are sent to the
28192
+ # peer.
28193
+ # Hold time is three times the interval at which keepalive messages are sent,
28194
+ # and the hold time is the maximum number of seconds allowed to elapse between
28195
+ # successive keepalive messages that BGP receives from a peer.
28196
+ # BGP will use the smaller of either the local hold time value or the peer's
28197
+ # hold time value as the hold time for the BGP connection between the two peers.
28198
+ # If set, this value must be between 20 and 60. The default is 20.
28199
+ # Corresponds to the JSON property `keepaliveInterval`
28200
+ # @return [Fixnum]
28201
+ attr_accessor :keepalive_interval
28202
+
28112
28203
  def initialize(**args)
28113
28204
  update!(**args)
28114
28205
  end
@@ -28119,6 +28210,7 @@ module Google
28119
28210
  @advertised_groups = args[:advertised_groups] if args.key?(:advertised_groups)
28120
28211
  @advertised_ip_ranges = args[:advertised_ip_ranges] if args.key?(:advertised_ip_ranges)
28121
28212
  @asn = args[:asn] if args.key?(:asn)
28213
+ @keepalive_interval = args[:keepalive_interval] if args.key?(:keepalive_interval)
28122
28214
  end
28123
28215
  end
28124
28216
 
@@ -28159,6 +28251,14 @@ module Google
28159
28251
  # @return [Fixnum]
28160
28252
  attr_accessor :advertised_route_priority
28161
28253
 
28254
+ # The status of the BGP peer connection.
28255
+ # If set to FALSE, any active session with the peer is terminated and all
28256
+ # associated routing information is removed. If set to TRUE, the peer connection
28257
+ # can be established with routing information. The default is TRUE.
28258
+ # Corresponds to the JSON property `enable`
28259
+ # @return [String]
28260
+ attr_accessor :enable
28261
+
28162
28262
  # Name of the interface the BGP peer is associated with.
28163
28263
  # Corresponds to the JSON property `interfaceName`
28164
28264
  # @return [String]
@@ -28213,6 +28313,7 @@ module Google
28213
28313
  @advertised_groups = args[:advertised_groups] if args.key?(:advertised_groups)
28214
28314
  @advertised_ip_ranges = args[:advertised_ip_ranges] if args.key?(:advertised_ip_ranges)
28215
28315
  @advertised_route_priority = args[:advertised_route_priority] if args.key?(:advertised_route_priority)
28316
+ @enable = args[:enable] if args.key?(:enable)
28216
28317
  @interface_name = args[:interface_name] if args.key?(:interface_name)
28217
28318
  @ip_address = args[:ip_address] if args.key?(:ip_address)
28218
28319
  @management_type = args[:management_type] if args.key?(:management_type)
@@ -29067,7 +29168,7 @@ module Google
29067
29168
  end
29068
29169
  end
29069
29170
 
29070
- # Sets the scheduling options for an Instance. NextID: 20
29171
+ # Sets the scheduling options for an Instance. NextID: 21
29071
29172
  class Scheduling
29072
29173
  include Google::Apis::Core::Hashable
29073
29174
 
@@ -29236,6 +29337,11 @@ module Google
29236
29337
  class SecurityPolicy
29237
29338
  include Google::Apis::Core::Hashable
29238
29339
 
29340
+ #
29341
+ # Corresponds to the JSON property `advancedOptionsConfig`
29342
+ # @return [Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig]
29343
+ attr_accessor :advanced_options_config
29344
+
29239
29345
  # [Output Only] Creation timestamp in RFC3339 text format.
29240
29346
  # Corresponds to the JSON property `creationTimestamp`
29241
29347
  # @return [String]
@@ -29300,6 +29406,7 @@ module Google
29300
29406
 
29301
29407
  # Update properties of this object
29302
29408
  def update!(**args)
29409
+ @advanced_options_config = args[:advanced_options_config] if args.key?(:advanced_options_config)
29303
29410
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
29304
29411
  @description = args[:description] if args.key?(:description)
29305
29412
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
@@ -29311,6 +29418,31 @@ module Google
29311
29418
  end
29312
29419
  end
29313
29420
 
29421
+ #
29422
+ class SecurityPolicyAdvancedOptionsConfig
29423
+ include Google::Apis::Core::Hashable
29424
+
29425
+ #
29426
+ # Corresponds to the JSON property `jsonParsing`
29427
+ # @return [String]
29428
+ attr_accessor :json_parsing
29429
+
29430
+ #
29431
+ # Corresponds to the JSON property `logLevel`
29432
+ # @return [String]
29433
+ attr_accessor :log_level
29434
+
29435
+ def initialize(**args)
29436
+ update!(**args)
29437
+ end
29438
+
29439
+ # Update properties of this object
29440
+ def update!(**args)
29441
+ @json_parsing = args[:json_parsing] if args.key?(:json_parsing)
29442
+ @log_level = args[:log_level] if args.key?(:log_level)
29443
+ end
29444
+ end
29445
+
29314
29446
  #
29315
29447
  class SecurityPolicyList
29316
29448
  include Google::Apis::Core::Hashable
@@ -31145,6 +31277,12 @@ module Google
31145
31277
  attr_accessor :enable_flow_logs
31146
31278
  alias_method :enable_flow_logs?, :enable_flow_logs
31147
31279
 
31280
+ # [Output Only] The range of external IPv6 addresses that are owned by this
31281
+ # subnetwork.
31282
+ # Corresponds to the JSON property `externalIpv6Prefix`
31283
+ # @return [String]
31284
+ attr_accessor :external_ipv6_prefix
31285
+
31148
31286
  # Fingerprint of this resource. A hash of the contents stored in this object.
31149
31287
  # This field is used in optimistic locking. This field will be ignored when
31150
31288
  # inserting a Subnetwork. An up-to-date fingerprint must be provided in order to
@@ -31178,6 +31316,14 @@ module Google
31178
31316
  # @return [String]
31179
31317
  attr_accessor :ip_cidr_range
31180
31318
 
31319
+ # The access type of IPv6 address this subnet holds. It's immutable and can only
31320
+ # be specified during creation or the first time the subnet is updated into
31321
+ # IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot
31322
+ # enable direct path.
31323
+ # Corresponds to the JSON property `ipv6AccessType`
31324
+ # @return [String]
31325
+ attr_accessor :ipv6_access_type
31326
+
31181
31327
  # [Output Only] The range of internal IPv6 addresses that are owned by this
31182
31328
  # subnetwork.
31183
31329
  # Corresponds to the JSON property `ipv6CidrRange`
@@ -31268,6 +31414,13 @@ module Google
31268
31414
  # @return [String]
31269
31415
  attr_accessor :self_link
31270
31416
 
31417
+ # The stack type for this subnet to identify whether the IPv6 feature is enabled
31418
+ # or not. If not specified IPV4_ONLY will be used.
31419
+ # This field can be both set at resource creation time and updated using patch.
31420
+ # Corresponds to the JSON property `stackType`
31421
+ # @return [String]
31422
+ attr_accessor :stack_type
31423
+
31271
31424
  # [Output Only] The state of the subnetwork, which can be one of the following
31272
31425
  # values: READY: Subnetwork is created and ready to use DRAINING: only
31273
31426
  # applicable to subnetworks that have the purpose set to
@@ -31287,10 +31440,12 @@ module Google
31287
31440
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
31288
31441
  @description = args[:description] if args.key?(:description)
31289
31442
  @enable_flow_logs = args[:enable_flow_logs] if args.key?(:enable_flow_logs)
31443
+ @external_ipv6_prefix = args[:external_ipv6_prefix] if args.key?(:external_ipv6_prefix)
31290
31444
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
31291
31445
  @gateway_address = args[:gateway_address] if args.key?(:gateway_address)
31292
31446
  @id = args[:id] if args.key?(:id)
31293
31447
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
31448
+ @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
31294
31449
  @ipv6_cidr_range = args[:ipv6_cidr_range] if args.key?(:ipv6_cidr_range)
31295
31450
  @kind = args[:kind] if args.key?(:kind)
31296
31451
  @log_config = args[:log_config] if args.key?(:log_config)
@@ -31303,6 +31458,7 @@ module Google
31303
31458
  @role = args[:role] if args.key?(:role)
31304
31459
  @secondary_ip_ranges = args[:secondary_ip_ranges] if args.key?(:secondary_ip_ranges)
31305
31460
  @self_link = args[:self_link] if args.key?(:self_link)
31461
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
31306
31462
  @state = args[:state] if args.key?(:state)
31307
31463
  end
31308
31464
  end
@@ -32575,7 +32731,8 @@ module Google
32575
32731
  include Google::Apis::Core::Hashable
32576
32732
 
32577
32733
  # New set of SslCertificate resources to associate with this TargetHttpsProxy
32578
- # resource. Currently exactly one SslCertificate resource must be specified.
32734
+ # resource. At least one SSL certificate must be specified. Currently, you may
32735
+ # specify up to 15 SSL certificates.
32579
32736
  # Corresponds to the JSON property `sslCertificates`
32580
32737
  # @return [Array<String>]
32581
32738
  attr_accessor :ssl_certificates
@@ -32710,6 +32867,8 @@ module Google
32710
32867
  # URLs to SslCertificate resources that are used to authenticate connections
32711
32868
  # between users and the load balancer. At least one SSL certificate must be
32712
32869
  # specified. Currently, you may specify up to 15 SSL certificates.
32870
+ # sslCertificates do not apply when the load balancing scheme is set to
32871
+ # INTERNAL_SELF_MANAGED.
32713
32872
  # Corresponds to the JSON property `sslCertificates`
32714
32873
  # @return [Array<String>]
32715
32874
  attr_accessor :ssl_certificates
@@ -34050,7 +34209,8 @@ module Google
34050
34209
  include Google::Apis::Core::Hashable
34051
34210
 
34052
34211
  # New set of URLs to SslCertificate resources to associate with this
34053
- # TargetSslProxy. Currently exactly one ssl certificate must be specified.
34212
+ # TargetSslProxy. At least one SSL certificate must be specified. Currently, you
34213
+ # may specify up to 15 SSL certificates.
34054
34214
  # Corresponds to the JSON property `sslCertificates`
34055
34215
  # @return [Array<String>]
34056
34216
  attr_accessor :ssl_certificates
@@ -34124,7 +34284,8 @@ module Google
34124
34284
 
34125
34285
  # URLs to SslCertificate resources that are used to authenticate connections to
34126
34286
  # Backends. At least one SSL certificate must be specified. Currently, you may
34127
- # specify up to 15 SSL certificates.
34287
+ # specify up to 15 SSL certificates. sslCertificates do not apply when the load
34288
+ # balancing scheme is set to INTERNAL_SELF_MANAGED.
34128
34289
  # Corresponds to the JSON property `sslCertificates`
34129
34290
  # @return [Array<String>]
34130
34291
  attr_accessor :ssl_certificates
@@ -35881,7 +36042,9 @@ module Google
35881
36042
  # requests. If the number of results is larger than maxResults, use the
35882
36043
  # nextPageToken as a value for the query parameter pageToken in the next list
35883
36044
  # request. Subsequent list requests will have their own nextPageToken to
35884
- # continue paging through the results.
36045
+ # continue paging through the results. In special cases listUsable may return 0
36046
+ # subnetworks and nextPageToken which still should be used to get the next page
36047
+ # of results.
35885
36048
  # Corresponds to the JSON property `nextPageToken`
35886
36049
  # @return [String]
35887
36050
  attr_accessor :next_page_token
@@ -36285,7 +36448,7 @@ module Google
36285
36448
  # @return [String]
36286
36449
  attr_accessor :self_link
36287
36450
 
36288
- # A list of interfaces on this VPN gateway.
36451
+ # The list of VPN interfaces associated with this VPN gateway.
36289
36452
  # Corresponds to the JSON property `vpnInterfaces`
36290
36453
  # @return [Array<Google::Apis::ComputeV1::VpnGatewayVpnGatewayInterface>]
36291
36454
  attr_accessor :vpn_interfaces
@@ -36678,21 +36841,30 @@ module Google
36678
36841
  class VpnGatewayVpnGatewayInterface
36679
36842
  include Google::Apis::Core::Hashable
36680
36843
 
36681
- # The numeric ID of this VPN gateway interface.
36844
+ # [Output Only] Numeric identifier for this VPN interface associated with the
36845
+ # VPN gateway.
36682
36846
  # Corresponds to the JSON property `id`
36683
36847
  # @return [Fixnum]
36684
36848
  attr_accessor :id
36685
36849
 
36686
- # URL of the interconnect attachment resource. When the value of this field is
36687
- # present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect;
36688
- # all Egress or Ingress traffic for this VPN Gateway interface will go through
36689
- # the specified interconnect attachment resource.
36690
- # Not currently available in all Interconnect locations.
36850
+ # URL of the VLAN attachment (interconnectAttachment) resource for this VPN
36851
+ # gateway interface. When the value of this field is present, the VPN gateway is
36852
+ # used for IPsec-encrypted Cloud Interconnect; all egress or ingress traffic for
36853
+ # this VPN gateway interface goes through the specified VLAN attachment resource.
36854
+ # Not currently available publicly.
36691
36855
  # Corresponds to the JSON property `interconnectAttachment`
36692
36856
  # @return [String]
36693
36857
  attr_accessor :interconnect_attachment
36694
36858
 
36695
- # [Output Only] The external IP address for this VPN gateway interface.
36859
+ # [Output Only] IP address for this VPN interface associated with the VPN
36860
+ # gateway. The IP address could be either a regional external IP address or a
36861
+ # regional internal IP address. The two IP addresses for a VPN gateway must be
36862
+ # all regional external or regional internal IP addresses. There cannot be a mix
36863
+ # of regional external IP addresses and regional internal IP addresses. For
36864
+ # IPsec-encrypted Cloud Interconnect, the IP addresses for both interfaces could
36865
+ # either be regional internal IP addresses or regional external IP addresses.
36866
+ # For regular (non IPsec-encrypted Cloud Interconnect) HA VPN tunnels, the IP
36867
+ # address must be a regional external IP address.
36696
36868
  # Corresponds to the JSON property `ipAddress`
36697
36869
  # @return [String]
36698
36870
  attr_accessor :ip_address
@@ -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.9.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210415"
25
+ REVISION = "20210525"
26
26
  end
27
27
  end
28
28
  end
@@ -3856,6 +3856,12 @@ module Google
3856
3856
  include Google::Apis::Core::JsonObjectSupport
3857
3857
  end
3858
3858
 
3859
+ class SecurityPolicyAdvancedOptionsConfig
3860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3861
+
3862
+ include Google::Apis::Core::JsonObjectSupport
3863
+ end
3864
+
3859
3865
  class SecurityPolicyList
3860
3866
  class Representation < Google::Apis::Core::JsonRepresentation; end
3861
3867
 
@@ -5194,6 +5200,8 @@ module Google
5194
5200
  class AccessConfig
5195
5201
  # @private
5196
5202
  class Representation < Google::Apis::Core::JsonRepresentation
5203
+ property :external_ipv6, as: 'externalIpv6'
5204
+ property :external_ipv6_prefix_length, as: 'externalIpv6PrefixLength'
5197
5205
  property :kind, as: 'kind'
5198
5206
  property :name, as: 'name'
5199
5207
  property :nat_ip, as: 'natIP'
@@ -9650,12 +9658,16 @@ module Google
9650
9658
  collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeV1::AliasIpRange, decorator: Google::Apis::ComputeV1::AliasIpRange::Representation
9651
9659
 
9652
9660
  property :fingerprint, :base64 => true, as: 'fingerprint'
9661
+ collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeV1::AccessConfig, decorator: Google::Apis::ComputeV1::AccessConfig::Representation
9662
+
9663
+ property :ipv6_access_type, as: 'ipv6AccessType'
9653
9664
  property :ipv6_address, as: 'ipv6Address'
9654
9665
  property :kind, as: 'kind'
9655
9666
  property :name, as: 'name'
9656
9667
  property :network, as: 'network'
9657
9668
  property :network_ip, as: 'networkIP'
9658
9669
  property :nic_type, as: 'nicType'
9670
+ property :stack_type, as: 'stackType'
9659
9671
  property :subnetwork, as: 'subnetwork'
9660
9672
  end
9661
9673
  end
@@ -11913,6 +11925,7 @@ module Google
11913
11925
  collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeV1::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeV1::RouterAdvertisedIpRange::Representation
11914
11926
 
11915
11927
  property :asn, as: 'asn'
11928
+ property :keepalive_interval, as: 'keepaliveInterval'
11916
11929
  end
11917
11930
  end
11918
11931
 
@@ -11924,6 +11937,7 @@ module Google
11924
11937
  collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeV1::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeV1::RouterAdvertisedIpRange::Representation
11925
11938
 
11926
11939
  property :advertised_route_priority, as: 'advertisedRoutePriority'
11940
+ property :enable, as: 'enable'
11927
11941
  property :interface_name, as: 'interfaceName'
11928
11942
  property :ip_address, as: 'ipAddress'
11929
11943
  property :management_type, as: 'managementType'
@@ -12190,6 +12204,8 @@ module Google
12190
12204
  class SecurityPolicy
12191
12205
  # @private
12192
12206
  class Representation < Google::Apis::Core::JsonRepresentation
12207
+ property :advanced_options_config, as: 'advancedOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig::Representation
12208
+
12193
12209
  property :creation_timestamp, as: 'creationTimestamp'
12194
12210
  property :description, as: 'description'
12195
12211
  property :fingerprint, :base64 => true, as: 'fingerprint'
@@ -12202,6 +12218,14 @@ module Google
12202
12218
  end
12203
12219
  end
12204
12220
 
12221
+ class SecurityPolicyAdvancedOptionsConfig
12222
+ # @private
12223
+ class Representation < Google::Apis::Core::JsonRepresentation
12224
+ property :json_parsing, as: 'jsonParsing'
12225
+ property :log_level, as: 'logLevel'
12226
+ end
12227
+ end
12228
+
12205
12229
  class SecurityPolicyList
12206
12230
  # @private
12207
12231
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12664,10 +12688,12 @@ module Google
12664
12688
  property :creation_timestamp, as: 'creationTimestamp'
12665
12689
  property :description, as: 'description'
12666
12690
  property :enable_flow_logs, as: 'enableFlowLogs'
12691
+ property :external_ipv6_prefix, as: 'externalIpv6Prefix'
12667
12692
  property :fingerprint, :base64 => true, as: 'fingerprint'
12668
12693
  property :gateway_address, as: 'gatewayAddress'
12669
12694
  property :id, :numeric_string => true, as: 'id'
12670
12695
  property :ip_cidr_range, as: 'ipCidrRange'
12696
+ property :ipv6_access_type, as: 'ipv6AccessType'
12671
12697
  property :ipv6_cidr_range, as: 'ipv6CidrRange'
12672
12698
  property :kind, as: 'kind'
12673
12699
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::SubnetworkLogConfig, decorator: Google::Apis::ComputeV1::SubnetworkLogConfig::Representation
@@ -12682,6 +12708,7 @@ module Google
12682
12708
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeV1::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeV1::SubnetworkSecondaryRange::Representation
12683
12709
 
12684
12710
  property :self_link, as: 'selfLink'
12711
+ property :stack_type, as: 'stackType'
12685
12712
  property :state, as: 'state'
12686
12713
  end
12687
12714
  end
@@ -3583,7 +3583,8 @@ module Google
3583
3583
  execute_or_queue_command(command, &block)
3584
3584
  end
3585
3585
 
3586
- # Lists all the policies that have been configured for the specified project.
3586
+ # Lists all the policies that have been configured for the specified folder or
3587
+ # organization.
3587
3588
  # @param [String] filter
3588
3589
  # A filter expression that filters resources listed in the response. The
3589
3590
  # expression must specify the field name, a comparison operator, and the value
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-18 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Compute Engine API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.14.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_v1
57
63
  post_install_message:
58
64
  rdoc_options: []