google-apis-compute_v1 0.51.0 → 0.53.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: 6f66c63c2959cb2a0c496b005ed871dad2c9d1f8d975db5845e592fdef62f8d9
4
- data.tar.gz: 92557471fb62ff72e41bce5c2888014b5a7ab4853e9d38f56967e739529035ee
3
+ metadata.gz: d3e95dddd48e87c4d418425888a8638af3d5ea8669957269b51d257c6bbb143d
4
+ data.tar.gz: d4fac0643012ad6e7aca2ae2a4f85eb57e6c8c7c9f16675e4adcb08d3565c98b
5
5
  SHA512:
6
- metadata.gz: c7d0e4db51560075cf7e8601b9ca8c21b5dabaea43374484a5f7e3aa77b45e5057074100bf951595e964f167af2f8b10e214240b2bd3150631f89de8c68a85e4
7
- data.tar.gz: 7e96dcf8030d3808e71d541a640074242cf9ec604ba60841b974686dd155893cc03bec54a70b24aedb8eff6682dbcdaef26cf6c8b19338c5425bc4b09582532a
6
+ metadata.gz: c28e220507ac22457de640b0b7c5c6939291e24e78fcded5f4aeb8799b22bc32d82ec2d69bf9f8997b198a6e1029d22a50837c01d524ea0eaa0c9c3893af6479
7
+ data.tar.gz: 2cf7955ef292a8276f0c416253128440ae1e8ea56e8a67b6690f55d19fc8f2d7fe665a808a9a46681d2a76f2be97094dd560da97ffb12c4370e1091404c3514b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.53.0 (2022-09-30)
4
+
5
+ * Regenerated from discovery document revision 20220918
6
+
7
+ ### v0.52.0 (2022-09-21)
8
+
9
+ * Regenerated from discovery document revision 20220911
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.51.0 (2022-09-16)
4
13
 
5
14
  * Unspecified changes
@@ -591,6 +591,13 @@ module Google
591
591
  # @return [String]
592
592
  attr_accessor :ip_version
593
593
 
594
+ # The endpoint type of this address, which should be VM or NETLB. This is used
595
+ # for deciding which type of endpoint this address can be used after the
596
+ # external IPv6 address reservation.
597
+ # Corresponds to the JSON property `ipv6EndpointType`
598
+ # @return [String]
599
+ attr_accessor :ipv6_endpoint_type
600
+
594
601
  # [Output Only] Type of the resource. Always compute#address for addresses.
595
602
  # Corresponds to the JSON property `kind`
596
603
  # @return [String]
@@ -690,6 +697,7 @@ module Google
690
697
  @description = args[:description] if args.key?(:description)
691
698
  @id = args[:id] if args.key?(:id)
692
699
  @ip_version = args[:ip_version] if args.key?(:ip_version)
700
+ @ipv6_endpoint_type = args[:ipv6_endpoint_type] if args.key?(:ipv6_endpoint_type)
693
701
  @kind = args[:kind] if args.key?(:kind)
694
702
  @name = args[:name] if args.key?(:name)
695
703
  @network = args[:network] if args.key?(:network)
@@ -8888,7 +8896,16 @@ module Google
8888
8896
  # @return [String]
8889
8897
  attr_accessor :subnetwork
8890
8898
 
8891
- #
8899
+ # The URL of the target resource to receive the matched traffic. For regional
8900
+ # forwarding rules, this target must be in the same region as the forwarding
8901
+ # rule. For global forwarding rules, this target must be a global load balancing
8902
+ # resource. The forwarded traffic must be of a type appropriate to the target
8903
+ # object. For more information, see the "Target" column in [Port specifications](
8904
+ # https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#
8905
+ # ip_address_specifications). For Private Service Connect forwarding rules that
8906
+ # forward traffic to Google APIs, provide the name of a supported Google API
8907
+ # bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All
8908
+ # supported Google APIs.
8892
8909
  # Corresponds to the JSON property `target`
8893
8910
  # @return [String]
8894
8911
  attr_accessor :target
@@ -9333,27 +9350,35 @@ module Google
9333
9350
  # @return [String]
9334
9351
  attr_accessor :grpc_service_name
9335
9352
 
9336
- # The port number for the health check request. Must be specified if port_name
9337
- # and port_specification are not set or if port_specification is USE_FIXED_PORT.
9338
- # Valid values are 1 through 65535.
9353
+ # The TCP port number to which the health check prober sends packets. Valid
9354
+ # values are 1 through 65535.
9339
9355
  # Corresponds to the JSON property `port`
9340
9356
  # @return [Fixnum]
9341
9357
  attr_accessor :port
9342
9358
 
9343
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and
9344
- # port_name are defined, port takes precedence. The port_name should conform to
9345
- # RFC1035.
9359
+ # Not supported.
9346
9360
  # Corresponds to the JSON property `portName`
9347
9361
  # @return [String]
9348
9362
  attr_accessor :port_name
9349
9363
 
9350
- # Specifies how port is selected for health checking, can be one of following
9351
- # values: USE_FIXED_PORT: The port number in port is used for health checking.
9352
- # USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT:
9353
- # For NetworkEndpointGroup, the port specified for each network endpoint is used
9354
- # for health checking. For other backends, the port or named port specified in
9355
- # the Backend Service is used for health checking. If not specified, gRPC health
9356
- # check follows behavior specified in port and portName fields.
9364
+ # Specifies how a port is selected for health checking. Can be one of the
9365
+ # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
9366
+ # port field in the health check. Supported by backend services for pass-through
9367
+ # load balancers and backend services for proxy load balancers. Not supported by
9368
+ # target pools. The health check supports all backends supported by the backend
9369
+ # service provided the backend can be health checked. For example, GCE_VM_IP
9370
+ # network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance
9371
+ # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
9372
+ # indirect method of specifying the health check port by referring to the
9373
+ # backend service. Only supported by backend services for proxy load balancers.
9374
+ # Not supported by target pools. Not supported by backend services for pass-
9375
+ # through load balancers. Supports all backends that can be health checked; for
9376
+ # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
9377
+ # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
9378
+ # port number specified for each endpoint in the network endpoint group. For
9379
+ # instance group backends, the health check uses the port number determined by
9380
+ # looking up the backend service's named port in the instance group's list of
9381
+ # named ports.
9357
9382
  # Corresponds to the JSON property `portSpecification`
