google-cloud-compute-v1 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +1 -1
  3. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +87 -0
  4. data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +61 -0
  5. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +151 -0
  6. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +119 -0
  7. data/lib/google/cloud/compute/v1/compute_pb.rb +228 -0
  8. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +82 -0
  9. data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +60 -0
  10. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +87 -0
  11. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +61 -0
  12. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +82 -0
  13. data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +60 -0
  14. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +155 -0
  15. data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +121 -0
  16. data/lib/google/cloud/compute/v1/region_ssl_policies/credentials.rb +52 -0
  17. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +759 -0
  18. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/service_stub.rb +408 -0
  19. data/lib/google/cloud/compute/v1/region_ssl_policies/rest.rb +33 -0
  20. data/lib/google/cloud/compute/v1/region_ssl_policies.rb +47 -0
  21. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/credentials.rb +52 -0
  22. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +587 -0
  23. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/service_stub.rb +288 -0
  24. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest.rb +33 -0
  25. data/lib/google/cloud/compute/v1/region_target_tcp_proxies.rb +47 -0
  26. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +82 -0
  27. data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +60 -0
  28. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +86 -0
  29. data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +58 -0
  30. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +87 -0
  31. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +61 -0
  32. data/lib/google/cloud/compute/v1/version.rb +1 -1
  33. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +87 -0
  34. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +61 -0
  35. data/lib/google/cloud/compute/v1.rb +2 -0
  36. data/proto_docs/google/cloud/compute/v1/compute.rb +637 -26
  37. metadata +12 -2
@@ -665,7 +665,7 @@ module Google
665
665
  # The prefix length if the resource represents an IP range.
666
666
  # @!attribute [rw] purpose
667
667
  # @return [::String]
668
- # The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, load balancers, and similar resources. - DNS_RESOLVER for a DNS resolver address in a subnetwork for a Cloud DNS inbound forwarder IP addresses (regional internal IP address in a subnet of a VPC network) - VPC_PEERING for global internal IP addresses used for private services access allocated ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT when allocating addresses using automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created from a private IP range that are reserved for a VLAN attachment in an *IPsec-encrypted Cloud Interconnect* configuration. These addresses are regional resources. Not currently available publicly. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private network address that is used to configure Private Service Connect. Only global internal addresses can use this purpose.
668
+ # The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, load balancers, and similar resources. - DNS_RESOLVER for a DNS resolver address in a subnetwork for a Cloud DNS inbound forwarder IP addresses (regional internal IP address in a subnet of a VPC network) - VPC_PEERING for global internal IP addresses used for private services access allocated ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT when allocating addresses using automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created from a private IP range that are reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect* configuration. These addresses are regional resources. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private network address that is used to configure Private Service Connect. Only global internal addresses can use this purpose.
669
669
  # Check the Purpose enum for the list of possible values.
670
670
  # @!attribute [rw] region
671
671
  # @return [::String]
@@ -731,7 +731,7 @@ module Google
731
731
  STANDARD_OVERRIDES_FIXED_STANDARD = 465847234
732
732
  end
733
733
 
734
- # The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, load balancers, and similar resources. - DNS_RESOLVER for a DNS resolver address in a subnetwork for a Cloud DNS inbound forwarder IP addresses (regional internal IP address in a subnet of a VPC network) - VPC_PEERING for global internal IP addresses used for private services access allocated ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT when allocating addresses using automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created from a private IP range that are reserved for a VLAN attachment in an *IPsec-encrypted Cloud Interconnect* configuration. These addresses are regional resources. Not currently available publicly. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private network address that is used to configure Private Service Connect. Only global internal addresses can use this purpose.
734
+ # The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, load balancers, and similar resources. - DNS_RESOLVER for a DNS resolver address in a subnetwork for a Cloud DNS inbound forwarder IP addresses (regional internal IP address in a subnet of a VPC network) - VPC_PEERING for global internal IP addresses used for private services access allocated ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT when allocating addresses using automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created from a private IP range that are reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect* configuration. These addresses are regional resources. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private network address that is used to configure Private Service Connect. Only global internal addresses can use this purpose.
735
735
  module Purpose
736
736
  # A value indicating that the enum field is not set.
737
737
  UNDEFINED_PURPOSE = 0
@@ -742,7 +742,7 @@ module Google
742
742
  # VM internal/alias IP, Internal LB service IP, etc.
743
743
  GCE_ENDPOINT = 230515243
744
744
 
745
- # A regional internal IP address range reserved for the VLAN attachment that is used in IPsec-encrypted Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment���s IP address range.
745
+ # A regional internal IP address range reserved for the VLAN attachment that is used in HA VPN over Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment���s IP address range.
746
746
  IPSEC_INTERCONNECT = 340437251
747
747
 
748
748
  # External IP automatically reserved for Cloud NAT.
@@ -857,6 +857,9 @@ module Google
857
857
  # @!attribute [rw] threads_per_core
858
858
  # @return [::Integer]
859
859
  # The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
860
+ # @!attribute [rw] visible_core_count
861
+ # @return [::Integer]
862
+ # The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
860
863
  class AdvancedMachineFeatures
861
864
  include ::Google::Protobuf::MessageExts
862
865
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1618,6 +1621,33 @@ module Google
1618
1621
  extend ::Google::Protobuf::MessageExts::ClassMethods
1619
1622
  end
1620
1623
 
1624
+ # A request message for SslPolicies.AggregatedList. See the method description for details.
1625
+ # @!attribute [rw] filter
1626
+ # @return [::String]
1627
+ # A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
1628
+ # @!attribute [rw] include_all_scopes
1629
+ # @return [::Boolean]
1630
+ # Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
1631
+ # @!attribute [rw] max_results
1632
+ # @return [::Integer]
1633
+ # The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
1634
+ # @!attribute [rw] order_by
1635
+ # @return [::String]
1636
+ # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
1637
+ # @!attribute [rw] page_token
1638
+ # @return [::String]
1639
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
1640
+ # @!attribute [rw] project
1641
+ # @return [::String]
1642
+ # Name of the project scoping this request.
1643
+ # @!attribute [rw] return_partial_success
1644
+ # @return [::Boolean]
1645
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
1646
+ class AggregatedListSslPoliciesRequest
1647
+ include ::Google::Protobuf::MessageExts
1648
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1649
+ end
1650
+
1621
1651
  # A request message for Subnetworks.AggregatedList. See the method description for details.
1622
1652
  # @!attribute [rw] filter
1623
1653
  # @return [::String]
@@ -2064,6 +2094,9 @@ module Google
2064
2094
  # @!attribute [rw] disk_size_gb
2065
2095
  # @return [::Integer]
2066
2096
  # The size of the disk in GB.
2097
+ # @!attribute [rw] force_attach
2098
+ # @return [::Boolean]
2099
+ # [Input Only] Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error.
2067
2100
  # @!attribute [rw] guest_os_features
2068
2101
  # @return [::Array<::Google::Cloud::Compute::V1::GuestOsFeature>]
2069
2102
  # A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
@@ -2075,7 +2108,7 @@ module Google
2075
2108
  # [Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
2076
2109
  # @!attribute [rw] interface
2077
2110
  # @return [::String]
2078
- # Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.
2111
+ # Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. For most machine types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent disks can use NVMe. For more information, see About persistent disks.
2079
2112
  # Check the Interface enum for the list of possible values.
2080
2113
  # @!attribute [rw] kind
2081
2114
  # @return [::String]
@@ -2116,7 +2149,7 @@ module Google
2116
2149
  X86_64 = 425300551
2117
2150
  end
2118
2151
 
2119
- # Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.
2152
+ # Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. For most machine types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent disks can use NVMe. For more information, see About persistent disks.
2120
2153
  module Interface