9358
9383
  # @return [String]
9359
9384
  attr_accessor :port_specification
@@ -9691,31 +9716,43 @@ module Google
9691
9716
  include Google::Apis::Core::Hashable
9692
9717
 
9693
9718
  # The value of the host header in the HTTP/2 health check request. If left empty
9694
- # (default value), the IP on behalf of which this health check is performed will
9695
- # be used.
9719
+ # (default value), the host header is set to the destination IP address to which
9720
+ # health check packets are sent. The destination IP address depends on the type
9721
+ # of load balancer. For details, see: https://cloud.google.com/load-balancing/
9722
+ # docs/health-check-concepts#hc-packet-dest
9696
9723
  # Corresponds to the JSON property `host`
9697
9724
  # @return [String]
9698
9725
  attr_accessor :host
9699
9726
 
9700
- # The TCP port number for the health check request. The default value is 443.
9701
- # Valid values are 1 through 65535.
9727
+ # The TCP port number to which the health check prober sends packets. The
9728
+ # default value is 443. Valid values are 1 through 65535.
9702
9729
  # Corresponds to the JSON property `port`
9703
9730
  # @return [Fixnum]
9704
9731
  attr_accessor :port
9705
9732
 
9706
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and
9707
- # port_name are defined, port takes precedence.
9733
+ # Not supported.
9708
9734
  # Corresponds to the JSON property `portName`
9709
9735
  # @return [String]
9710
9736
  attr_accessor :port_name
9711
9737
 
9712
- # Specifies how port is selected for health checking, can be one of following
9713
- # values: USE_FIXED_PORT: The port number in port is used for health checking.
9714
- # USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT:
9715
- # For NetworkEndpointGroup, the port specified for each network endpoint is used
9716
- # for health checking. For other backends, the port or named port specified in
9717
- # the Backend Service is used for health checking. If not specified, HTTP2
9718
- # health check follows behavior specified in port and portName fields.
9738
+ # Specifies how a port is selected for health checking. Can be one of the
9739
+ # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
9740
+ # port field in the health check. Supported by backend services for pass-through
9741
+ # load balancers and backend services for proxy load balancers. Not supported by
9742
+ # target pools. The health check supports all backends supported by the backend
9743
+ # service provided the backend can be health checked. For example, GCE_VM_IP
9744
+ # network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance
9745
+ # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
9746
+ # indirect method of specifying the health check port by referring to the
9747
+ # backend service. Only supported by backend services for proxy load balancers.
9748
+ # Not supported by target pools. Not supported by backend services for pass-
9749
+ # through load balancers. Supports all backends that can be health checked; for
9750
+ # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
9751
+ # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
9752
+ # port number specified for each endpoint in the network endpoint group. For
9753
+ # instance group backends, the health check uses the port number determined by
9754
+ # looking up the backend service's named port in the instance group's list of
9755
+ # named ports.
9719
9756
  # Corresponds to the JSON property `portSpecification`
9720
9757
  # @return [String]
9721
9758
  attr_accessor :port_specification
@@ -9731,9 +9768,11 @@ module Google
9731
9768
  # @return [String]
9732
9769
  attr_accessor :request_path
9733
9770
 
9734
- # The string to match anywhere in the first 1024 bytes of the response body. If
9735
- # left empty (the default value), the status code determines health. The
9736
- # response data can only be ASCII.
9771
+ # Creates a content-based HTTP/2 health check. In addition to the required HTTP
9772
+ # 200 (OK) status code, you can configure the health check to pass only when the
9773
+ # backend sends this specific ASCII response string within the first 1024 bytes
9774
+ # of the HTTP response body. For details, see: https://cloud.google.com/load-
9775
+ # balancing/docs/health-check-concepts#criteria-protocol-http
9737
9776
  # Corresponds to the JSON property `response`
9738
9777
  # @return [String]
9739
9778
  attr_accessor :response
@@ -9759,31 +9798,43 @@ module Google
9759
9798
  include Google::Apis::Core::Hashable
9760
9799
 
9761
9800
  # The value of the host header in the HTTP health check request. If left empty (
9762
- # default value), the IP on behalf of which this health check is performed will
9763
- # be used.
9801
+ # default value), the host header is set to the destination IP address to which
9802
+ # health check packets are sent. The destination IP address depends on the type
9803
+ # of load balancer. For details, see: https://cloud.google.com/load-balancing/
9804
+ # docs/health-check-concepts#hc-packet-dest
9764
9805
  # Corresponds to the JSON property `host`
9765
9806
  # @return [String]
9766
9807
  attr_accessor :host
9767
9808
 
9768
- # The TCP port number for the health check request. The default value is 80.
9769
- # Valid values are 1 through 65535.
9809
+ # The TCP port number to which the health check prober sends packets. The
9810
+ # default value is 80. Valid values are 1 through 65535.
9770
9811
  # Corresponds to the JSON property `port`
9771
9812
  # @return [Fixnum]
9772
9813
  attr_accessor :port
9773
9814
 
9774
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and
9775
- # port_name are defined, port takes precedence.
9815
+ # Not supported.
9776
9816
  # Corresponds to the JSON property `portName`
9777
9817
  # @return [String]
9778
9818
  attr_accessor :port_name
9779
9819
 
9780
- # Specifies how port is selected for health checking, can be one of following
9781
- # values: USE_FIXED_PORT: The port number in port is used for health checking.
9782
- # USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT:
9783
- # For NetworkEndpointGroup, the port specified for each network endpoint is used
9784
- # for health checking. For other backends, the port or named port specified in
9785
- # the Backend Service is used for health checking. If not specified, HTTP health
9786
- # check follows behavior specified in port and portName fields.
9820
+ # Specifies how a port is selected for health checking. Can be one of the
9821
+ # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
9822
+ # port field in the health check. Supported by backend services for pass-through
9823
+ # load balancers and backend services for proxy load balancers. Also supported
9824
+ # in legacy HTTP health checks for target pools. The health check supports all
9825
+ # backends supported by the backend service provided the backend can be health
9826
+ # checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT
9827
+ # network endpoint groups, and instance group backends. USE_NAMED_PORT: Not
9828
+ # supported. USE_SERVING_PORT: Provides an indirect method of specifying the
9829
+ # health check port by referring to the backend service. Only supported by
9830
+ # backend services for proxy load balancers. Not supported by target pools. Not
9831
+ # supported by backend services for pass-through load balancers. Supports all
9832
+ # backends that can be health checked; for example, GCE_VM_IP_PORT network
9833
+ # endpoint groups and instance group backends. For GCE_VM_IP_PORT network
9834
+ # endpoint group backends, the health check uses the port number specified for
9835
+ # each endpoint in the network endpoint group. For instance group backends, the
9836
+ # health check uses the port number determined by looking up the backend service'
9837
+ # s named port in the instance group's list of named ports.
9787
9838
  # Corresponds to the JSON property `portSpecification`
9788
9839
  # @return [String]
9789
9840
  attr_accessor :port_specification
@@ -9799,9 +9850,11 @@ module Google
9799
9850
  # @return [String]
9800
9851
  attr_accessor :request_path
9801
9852
 
9802
- # The string to match anywhere in the first 1024 bytes of the response body. If
9803
- # left empty (the default value), the status code determines health. The
9804
- # response data can only be ASCII.
9853
+ # Creates a content-based HTTP health check. In addition to the required HTTP
9854
+ # 200 (OK) status code, you can configure the health check to pass only when the
9855
+ # backend sends this specific ASCII response string within the first 1024 bytes
9856
+ # of the HTTP response body. For details, see: https://cloud.google.com/load-
9857
+ # balancing/docs/health-check-concepts#criteria-protocol-http
9805
9858
  # Corresponds to the JSON property `response`
9806
9859
  # @return [String]
9807
9860
  attr_accessor :response
@@ -9827,31 +9880,43 @@ module Google
9827
9880
  include Google::Apis::Core::Hashable
9828
9881
 
9829
9882
  # The value of the host header in the HTTPS health check request. If left empty (
9830
- # default value), the IP on behalf of which this health check is performed will
9831
- # be used.
9883
+ # default value), the host header is set to the destination IP address to which
9884
+ # health check packets are sent. The destination IP address depends on the type
9885
+ # of load balancer. For details, see: https://cloud.google.com/load-balancing/
9886
+ # docs/health-check-concepts#hc-packet-dest
9832
9887
  # Corresponds to the JSON property `host`
9833
9888
  # @return [String]
9834
9889
  attr_accessor :host
9835
9890
 
9836
- # The TCP port number for the health check request. The default value is 443.
9837
- # Valid values are 1 through 65535.
9891
+ # The TCP port number to which the health check prober sends packets. The
9892
+ # default value is 443. Valid values are 1 through 65535.
9838
9893
  # Corresponds to the JSON property `port`
9839
9894
  # @return [Fixnum]
9840
9895
  attr_accessor :port
9841
9896
 
9842
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and
9843
- # port_name are defined, port takes precedence.
9897
+ # Not supported.
9844
9898
  # Corresponds to the JSON property `portName`
9845
9899
  # @return [String]
9846
9900
  attr_accessor :port_name
9847
9901
 
9848
- # Specifies how port is selected for health checking, can be one of following
9849
- # values: USE_FIXED_PORT: The port number in port is used for health checking.
9850
- # USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT:
9851
- # For NetworkEndpointGroup, the port specified for each network endpoint is used
9852
- # for health checking. For other backends, the port or named port specified in
9853
- # the Backend Service is used for health checking. If not specified, HTTPS
9854
- # health check follows behavior specified in port and portName fields.
9902
+ # Specifies how a port is selected for health checking. Can be one of the
9903
+ # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
9904
+ # port field in the health check. Supported by backend services for pass-through
9905
+ # load balancers and backend services for proxy load balancers. Not supported by
9906
+ # target pools. The health check supports all backends supported by the backend
9907
+ # service provided the backend can be health checked. For example, GCE_VM_IP
9908
+ # network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance
9909
+ # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
9910
+ # indirect method of specifying the health check port by referring to the
9911
+ # backend service. Only supported by backend services for proxy load balancers.
9912
+ # Not supported by target pools. Not supported by backend services for pass-
9913
+ # through load balancers. Supports all backends that can be health checked; for
9914
+ # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
9915
+ # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
9916
+ # port number specified for each endpoint in the network endpoint group. For
9917
+ # instance group backends, the health check uses the port number determined by
9918
+ # looking up the backend service's named port in the instance group's list of
9919
+ # named ports.
9855
9920
  # Corresponds to the JSON property `portSpecification`
9856
9921
  # @return [String]
9857
9922
  attr_accessor :port_specification
@@ -9867,9 +9932,11 @@ module Google
9867
9932
  # @return [String]
9868
9933
  attr_accessor :request_path
9869
9934
 