2121
2154
  # A value indicating that the enum field is not set.
2122
2155
  UNDEFINED_INTERFACE = 0
@@ -2179,6 +2212,9 @@ module Google
2179
2212
  # @!attribute [rw] provisioned_iops
2180
2213
  # @return [::Integer]
2181
2214
  # Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000. For more details, see the Extreme persistent disk documentation.
2215
+ # @!attribute [rw] resource_manager_tags
2216
+ # @return [::Google::Protobuf::Map{::String => ::String}]
2217
+ # Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
2182
2218
  # @!attribute [rw] resource_policies
2183
2219
  # @return [::Array<::String>]
2184
2220
  # Resource policies applied to this disk for automatic snapshot creations. Specified using the full or partial URL. For instance template, specify only the resource policy name.
@@ -2207,6 +2243,15 @@ module Google
2207
2243
  extend ::Google::Protobuf::MessageExts::ClassMethods
2208
2244
  end
2209
2245
 
2246
+ # @!attribute [rw] key
2247
+ # @return [::String]
2248
+ # @!attribute [rw] value
2249
+ # @return [::String]
2250
+ class ResourceManagerTagsEntry
2251
+ include ::Google::Protobuf::MessageExts
2252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
2253
+ end
2254
+
2210
2255
  # The architecture of the attached disk. Valid values are arm64 or x86_64.
2211
2256
  module Architecture
2212
2257
  # A value indicating that the enum field is not set.
@@ -2773,6 +2818,10 @@ module Google
2773
2818
  # @!attribute [rw] cdn_policy
2774
2819
  # @return [::Google::Cloud::Compute::V1::BackendBucketCdnPolicy]
2775
2820
  # Cloud CDN configuration for this BackendBucket.
2821
+ # @!attribute [rw] compression_mode
2822
+ # @return [::String]
2823
+ # Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
2824
+ # Check the CompressionMode enum for the list of possible values.
2776
2825
  # @!attribute [rw] creation_timestamp
2777
2826
  # @return [::String]
2778
2827
  # [Output Only] Creation timestamp in RFC3339 text format.
@@ -2803,6 +2852,18 @@ module Google
2803
2852
  class BackendBucket
2804
2853
  include ::Google::Protobuf::MessageExts
2805
2854
  extend ::Google::Protobuf::MessageExts::ClassMethods
2855
+
2856
+ # Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
2857
+ module CompressionMode
2858
+ # A value indicating that the enum field is not set.
2859
+ UNDEFINED_COMPRESSION_MODE = 0
2860
+
2861
+ # Automatically uses the best compression based on the Accept-Encoding header sent by the client.
2862
+ AUTOMATIC = 165298699
2863
+
2864
+ # Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients.
2865
+ DISABLED = 516696700
2866
+ end
2806
2867
  end
2807
2868
 
2808
2869
  # Message containing Cloud CDN configuration for a backend bucket.
@@ -2934,6 +2995,10 @@ module Google
2934
2995
  # Cloud CDN configuration for this BackendService. Only available for specified load balancer types.
2935
2996
  # @!attribute [rw] circuit_breakers
2936
2997
  # @return [::Google::Cloud::Compute::V1::CircuitBreakers]
2998
+ # @!attribute [rw] compression_mode
2999
+ # @return [::String]
3000
+ # Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
3001
+ # Check the CompressionMode enum for the list of possible values.
2937
3002
  # @!attribute [rw] connection_draining
2938
3003
  # @return [::Google::Cloud::Compute::V1::ConnectionDraining]
2939
3004
  # @!attribute [rw] connection_tracking_policy
@@ -3042,6 +3107,18 @@ module Google
3042
3107
  include ::Google::Protobuf::MessageExts
3043
3108
  extend ::Google::Protobuf::MessageExts::ClassMethods
3044
3109
 
3110
+ # Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
3111
+ module CompressionMode
3112
+ # A value indicating that the enum field is not set.
3113
+ UNDEFINED_COMPRESSION_MODE = 0
3114
+
3115
+ # Automatically uses the best compression based on the Accept-Encoding header sent by the client.
3116
+ AUTOMATIC = 165298699
3117
+
3118
+ # Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients.
3119
+ DISABLED = 516696700
3120
+ end
3121
+
3045
3122
  # Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.
3046
3123
  module LoadBalancingScheme
3047
3124
  # A value indicating that the enum field is not set.
@@ -3452,10 +3529,10 @@ module Google
3452
3529
  # The available logging options for the load balancer traffic served by this backend service.
3453
3530
  # @!attribute [rw] enable
3454
3531
  # @return [::Boolean]
3455
- # This field denotes whether to enable logging for the load balancer traffic served by this backend service.
3532
+ # Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.
3456
3533
  # @!attribute [rw] sample_rate
3457
3534
  # @return [::Float]
3458
- # This field can only be specified if logging is enabled for this backend service. The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 0.0.
3535
+ # This field can only be specified if logging is enabled for this backend service. The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0.
3459
3536
  class BackendServiceLogConfig
3460
3537
  include ::Google::Protobuf::MessageExts
3461
3538
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3695,7 +3772,7 @@ module Google
3695
3772
  # The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
3696
3773
  # @!attribute [rw] members
3697
3774
  # @return [::Array<::String>]
3698
- # Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`.
3775
+ # Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`.
3699
3776
  # @!attribute [rw] role
3700
3777
  # @return [::String]
3701
3778
  # Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
@@ -3923,6 +4000,9 @@ module Google
3923
4000
  # @!attribute [rw] license_resource
3924
4001
  # @return [::Google::Cloud::Compute::V1::LicenseResourceCommitment]
3925
4002
  # The license specification required as part of a license commitment.
4003
+ # @!attribute [rw] merge_source_commitments
4004
+ # @return [::Array<::String>]
4005
+ # List of source commitments to be merged into a new commitment.
3926
4006
  # @!attribute [rw] name
3927
4007
  # @return [::String]
3928
4008
  # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
@@ -3942,6 +4022,9 @@ module Google
3942
4022
  # @!attribute [rw] self_link
3943
4023
  # @return [::String]
3944
4024
  # [Output Only] Server-defined URL for the resource.
4025
+ # @!attribute [rw] split_source_commitment
4026
+ # @return [::String]
4027
+ # Source commitment to be splitted into a new commitment.
3945
4028
  # @!attribute [rw] start_timestamp
3946
4029
  # @return [::String]
3947
4030
  # [Output Only] Commitment start time in RFC3339 text format.
@@ -5300,6 +5383,24 @@ module Google
5300
5383
  extend ::Google::Protobuf::MessageExts::ClassMethods
5301
5384
  end
5302
5385
 
5386
+ # A request message for RegionSslPolicies.Delete. See the method description for details.
5387
+ # @!attribute [rw] project
5388
+ # @return [::String]
5389
+ # Project ID for this request.
5390
+ # @!attribute [rw] region
5391
+ # @return [::String]
5392
+ # Name of the region scoping this request.
5393
+ # @!attribute [rw] request_id
5394
+ # @return [::String]
5395
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
5396
+ # @!attribute [rw] ssl_policy
5397
+ # @return [::String]
5398
+ # Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.
5399
+ class DeleteRegionSslPolicyRequest
5400
+ include ::Google::Protobuf::MessageExts
5401
+ extend ::Google::Protobuf::MessageExts::ClassMethods
5402
+ end
5403
+
5303
5404
  # A request message for RegionTargetHttpProxies.Delete. See the method description for details.
5304
5405
  # @!attribute [rw] project
5305
5406
  # @return [::String]
@@ -5336,6 +5437,24 @@ module Google
5336
5437
  extend ::Google::Protobuf::MessageExts::ClassMethods
5337
5438
  end
5338
5439
 
5440
+ # A request message for RegionTargetTcpProxies.Delete. See the method description for details.
5441
+ # @!attribute [rw] project
5442
+ # @return [::String]
5443
+ # Project ID for this request.
5444
+ # @!attribute [rw] region
5445
+ # @return [::String]
5446
+ # Name of the region scoping this request.
5447
+ # @!attribute [rw] request_id
5448
+ # @return [::String]
5449
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
5450
+ # @!attribute [rw] target_tcp_proxy
5451
+ # @return [::String]
5452
+ # Name of the TargetTcpProxy resource to delete.
5453
+ class DeleteRegionTargetTcpProxyRequest
5454
+ include ::Google::Protobuf::MessageExts
5455
+ extend ::Google::Protobuf::MessageExts::ClassMethods
5456
+ end
5457
+
5339
5458
  # A request message for RegionUrlMaps.Delete. See the method description for details.
5340
5459
  # @!attribute [rw] project
5341
5460
  # @return [::String]
@@ -5958,6 +6077,9 @@ module Google
5958
6077
  # @!attribute [rw] options
5959
6078
  # @return [::String]
5960
6079
  # Internal use only.
6080
+ # @!attribute [rw] params
6081
+ # @return [::Google::Cloud::Compute::V1::DiskParams]
6082
+ # Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload.
5961
6083
  # @!attribute [rw] physical_block_size_bytes
5962
6084
  # @return [::Integer]
5963
6085
  # Physical block size of the persistent disk, in bytes. If not present in a request, a default value is used. The currently supported size is 4096, other sizes may be added in the future. If an unsupported value is requested, the error message will list the supported values for the caller's project.
@@ -6188,6 +6310,24 @@ module Google
6188
6310
  extend ::Google::Protobuf::MessageExts::ClassMethods
6189
6311
  end
6190
6312
 
6313
+ # Additional disk params.
6314
+ # @!attribute [rw] resource_manager_tags
6315
+ # @return [::Google::Protobuf::Map{::String => ::String}]
6316
+ # Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
6317
+ class DiskParams
6318
+ include ::Google::Protobuf::MessageExts
6319
+ extend ::Google::Protobuf::MessageExts::ClassMethods
6320
+
6321
+ # @!attribute [rw] key
6322
+ # @return [::String]
6323
+ # @!attribute [rw] value
6324
+ # @return [::String]
6325
+ class ResourceManagerTagsEntry
6326
+ include ::Google::Protobuf::MessageExts
6327
+ extend ::Google::Protobuf::MessageExts::ClassMethods
6328
+ end
6329
+ end
6330
+
6191
6331
  # Represents a Disk Type resource. Google Compute Engine has two Disk Type resources: * [Regional](/compute/docs/reference/rest/v1/regionDiskTypes) * [Zonal](/compute/docs/reference/rest/v1/diskTypes) You can choose from a variety of disk types based on your needs. For more information, read Storage options. The diskTypes resource represents disk types for a zonal persistent disk. For more information, read Zonal persistent disks. The regionDiskTypes resource represents disk types for a regional persistent disk. For more information, read Regional persistent disks.
6192
6332
  # @!attribute [rw] creation_timestamp
6193
6333
  # @return [::String]
@@ -6715,7 +6855,7 @@ module Google
6715
6855
  # If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
6716
6856
  # @!attribute [rw] direction
6717
6857
  # @return [::String]
6718
- # Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `INGRESS` traffic, you cannot specify the destinationRanges field, and for `EGRESS` traffic, you cannot specify the sourceRanges or sourceTags fields.
6858
+ # Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields.
6719
6859
  # Check the Direction enum for the list of possible values.
6720
6860
  # @!attribute [rw] disabled
6721
6861
  # @return [::Boolean]
@@ -6760,7 +6900,7 @@ module Google
6760
6900
  include ::Google::Protobuf::MessageExts
6761
6901
  extend ::Google::Protobuf::MessageExts::ClassMethods
6762
6902
 
6763
- # Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `INGRESS` traffic, you cannot specify the destinationRanges field, and for `EGRESS` traffic, you cannot specify the sourceRanges or sourceTags fields.
6903
+ # Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields.
6764
6904
  module Direction
6765
6905
  # A value indicating that the enum field is not set.
6766
6906
  UNDEFINED_DIRECTION = 0
@@ -6843,7 +6983,7 @@ module Google
6843
6983
  # An optional description of this resource. Provide this property when you create the resource.
6844
6984
  # @!attribute [rw] display_name
6845
6985
  # @return [::String]
6846
- # Deprecated, please use short name instead. User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This name must be set on creation and cannot be changed. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
6986
+ # Deprecated, please use short name instead. User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
6847
6987
  # @!attribute [rw] fingerprint
6848
6988
  # @return [::String]
6849
6989
  # Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the firewall policy.
@@ -6855,10 +6995,10 @@ module Google
6855
6995
  # [Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies
6856
6996
  # @!attribute [rw] name
6857
6997
  # @return [::String]
6858
- # [Output Only] Name of the resource. It is a numeric ID allocated by GCP which uniquely identifies the Firewall Policy.
6998
+ # Name of the resource. For Organization Firewall Policies it's a [Output Only] numeric ID allocated by GCP which uniquely identifies the Organization Firewall Policy.
6859
6999
  # @!attribute [rw] parent
6860
7000
  # @return [::String]
6861
- # [Output Only] The parent of the firewall policy.
7001
+ # [Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
6862
7002
  # @!attribute [rw] region
6863
7003
  # @return [::String]
6864
7004
  # [Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
@@ -6876,7 +7016,7 @@ module Google
6876
7016
  # [Output Only] Server-defined URL for this resource with the resource id.
6877
7017
  # @!attribute [rw] short_name
6878
7018
  # @return [::String]
6879
- # User-provided name of the Organization firewall plicy. The name should be unique in the organization in which the firewall policy is created. This name must be set on creation and cannot be changed. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
7019
+ # User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
6880
7020
  class FirewallPolicy
6881
7021
  include ::Google::Protobuf::MessageExts
6882
7022
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -7785,6 +7925,21 @@ module Google
7785
7925
  extend ::Google::Protobuf::MessageExts::ClassMethods
7786
7926
  end
7787
7927
 
7928
+ # A request message for BackendServices.GetIamPolicy. See the method description for details.
7929
+ # @!attribute [rw] options_requested_policy_version
7930
+ # @return [::Integer]
7931
+ # Requested IAM Policy version.
7932
+ # @!attribute [rw] project
7933
+ # @return [::String]
7934
+ # Project ID for this request.
7935
+ # @!attribute [rw] resource
7936
+ # @return [::String]
7937
+ # Name or id of the resource for this request.
7938
+ class GetIamPolicyBackendServiceRequest
7939
+ include ::Google::Protobuf::MessageExts
7940
+ extend ::Google::Protobuf::MessageExts::ClassMethods
7941
+ end
7942
+
7788
7943
  # A request message for Disks.GetIamPolicy. See the method description for details.
7789
7944
  # @!attribute [rw] options_requested_policy_version
7790
7945
  # @return [::Integer]
@@ -7944,6 +8099,24 @@ module Google
7944
8099
  extend ::Google::Protobuf::MessageExts::ClassMethods
7945
8100
  end
7946
8101
 