9870
- # The string to match anywhere in the first 1024 bytes of the response body. If
9871
- # left empty (the default value), the status code determines health. The
9872
- # response data can only be ASCII.
9935
+ # Creates a content-based HTTPS health check. In addition to the required HTTP
9936
+ # 200 (OK) status code, you can configure the health check to pass only when the
9937
+ # backend sends this specific ASCII response string within the first 1024 bytes
9938
+ # of the HTTP response body. For details, see: https://cloud.google.com/load-
9939
+ # balancing/docs/health-check-concepts#criteria-protocol-http
9873
9940
  # Corresponds to the JSON property `response`
9874
9941
  # @return [String]
9875
9942
  attr_accessor :response
@@ -12715,6 +12782,13 @@ module Google
12715
12782
  # @return [Array<String>]
12716
12783
  attr_accessor :resource_policies
12717
12784
 
12785
+ # Contains output only fields. Use this sub-message for actual values set on
12786
+ # Instance attributes as compared to the value requested by the user (intent) in
12787
+ # their instance CRUD calls.
12788
+ # Corresponds to the JSON property `resourceStatus`
12789
+ # @return [Google::Apis::ComputeV1::ResourceStatus]
12790
+ attr_accessor :resource_status
12791
+
12718
12792
  # [Output Only] Reserved for future use.
12719
12793
  # Corresponds to the JSON property `satisfiesPzs`
12720
12794
  # @return [Boolean]
@@ -12830,6 +12904,7 @@ module Google
12830
12904
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
12831
12905
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
12832
12906
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
12907
+ @resource_status = args[:resource_status] if args.key?(:resource_status)
12833
12908
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
12834
12909
  @scheduling = args[:scheduling] if args.key?(:scheduling)
12835
12910
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -20204,6 +20279,12 @@ module Google
20204
20279
  # @return [String]
20205
20280
  attr_accessor :network_endpoint_type
20206
20281
 
20282
+ # All data that is specifically relevant to only network endpoint groups of type
20283
+ # PRIVATE_SERVICE_CONNECT.
20284
+ # Corresponds to the JSON property `pscData`
20285
+ # @return [Google::Apis::ComputeV1::NetworkEndpointGroupPscData]
20286
+ attr_accessor :psc_data
20287
+
20207
20288
  # The target service url used to set up private service connection to a Google
20208
20289
  # API or a PSC Producer Service Attachment. An example value is: "asia-
20209
20290
  # northeast3-cloudkms.googleapis.com"
@@ -20256,6 +20337,7 @@ module Google
20256
20337
  @name = args[:name] if args.key?(:name)
20257
20338
  @network = args[:network] if args.key?(:network)
20258
20339
  @network_endpoint_type = args[:network_endpoint_type] if args.key?(:network_endpoint_type)
20340
+ @psc_data = args[:psc_data] if args.key?(:psc_data)
20259
20341
  @psc_target_service = args[:psc_target_service] if args.key?(:psc_target_service)
20260
20342
  @region = args[:region] if args.key?(:region)
20261
20343
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -20627,6 +20709,39 @@ module Google
20627
20709
  end
20628
20710
  end
20629
20711
 
20712
+ # All data that is specifically relevant to only network endpoint groups of type
20713
+ # PRIVATE_SERVICE_CONNECT.
20714
+ class NetworkEndpointGroupPscData
20715
+ include Google::Apis::Core::Hashable
20716
+
20717
+ # [Output Only] Address allocated from given subnetwork for PSC. This IP address
20718
+ # acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
20719
+ # Corresponds to the JSON property `consumerPscAddress`
20720
+ # @return [String]
20721
+ attr_accessor :consumer_psc_address
20722
+
20723
+ # [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
20724
+ # Corresponds to the JSON property `pscConnectionId`
20725
+ # @return [Fixnum]
20726
+ attr_accessor :psc_connection_id
20727
+
20728
+ # [Output Only] The connection status of the PSC Forwarding Rule.
20729
+ # Corresponds to the JSON property `pscConnectionStatus`
20730
+ # @return [String]
20731
+ attr_accessor :psc_connection_status
20732
+
20733
+ def initialize(**args)
20734
+ update!(**args)
20735
+ end
20736
+
20737
+ # Update properties of this object
20738
+ def update!(**args)
20739
+ @consumer_psc_address = args[:consumer_psc_address] if args.key?(:consumer_psc_address)
20740
+ @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
20741
+ @psc_connection_status = args[:psc_connection_status] if args.key?(:psc_connection_status)
20742
+ end
20743
+ end
20744
+
20630
20745
  #
20631
20746
  class NetworkEndpointGroupsAttachEndpointsRequest
20632
20747
  include Google::Apis::Core::Hashable
@@ -29333,6 +29448,27 @@ module Google
29333
29448
  end
29334
29449
  end
29335
29450
 
29451
+ # Contains output only fields. Use this sub-message for actual values set on
29452
+ # Instance attributes as compared to the value requested by the user (intent) in
29453
+ # their instance CRUD calls.
29454
+ class ResourceStatus
29455
+ include Google::Apis::Core::Hashable
29456
+
29457
+ # [Output Only] An opaque ID of the host on which the VM is running.
29458
+ # Corresponds to the JSON property `physicalHost`
29459
+ # @return [String]
29460
+ attr_accessor :physical_host
29461
+
29462
+ def initialize(**args)
29463
+ update!(**args)
29464
+ end
29465
+
29466
+ # Update properties of this object
29467
+ def update!(**args)
29468
+ @physical_host = args[:physical_host] if args.key?(:physical_host)
29469
+ end
29470
+ end
29471
+
29336
29472
  # Represents a Route resource. A route defines a path from VM instances in the
29337
29473
  # VPC network to a specific destination. This destination can be inside or
29338
29474
  # outside the VPC network. For more information, read the Routes overview.
@@ -29766,6 +29902,11 @@ module Google
29766
29902
  # @return [String]
29767
29903
  attr_accessor :kind