8102
+ # A request message for RegionBackendServices.GetIamPolicy. See the method description for details.
8103
+ # @!attribute [rw] options_requested_policy_version
8104
+ # @return [::Integer]
8105
+ # Requested IAM Policy version.
8106
+ # @!attribute [rw] project
8107
+ # @return [::String]
8108
+ # Project ID for this request.
8109
+ # @!attribute [rw] region
8110
+ # @return [::String]
8111
+ # The name of the region for this request.
8112
+ # @!attribute [rw] resource
8113
+ # @return [::String]
8114
+ # Name or id of the resource for this request.
8115
+ class GetIamPolicyRegionBackendServiceRequest
8116
+ include ::Google::Protobuf::MessageExts
8117
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8118
+ end
8119
+
7947
8120
  # A request message for RegionDisks.GetIamPolicy. See the method description for details.
7948
8121
  # @!attribute [rw] options_requested_policy_version
7949
8122
  # @return [::Integer]
@@ -8658,6 +8831,21 @@ module Google
8658
8831
  extend ::Google::Protobuf::MessageExts::ClassMethods
8659
8832
  end
8660
8833
 
8834
+ # A request message for RegionSslPolicies.Get. See the method description for details.
8835
+ # @!attribute [rw] project
8836
+ # @return [::String]
8837
+ # Project ID for this request.
8838
+ # @!attribute [rw] region
8839
+ # @return [::String]
8840
+ # Name of the region scoping this request.
8841
+ # @!attribute [rw] ssl_policy
8842
+ # @return [::String]
8843
+ # Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
8844
+ class GetRegionSslPolicyRequest
8845
+ include ::Google::Protobuf::MessageExts
8846
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8847
+ end
8848
+
8661
8849
  # A request message for RegionTargetHttpProxies.Get. See the method description for details.
8662
8850
  # @!attribute [rw] project
8663
8851
  # @return [::String]
@@ -8688,6 +8876,21 @@ module Google
8688
8876
  extend ::Google::Protobuf::MessageExts::ClassMethods
8689
8877
  end
8690
8878
 
8879
+ # A request message for RegionTargetTcpProxies.Get. See the method description for details.
8880
+ # @!attribute [rw] project
8881
+ # @return [::String]
8882
+ # Project ID for this request.
8883
+ # @!attribute [rw] region
8884
+ # @return [::String]
8885
+ # Name of the region scoping this request.
8886
+ # @!attribute [rw] target_tcp_proxy
8887
+ # @return [::String]
8888
+ # Name of the TargetTcpProxy resource to return.
8889
+ class GetRegionTargetTcpProxyRequest
8890
+ include ::Google::Protobuf::MessageExts
8891
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8892
+ end
8893
+
8691
8894
  # A request message for RegionUrlMaps.Get. See the method description for details.
8692
8895
  # @!attribute [rw] project
8693
8896
  # @return [::String]
@@ -10100,7 +10303,7 @@ module Google
10100
10303
  # For routeRules within a given pathMatcher, priority determines the order in which a load balancer interprets routeRules. RouteRules are evaluated in order of priority, from the lowest to highest number. The priority of a rule decreases as its number increases (1, 2, 3, N+1). The first rule that matches the request is applied. You cannot configure two or more routeRules with the same priority. Priority for each rule must be set to a number from 0 to 2147483647 inclusive. Priority numbers can have gaps, which enable you to add or remove rules in the future without affecting the rest of the rules. For example, 1, 2, 3, 4, 5, 9, 12, 16 is a valid series of priority numbers to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the future without any impact on existing rules.
10101
10304
  # @!attribute [rw] route_action
10102
10305
  # @return [::Google::Cloud::Compute::V1::HttpRouteAction]
10103
- # In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any weightedBackendServices. Only one of urlRedirect, service or routeAction.weightedBackendService must be set. UrlMaps for external HTTP(S) load balancers support only the urlRewrite action within a route rule's routeAction.
10306
+ # In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any weightedBackendServices. Only one of urlRedirect, service or routeAction.weightedBackendService must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within a route rule's routeAction.
10104
10307
  # @!attribute [rw] service
10105
10308
  # @return [::String]
10106
10309
  # The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of urlRedirect, service or routeAction.weightedBackendService must be set.
@@ -11112,6 +11315,24 @@ module Google
11112
11315
  extend ::Google::Protobuf::MessageExts::ClassMethods
11113
11316
  end
11114
11317
 
11318
+ # A request message for RegionSslPolicies.Insert. See the method description for details.
11319
+ # @!attribute [rw] project
11320
+ # @return [::String]
11321
+ # Project ID for this request.
11322
+ # @!attribute [rw] region
11323
+ # @return [::String]
11324
+ # Name of the region scoping this request.
11325
+ # @!attribute [rw] request_id
11326
+ # @return [::String]
11327
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
11328
+ # @!attribute [rw] ssl_policy_resource
11329
+ # @return [::Google::Cloud::Compute::V1::SslPolicy]
11330
+ # The body resource for this request
11331
+ class InsertRegionSslPolicyRequest
11332
+ include ::Google::Protobuf::MessageExts
11333
+ extend ::Google::Protobuf::MessageExts::ClassMethods
11334
+ end
11335
+
11115
11336
  # A request message for RegionTargetHttpProxies.Insert. See the method description for details.
11116
11337
  # @!attribute [rw] project
11117
11338
  # @return [::String]
@@ -11148,6 +11369,24 @@ module Google
11148
11369
  extend ::Google::Protobuf::MessageExts::ClassMethods
11149
11370
  end
11150
11371
 
11372
+ # A request message for RegionTargetTcpProxies.Insert. See the method description for details.
11373
+ # @!attribute [rw] project
11374
+ # @return [::String]
11375
+ # Project ID for this request.
11376
+ # @!attribute [rw] region
11377
+ # @return [::String]
11378
+ # Name of the region scoping this request.
11379
+ # @!attribute [rw] request_id
11380
+ # @return [::String]
11381
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
11382
+ # @!attribute [rw] target_tcp_proxy_resource
11383
+ # @return [::Google::Cloud::Compute::V1::TargetTcpProxy]
11384
+ # The body resource for this request
11385
+ class InsertRegionTargetTcpProxyRequest
11386
+ include ::Google::Protobuf::MessageExts
11387
+ extend ::Google::Protobuf::MessageExts::ClassMethods
11388
+ end
11389
+
11151
11390
  # A request message for RegionUrlMaps.Insert. See the method description for details.
11152
11391
  # @!attribute [rw] project
11153
11392
  # @return [::String]
@@ -11758,6 +11997,34 @@ module Google
11758
11997
  end
11759
11998
  end
11760
11999
 
12000
+ # @!attribute [rw] consumption_info
12001
+ # @return [::Google::Cloud::Compute::V1::InstanceConsumptionInfo]
12002
+ # Resources consumed by the instance.
12003
+ # @!attribute [rw] instance
12004
+ # @return [::String]
12005
+ # Server-defined URL for the instance.
12006
+ class InstanceConsumptionData
12007
+ include ::Google::Protobuf::MessageExts
12008
+ extend ::Google::Protobuf::MessageExts::ClassMethods
12009
+ end
12010
+
12011
+ # @!attribute [rw] guest_cpus
12012
+ # @return [::Integer]
12013
+ # The number of virtual CPUs that are available to the instance.
12014
+ # @!attribute [rw] local_ssd_gb
12015
+ # @return [::Integer]
12016
+ # The amount of local SSD storage available to the instance, defined in GiB.
12017
+ # @!attribute [rw] memory_mb
12018
+ # @return [::Integer]
12019
+ # The amount of physical memory available to the instance, defined in MiB.
12020
+ # @!attribute [rw] min_node_cpus
12021
+ # @return [::Integer]
12022
+ # The minimal guaranteed number of virtual CPUs that are reserved.
12023
+ class InstanceConsumptionInfo
12024
+ include ::Google::Protobuf::MessageExts
12025
+ extend ::Google::Protobuf::MessageExts::ClassMethods
12026
+ end
12027
+
11761
12028
  # Represents an Instance Group resource. Instance Groups can be used to configure a target for load balancing. Instance groups can either be managed or unmanaged. To create managed instance groups, use the instanceGroupManager or regionInstanceGroupManager resource instead. Use zonal unmanaged instance groups if you need to apply load balancing to groups of heterogeneous instances or if you need to manage the instances yourself. You cannot create regional unmanaged instance groups. For more information, read Instance groups.
11762
12029
  # @!attribute [rw] creation_timestamp
11763
12030
  # @return [::String]
@@ -13164,7 +13431,7 @@ module Google
13164
13431
  # Check the EdgeAvailabilityDomain enum for the list of possible values.
13165
13432
  # @!attribute [rw] encryption
13166
13433
  # @return [::String]
13167
- # Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *IPsec-encrypted Cloud Interconnect*, the VLAN attachment must be created with this option. Not currently available publicly.
13434
+ # Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this option.
13168
13435
  # Check the Encryption enum for the list of possible values.
13169
13436
  # @!attribute [rw] google_reference_id
13170
13437
  # @return [::String]
@@ -13288,12 +13555,12 @@ module Google
13288
13555
  AVAILABILITY_DOMAIN_ANY = 375256373
13289
13556
  end
13290
13557
 
13291
- # Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *IPsec-encrypted Cloud Interconnect*, the VLAN attachment must be created with this option. Not currently available publicly.
13558
+ # Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this option.
13292
13559
  module Encryption
13293
13560
  # A value indicating that the enum field is not set.
13294
13561
  UNDEFINED_ENCRYPTION = 0
13295
13562
 
13296
- # The interconnect attachment will carry only encrypted traffic that is encrypted by an IPsec device such as HA VPN gateway; VMs cannot directly send traffic to or receive traffic from such an interconnect attachment. To use IPsec-encrypted Cloud Interconnect, the interconnect attachment must be created with this option.
13563
+ # The interconnect attachment will carry only encrypted traffic that is encrypted by an IPsec device such as HA VPN gateway; VMs cannot directly send traffic to or receive traffic from such an interconnect attachment. To use HA VPN over Cloud Interconnect, the interconnect attachment must be created with this option.
13297
13564
  IPSEC = 69882282
13298
13565
 
13299
13566
  # This is the default value, which means the Interconnect Attachment will carry unencrypted traffic. VMs will be able to send traffic to or receive traffic from such interconnect attachment.
@@ -14118,6 +14385,33 @@ module Google
14118
14385
  extend ::Google::Protobuf::MessageExts::ClassMethods
14119
14386
  end
14120
14387
 
14388
+ # A request message for RegionSslPolicies.ListAvailableFeatures. See the method description for details.
14389
+ # @!attribute [rw] filter
14390
+ # @return [::String]
14391
+ # A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
14392
+ # @!attribute [rw] max_results
14393
+ # @return [::Integer]
14394
+ # The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
14395
+ # @!attribute [rw] order_by
14396
+ # @return [::String]
14397
+ # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
14398
+ # @!attribute [rw] page_token
14399
+ # @return [::String]
14400
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
14401
+ # @!attribute [rw] project
14402
+ # @return [::String]
14403
+ # Project ID for this request.
14404
+ # @!attribute [rw] region
14405
+ # @return [::String]
14406
+ # Name of the region scoping this request.
14407
+ # @!attribute [rw] return_partial_success
14408
+ # @return [::Boolean]
14409
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14410
+ class ListAvailableFeaturesRegionSslPoliciesRequest
14411
+ include ::Google::Protobuf::MessageExts
14412
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14413
+ end
14414
+
14121
14415
  # A request message for SslPolicies.ListAvailableFeatures. See the method description for details.
14122
14416
  # @!attribute [rw] filter
14123
14417
  # @return [::String]
@@ -15868,6 +16162,33 @@ module Google
15868
16162
  extend ::Google::Protobuf::MessageExts::ClassMethods
15869
16163
  end
15870
16164
 
16165
+ # A request message for RegionSslPolicies.List. See the method description for details.
16166
+ # @!attribute [rw] filter
16167
+ # @return [::String]
16168
+ # A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
16169
+ # @!attribute [rw] max_results
16170
+ # @return [::Integer]
16171
+ # The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
16172
+ # @!attribute [rw] order_by
16173
+ # @return [::String]
16174
+ # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
16175
+ # @!attribute [rw] page_token
16176
+ # @return [::String]
16177
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
16178
+ # @!attribute [rw] project
16179
+ # @return [::String]
16180
+ # Project ID for this request.
16181
+ # @!attribute [rw] region
16182
+ # @return [::String]
16183
+ # Name of the region scoping this request.
16184
+ # @!attribute [rw] return_partial_success
16185
+ # @return [::Boolean]
16186
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
16187
+ class ListRegionSslPoliciesRequest
16188
+ include ::Google::Protobuf::MessageExts
16189
+ extend ::Google::Protobuf::MessageExts::ClassMethods
16190
+ end
16191
+
15871
16192
  # A request message for RegionTargetHttpProxies.List. See the method description for details.
15872
16193
  # @!attribute [rw] filter
15873
16194
  # @return [::String]
@@ -15922,6 +16243,33 @@ module Google
15922
16243
  extend ::Google::Protobuf::MessageExts::ClassMethods
15923
16244
  end
15924
16245
 
16246
+ # A request message for RegionTargetTcpProxies.List. See the method description for details.
16247
+ # @!attribute [rw] filter
16248
+ # @return [::String]
16249
+ # A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
16250
+ # @!attribute [rw] max_results
16251
+ # @return [::Integer]
16252
+ # The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
16253
+ # @!attribute [rw] order_by
16254
+ # @return [::String]
16255
+ # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
16256
+ # @!attribute [rw] page_token
16257
+ # @return [::String]
16258
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
16259
+ # @!attribute [rw] project
16260
+ # @return [::String]
16261
+ # Project ID for this request.
16262
+ # @!attribute [rw] region
16263
+ # @return [::String]
16264
+ # Name of the region scoping this request.
16265
+ # @!attribute [rw] return_partial_success
16266
+ # @return [::Boolean]
16267
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
16268
+ class ListRegionTargetTcpProxiesRequest
16269
+ include ::Google::Protobuf::MessageExts
16270
+ extend ::Google::Protobuf::MessageExts::ClassMethods
16271
+ end
16272
+
15925
16273
  # A request message for RegionUrlMaps.List. See the method description for details.
15926
16274
  # @!attribute [rw] filter
15927
16275
  # @return [::String]
@@ -16626,7 +16974,7 @@ module Google
16626
16974
  # Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
16627
16975
  # @!attribute [rw] locale
16628
16976
  # @return [::String]
16629
- # The locale used following the specification defined at http://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
16977
+ # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
16630
16978
  # @!attribute [rw] message
16631
16979
  # @return [::String]
16632
16980
  # The localized error message in the above locale.
@@ -17333,7 +17681,7 @@ module Google
17333
17681
  # [Output Only] Type of the resource. Always compute#network for networks.
17334
17682
  # @!attribute [rw] mtu
17335
17683
  # @return [::Integer]
17336
- # Maximum Transmission Unit in bytes. The minimum value for this field is 1460 and the maximum value is 1500 bytes. If unspecified, defaults to 1460.
17684
+ # Maximum Transmission Unit in bytes. The minimum value for this field is 1300 and the maximum value is 8896. The suggested value is 1500, which is the default MTU used on the Internet, or 8896 if you want to use Jumbo frames. If unspecified, the value defaults to 1460.
17337
17685
  # @!attribute [rw] name
17338
17686
  # @return [::String]
17339
17687
  # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