29768
29904
 
29905
+ # Keys used for MD5 authentication.
29906
+ # Corresponds to the JSON property `md5AuthenticationKeys`
29907
+ # @return [Array<Google::Apis::ComputeV1::RouterMd5AuthenticationKey>]
29908
+ attr_accessor :md5_authentication_keys
29909
+
29769
29910
  # Name of the resource. Provided by the client when the resource is created. The
29770
29911
  # name must be 1-63 characters long, and comply with RFC1035. Specifically, the
29771
29912
  # name must be 1-63 characters long and match the regular expression `[a-z]([-a-
@@ -29812,6 +29953,7 @@ module Google
29812
29953
  @id = args[:id] if args.key?(:id)
29813
29954
  @interfaces = args[:interfaces] if args.key?(:interfaces)
29814
29955
  @kind = args[:kind] if args.key?(:kind)
29956
+ @md5_authentication_keys = args[:md5_authentication_keys] if args.key?(:md5_authentication_keys)
29815
29957
  @name = args[:name] if args.key?(:name)
29816
29958
  @nats = args[:nats] if args.key?(:nats)
29817
29959
  @network = args[:network] if args.key?(:network)
@@ -30107,6 +30249,13 @@ module Google
30107
30249
  # @return [String]
30108
30250
  attr_accessor :management_type
30109
30251
 
30252
+ # Present if MD5 authentication is enabled for the peering. Must be the name of
30253
+ # one of the entries in the Router.md5_authentication_keys. The field must
30254
+ # comply with RFC1035.
30255
+ # Corresponds to the JSON property `md5AuthenticationKeyName`
30256
+ # @return [String]
30257
+ attr_accessor :md5_authentication_key_name
30258
+
30110
30259
  # Name of this BGP peer. The name must be 1-63 characters long, and comply with
30111
30260
  # RFC1035. Specifically, the name must be 1-63 characters long and match the
30112
30261
  # regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
@@ -30159,6 +30308,7 @@ module Google
30159
30308
  @ip_address = args[:ip_address] if args.key?(:ip_address)
30160
30309
  @ipv6_nexthop_address = args[:ipv6_nexthop_address] if args.key?(:ipv6_nexthop_address)
30161
30310
  @management_type = args[:management_type] if args.key?(:management_type)
30311
+ @md5_authentication_key_name = args[:md5_authentication_key_name] if args.key?(:md5_authentication_key_name)
30162
30312
  @name = args[:name] if args.key?(:name)
30163
30313
  @peer_asn = args[:peer_asn] if args.key?(:peer_asn)
30164
30314
  @peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
@@ -30427,6 +30577,35 @@ module Google
30427
30577
  end
30428
30578
  end
30429
30579
 
30580
+ #
30581
+ class RouterMd5AuthenticationKey
30582
+ include Google::Apis::Core::Hashable
30583
+
30584
+ # [Input only] Value of the key. For patch and update calls, it can be skipped
30585
+ # to copy the value from the previous configuration. This is allowed if the key
30586
+ # with the same name existed before the operation. Maximum length is 80
30587
+ # characters. Can only contain printable ASCII characters.
30588
+ # Corresponds to the JSON property `key`
30589
+ # @return [String]
30590
+ attr_accessor :key
30591
+
30592
+ # Name used to identify the key. Must be unique within a router. Must be
30593
+ # referenced by at least one bgpPeer. Must comply with RFC1035.
30594
+ # Corresponds to the JSON property `name`
30595
+ # @return [String]
30596
+ attr_accessor :name
30597
+
30598
+ def initialize(**args)
30599
+ update!(**args)
30600
+ end
30601
+
30602
+ # Update properties of this object
30603
+ def update!(**args)
30604
+ @key = args[:key] if args.key?(:key)
30605
+ @name = args[:name] if args.key?(:name)
30606
+ end
30607
+ end
30608
+
30430
30609
  # Represents a Nat resource. It enables the VMs within the specified subnetworks
30431
30610
  # to access Internet without external IP addresses. It specifies a list of
30432
30611
  # subnetworks (and the ranges within) that want to use NAT. Customers can also
@@ -30788,16 +30967,33 @@ module Google
30788
30967
  # @return [Google::Apis::ComputeV1::BfdStatus]
30789
30968
  attr_accessor :bfd_status
30790
30969
 
30970
+ # Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
30971
+ # Corresponds to the JSON property `enableIpv6`
30972
+ # @return [Boolean]
30973
+ attr_accessor :enable_ipv6
30974
+ alias_method :enable_ipv6?, :enable_ipv6
30975
+
30791
30976
  # IP address of the local BGP interface.
30792
30977
  # Corresponds to the JSON property `ipAddress`
30793
30978
  # @return [String]
30794
30979
  attr_accessor :ip_address
30795
30980
 
30981
+ # IPv6 address of the local BGP interface.
30982
+ # Corresponds to the JSON property `ipv6NexthopAddress`
30983
+ # @return [String]
30984
+ attr_accessor :ipv6_nexthop_address
30985
+
30796
30986
  # URL of the VPN tunnel that this BGP peer controls.
30797
30987
  # Corresponds to the JSON property `linkedVpnTunnel`
30798
30988
  # @return [String]
30799
30989
  attr_accessor :linked_vpn_tunnel
30800
30990
 
30991
+ # Informs whether MD5 authentication is enabled on this BGP peer.
30992
+ # Corresponds to the JSON property `md5AuthEnabled`
30993
+ # @return [Boolean]
30994
+ attr_accessor :md5_auth_enabled
30995
+ alias_method :md5_auth_enabled?, :md5_auth_enabled
30996
+
30801
30997
  # Name of this BGP peer. Unique within the Routers resource.
30802
30998
  # Corresponds to the JSON property `name`
30803
30999
  # @return [String]