@@ -18100,6 +18448,9 @@ module Google
18100
18448
  # @!attribute [rw] self_link
18101
18449
  # @return [::String]
18102
18450
  # [Output Only] Server-defined URL for the resource.
18451
+ # @!attribute [rw] share_settings
18452
+ # @return [::Google::Cloud::Compute::V1::ShareSettings]
18453
+ # Share-settings for the node group
18103
18454
  # @!attribute [rw] size
18104
18455
  # @return [::Integer]
18105
18456
  # [Output Only] The total number of nodes in the node group.
@@ -18250,6 +18601,9 @@ module Google
18250
18601
  # @!attribute [rw] accelerators
18251
18602
  # @return [::Array<::Google::Cloud::Compute::V1::AcceleratorConfig>]
18252
18603
  # Accelerators for this node.
18604
+ # @!attribute [rw] consumed_resources
18605
+ # @return [::Google::Cloud::Compute::V1::InstanceConsumptionInfo]
18606
+ # Node resources that are reserved by all instances.
18253
18607
  # @!attribute [rw] cpu_overcommit_type
18254
18608
  # @return [::String]
18255
18609
  # CPU overcommit.
@@ -18257,6 +18611,9 @@ module Google
18257
18611
  # @!attribute [rw] disks
18258
18612
  # @return [::Array<::Google::Cloud::Compute::V1::LocalDisk>]
18259
18613
  # Local disk configurations.
18614
+ # @!attribute [rw] instance_consumption_data
18615
+ # @return [::Array<::Google::Cloud::Compute::V1::InstanceConsumptionData>]
18616
+ # Instance data that shows consumed resources on the node.
18260
18617
  # @!attribute [rw] instances
18261
18618
  # @return [::Array<::String>]
18262
18619
  # Instances scheduled on this node.
@@ -18278,6 +18635,9 @@ module Google
18278
18635
  # @!attribute [rw] status
18279
18636
  # @return [::String]
18280
18637
  # Check the Status enum for the list of possible values.
18638
+ # @!attribute [rw] total_resources
18639
+ # @return [::Google::Cloud::Compute::V1::InstanceConsumptionInfo]
18640
+ # Total amount of available resources on the node.
18281
18641
  class NodeGroupNode
18282
18642
  include ::Google::Protobuf::MessageExts
18283
18643
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -19775,6 +20135,27 @@ module Google
19775
20135
  extend ::Google::Protobuf::MessageExts::ClassMethods
19776
20136
  end
19777
20137
 
20138
+ # A request message for RegionSslPolicies.Patch. See the method description for details.
20139
+ # @!attribute [rw] project
20140
+ # @return [::String]
20141
+ # Project ID for this request.
20142
+ # @!attribute [rw] region
20143
+ # @return [::String]
20144
+ # Name of the region scoping this request.
20145
+ # @!attribute [rw] request_id
20146
+ # @return [::String]
20147
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
20148
+ # @!attribute [rw] ssl_policy
20149
+ # @return [::String]
20150
+ # Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
20151
+ # @!attribute [rw] ssl_policy_resource
20152
+ # @return [::Google::Cloud::Compute::V1::SslPolicy]
20153
+ # The body resource for this request
20154
+ class PatchRegionSslPolicyRequest
20155
+ include ::Google::Protobuf::MessageExts
20156
+ extend ::Google::Protobuf::MessageExts::ClassMethods
20157
+ end
20158
+
19778
20159
  # A request message for RegionTargetHttpsProxies.Patch. See the method description for details.
19779
20160
  # @!attribute [rw] project
19780
20161
  # @return [::String]
@@ -20078,7 +20459,7 @@ module Google
20078
20459
  # A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default service is used.
20079
20460
  # @!attribute [rw] default_route_action
20080
20461
  # @return [::Google::Cloud::Compute::V1::HttpRouteAction]
20081
- # defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. UrlMaps for external HTTP(S) load balancers support only the urlRewrite action within a path matcher's defaultRouteAction.
20462
+ # defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within a path matcher's defaultRouteAction.
20082
20463
  # @!attribute [rw] default_service
20083
20464
  # @return [::String]
20084
20465
  # The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource: - https://www.googleapis.com/compute/v1/projects/project /global/backendServices/backendService - compute/v1/projects/project/global/backendServices/backendService - global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if defaultRouteAction specifies any weightedBackendServices, defaultService must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. Authorization requires one or more of the following Google IAM permissions on the specified resource default_service: - compute.backendBuckets.use - compute.backendServices.use
@@ -20111,7 +20492,7 @@ module Google
20111
20492
  # The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.
20112
20493
  # @!attribute [rw] route_action
20113
20494
  # @return [::Google::Cloud::Compute::V1::HttpRouteAction]
20114
- # In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any weightedBackendServices. Only one of routeAction or urlRedirect must be set. URL maps for external HTTP(S) load balancers support only the urlRewrite action within a path rule's routeAction.
20495
+ # In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any weightedBackendServices. Only one of routeAction or urlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within a path rule's routeAction.
20115
20496
  # @!attribute [rw] service
20116
20497
  # @return [::String]
20117
20498
  # The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of urlRedirect, service or routeAction.weightedBackendService must be set.
@@ -22754,7 +23135,7 @@ module Google
22754
23135
  # An optional description of this resource. Provide this property when you create the resource.
22755
23136
  # @!attribute [rw] encrypted_interconnect_router
22756
23137
  # @return [::Boolean]
22757
- # Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments). Not currently available publicly.
23138
+ # Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).
22758
23139
  # @!attribute [rw] id
22759
23140
  # @return [::Integer]
22760
23141
  # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
@@ -23963,6 +24344,9 @@ module Google
23963
24344
  end
23964
24345
  end
23965
24346
 
24347
+ # @!attribute [rw] json_custom_config
24348
+ # @return [::Google::Cloud::Compute::V1::SecurityPolicyAdvancedOptionsConfigJsonCustomConfig]
24349
+ # Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
23966
24350
  # @!attribute [rw] json_parsing
23967
24351
  # @return [::String]
23968
24352
  # Check the JsonParsing enum for the list of possible values.
@@ -23993,6 +24377,14 @@ module Google
23993
24377
  end
23994
24378
  end
23995
24379
 
24380
+ # @!attribute [rw] content_types
24381
+ # @return [::Array<::String>]
24382
+ # A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
24383
+ class SecurityPolicyAdvancedOptionsConfigJsonCustomConfig
24384
+ include ::Google::Protobuf::MessageExts
24385
+ extend ::Google::Protobuf::MessageExts::ClassMethods
24386
+ end
24387
+
23996
24388
  # @!attribute [rw] ddos_protection
23997
24389
  # @return [::String]
23998
24390
  # Check the DdosProtection enum for the list of possible values.
@@ -24698,6 +25090,21 @@ module Google
24698
25090
  extend ::Google::Protobuf::MessageExts::ClassMethods
24699
25091
  end
24700
25092
 
25093
+ # A request message for BackendServices.SetIamPolicy. See the method description for details.
25094
+ # @!attribute [rw] global_set_policy_request_resource
25095
+ # @return [::Google::Cloud::Compute::V1::GlobalSetPolicyRequest]
25096
+ # The body resource for this request
25097
+ # @!attribute [rw] project
25098
+ # @return [::String]
25099
+ # Project ID for this request.
25100
+ # @!attribute [rw] resource
25101
+ # @return [::String]
25102
+ # Name or id of the resource for this request.
25103
+ class SetIamPolicyBackendServiceRequest
25104
+ include ::Google::Protobuf::MessageExts
25105
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25106
+ end
25107
+
24701
25108
  # A request message for Disks.SetIamPolicy. See the method description for details.
24702
25109
  # @!attribute [rw] project
24703
25110
  # @return [::String]
@@ -24857,6 +25264,24 @@ module Google
24857
25264
  extend ::Google::Protobuf::MessageExts::ClassMethods
24858
25265
  end
24859
25266
 
25267
+ # A request message for RegionBackendServices.SetIamPolicy. See the method description for details.
25268
+ # @!attribute [rw] project
25269
+ # @return [::String]
25270
+ # Project ID for this request.
25271
+ # @!attribute [rw] region
25272
+ # @return [::String]
25273
+ # The name of the region for this request.
25274
+ # @!attribute [rw] region_set_policy_request_resource
25275
+ # @return [::Google::Cloud::Compute::V1::RegionSetPolicyRequest]
25276
+ # The body resource for this request
25277
+ # @!attribute [rw] resource
25278
+ # @return [::String]
25279
+ # Name or id of the resource for this request.
25280
+ class SetIamPolicyRegionBackendServiceRequest
25281
+ include ::Google::Protobuf::MessageExts
25282
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25283
+ end
25284
+
24860
25285
  # A request message for RegionDisks.SetIamPolicy. See the method description for details.
24861
25286
  # @!attribute [rw] project
24862
25287
  # @return [::String]
@@ -25022,6 +25447,27 @@ module Google
25022
25447
  extend ::Google::Protobuf::MessageExts::ClassMethods
25023
25448
  end
25024
25449
 
25450
+ # A request message for Addresses.SetLabels. See the method description for details.
25451
+ # @!attribute [rw] project
25452
+ # @return [::String]
25453
+ # Project ID for this request.
25454
+ # @!attribute [rw] region
25455
+ # @return [::String]
25456
+ # The region for this request.
25457
+ # @!attribute [rw] region_set_labels_request_resource
25458
+ # @return [::Google::Cloud::Compute::V1::RegionSetLabelsRequest]
25459
+ # The body resource for this request
25460
+ # @!attribute [rw] request_id
25461
+ # @return [::String]
25462
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25463
+ # @!attribute [rw] resource
25464
+ # @return [::String]
25465
+ # Name or id of the resource for this request.
25466
+ class SetLabelsAddressRequest
25467
+ include ::Google::Protobuf::MessageExts
25468
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25469
+ end
25470
+
25025
25471
  # A request message for Disks.SetLabels. See the method description for details.
25026
25472
  # @!attribute [rw] project
25027
25473
  # @return [::String]
@@ -25079,6 +25525,21 @@ module Google
25079
25525
  extend ::Google::Protobuf::MessageExts::ClassMethods
25080
25526
  end
25081
25527
 
25528
+ # A request message for GlobalAddresses.SetLabels. See the method description for details.
25529
+ # @!attribute [rw] global_set_labels_request_resource
25530
+ # @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
25531
+ # The body resource for this request
25532
+ # @!attribute [rw] project
25533
+ # @return [::String]
25534
+ # Project ID for this request.
25535
+ # @!attribute [rw] resource
25536
+ # @return [::String]
25537
+ # Name or id of the resource for this request.
25538
+ class SetLabelsGlobalAddressRequest
25539
+ include ::Google::Protobuf::MessageExts
25540
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25541
+ end
25542
+
25082
25543
  # A request message for GlobalForwardingRules.SetLabels. See the method description for details.
25083
25544
  # @!attribute [rw] global_set_labels_request_resource
25084
25545
  # @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
@@ -25130,6 +25591,42 @@ module Google
25130
25591
  extend ::Google::Protobuf::MessageExts::ClassMethods
25131
25592
  end
25132
25593
 
25594
+ # A request message for InterconnectAttachments.SetLabels. See the method description for details.
25595
+ # @!attribute [rw] project
25596
+ # @return [::String]
25597
+ # Project ID for this request.
25598
+ # @!attribute [rw] region
25599
+ # @return [::String]
25600
+ # The region for this request.
25601
+ # @!attribute [rw] region_set_labels_request_resource
25602
+ # @return [::Google::Cloud::Compute::V1::RegionSetLabelsRequest]
25603
+ # The body resource for this request
25604
+ # @!attribute [rw] request_id
25605
+ # @return [::String]
25606
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25607
+ # @!attribute [rw] resource
25608
+ # @return [::String]
25609
+ # Name or id of the resource for this request.
25610
+ class SetLabelsInterconnectAttachmentRequest
25611
+ include ::Google::Protobuf::MessageExts
25612
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25613
+ end
25614
+
25615
+ # A request message for Interconnects.SetLabels. See the method description for details.
25616
+ # @!attribute [rw] global_set_labels_request_resource
25617
+ # @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
25618
+ # The body resource for this request
25619
+ # @!attribute [rw] project
25620
+ # @return [::String]
25621
+ # Project ID for this request.
25622
+ # @!attribute [rw] resource
25623
+ # @return [::String]
25624
+ # Name or id of the resource for this request.
25625
+ class SetLabelsInterconnectRequest
25626
+ include ::Google::Protobuf::MessageExts
25627
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25628
+ end
25629
+
25133
25630
  # A request message for RegionDisks.SetLabels. See the method description for details.
25134
25631
  # @!attribute [rw] project
25135
25632
  # @return [::String]
@@ -25151,6 +25648,21 @@ module Google
25151
25648
  extend ::Google::Protobuf::MessageExts::ClassMethods
25152
25649
  end
25153
25650
 
25651
+ # A request message for SecurityPolicies.SetLabels. See the method description for details.
25652
+ # @!attribute [rw] global_set_labels_request_resource
25653
+ # @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
25654
+ # The body resource for this request
25655
+ # @!attribute [rw] project
25656
+ # @return [::String]
25657
+ # Project ID for this request.
25658
+ # @!attribute [rw] resource
25659
+ # @return [::String]
25660
+ # Name or id of the resource for this request.
25661
+ class SetLabelsSecurityPolicyRequest
25662
+ include ::Google::Protobuf::MessageExts
25663
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25664
+ end
25665
+
25154
25666
  # A request message for Snapshots.SetLabels. See the method description for details.
25155
25667
  # @!attribute [rw] global_set_labels_request_resource
25156
25668
  # @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
@@ -25166,6 +25678,27 @@ module Google
25166
25678
  extend ::Google::Protobuf::MessageExts::ClassMethods
25167
25679
  end
25168
25680
 
25681
+ # A request message for TargetVpnGateways.SetLabels. See the method description for details.
25682
+ # @!attribute [rw] project
25683
+ # @return [::String]
25684
+ # Project ID for this request.
25685
+ # @!attribute [rw] region
25686
+ # @return [::String]
25687
+ # The region for this request.
25688
+ # @!attribute [rw] region_set_labels_request_resource
25689
+ # @return [::Google::Cloud::Compute::V1::RegionSetLabelsRequest]
25690
+ # The body resource for this request
25691
+ # @!attribute [rw] request_id
25692
+ # @return [::String]
25693
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25694
+ # @!attribute [rw] resource
25695
+ # @return [::String]
25696
+ # Name or id of the resource for this request.
25697
+ class SetLabelsTargetVpnGatewayRequest
25698
+ include ::Google::Protobuf::MessageExts
25699
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25700
+ end
25701
+
25169
25702
  # A request message for VpnGateways.SetLabels. See the method description for details.
25170
25703
  # @!attribute [rw] project
25171
25704
  # @return [::String]
@@ -25187,6 +25720,27 @@ module Google
25187
25720
  extend ::Google::Protobuf::MessageExts::ClassMethods
25188
25721
  end
25189
25722
 