@@ -30813,6 +31009,11 @@ module Google
30813
31009
  # @return [String]
30814
31010
  attr_accessor :peer_ip_address
30815
31011
 
31012
+ # IPv6 address of the remote BGP interface.
31013
+ # Corresponds to the JSON property `peerIpv6NexthopAddress`
31014
+ # @return [String]
31015
+ attr_accessor :peer_ipv6_nexthop_address
31016
+
30816
31017
  # [Output only] URI of the VM instance that is used as third-party router
30817
31018
  # appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
30818
31019
  # The VM instance is the peer side of the BGP session.
@@ -30831,6 +31032,11 @@ module Google
30831
31032
  # @return [String]
30832
31033
  attr_accessor :status
30833
31034
 
31035
+ # Indicates why particular status was returned.
31036
+ # Corresponds to the JSON property `statusReason`
31037
+ # @return [String]
31038
+ attr_accessor :status_reason
31039
+
30834
31040
  # Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours,
30835
31041
  # 59 minutes, 59 seconds
30836
31042
  # Corresponds to the JSON property `uptime`
@@ -30850,14 +31056,19 @@ module Google
30850
31056
  def update!(**args)
30851
31057
  @advertised_routes = args[:advertised_routes] if args.key?(:advertised_routes)
30852
31058
  @bfd_status = args[:bfd_status] if args.key?(:bfd_status)
31059
+ @enable_ipv6 = args[:enable_ipv6] if args.key?(:enable_ipv6)
30853
31060
  @ip_address = args[:ip_address] if args.key?(:ip_address)
31061
+ @ipv6_nexthop_address = args[:ipv6_nexthop_address] if args.key?(:ipv6_nexthop_address)
30854
31062
  @linked_vpn_tunnel = args[:linked_vpn_tunnel] if args.key?(:linked_vpn_tunnel)
31063
+ @md5_auth_enabled = args[:md5_auth_enabled] if args.key?(:md5_auth_enabled)
30855
31064
  @name = args[:name] if args.key?(:name)
30856
31065
  @num_learned_routes = args[:num_learned_routes] if args.key?(:num_learned_routes)
30857
31066
  @peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
31067
+ @peer_ipv6_nexthop_address = args[:peer_ipv6_nexthop_address] if args.key?(:peer_ipv6_nexthop_address)
30858
31068
  @router_appliance_instance = args[:router_appliance_instance] if args.key?(:router_appliance_instance)
30859
31069
  @state = args[:state] if args.key?(:state)
30860
31070
  @status = args[:status] if args.key?(:status)
31071
+ @status_reason = args[:status_reason] if args.key?(:status_reason)
30861
31072
  @uptime = args[:uptime] if args.key?(:uptime)
30862
31073
  @uptime_seconds = args[:uptime_seconds] if args.key?(:uptime_seconds)
30863
31074
  end
@@ -31176,25 +31387,35 @@ module Google
31176
31387
  class SslHealthCheck
31177
31388
  include Google::Apis::Core::Hashable
31178
31389
 
31179
- # The TCP port number for the health check request. The default value is 443.
31180
- # Valid values are 1 through 65535.
31390
+ # The TCP port number to which the health check prober sends packets. The
31391
+ # default value is 443. Valid values are 1 through 65535.
31181
31392
  # Corresponds to the JSON property `port`
31182
31393
  # @return [Fixnum]
31183
31394
  attr_accessor :port
31184
31395
 
31185
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and
31186
- # port_name are defined, port takes precedence.
31396
+ # Not supported.
31187
31397
  # Corresponds to the JSON property `portName`
31188
31398
  # @return [String]
31189
31399
  attr_accessor :port_name
31190
31400
 
31191
- # Specifies how port is selected for health checking, can be one of following
31192
- # values: USE_FIXED_PORT: The port number in port is used for health checking.
31193
- # USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT:
31194
- # For NetworkEndpointGroup, the port specified for each network endpoint is used
31195
- # for health checking. For other backends, the port or named port specified in
31196
- # the Backend Service is used for health checking. If not specified, SSL health
31197
- # check follows behavior specified in port and portName fields.
31401
+ # Specifies how a port is selected for health checking. Can be one of the
31402
+ # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
31403
+ # port field in the health check. Supported by backend services for pass-through
31404
+ # load balancers and backend services for proxy load balancers. Not supported by
31405
+ # target pools. The health check supports all backends supported by the backend
31406
+ # service provided the backend can be health checked. For example, GCE_VM_IP
31407
+ # network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance
31408
+ # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
31409
+ # indirect method of specifying the health check port by referring to the
31410
+ # backend service. Only supported by backend services for proxy load balancers.
31411
+ # Not supported by target pools. Not supported by backend services for pass-
31412
+ # through load balancers. Supports all backends that can be health checked; for
31413
+ # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
31414
+ # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
31415
+ # port number specified for each endpoint in the network endpoint group. For
31416
+ # instance group backends, the health check uses the port number determined by
31417
+ # looking up the backend service's named port in the instance group's list of
31418
+ # named ports.
31198
31419
  # Corresponds to the JSON property `portSpecification`
31199
31420
  # @return [String]
31200
31421
  attr_accessor :port_specification
@@ -31205,17 +31426,17 @@ module Google
31205
31426
  # @return [String]
31206
31427
  attr_accessor :proxy_header
31207
31428
 
31208
- # The application data to send once the SSL connection has been established (
31209
- # default value is empty). If both request and response are empty, the
31210
- # connection establishment alone will indicate health. The request data can only
31211
- # be ASCII.
31429
+ # Instructs the health check prober to send this exact ASCII string, up to 1024
31430
+ # bytes in length, after establishing the TCP connection and SSL handshake.
31212
31431
  # Corresponds to the JSON property `request`
31213
31432
  # @return [String]
31214
31433
  attr_accessor :request