25723
+ # A request message for VpnTunnels.SetLabels. See the method description for details.
25724
+ # @!attribute [rw] project
25725
+ # @return [::String]
25726
+ # Project ID for this request.
25727
+ # @!attribute [rw] region
25728
+ # @return [::String]
25729
+ # The region for this request.
25730
+ # @!attribute [rw] region_set_labels_request_resource
25731
+ # @return [::Google::Cloud::Compute::V1::RegionSetLabelsRequest]
25732
+ # The body resource for this request
25733
+ # @!attribute [rw] request_id
25734
+ # @return [::String]
25735
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25736
+ # @!attribute [rw] resource
25737
+ # @return [::String]
25738
+ # Name or id of the resource for this request.
25739
+ class SetLabelsVpnTunnelRequest
25740
+ include ::Google::Protobuf::MessageExts
25741
+ extend ::Google::Protobuf::MessageExts::ClassMethods
25742
+ end
25743
+
25190
25744
  # A request message for Instances.SetMachineResources. See the method description for details.
25191
25745
  # @!attribute [rw] instance
25192
25746
  # @return [::String]
@@ -25807,6 +26361,9 @@ module Google
25807
26361
  # Default value.
25808
26362
  LOCAL = 72607563
25809
26363
 
26364
+ # Shared-reservation is open to entire Organization
26365
+ ORGANIZATION = 274978099
26366
+
25810
26367
  # Default value. This value is unused.
25811
26368
  SHARE_TYPE_UNSPECIFIED = 494771730
25812
26369
 
@@ -26374,6 +26931,43 @@ module Google
26374
26931
  extend ::Google::Protobuf::MessageExts::ClassMethods
26375
26932
  end
26376
26933
 
26934
+ # @!attribute [rw] etag
26935
+ # @return [::String]
26936
+ # @!attribute [rw] id
26937
+ # @return [::String]
26938
+ # [Output Only] Unique identifier for the resource; defined by the server.
26939
+ # @!attribute [rw] items
26940
+ # @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SslPoliciesScopedList}]
26941
+ # A list of SslPoliciesScopedList resources.
26942
+ # @!attribute [rw] kind
26943
+ # @return [::String]
26944
+ # [Output Only] Type of resource. Always compute#sslPolicyAggregatedList for lists of SSL Policies.
26945
+ # @!attribute [rw] next_page_token
26946
+ # @return [::String]
26947
+ # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
26948
+ # @!attribute [rw] self_link
26949
+ # @return [::String]
26950
+ # [Output Only] Server-defined URL for this resource.
26951
+ # @!attribute [rw] unreachables
26952
+ # @return [::Array<::String>]
26953
+ # [Output Only] Unreachable resources.
26954
+ # @!attribute [rw] warning
26955
+ # @return [::Google::Cloud::Compute::V1::Warning]
26956
+ # [Output Only] Informational warning message.
26957
+ class SslPoliciesAggregatedList
26958
+ include ::Google::Protobuf::MessageExts
26959
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26960
+
26961
+ # @!attribute [rw] key
26962
+ # @return [::String]
26963
+ # @!attribute [rw] value
26964
+ # @return [::Google::Cloud::Compute::V1::SslPoliciesScopedList]
26965
+ class ItemsEntry
26966
+ include ::Google::Protobuf::MessageExts
26967
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26968
+ end
26969
+ end
26970
+
26377
26971
  # @!attribute [rw] id
26378
26972
  # @return [::String]
26379
26973
  # [Output Only] Unique identifier for the resource; defined by the server.
@@ -26404,6 +26998,17 @@ module Google
26404
26998
  extend ::Google::Protobuf::MessageExts::ClassMethods
26405
26999
  end
26406
27000
 
27001
+ # @!attribute [rw] ssl_policies
27002
+ # @return [::Array<::Google::Cloud::Compute::V1::SslPolicy>]
27003
+ # A list of SslPolicies contained in this scope.
27004
+ # @!attribute [rw] warning
27005
+ # @return [::Google::Cloud::Compute::V1::Warning]
27006
+ # Informational warning which replaces the list of SSL policies when the list is empty.
27007
+ class SslPoliciesScopedList
27008
+ include ::Google::Protobuf::MessageExts
27009
+ extend ::Google::Protobuf::MessageExts::ClassMethods
27010
+ end
27011
+
26407
27012
  # Represents an SSL Policy resource. Use SSL policies to control the SSL features, such as versions and cipher suites, offered by an HTTPS or SSL Proxy load balancer. For more information, read SSL Policy Concepts.
26408
27013
  # @!attribute [rw] creation_timestamp
26409
27014
  # @return [::String]
@@ -26437,6 +27042,9 @@ module Google
26437
27042
  # @return [::String]
26438
27043
  # Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
26439
27044
  # Check the Profile enum for the list of possible values.
27045
+ # @!attribute [rw] region
27046
+ # @return [::String]
27047
+ # [Output Only] URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
26440
27048
  # @!attribute [rw] self_link
26441
27049
  # @return [::String]
26442
27050
  # [Output Only] Server-defined URL for the resource.
@@ -27848,6 +28456,9 @@ module Google
27848
28456
  # @return [::String]
27849
28457
  # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
27850
28458
  # Check the ProxyHeader enum for the list of possible values.
28459
+ # @!attribute [rw] region
28460
+ # @return [::String]
28461
+ # [Output Only] URL of the region where the regional TCP proxy resides. This field is not applicable to global TCP proxy.
27851
28462
  # @!attribute [rw] self_link
27852
28463
  # @return [::String]
27853
28464
  # [Output Only] Server-defined URL for the resource.
@@ -28915,7 +29526,7 @@ module Google
28915
29526
  # [Output Only] Creation timestamp in RFC3339 text format.
28916
29527
  # @!attribute [rw] default_route_action
28917
29528
  # @return [::Google::Cloud::Compute::V1::HttpRouteAction]
28918
- # defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. UrlMaps for external HTTP(S) load balancers support only the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
29529
+ # defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
28919
29530
  # @!attribute [rw] default_service
28920
29531
  # @return [::String]
28921
29532
  # The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
@@ -29602,10 +30213,10 @@ module Google
29602
30213
  # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
29603
30214
  # @!attribute [rw] interconnect_attachment
29604
30215
  # @return [::String]
29605
- # URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for IPsec-encrypted Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource. Not currently available publicly.
30216
+ # URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for HA VPN over Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource.
29606
30217
  # @!attribute [rw] ip_address
29607
30218
  # @return [::String]
29608
- # [Output Only] IP address for this VPN interface associated with the VPN gateway. The IP address could be either a regional external IP address or a regional internal IP address. The two IP addresses for a VPN gateway must be all regional external or regional internal IP addresses. There cannot be a mix of regional external IP addresses and regional internal IP addresses. For IPsec-encrypted Cloud Interconnect, the IP addresses for both interfaces could either be regional internal IP addresses or regional external IP addresses. For regular (non IPsec-encrypted Cloud Interconnect) HA VPN tunnels, the IP address must be a regional external IP address.
30219
+ # [Output Only] IP address for this VPN interface associated with the VPN gateway. The IP address could be either a regional external IP address or a regional internal IP address. The two IP addresses for a VPN gateway must be all regional external or regional internal IP addresses. There cannot be a mix of regional external IP addresses and regional internal IP addresses. For HA VPN over Cloud Interconnect, the IP addresses for both interfaces could either be regional internal IP addresses or regional external IP addresses. For regular (non HA VPN over Cloud Interconnect) HA VPN tunnels, the IP address must be a regional external IP address.
29609
30220
  class VpnGatewayVpnGatewayInterface
29610
30221
  include ::Google::Protobuf::MessageExts
29611
30222
  extend ::Google::Protobuf::MessageExts::ClassMethods