31215
31434
 
31216
- # The bytes to match against the beginning of the response data. If left empty (
31217
- # the default value), any response will indicate health. The response data can
31218
- # only be ASCII.
31435
+ # Creates a content-based SSL health check. In addition to establishing a TCP
31436
+ # connection and the TLS handshake, you can configure the health check to pass
31437
+ # only when the backend sends this exact response ASCII string, up to 1024 bytes
31438
+ # in length. For details, see: https://cloud.google.com/load-balancing/docs/
31439
+ # health-check-concepts#criteria-protocol-ssl-tcp
31219
31440
  # Corresponds to the JSON property `response`
31220
31441
  # @return [String]
31221
31442
  attr_accessor :response
@@ -35810,25 +36031,35 @@ module Google
35810
36031
  class TcpHealthCheck
35811
36032
  include Google::Apis::Core::Hashable
35812
36033
 
35813
- # The TCP port number for the health check request. The default value is 80.
35814
- # Valid values are 1 through 65535.
36034
+ # The TCP port number to which the health check prober sends packets. The
36035
+ # default value is 80. Valid values are 1 through 65535.
35815
36036
  # Corresponds to the JSON property `port`
35816
36037
  # @return [Fixnum]
35817
36038
  attr_accessor :port
35818
36039
 
35819
- # Port name as defined in InstanceGroup#NamedPort#name. If both port and
35820
- # port_name are defined, port takes precedence.
36040
+ # Not supported.
35821
36041
  # Corresponds to the JSON property `portName`
35822
36042
  # @return [String]
35823
36043
  attr_accessor :port_name
35824
36044
 
35825
- # Specifies how port is selected for health checking, can be one of following
35826
- # values: USE_FIXED_PORT: The port number in port is used for health checking.
35827
- # USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT:
35828
- # For NetworkEndpointGroup, the port specified for each network endpoint is used
35829
- # for health checking. For other backends, the port or named port specified in
35830
- # the Backend Service is used for health checking. If not specified, TCP health
35831
- # check follows behavior specified in port and portName fields.
36045
+ # Specifies how a port is selected for health checking. Can be one of the
36046
+ # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
36047
+ # port field in the health check. Supported by backend services for pass-through
36048
+ # load balancers and backend services for proxy load balancers. Not supported by
36049
+ # target pools. The health check supports all backends supported by the backend
36050
+ # service provided the backend can be health checked. For example, GCE_VM_IP
36051
+ # network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance
36052
+ # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
36053
+ # indirect method of specifying the health check port by referring to the
36054
+ # backend service. Only supported by backend services for proxy load balancers.
36055
+ # Not supported by target pools. Not supported by backend services for pass-
36056
+ # through load balancers. Supports all backends that can be health checked; for
36057
+ # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
36058
+ # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
36059
+ # port number specified for each endpoint in the network endpoint group. For
36060
+ # instance group backends, the health check uses the port number determined by
36061
+ # looking up the backend service's named port in the instance group's list of
36062
+ # named ports.
35832
36063
  # Corresponds to the JSON property `portSpecification`
35833
36064
  # @return [String]
35834
36065
  attr_accessor :port_specification
@@ -35839,17 +36070,17 @@ module Google
35839
36070
  # @return [String]
35840
36071
  attr_accessor :proxy_header
35841
36072
 
35842
- # The application data to send once the TCP connection has been established (
35843
- # default value is empty). If both request and response are empty, the
35844
- # connection establishment alone will indicate health. The request data can only
35845
- # be ASCII.
36073
+ # Instructs the health check prober to send this exact ASCII string, up to 1024
36074
+ # bytes in length, after establishing the TCP connection.
35846
36075
  # Corresponds to the JSON property `request`
35847
36076
  # @return [String]
35848
36077
  attr_accessor :request
35849
36078
 
35850
- # The bytes to match against the beginning of the response data. If left empty (
35851
- # the default value), any response will indicate health. The response data can
35852
- # only be ASCII.
36079
+ # Creates a content-based TCP health check. In addition to establishing a TCP
36080
+ # connection, you can configure the health check to pass only when the backend
36081
+ # sends this exact response ASCII string, up to 1024 bytes in length. For
36082
+ # details, see: https://cloud.google.com/load-balancing/docs/health-check-
36083
+ # concepts#criteria-protocol-ssl-tcp
35853
36084
  # Corresponds to the JSON property `response`
35854
36085
  # @return [String]
35855
36086
  attr_accessor :response
@@ -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.51.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220831"
25
+ REVISION = "20220918"
26
26
  end
27
27
  end
28
28
  end
@@ -2566,6 +2566,12 @@ module Google
2566
2566
  include Google::Apis::Core::JsonObjectSupport
2567
2567
  end
2568
2568
 
2569
+ class NetworkEndpointGroupPscData
2570
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2571
+
2572
+ include Google::Apis::Core::JsonObjectSupport
2573
+ end
2574
+
2569
2575
  class NetworkEndpointGroupsAttachEndpointsRequest
2570
2576
  class Representation < Google::Apis::Core::JsonRepresentation; end
2571
2577
 
@@ -3850,6 +3856,12 @@ module Google
3850
3856
  include Google::Apis::Core::JsonObjectSupport
3851
3857
  end
3852
3858
 
3859
+ class ResourceStatus
3860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3861
+
3862
+ include Google::Apis::Core::JsonObjectSupport
3863
+ end
3864
+
3853
3865
  class Route
3854
3866
  class Representation < Google::Apis::Core::JsonRepresentation; end
3855
3867
 
@@ -3964,6 +3976,12 @@ module Google
3964
3976
  include Google::Apis::Core::JsonObjectSupport
3965
3977
  end
3966
3978
 
3979
+ class RouterMd5AuthenticationKey
3980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3981
+
3982
+ include Google::Apis::Core::JsonObjectSupport
3983
+ end
3984
+
3967
3985
  class RouterNat
3968
3986
  class Representation < Google::Apis::Core::JsonRepresentation; end
3969
3987
 
@@ -5737,6 +5755,7 @@ module Google
5737
5755
  property :description, as: 'description'
5738
5756
  property :id, :numeric_string => true, as: 'id'
5739
5757
  property :ip_version, as: 'ipVersion'
5758
+ property :ipv6_endpoint_type, as: 'ipv6EndpointType'
5740
5759
  property :kind, as: 'kind'
5741
5760
  property :name, as: 'name'
5742
5761
  property :network, as: 'network'
@@ -8480,6 +8499,8 @@ module Google
8480
8499
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
8481
8500
 
8482
8501
  collection :resource_policies, as: 'resourcePolicies'
8502
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::ResourceStatus, decorator: Google::Apis::ComputeV1::ResourceStatus::Representation
8503
+
8483
8504
  property :satisfies_pzs, as: 'satisfiesPzs'
8484
8505
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeV1::Scheduling, decorator: Google::Apis::ComputeV1::Scheduling::Representation
8485
8506
 
@@ -10386,6 +10407,8 @@ module Google
10386
10407
  property :name, as: 'name'
10387
10408
  property :network, as: 'network'
10388
10409
  property :network_endpoint_type, as: 'networkEndpointType'
10410
+ property :psc_data, as: 'pscData', class: Google::Apis::ComputeV1::NetworkEndpointGroupPscData, decorator: Google::Apis::ComputeV1::NetworkEndpointGroupPscData::Representation
10411
+
10389
10412
  property :psc_target_service, as: 'pscTargetService'
10390
10413
  property :region, as: 'region'
10391
10414
  property :self_link, as: 'selfLink'
@@ -10486,6 +10509,15 @@ module Google
10486
10509
  end
10487
10510
  end
10488
10511
 
10512
+ class NetworkEndpointGroupPscData
10513
+ # @private
10514
+ class Representation < Google::Apis::Core::JsonRepresentation
10515
+ property :consumer_psc_address, as: 'consumerPscAddress'
10516
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
10517
+ property :psc_connection_status, as: 'pscConnectionStatus'
10518
+ end
10519
+ end
10520
+
10489
10521
  class NetworkEndpointGroupsAttachEndpointsRequest
10490
10522
  # @private
10491
10523
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12773,6 +12805,13 @@ module Google
12773
12805
  end
12774
12806
  end
12775
12807
 
12808
+ class ResourceStatus
12809
+ # @private
12810
+ class Representation < Google::Apis::Core::JsonRepresentation
12811
+ property :physical_host, as: 'physicalHost'
12812
+ end
12813
+ end
12814
+
12776
12815
  class Route
12777
12816
  # @private
12778
12817
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12874,6 +12913,8 @@ module Google
12874
12913
  collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeV1::RouterInterface, decorator: Google::Apis::ComputeV1::RouterInterface::Representation
12875
12914
 
12876
12915
  property :kind, as: 'kind'
12916
+ collection :md5_authentication_keys, as: 'md5AuthenticationKeys', class: Google::Apis::ComputeV1::RouterMd5AuthenticationKey, decorator: Google::Apis::ComputeV1::RouterMd5AuthenticationKey::Representation
12917
+
12877
12918
  property :name, as: 'name'
12878
12919
  collection :nats, as: 'nats', class: Google::Apis::ComputeV1::RouterNat, decorator: Google::Apis::ComputeV1::RouterNat::Representation
12879
12920
 
@@ -12952,6 +12993,7 @@ module Google
12952
12993
  property :ip_address, as: 'ipAddress'
12953
12994
  property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
12954
12995
  property :management_type, as: 'managementType'
12996
+ property :md5_authentication_key_name, as: 'md5AuthenticationKeyName'
12955
12997
  property :name, as: 'name'
12956
12998
  property :peer_asn, as: 'peerAsn'
12957
12999
  property :peer_ip_address, as: 'peerIpAddress'
@@ -13016,6 +13058,14 @@ module Google
13016
13058
  end
13017
13059
  end
13018
13060
 
13061
+ class RouterMd5AuthenticationKey
13062
+ # @private
13063
+ class Representation < Google::Apis::Core::JsonRepresentation
13064
+ property :key, as: 'key'
13065
+ property :name, as: 'name'
13066
+ end
13067
+ end
13068
+
13019
13069
  class RouterNat
13020
13070
  # @private
13021
13071
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13101,14 +13151,19 @@ module Google
13101
13151
 
13102
13152
  property :bfd_status, as: 'bfdStatus', class: Google::Apis::ComputeV1::BfdStatus, decorator: Google::Apis::ComputeV1::BfdStatus::Representation
13103
13153
 
13154
+ property :enable_ipv6, as: 'enableIpv6'
13104
13155
  property :ip_address, as: 'ipAddress'
13156
+ property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
13105
13157
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
13158
+ property :md5_auth_enabled, as: 'md5AuthEnabled'
13106
13159
  property :name, as: 'name'
13107
13160
  property :num_learned_routes, as: 'numLearnedRoutes'
13108
13161
  property :peer_ip_address, as: 'peerIpAddress'
13162
+ property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
13109
13163
  property :router_appliance_instance, as: 'routerApplianceInstance'
13110
13164
  property :state, as: 'state'
13111
13165
  property :status, as: 'status'
13166
+ property :status_reason, as: 'statusReason'
13112
13167
  property :uptime, as: 'uptime'
13113
13168
  property :uptime_seconds, as: 'uptimeSeconds'
13114
13169
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.53.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: 2022-09-19 00:00:00.000000000 Z
11
+ date: 2022-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.7.2
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.7.2
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.53.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
63
63
  post_install_message:
64
64
  rdoc_options: []