google-cloud-compute-v1 1.5.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +1 -1
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +8 -8
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +87 -0
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +74 -13
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +17 -17
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +18 -18
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +151 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +142 -23
- data/lib/google/cloud/compute/v1/compute_pb.rb +357 -0
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +8 -8
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +37 -37
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +12 -12
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +17 -17
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +12 -12
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +22 -22
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +82 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +68 -8
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +14 -14
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +14 -14
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +10 -10
- data/lib/google/cloud/compute/v1/global_operations/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/global_operations.rb +0 -1
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +4 -4
- data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/global_organization_operations.rb +0 -1
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +10 -10
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +13 -13
- data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +5 -5
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +22 -22
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +58 -58
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +25 -25
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +14 -14
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +132 -132
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +87 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +77 -16
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +5 -5
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +82 -0
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +72 -12
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +6 -6
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +14 -14
- data/lib/google/cloud/compute/v1/machine_images/rest/service_stub.rb +14 -14
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +8 -8
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/service_stub.rb +14 -14
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +25 -25
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +32 -32
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +22 -22
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +37 -37
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +22 -22
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +8 -8
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +19 -19
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +15 -15
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +10 -10
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +16 -16
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +16 -16
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +155 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +142 -21
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +13 -13
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +7 -7
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +36 -36
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +15 -15
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +18 -18
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +57 -57
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +13 -13
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +4 -4
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +12 -12
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/service_stub.rb +50 -50
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +12 -12
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +13 -13
- data/lib/google/cloud/compute/v1/region_operations/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/region_operations.rb +0 -1
- data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +15 -15
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +12 -12
- data/lib/google/cloud/compute/v1/region_ssl_policies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +759 -0
- data/lib/google/cloud/compute/v1/region_ssl_policies/rest/service_stub.rb +408 -0
- data/lib/google/cloud/compute/v1/region_ssl_policies/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/region_ssl_policies.rb +47 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +15 -15
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +21 -21
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +587 -0
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/service_stub.rb +288 -0
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies.rb +47 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +21 -21
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +5 -5
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +28 -28
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +22 -22
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +28 -28
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +8 -8
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +82 -0
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +80 -20
- data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +25 -25
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +16 -16
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +9 -9
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +86 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +69 -11
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +32 -32
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +10 -10
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +13 -13
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +21 -21
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +13 -13
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +31 -31
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +18 -18
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +12 -12
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +87 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +74 -13
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +17 -17
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +22 -22
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +87 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +74 -13
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +13 -13
- data/lib/google/cloud/compute/v1/zone_operations/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/zone_operations.rb +0 -1
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +5 -5
- data/lib/google/cloud/compute/v1.rb +2 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +968 -39
- 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 *
|
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 *
|
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
|
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]
|
@@ -2045,6 +2075,10 @@ module Google
|
|
2045
2075
|
end
|
2046
2076
|
|
2047
2077
|
# An instance-attached disk resource.
|
2078
|
+
# @!attribute [rw] architecture
|
2079
|
+
# @return [::String]
|
2080
|
+
# [Output Only] The architecture of the attached disk. Valid values are ARM64 or X86_64.
|
2081
|
+
# Check the Architecture enum for the list of possible values.
|
2048
2082
|
# @!attribute [rw] auto_delete
|
2049
2083
|
# @return [::Boolean]
|
2050
2084
|
# Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
|
@@ -2060,6 +2094,9 @@ module Google
|
|
2060
2094
|
# @!attribute [rw] disk_size_gb
|
2061
2095
|
# @return [::Integer]
|
2062
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.
|
2063
2100
|
# @!attribute [rw] guest_os_features
|
2064
2101
|
# @return [::Array<::Google::Cloud::Compute::V1::GuestOsFeature>]
|
2065
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.
|
@@ -2071,7 +2108,7 @@ module Google
|
|
2071
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.
|
2072
2109
|
# @!attribute [rw] interface
|
2073
2110
|
# @return [::String]
|
2074
|
-
# Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
|
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.
|
2075
2112
|
# Check the Interface enum for the list of possible values.
|
2076
2113
|
# @!attribute [rw] kind
|
2077
2114
|
# @return [::String]
|
@@ -2097,7 +2134,22 @@ module Google
|
|
2097
2134
|
include ::Google::Protobuf::MessageExts
|
2098
2135
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
2099
2136
|
|
2100
|
-
#
|
2137
|
+
# [Output Only] The architecture of the attached disk. Valid values are ARM64 or X86_64.
|
2138
|
+
module Architecture
|
2139
|
+
# A value indicating that the enum field is not set.
|
2140
|
+
UNDEFINED_ARCHITECTURE = 0
|
2141
|
+
|
2142
|
+
# Default value indicating Architecture is not set.
|
2143
|
+
ARCHITECTURE_UNSPECIFIED = 394750507
|
2144
|
+
|
2145
|
+
# Machines with architecture ARM64
|
2146
|
+
ARM64 = 62547450
|
2147
|
+
|
2148
|
+
# Machines with architecture X86_64
|
2149
|
+
X86_64 = 425300551
|
2150
|
+
end
|
2151
|
+
|
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.
|
2101
2153
|
module Interface
|
2102
2154
|
# A value indicating that the enum field is not set.
|
2103
2155
|
UNDEFINED_INTERFACE = 0
|
@@ -2131,6 +2183,10 @@ module Google
|
|
2131
2183
|
end
|
2132
2184
|
|
2133
2185
|
# [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 field is persisted and returned for instanceTemplate and not returned in the context of instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
|
2186
|
+
# @!attribute [rw] architecture
|
2187
|
+
# @return [::String]
|
2188
|
+
# The architecture of the attached disk. Valid values are arm64 or x86_64.
|
2189
|
+
# Check the Architecture enum for the list of possible values.
|
2134
2190
|
# @!attribute [rw] description
|
2135
2191
|
# @return [::String]
|
2136
2192
|
# An optional description. Provide this property when creating the disk.
|
@@ -2156,6 +2212,9 @@ module Google
|
|
2156
2212
|
# @!attribute [rw] provisioned_iops
|
2157
2213
|
# @return [::Integer]
|
2158
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.
|
2159
2218
|
# @!attribute [rw] resource_policies
|
2160
2219
|
# @return [::Array<::String>]
|
2161
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.
|
@@ -2184,6 +2243,30 @@ module Google
|
|
2184
2243
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
2185
2244
|
end
|
2186
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
|
+
|
2255
|
+
# The architecture of the attached disk. Valid values are arm64 or x86_64.
|
2256
|
+
module Architecture
|
2257
|
+
# A value indicating that the enum field is not set.
|
2258
|
+
UNDEFINED_ARCHITECTURE = 0
|
2259
|
+
|
2260
|
+
# Default value indicating Architecture is not set.
|
2261
|
+
ARCHITECTURE_UNSPECIFIED = 394750507
|
2262
|
+
|
2263
|
+
# Machines with architecture ARM64
|
2264
|
+
ARM64 = 62547450
|
2265
|
+
|
2266
|
+
# Machines with architecture X86_64
|
2267
|
+
X86_64 = 425300551
|
2268
|
+
end
|
2269
|
+
|
2187
2270
|
# Specifies which action to take on instance update with this disk. Default is to use the existing disk.
|
2188
2271
|
module OnUpdateAction
|
2189
2272
|
# A value indicating that the enum field is not set.
|
@@ -2707,7 +2790,7 @@ module Google
|
|
2707
2790
|
# Defines a maximum target for requests per second (RPS). For usage guidelines, see Rate balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION.
|
2708
2791
|
# @!attribute [rw] max_utilization
|
2709
2792
|
# @return [::Float]
|
2710
|
-
# Optional parameter to define a target capacity for the
|
2793
|
+
# Optional parameter to define a target capacity for the UTILIZATION balancing mode. The valid range is [0.0, 1.0]. For usage guidelines, see Utilization balancing mode.
|
2711
2794
|
class Backend
|
2712
2795
|
include ::Google::Protobuf::MessageExts
|
2713
2796
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -2735,6 +2818,10 @@ module Google
|
|
2735
2818
|
# @!attribute [rw] cdn_policy
|
2736
2819
|
# @return [::Google::Cloud::Compute::V1::BackendBucketCdnPolicy]
|
2737
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.
|
2738
2825
|
# @!attribute [rw] creation_timestamp
|
2739
2826
|
# @return [::String]
|
2740
2827
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
@@ -2765,6 +2852,18 @@ module Google
|
|
2765
2852
|
class BackendBucket
|
2766
2853
|
include ::Google::Protobuf::MessageExts
|
2767
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
|
2768
2867
|
end
|
2769
2868
|
|
2770
2869
|
# Message containing Cloud CDN configuration for a backend bucket.
|
@@ -2896,6 +2995,10 @@ module Google
|
|
2896
2995
|
# Cloud CDN configuration for this BackendService. Only available for specified load balancer types.
|
2897
2996
|
# @!attribute [rw] circuit_breakers
|
2898
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.
|
2899
3002
|
# @!attribute [rw] connection_draining
|
2900
3003
|
# @return [::Google::Cloud::Compute::V1::ConnectionDraining]
|
2901
3004
|
# @!attribute [rw] connection_tracking_policy
|
@@ -3004,6 +3107,18 @@ module Google
|
|
3004
3107
|
include ::Google::Protobuf::MessageExts
|
3005
3108
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
3006
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
|
+
|
3007
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.
|
3008
3123
|
module LoadBalancingScheme
|
3009
3124
|
# A value indicating that the enum field is not set.
|
@@ -3414,10 +3529,10 @@ module Google
|
|
3414
3529
|
# The available logging options for the load balancer traffic served by this backend service.
|
3415
3530
|
# @!attribute [rw] enable
|
3416
3531
|
# @return [::Boolean]
|
3417
|
-
#
|
3532
|
+
# Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.
|
3418
3533
|
# @!attribute [rw] sample_rate
|
3419
3534
|
# @return [::Float]
|
3420
|
-
# 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
|
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.
|
3421
3536
|
class BackendServiceLogConfig
|
3422
3537
|
include ::Google::Protobuf::MessageExts
|
3423
3538
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -3657,7 +3772,7 @@ module Google
|
|
3657
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).
|
3658
3773
|
# @!attribute [rw] members
|
3659
3774
|
# @return [::Array<::String>]
|
3660
|
-
# 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`.
|
3661
3776
|
# @!attribute [rw] role
|
3662
3777
|
# @return [::String]
|
3663
3778
|
# Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
|
@@ -3693,7 +3808,7 @@ module Google
|
|
3693
3808
|
# The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.
|
3694
3809
|
# @!attribute [rw] location_policy
|
3695
3810
|
# @return [::Google::Cloud::Compute::V1::LocationPolicy]
|
3696
|
-
# Policy for chosing target zone.
|
3811
|
+
# Policy for chosing target zone. For more information, see Create VMs in bulk .
|
3697
3812
|
# @!attribute [rw] min_count
|
3698
3813
|
# @return [::Integer]
|
3699
3814
|
# The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.
|
@@ -3885,6 +4000,9 @@ module Google
|
|
3885
4000
|
# @!attribute [rw] license_resource
|
3886
4001
|
# @return [::Google::Cloud::Compute::V1::LicenseResourceCommitment]
|
3887
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.
|
3888
4006
|
# @!attribute [rw] name
|
3889
4007
|
# @return [::String]
|
3890
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.
|
@@ -3904,6 +4022,9 @@ module Google
|
|
3904
4022
|
# @!attribute [rw] self_link
|
3905
4023
|
# @return [::String]
|
3906
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.
|
3907
4028
|
# @!attribute [rw] start_timestamp
|
3908
4029
|
# @return [::String]
|
3909
4030
|
# [Output Only] Commitment start time in RFC3339 text format.
|
@@ -3953,6 +4074,8 @@ module Google
|
|
3953
4074
|
|
3954
4075
|
ACTIVE = 314733318
|
3955
4076
|
|
4077
|
+
CANCELLED = 41957681
|
4078
|
+
|
3956
4079
|
CREATING = 455564985
|
3957
4080
|
|
3958
4081
|
EXPIRED = 482489093
|
@@ -5260,6 +5383,24 @@ module Google
|
|
5260
5383
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
5261
5384
|
end
|
5262
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
|
+
|
5263
5404
|
# A request message for RegionTargetHttpProxies.Delete. See the method description for details.
|
5264
5405
|
# @!attribute [rw] project
|
5265
5406
|
# @return [::String]
|
@@ -5296,6 +5437,24 @@ module Google
|
|
5296
5437
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
5297
5438
|
end
|
5298
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
|
+
|
5299
5458
|
# A request message for RegionUrlMaps.Delete. See the method description for details.
|
5300
5459
|
# @!attribute [rw] project
|
5301
5460
|
# @return [::String]
|
@@ -5869,6 +6028,10 @@ module Google
|
|
5869
6028
|
end
|
5870
6029
|
|
5871
6030
|
# Represents a Persistent Disk resource. Google Compute Engine has two Disk resources: * [Zonal](/compute/docs/reference/rest/v1/disks) * [Regional](/compute/docs/reference/rest/v1/regionDisks) Persistent disks are required for running your VM instances. Create both boot and non-boot (data) persistent disks. For more information, read Persistent Disks. For more storage options, read Storage options. The disks resource represents a zonal persistent disk. For more information, read Zonal persistent disks. The regionDisks resource represents a regional persistent disk. For more information, read Regional resources.
|
6031
|
+
# @!attribute [rw] architecture
|
6032
|
+
# @return [::String]
|
6033
|
+
# The architecture of the disk. Valid values are ARM64 or X86_64.
|
6034
|
+
# Check the Architecture enum for the list of possible values.
|
5872
6035
|
# @!attribute [rw] creation_timestamp
|
5873
6036
|
# @return [::String]
|
5874
6037
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
@@ -5914,6 +6077,9 @@ module Google
|
|
5914
6077
|
# @!attribute [rw] options
|
5915
6078
|
# @return [::String]
|
5916
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.
|
5917
6083
|
# @!attribute [rw] physical_block_size_bytes
|
5918
6084
|
# @return [::Integer]
|
5919
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.
|
@@ -5991,6 +6157,21 @@ module Google
|
|
5991
6157
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
5992
6158
|
end
|
5993
6159
|
|
6160
|
+
# The architecture of the disk. Valid values are ARM64 or X86_64.
|
6161
|
+
module Architecture
|
6162
|
+
# A value indicating that the enum field is not set.
|
6163
|
+
UNDEFINED_ARCHITECTURE = 0
|
6164
|
+
|
6165
|
+
# Default value indicating Architecture is not set.
|
6166
|
+
ARCHITECTURE_UNSPECIFIED = 394750507
|
6167
|
+
|
6168
|
+
# Machines with architecture ARM64
|
6169
|
+
ARM64 = 62547450
|
6170
|
+
|
6171
|
+
# Machines with architecture X86_64
|
6172
|
+
X86_64 = 425300551
|
6173
|
+
end
|
6174
|
+
|
5994
6175
|
# [Output Only] The status of disk creation. - CREATING: Disk is provisioning. - RESTORING: Source data is being copied into the disk. - FAILED: Disk creation failed. - READY: Disk is ready for use. - DELETING: Disk is deleting.
|
5995
6176
|
module Status
|
5996
6177
|
# A value indicating that the enum field is not set.
|
@@ -6129,6 +6310,24 @@ module Google
|
|
6129
6310
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
6130
6311
|
end
|
6131
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
|
+
|
6132
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.
|
6133
6332
|
# @!attribute [rw] creation_timestamp
|
6134
6333
|
# @return [::String]
|
@@ -6365,9 +6564,47 @@ module Google
|
|
6365
6564
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
6366
6565
|
end
|
6367
6566
|
|
6567
|
+
# @!attribute [rw] error_info
|
6568
|
+
# @return [::Google::Cloud::Compute::V1::ErrorInfo]
|
6569
|
+
# @!attribute [rw] help
|
6570
|
+
# @return [::Google::Cloud::Compute::V1::Help]
|
6571
|
+
# @!attribute [rw] localized_message
|
6572
|
+
# @return [::Google::Cloud::Compute::V1::LocalizedMessage]
|
6573
|
+
class ErrorDetails
|
6574
|
+
include ::Google::Protobuf::MessageExts
|
6575
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
6576
|
+
end
|
6577
|
+
|
6578
|
+
# Describes the cause of the error with structured details. Example of an error when contacting the "pubsub.googleapis.com" API when it is not enabled: { "reason": "API_DISABLED" "domain": "googleapis.com" "metadata": { "resource": "projects/123", "service": "pubsub.googleapis.com" } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata": { "availableRegions": "us-central1,us-east2" } }
|
6579
|
+
# @!attribute [rw] domain
|
6580
|
+
# @return [::String]
|
6581
|
+
# The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
|
6582
|
+
# @!attribute [rw] metadatas
|
6583
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
6584
|
+
# Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than \\{"instanceLimit": "100/request"}, should be returned as, \\{"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
|
6585
|
+
# @!attribute [rw] reason
|
6586
|
+
# @return [::String]
|
6587
|
+
# The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match /[A-Z0-9_]+/.
|
6588
|
+
class ErrorInfo
|
6589
|
+
include ::Google::Protobuf::MessageExts
|
6590
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
6591
|
+
|
6592
|
+
# @!attribute [rw] key
|
6593
|
+
# @return [::String]
|
6594
|
+
# @!attribute [rw] value
|
6595
|
+
# @return [::String]
|
6596
|
+
class MetadatasEntry
|
6597
|
+
include ::Google::Protobuf::MessageExts
|
6598
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
6599
|
+
end
|
6600
|
+
end
|
6601
|
+
|
6368
6602
|
# @!attribute [rw] code
|
6369
6603
|
# @return [::String]
|
6370
6604
|
# [Output Only] The error type identifier for this error.
|
6605
|
+
# @!attribute [rw] error_details
|
6606
|
+
# @return [::Array<::Google::Cloud::Compute::V1::ErrorDetails>]
|
6607
|
+
# [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
|
6371
6608
|
# @!attribute [rw] location
|
6372
6609
|
# @return [::String]
|
6373
6610
|
# [Output Only] Indicates the field in the request that caused the error. This property is optional.
|
@@ -6618,7 +6855,7 @@ module Google
|
|
6618
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.
|
6619
6856
|
# @!attribute [rw] direction
|
6620
6857
|
# @return [::String]
|
6621
|
-
# Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `
|
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.
|
6622
6859
|
# Check the Direction enum for the list of possible values.
|
6623
6860
|
# @!attribute [rw] disabled
|
6624
6861
|
# @return [::Boolean]
|
@@ -6663,7 +6900,7 @@ module Google
|
|
6663
6900
|
include ::Google::Protobuf::MessageExts
|
6664
6901
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
6665
6902
|
|
6666
|
-
# Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `
|
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.
|
6667
6904
|
module Direction
|
6668
6905
|
# A value indicating that the enum field is not set.
|
6669
6906
|
UNDEFINED_DIRECTION = 0
|
@@ -6746,7 +6983,7 @@ module Google
|
|
6746
6983
|
# An optional description of this resource. Provide this property when you create the resource.
|
6747
6984
|
# @!attribute [rw] display_name
|
6748
6985
|
# @return [::String]
|
6749
|
-
# 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.
|
6750
6987
|
# @!attribute [rw] fingerprint
|
6751
6988
|
# @return [::String]
|
6752
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.
|
@@ -6758,10 +6995,10 @@ module Google
|
|
6758
6995
|
# [Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies
|
6759
6996
|
# @!attribute [rw] name
|
6760
6997
|
# @return [::String]
|
6761
|
-
#
|
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.
|
6762
6999
|
# @!attribute [rw] parent
|
6763
7000
|
# @return [::String]
|
6764
|
-
# [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.
|
6765
7002
|
# @!attribute [rw] region
|
6766
7003
|
# @return [::String]
|
6767
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.
|
@@ -6779,7 +7016,7 @@ module Google
|
|
6779
7016
|
# [Output Only] Server-defined URL for this resource with the resource id.
|
6780
7017
|
# @!attribute [rw] short_name
|
6781
7018
|
# @return [::String]
|
6782
|
-
# User-provided name of the Organization firewall
|
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.
|
6783
7020
|
class FirewallPolicy
|
6784
7021
|
include ::Google::Protobuf::MessageExts
|
6785
7022
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -6978,7 +7215,7 @@ module Google
|
|
6978
7215
|
# [Output Only] The unique identifier for the resource. This identifier is defined by the server.
|
6979
7216
|
# @!attribute [rw] ip_version
|
6980
7217
|
# @return [::String]
|
6981
|
-
# The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6.
|
7218
|
+
# The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6.
|
6982
7219
|
# Check the IpVersion enum for the list of possible values.
|
6983
7220
|
# @!attribute [rw] is_mirroring_collector
|
6984
7221
|
# @return [::Boolean]
|
@@ -7077,7 +7314,7 @@ module Google
|
|
7077
7314
|
UDP = 83873
|
7078
7315
|
end
|
7079
7316
|
|
7080
|
-
# The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6.
|
7317
|
+
# The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6.
|
7081
7318
|
module IpVersion
|
7082
7319
|
# A value indicating that the enum field is not set.
|
7083
7320
|
UNDEFINED_IP_VERSION = 0
|
@@ -7135,6 +7372,9 @@ module Google
|
|
7135
7372
|
# The connection has been closed by the producer and will not serve traffic going forward.
|
7136
7373
|
CLOSED = 380163436
|
7137
7374
|
|
7375
|
+
# The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.
|
7376
|
+
NEEDS_ATTENTION = 344491452
|
7377
|
+
|
7138
7378
|
# The connection is pending acceptance by the producer.
|
7139
7379
|
PENDING = 35394935
|
7140
7380
|
|
@@ -7685,6 +7925,21 @@ module Google
|
|
7685
7925
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
7686
7926
|
end
|
7687
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
|
+
|
7688
7943
|
# A request message for Disks.GetIamPolicy. See the method description for details.
|
7689
7944
|
# @!attribute [rw] options_requested_policy_version
|
7690
7945
|
# @return [::Integer]
|
@@ -7844,6 +8099,24 @@ module Google
|
|
7844
8099
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
7845
8100
|
end
|
7846
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
|
+
|
7847
8120
|
# A request message for RegionDisks.GetIamPolicy. See the method description for details.
|
7848
8121
|
# @!attribute [rw] options_requested_policy_version
|
7849
8122
|
# @return [::Integer]
|
@@ -8558,6 +8831,21 @@ module Google
|
|
8558
8831
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
8559
8832
|
end
|
8560
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
|
+
|
8561
8849
|
# A request message for RegionTargetHttpProxies.Get. See the method description for details.
|
8562
8850
|
# @!attribute [rw] project
|
8563
8851
|
# @return [::String]
|
@@ -8588,6 +8876,21 @@ module Google
|
|
8588
8876
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
8589
8877
|
end
|
8590
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
|
+
|
8591
8894
|
# A request message for RegionUrlMaps.Get. See the method description for details.
|
8592
8895
|
# @!attribute [rw] project
|
8593
8896
|
# @return [::String]
|
@@ -9742,6 +10045,27 @@ module Google
|
|
9742
10045
|
end
|
9743
10046
|
end
|
9744
10047
|
|
10048
|
+
# Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.
|
10049
|
+
# @!attribute [rw] links
|
10050
|
+
# @return [::Array<::Google::Cloud::Compute::V1::HelpLink>]
|
10051
|
+
# URL(s) pointing to additional information on handling the current error.
|
10052
|
+
class Help
|
10053
|
+
include ::Google::Protobuf::MessageExts
|
10054
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
10055
|
+
end
|
10056
|
+
|
10057
|
+
# Describes a URL link.
|
10058
|
+
# @!attribute [rw] description
|
10059
|
+
# @return [::String]
|
10060
|
+
# Describes what the link offers.
|
10061
|
+
# @!attribute [rw] url
|
10062
|
+
# @return [::String]
|
10063
|
+
# The URL of the link.
|
10064
|
+
class HelpLink
|
10065
|
+
include ::Google::Protobuf::MessageExts
|
10066
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
10067
|
+
end
|
10068
|
+
|
9745
10069
|
# UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
|
9746
10070
|
# @!attribute [rw] description
|
9747
10071
|
# @return [::String]
|
@@ -9979,7 +10303,7 @@ module Google
|
|
9979
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.
|
9980
10304
|
# @!attribute [rw] route_action
|
9981
10305
|
# @return [::Google::Cloud::Compute::V1::HttpRouteAction]
|
9982
|
-
# 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.
|
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.
|
9983
10307
|
# @!attribute [rw] service
|
9984
10308
|
# @return [::String]
|
9985
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.
|
@@ -10019,6 +10343,10 @@ module Google
|
|
10019
10343
|
end
|
10020
10344
|
|
10021
10345
|
# Represents an Image resource. You can use images to create boot disks for your VM instances. For more information, read Images.
|
10346
|
+
# @!attribute [rw] architecture
|
10347
|
+
# @return [::String]
|
10348
|
+
# The architecture of the image. Valid values are ARM64 or X86_64.
|
10349
|
+
# Check the Architecture enum for the list of possible values.
|
10022
10350
|
# @!attribute [rw] archive_size_bytes
|
10023
10351
|
# @return [::Integer]
|
10024
10352
|
# Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
|
@@ -10127,6 +10455,21 @@ module Google
|
|
10127
10455
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
10128
10456
|
end
|
10129
10457
|
|
10458
|
+
# The architecture of the image. Valid values are ARM64 or X86_64.
|
10459
|
+
module Architecture
|
10460
|
+
# A value indicating that the enum field is not set.
|
10461
|
+
UNDEFINED_ARCHITECTURE = 0
|
10462
|
+
|
10463
|
+
# Default value indicating Architecture is not set.
|
10464
|
+
ARCHITECTURE_UNSPECIFIED = 394750507
|
10465
|
+
|
10466
|
+
# Machines with architecture ARM64
|
10467
|
+
ARM64 = 62547450
|
10468
|
+
|
10469
|
+
# Machines with architecture X86_64
|
10470
|
+
X86_64 = 425300551
|
10471
|
+
end
|
10472
|
+
|
10130
10473
|
# The type of the image used to create this disk. The default and only valid value is RAW.
|
10131
10474
|
module SourceType
|
10132
10475
|
# A value indicating that the enum field is not set.
|
@@ -10972,6 +11315,24 @@ module Google
|
|
10972
11315
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
10973
11316
|
end
|
10974
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
|
+
|
10975
11336
|
# A request message for RegionTargetHttpProxies.Insert. See the method description for details.
|
10976
11337
|
# @!attribute [rw] project
|
10977
11338
|
# @return [::String]
|
@@ -11008,6 +11369,24 @@ module Google
|
|
11008
11369
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
11009
11370
|
end
|
11010
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
|
+
|
11011
11390
|
# A request message for RegionUrlMaps.Insert. See the method description for details.
|
11012
11391
|
# @!attribute [rw] project
|
11013
11392
|
# @return [::String]
|
@@ -11413,6 +11792,10 @@ module Google
|
|
11413
11792
|
# @!attribute [rw] id
|
11414
11793
|
# @return [::Integer]
|
11415
11794
|
# [Output Only] The unique identifier for the resource. This identifier is defined by the server.
|
11795
|
+
# @!attribute [rw] key_revocation_action_type
|
11796
|
+
# @return [::String]
|
11797
|
+
# KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
|
11798
|
+
# Check the KeyRevocationActionType enum for the list of possible values.
|
11416
11799
|
# @!attribute [rw] kind
|
11417
11800
|
# @return [::String]
|
11418
11801
|
# [Output Only] Type of the resource. Always compute#instance for instances.
|
@@ -11512,7 +11895,22 @@ module Google
|
|
11512
11895
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
11513
11896
|
end
|
11514
11897
|
|
11515
|
-
#
|
11898
|
+
# KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
|
11899
|
+
module KeyRevocationActionType
|
11900
|
+
# A value indicating that the enum field is not set.
|
11901
|
+
UNDEFINED_KEY_REVOCATION_ACTION_TYPE = 0
|
11902
|
+
|
11903
|
+
# Default value. This value is unused.
|
11904
|
+
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 467110106
|
11905
|
+
|
11906
|
+
# Indicates user chose no operation.
|
11907
|
+
NONE = 2402104
|
11908
|
+
|
11909
|
+
# Indicates user chose to opt for VM shutdown on key revocation.
|
11910
|
+
STOP = 2555906
|
11911
|
+
end
|
11912
|
+
|
11913
|
+
# The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.
|
11516
11914
|
module PrivateIpv6GoogleAccess
|
11517
11915
|
# A value indicating that the enum field is not set.
|
11518
11916
|
UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS = 0
|
@@ -11599,6 +11997,34 @@ module Google
|
|
11599
11997
|
end
|
11600
11998
|
end
|
11601
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
|
+
|
11602
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.
|
11603
12029
|
# @!attribute [rw] creation_timestamp
|
11604
12030
|
# @return [::String]
|
@@ -12465,6 +12891,10 @@ module Google
|
|
12465
12891
|
# @!attribute [rw] guest_accelerators
|
12466
12892
|
# @return [::Array<::Google::Cloud::Compute::V1::AcceleratorConfig>]
|
12467
12893
|
# A list of guest accelerator cards' type and count to use for instances created from these properties.
|
12894
|
+
# @!attribute [rw] key_revocation_action_type
|
12895
|
+
# @return [::String]
|
12896
|
+
# KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
|
12897
|
+
# Check the KeyRevocationActionType enum for the list of possible values.
|
12468
12898
|
# @!attribute [rw] labels
|
12469
12899
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
12470
12900
|
# Labels to apply to instances that are created from these properties.
|
@@ -12530,6 +12960,21 @@ module Google
|
|
12530
12960
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
12531
12961
|
end
|
12532
12962
|
|
12963
|
+
# KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
|
12964
|
+
module KeyRevocationActionType
|
12965
|
+
# A value indicating that the enum field is not set.
|
12966
|
+
UNDEFINED_KEY_REVOCATION_ACTION_TYPE = 0
|
12967
|
+
|
12968
|
+
# Default value. This value is unused.
|
12969
|
+
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 467110106
|
12970
|
+
|
12971
|
+
# Indicates user chose no operation.
|
12972
|
+
NONE = 2402104
|
12973
|
+
|
12974
|
+
# Indicates user chose to opt for VM shutdown on key revocation.
|
12975
|
+
STOP = 2555906
|
12976
|
+
end
|
12977
|
+
|
12533
12978
|
# The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default. Note that for MachineImage, this is not supported yet.
|
12534
12979
|
module PrivateIpv6GoogleAccess
|
12535
12980
|
# A value indicating that the enum field is not set.
|
@@ -12986,7 +13431,7 @@ module Google
|
|
12986
13431
|
# Check the EdgeAvailabilityDomain enum for the list of possible values.
|
12987
13432
|
# @!attribute [rw] encryption
|
12988
13433
|
# @return [::String]
|
12989
|
-
# 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 *
|
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.
|
12990
13435
|
# Check the Encryption enum for the list of possible values.
|
12991
13436
|
# @!attribute [rw] google_reference_id
|
12992
13437
|
# @return [::String]
|
@@ -13110,12 +13555,12 @@ module Google
|
|
13110
13555
|
AVAILABILITY_DOMAIN_ANY = 375256373
|
13111
13556
|
end
|
13112
13557
|
|
13113
|
-
# 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 *
|
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.
|
13114
13559
|
module Encryption
|
13115
13560
|
# A value indicating that the enum field is not set.
|
13116
13561
|
UNDEFINED_ENCRYPTION = 0
|
13117
13562
|
|
13118
|
-
# 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
|
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.
|
13119
13564
|
IPSEC = 69882282
|
13120
13565
|
|
13121
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.
|
@@ -13940,6 +14385,33 @@ module Google
|
|
13940
14385
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
13941
14386
|
end
|
13942
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
|
+
|
13943
14415
|
# A request message for SslPolicies.ListAvailableFeatures. See the method description for details.
|
13944
14416
|
# @!attribute [rw] filter
|
13945
14417
|
# @return [::String]
|
@@ -15690,6 +16162,33 @@ module Google
|
|
15690
16162
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
15691
16163
|
end
|
15692
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
|
+
|
15693
16192
|
# A request message for RegionTargetHttpProxies.List. See the method description for details.
|
15694
16193
|
# @!attribute [rw] filter
|
15695
16194
|
# @return [::String]
|
@@ -15744,6 +16243,33 @@ module Google
|
|
15744
16243
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
15745
16244
|
end
|
15746
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
|
+
|
15747
16273
|
# A request message for RegionUrlMaps.List. See the method description for details.
|
15748
16274
|
# @!attribute [rw] filter
|
15749
16275
|
# @return [::String]
|
@@ -16445,6 +16971,18 @@ module Google
|
|
16445
16971
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
16446
16972
|
end
|
16447
16973
|
|
16974
|
+
# Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
|
16975
|
+
# @!attribute [rw] locale
|
16976
|
+
# @return [::String]
|
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"
|
16978
|
+
# @!attribute [rw] message
|
16979
|
+
# @return [::String]
|
16980
|
+
# The localized error message in the above locale.
|
16981
|
+
class LocalizedMessage
|
16982
|
+
include ::Google::Protobuf::MessageExts
|
16983
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
16984
|
+
end
|
16985
|
+
|
16448
16986
|
# Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).
|
16449
16987
|
# @!attribute [rw] locations
|
16450
16988
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::LocationPolicyLocation}]
|
@@ -16482,15 +17020,18 @@ module Google
|
|
16482
17020
|
end
|
16483
17021
|
end
|
16484
17022
|
|
17023
|
+
# @!attribute [rw] constraints
|
17024
|
+
# @return [::Google::Cloud::Compute::V1::LocationPolicyLocationConstraints]
|
17025
|
+
# Constraints that the caller requires on the result distribution in this zone.
|
16485
17026
|
# @!attribute [rw] preference
|
16486
17027
|
# @return [::String]
|
16487
|
-
# Preference for a given location.
|
17028
|
+
# Preference for a given location. Set to either ALLOW or DENY.
|
16488
17029
|
# Check the Preference enum for the list of possible values.
|
16489
17030
|
class LocationPolicyLocation
|
16490
17031
|
include ::Google::Protobuf::MessageExts
|
16491
17032
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
16492
17033
|
|
16493
|
-
# Preference for a given location.
|
17034
|
+
# Preference for a given location. Set to either ALLOW or DENY.
|
16494
17035
|
module Preference
|
16495
17036
|
# A value indicating that the enum field is not set.
|
16496
17037
|
UNDEFINED_PREFERENCE = 0
|
@@ -16506,6 +17047,15 @@ module Google
|
|
16506
17047
|
end
|
16507
17048
|
end
|
16508
17049
|
|
17050
|
+
# Per-zone constraints on location policy for this zone.
|
17051
|
+
# @!attribute [rw] max_count
|
17052
|
+
# @return [::Integer]
|
17053
|
+
# Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.
|
17054
|
+
class LocationPolicyLocationConstraints
|
17055
|
+
include ::Google::Protobuf::MessageExts
|
17056
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
17057
|
+
end
|
17058
|
+
|
16509
17059
|
# This is deprecated and has no effect. Do not use.
|
16510
17060
|
# @!attribute [rw] cloud_audit
|
16511
17061
|
# @return [::Google::Cloud::Compute::V1::LogConfigCloudAuditOptions]
|
@@ -17114,6 +17664,9 @@ module Google
|
|
17114
17664
|
# @!attribute [rw] enable_ula_internal_ipv6
|
17115
17665
|
# @return [::Boolean]
|
17116
17666
|
# Enable ULA internal ipv6 on this network. Enabling this feature will assign a /48 from google defined ULA prefix fd20::/20. .
|
17667
|
+
# @!attribute [rw] firewall_policy
|
17668
|
+
# @return [::String]
|
17669
|
+
# [Output Only] URL of the firewall policy the network is associated with.
|
17117
17670
|
# @!attribute [rw] gateway_i_pv4
|
17118
17671
|
# @return [::String]
|
17119
17672
|
# [Output Only] The gateway address for default routing out of the network, selected by GCP.
|
@@ -17128,7 +17681,7 @@ module Google
|
|
17128
17681
|
# [Output Only] Type of the resource. Always compute#network for networks.
|
17129
17682
|
# @!attribute [rw] mtu
|
17130
17683
|
# @return [::Integer]
|
17131
|
-
# Maximum Transmission Unit in bytes. The minimum value for this field is
|
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.
|
17132
17685
|
# @!attribute [rw] name
|
17133
17686
|
# @return [::String]
|
17134
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.
|
@@ -17418,7 +17971,7 @@ module Google
|
|
17418
17971
|
# Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: "default", "my-service".
|
17419
17972
|
# @!attribute [rw] url_mask
|
17420
17973
|
# @return [::String]
|
17421
|
-
# A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs "foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.com/v2" can be backed by the same Serverless NEG with URL mask "
|
17974
|
+
# A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs "foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.com/v2" can be backed by the same Serverless NEG with URL mask "<service>-dot-appname.appspot.com/<version>". The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
|
17422
17975
|
# @!attribute [rw] version
|
17423
17976
|
# @return [::String]
|
17424
17977
|
# Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: "v1", "v2".
|
@@ -17433,7 +17986,7 @@ module Google
|
|
17433
17986
|
# A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: "func1".
|
17434
17987
|
# @!attribute [rw] url_mask
|
17435
17988
|
# @return [::String]
|
17436
|
-
# A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs " mydomain.com/function1" and "mydomain.com/function2" can be backed by the same Serverless NEG with URL mask "
|
17989
|
+
# A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs " mydomain.com/function1" and "mydomain.com/function2" can be backed by the same Serverless NEG with URL mask "/<function>". The URL mask will parse them to { function = "function1" } and { function = "function2" } respectively.
|
17437
17990
|
class NetworkEndpointGroupCloudFunction
|
17438
17991
|
include ::Google::Protobuf::MessageExts
|
17439
17992
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -17895,6 +18448,9 @@ module Google
|
|
17895
18448
|
# @!attribute [rw] self_link
|
17896
18449
|
# @return [::String]
|
17897
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
|
17898
18454
|
# @!attribute [rw] size
|
17899
18455
|
# @return [::Integer]
|
17900
18456
|
# [Output Only] The total number of nodes in the node group.
|
@@ -18045,6 +18601,9 @@ module Google
|
|
18045
18601
|
# @!attribute [rw] accelerators
|
18046
18602
|
# @return [::Array<::Google::Cloud::Compute::V1::AcceleratorConfig>]
|
18047
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.
|
18048
18607
|
# @!attribute [rw] cpu_overcommit_type
|
18049
18608
|
# @return [::String]
|
18050
18609
|
# CPU overcommit.
|
@@ -18052,6 +18611,9 @@ module Google
|
|
18052
18611
|
# @!attribute [rw] disks
|
18053
18612
|
# @return [::Array<::Google::Cloud::Compute::V1::LocalDisk>]
|
18054
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.
|
18055
18617
|
# @!attribute [rw] instances
|
18056
18618
|
# @return [::Array<::String>]
|
18057
18619
|
# Instances scheduled on this node.
|
@@ -18073,6 +18635,9 @@ module Google
|
|
18073
18635
|
# @!attribute [rw] status
|
18074
18636
|
# @return [::String]
|
18075
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.
|
18076
18641
|
class NodeGroupNode
|
18077
18642
|
include ::Google::Protobuf::MessageExts
|
18078
18643
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -19570,6 +20135,27 @@ module Google
|
|
19570
20135
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
19571
20136
|
end
|
19572
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
|
+
|
19573
20159
|
# A request message for RegionTargetHttpsProxies.Patch. See the method description for details.
|
19574
20160
|
# @!attribute [rw] project
|
19575
20161
|
# @return [::String]
|
@@ -19873,7 +20459,7 @@ module Google
|
|
19873
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.
|
19874
20460
|
# @!attribute [rw] default_route_action
|
19875
20461
|
# @return [::Google::Cloud::Compute::V1::HttpRouteAction]
|
19876
|
-
# 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.
|
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.
|
19877
20463
|
# @!attribute [rw] default_service
|
19878
20464
|
# @return [::String]
|
19879
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
|
@@ -19906,7 +20492,7 @@ module Google
|
|
19906
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.
|
19907
20493
|
# @!attribute [rw] route_action
|
19908
20494
|
# @return [::Google::Cloud::Compute::V1::HttpRouteAction]
|
19909
|
-
# 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
|
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.
|
19910
20496
|
# @!attribute [rw] service
|
19911
20497
|
# @return [::String]
|
19912
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.
|
@@ -21367,7 +21953,7 @@ module Google
|
|
21367
21953
|
|
21368
21954
|
# @!attribute [rw] ssl_certificates
|
21369
21955
|
# @return [::Array<::String>]
|
21370
|
-
# New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
|
21956
|
+
# New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
|
21371
21957
|
class RegionTargetHttpsProxiesSetSslCertificatesRequest
|
21372
21958
|
include ::Google::Protobuf::MessageExts
|
21373
21959
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -21651,7 +22237,7 @@ module Google
|
|
21651
22237
|
# A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer doesn't wait for responses from the shadow service. Before sending traffic to the shadow service, the host or authority header is suffixed with -shadow.
|
21652
22238
|
# @!attribute [rw] backend_service
|
21653
22239
|
# @return [::String]
|
21654
|
-
# The full or partial URL to the BackendService resource being mirrored to.
|
22240
|
+
# The full or partial URL to the BackendService resource being mirrored to. The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service.
|
21655
22241
|
class RequestMirrorPolicy
|
21656
22242
|
include ::Google::Protobuf::MessageExts
|
21657
22243
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -22549,7 +23135,7 @@ module Google
|
|
22549
23135
|
# An optional description of this resource. Provide this property when you create the resource.
|
22550
23136
|
# @!attribute [rw] encrypted_interconnect_router
|
22551
23137
|
# @return [::Boolean]
|
22552
|
-
# Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).
|
23138
|
+
# Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).
|
22553
23139
|
# @!attribute [rw] id
|
22554
23140
|
# @return [::Integer]
|
22555
23141
|
# [Output Only] The unique identifier for the resource. This identifier is defined by the server.
|
@@ -23405,6 +23991,10 @@ module Google
|
|
23405
23991
|
end
|
23406
23992
|
|
23407
23993
|
# An instance-attached disk resource.
|
23994
|
+
# @!attribute [rw] architecture
|
23995
|
+
# @return [::String]
|
23996
|
+
# [Output Only] The architecture of the attached disk.
|
23997
|
+
# Check the Architecture enum for the list of possible values.
|
23408
23998
|
# @!attribute [rw] kind
|
23409
23999
|
# @return [::String]
|
23410
24000
|
# [Output Only] Type of the resource. Always compute#savedDisk for attached disks.
|
@@ -23422,6 +24012,21 @@ module Google
|
|
23422
24012
|
include ::Google::Protobuf::MessageExts
|
23423
24013
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
23424
24014
|
|
24015
|
+
# [Output Only] The architecture of the attached disk.
|
24016
|
+
module Architecture
|
24017
|
+
# A value indicating that the enum field is not set.
|
24018
|
+
UNDEFINED_ARCHITECTURE = 0
|
24019
|
+
|
24020
|
+
# Default value indicating Architecture is not set.
|
24021
|
+
ARCHITECTURE_UNSPECIFIED = 394750507
|
24022
|
+
|
24023
|
+
# Machines with architecture ARM64
|
24024
|
+
ARM64 = 62547450
|
24025
|
+
|
24026
|
+
# Machines with architecture X86_64
|
24027
|
+
X86_64 = 425300551
|
24028
|
+
end
|
24029
|
+
|
23425
24030
|
# [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
|
23426
24031
|
module StorageBytesStatus
|
23427
24032
|
# A value indicating that the enum field is not set.
|
@@ -23466,7 +24071,7 @@ module Google
|
|
23466
24071
|
end
|
23467
24072
|
end
|
23468
24073
|
|
23469
|
-
# Sets the scheduling options for an Instance.
|
24074
|
+
# Sets the scheduling options for an Instance.
|
23470
24075
|
# @!attribute [rw] automatic_restart
|
23471
24076
|
# @return [::Boolean]
|
23472
24077
|
# Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
|
@@ -23739,6 +24344,9 @@ module Google
|
|
23739
24344
|
end
|
23740
24345
|
end
|
23741
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.
|
23742
24350
|
# @!attribute [rw] json_parsing
|
23743
24351
|
# @return [::String]
|
23744
24352
|
# Check the JsonParsing enum for the list of possible values.
|
@@ -23769,6 +24377,14 @@ module Google
|
|
23769
24377
|
end
|
23770
24378
|
end
|
23771
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
|
+
|
23772
24388
|
# @!attribute [rw] ddos_protection
|
23773
24389
|
# @return [::String]
|
23774
24390
|
# Check the DdosProtection enum for the list of possible values.
|
@@ -24209,6 +24825,9 @@ module Google
|
|
24209
24825
|
# The connection has been closed by the producer.
|
24210
24826
|
CLOSED = 380163436
|
24211
24827
|
|
24828
|
+
# The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.
|
24829
|
+
NEEDS_ATTENTION = 344491452
|
24830
|
+
|
24212
24831
|
# The connection is pending acceptance by the producer.
|
24213
24832
|
PENDING = 35394935
|
24214
24833
|
|
@@ -24471,6 +25090,21 @@ module Google
|
|
24471
25090
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
24472
25091
|
end
|
24473
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
|
+
|
24474
25108
|
# A request message for Disks.SetIamPolicy. See the method description for details.
|
24475
25109
|
# @!attribute [rw] project
|
24476
25110
|
# @return [::String]
|
@@ -24630,6 +25264,24 @@ module Google
|
|
24630
25264
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
24631
25265
|
end
|
24632
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
|
+
|
24633
25285
|
# A request message for RegionDisks.SetIamPolicy. See the method description for details.
|
24634
25286
|
# @!attribute [rw] project
|
24635
25287
|
# @return [::String]
|
@@ -24795,6 +25447,27 @@ module Google
|
|
24795
25447
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
24796
25448
|
end
|
24797
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
|
+
|
24798
25471
|
# A request message for Disks.SetLabels. See the method description for details.
|
24799
25472
|
# @!attribute [rw] project
|
24800
25473
|
# @return [::String]
|
@@ -24852,6 +25525,21 @@ module Google
|
|
24852
25525
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
24853
25526
|
end
|
24854
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
|
+
|
24855
25543
|
# A request message for GlobalForwardingRules.SetLabels. See the method description for details.
|
24856
25544
|
# @!attribute [rw] global_set_labels_request_resource
|
24857
25545
|
# @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
|
@@ -24903,6 +25591,42 @@ module Google
|
|
24903
25591
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
24904
25592
|
end
|
24905
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
|
+
|
24906
25630
|
# A request message for RegionDisks.SetLabels. See the method description for details.
|
24907
25631
|
# @!attribute [rw] project
|
24908
25632
|
# @return [::String]
|
@@ -24924,6 +25648,21 @@ module Google
|
|
24924
25648
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
24925
25649
|
end
|
24926
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
|
+
|
24927
25666
|
# A request message for Snapshots.SetLabels. See the method description for details.
|
24928
25667
|
# @!attribute [rw] global_set_labels_request_resource
|
24929
25668
|
# @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
|
@@ -24939,6 +25678,27 @@ module Google
|
|
24939
25678
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
24940
25679
|
end
|
24941
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
|
+
|
24942
25702
|
# A request message for VpnGateways.SetLabels. See the method description for details.
|
24943
25703
|
# @!attribute [rw] project
|
24944
25704
|
# @return [::String]
|
@@ -24960,6 +25720,27 @@ module Google
|
|
24960
25720
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
24961
25721
|
end
|
24962
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
|
+
|
24963
25744
|
# A request message for Instances.SetMachineResources. See the method description for details.
|
24964
25745
|
# @!attribute [rw] instance
|
24965
25746
|
# @return [::String]
|
@@ -25580,6 +26361,9 @@ module Google
|
|
25580
26361
|
# Default value.
|
25581
26362
|
LOCAL = 72607563
|
25582
26363
|
|
26364
|
+
# Shared-reservation is open to entire Organization
|
26365
|
+
ORGANIZATION = 274978099
|
26366
|
+
|
25583
26367
|
# Default value. This value is unused.
|
25584
26368
|
SHARE_TYPE_UNSPECIFIED = 494771730
|
25585
26369
|
|
@@ -25676,12 +26460,19 @@ module Google
|
|
25676
26460
|
end
|
25677
26461
|
|
25678
26462
|
# Represents a Persistent Disk Snapshot resource. You can use snapshots to back up data on a regular interval. For more information, read Creating persistent disk snapshots.
|
26463
|
+
# @!attribute [rw] architecture
|
26464
|
+
# @return [::String]
|
26465
|
+
# [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.
|
26466
|
+
# Check the Architecture enum for the list of possible values.
|
25679
26467
|
# @!attribute [rw] auto_created
|
25680
26468
|
# @return [::Boolean]
|
25681
26469
|
# [Output Only] Set to true if snapshots are automatically created by applying resource policy on the target disk.
|
25682
26470
|
# @!attribute [rw] chain_name
|
25683
26471
|
# @return [::String]
|
25684
26472
|
# Creates the new snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 characters long and comply with RFC1035. This is an uncommon option only for advanced service owners who needs to create separate snapshot chains, for example, for chargeback tracking. When you describe your snapshot resource, this field is visible only if it has a non-empty value.
|
26473
|
+
# @!attribute [rw] creation_size_bytes
|
26474
|
+
# @return [::Integer]
|
26475
|
+
# [Output Only] Size in bytes of the snapshot at creation time.
|
25685
26476
|
# @!attribute [rw] creation_timestamp
|
25686
26477
|
# @return [::String]
|
25687
26478
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
@@ -25727,6 +26518,10 @@ module Google
|
|
25727
26518
|
# @!attribute [rw] snapshot_encryption_key
|
25728
26519
|
# @return [::Google::Cloud::Compute::V1::CustomerEncryptionKey]
|
25729
26520
|
# Encrypts the snapshot using a customer-supplied encryption key. After you encrypt a snapshot using a customer-supplied key, you must provide the same key if you use the snapshot later. For example, you must provide the encryption key when you create a disk from the encrypted snapshot in a future request. Customer-supplied encryption keys do not protect access to metadata of the snapshot. If you do not provide an encryption key when creating the snapshot, then the snapshot will be encrypted using an automatically generated key and you do not need to provide a key to use the snapshot later.
|
26521
|
+
# @!attribute [rw] snapshot_type
|
26522
|
+
# @return [::String]
|
26523
|
+
# Indicates the type of the snapshot.
|
26524
|
+
# Check the SnapshotType enum for the list of possible values.
|
25730
26525
|
# @!attribute [rw] source_disk
|
25731
26526
|
# @return [::String]
|
25732
26527
|
# The source disk used to create this snapshot.
|
@@ -25736,6 +26531,12 @@ module Google
|
|
25736
26531
|
# @!attribute [rw] source_disk_id
|
25737
26532
|
# @return [::String]
|
25738
26533
|
# [Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.
|
26534
|
+
# @!attribute [rw] source_snapshot_schedule_policy
|
26535
|
+
# @return [::String]
|
26536
|
+
# [Output Only] URL of the resource policy which created this scheduled snapshot.
|
26537
|
+
# @!attribute [rw] source_snapshot_schedule_policy_id
|
26538
|
+
# @return [::String]
|
26539
|
+
# [Output Only] ID of the resource policy which created this scheduled snapshot.
|
25739
26540
|
# @!attribute [rw] status
|
25740
26541
|
# @return [::String]
|
25741
26542
|
# [Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.
|
@@ -25763,6 +26564,31 @@ module Google
|
|
25763
26564
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
25764
26565
|
end
|
25765
26566
|
|
26567
|
+
# [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.
|
26568
|
+
module Architecture
|
26569
|
+
# A value indicating that the enum field is not set.
|
26570
|
+
UNDEFINED_ARCHITECTURE = 0
|
26571
|
+
|
26572
|
+
# Default value indicating Architecture is not set.
|
26573
|
+
ARCHITECTURE_UNSPECIFIED = 394750507
|
26574
|
+
|
26575
|
+
# Machines with architecture ARM64
|
26576
|
+
ARM64 = 62547450
|
26577
|
+
|
26578
|
+
# Machines with architecture X86_64
|
26579
|
+
X86_64 = 425300551
|
26580
|
+
end
|
26581
|
+
|
26582
|
+
# Indicates the type of the snapshot.
|
26583
|
+
module SnapshotType
|
26584
|
+
# A value indicating that the enum field is not set.
|
26585
|
+
UNDEFINED_SNAPSHOT_TYPE = 0
|
26586
|
+
|
26587
|
+
ARCHIVE = 506752162
|
26588
|
+
|
26589
|
+
STANDARD = 484642493
|
26590
|
+
end
|
26591
|
+
|
25766
26592
|
# [Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.
|
25767
26593
|
module Status
|
25768
26594
|
# A value indicating that the enum field is not set.
|
@@ -25855,6 +26681,10 @@ module Google
|
|
25855
26681
|
# @!attribute [rw] guest_accelerators
|
25856
26682
|
# @return [::Array<::Google::Cloud::Compute::V1::AcceleratorConfig>]
|
25857
26683
|
# A list of guest accelerator cards' type and count to use for instances created from this machine image.
|
26684
|
+
# @!attribute [rw] key_revocation_action_type
|
26685
|
+
# @return [::String]
|
26686
|
+
# KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
|
26687
|
+
# Check the KeyRevocationActionType enum for the list of possible values.
|
25858
26688
|
# @!attribute [rw] labels
|
25859
26689
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
25860
26690
|
# Labels to apply to instances that are created from this machine image.
|
@@ -25891,6 +26721,21 @@ module Google
|
|
25891
26721
|
include ::Google::Protobuf::MessageExts
|
25892
26722
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
25893
26723
|
end
|
26724
|
+
|
26725
|
+
# KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
|
26726
|
+
module KeyRevocationActionType
|
26727
|
+
# A value indicating that the enum field is not set.
|
26728
|
+
UNDEFINED_KEY_REVOCATION_ACTION_TYPE = 0
|
26729
|
+
|
26730
|
+
# Default value. This value is unused.
|
26731
|
+
KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED = 467110106
|
26732
|
+
|
26733
|
+
# Indicates user chose no operation.
|
26734
|
+
NONE = 2402104
|
26735
|
+
|
26736
|
+
# Indicates user chose to opt for VM shutdown on key revocation.
|
26737
|
+
STOP = 2555906
|
26738
|
+
end
|
25894
26739
|
end
|
25895
26740
|
|
25896
26741
|
# Represents an SSL Certificate resource. Google Compute Engine has two SSL Certificate resources: * [Global](/compute/docs/reference/rest/v1/sslCertificates) * [Regional](/compute/docs/reference/rest/v1/regionSslCertificates) The sslCertificates are used by: - external HTTPS load balancers - SSL proxy load balancers The regionSslCertificates are used by internal HTTPS load balancers. Optionally, certificate file contents that you upload can contain a set of up to five PEM-encoded certificates. The API call creates an object (sslCertificate) that holds this data. You can use SSL keys and certificates to secure connections to a load balancer. For more information, read Creating and using SSL certificates, SSL certificates quotas and limits, and Troubleshooting SSL certificates.
|
@@ -26086,6 +26931,43 @@ module Google
|
|
26086
26931
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
26087
26932
|
end
|
26088
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
|
+
|
26089
26971
|
# @!attribute [rw] id
|
26090
26972
|
# @return [::String]
|
26091
26973
|
# [Output Only] Unique identifier for the resource; defined by the server.
|
@@ -26116,6 +26998,17 @@ module Google
|
|
26116
26998
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
26117
26999
|
end
|
26118
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
|
+
|
26119
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.
|
26120
27013
|
# @!attribute [rw] creation_timestamp
|
26121
27014
|
# @return [::String]
|
@@ -26149,6 +27042,9 @@ module Google
|
|
26149
27042
|
# @return [::String]
|
26150
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.
|
26151
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.
|
26152
27048
|
# @!attribute [rw] self_link
|
26153
27049
|
# @return [::String]
|
26154
27050
|
# [Output Only] Server-defined URL for the resource.
|
@@ -27106,7 +28002,7 @@ module Google
|
|
27106
28002
|
# 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.
|
27107
28003
|
# @!attribute [rw] nat_policy
|
27108
28004
|
# @return [::String]
|
27109
|
-
#
|
28005
|
+
# Must have a value of NO_NAT. Protocol forwarding delivers packets while preserving the destination IP address of the forwarding rule referencing the target instance.
|
27110
28006
|
# Check the NatPolicy enum for the list of possible values.
|
27111
28007
|
# @!attribute [rw] network
|
27112
28008
|
# @return [::String]
|
@@ -27121,7 +28017,7 @@ module Google
|
|
27121
28017
|
include ::Google::Protobuf::MessageExts
|
27122
28018
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
27123
28019
|
|
27124
|
-
#
|
28020
|
+
# Must have a value of NO_NAT. Protocol forwarding delivers packets while preserving the destination IP address of the forwarding rule referencing the target instance.
|
27125
28021
|
module NatPolicy
|
27126
28022
|
# A value indicating that the enum field is not set.
|
27127
28023
|
UNDEFINED_NAT_POLICY = 0
|
@@ -27560,6 +28456,9 @@ module Google
|
|
27560
28456
|
# @return [::String]
|
27561
28457
|
# Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
|
27562
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.
|
27563
28462
|
# @!attribute [rw] self_link
|
27564
28463
|
# @return [::String]
|
27565
28464
|
# [Output Only] Server-defined URL for the resource.
|
@@ -28627,7 +29526,7 @@ module Google
|
|
28627
29526
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
28628
29527
|
# @!attribute [rw] default_route_action
|
28629
29528
|
# @return [::Google::Cloud::Compute::V1::HttpRouteAction]
|
28630
|
-
# 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.
|
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.
|
28631
29530
|
# @!attribute [rw] default_service
|
28632
29531
|
# @return [::String]
|
28633
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.
|
@@ -29051,6 +29950,9 @@ module Google
|
|
29051
29950
|
# @!attribute [rw] num_total_nat_ports
|
29052
29951
|
# @return [::Integer]
|
29053
29952
|
# Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
|
29953
|
+
# @!attribute [rw] rule_mappings
|
29954
|
+
# @return [::Array<::Google::Cloud::Compute::V1::VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings>]
|
29955
|
+
# Information about mappings provided by rules in this NAT.
|
29054
29956
|
# @!attribute [rw] source_alias_ip_range
|
29055
29957
|
# @return [::String]
|
29056
29958
|
# Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
|
@@ -29062,6 +29964,27 @@ module Google
|
|
29062
29964
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
29063
29965
|
end
|
29064
29966
|
|
29967
|
+
# Contains information of NAT Mappings provided by a NAT Rule.
|
29968
|
+
# @!attribute [rw] drain_nat_ip_port_ranges
|
29969
|
+
# @return [::Array<::String>]
|
29970
|
+
# List of all drain IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
|
29971
|
+
# @!attribute [rw] nat_ip_port_ranges
|
29972
|
+
# @return [::Array<::String>]
|
29973
|
+
# A list of all IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
|
29974
|
+
# @!attribute [rw] num_total_drain_nat_ports
|
29975
|
+
# @return [::Integer]
|
29976
|
+
# Total number of drain ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field drain_nat_ip_port_ranges.
|
29977
|
+
# @!attribute [rw] num_total_nat_ports
|
29978
|
+
# @return [::Integer]
|
29979
|
+
# Total number of ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field nat_ip_port_ranges.
|
29980
|
+
# @!attribute [rw] rule_number
|
29981
|
+
# @return [::Integer]
|
29982
|
+
# Rule number of the NAT Rule.
|
29983
|
+
class VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings
|
29984
|
+
include ::Google::Protobuf::MessageExts
|
29985
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
29986
|
+
end
|
29987
|
+
|
29065
29988
|
# Contains a list of VmEndpointNatMappings.
|
29066
29989
|
# @!attribute [rw] id
|
29067
29990
|
# @return [::String]
|
@@ -29290,10 +30213,10 @@ module Google
|
|
29290
30213
|
# [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
|
29291
30214
|
# @!attribute [rw] interconnect_attachment
|
29292
30215
|
# @return [::String]
|
29293
|
-
# 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
|
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.
|
29294
30217
|
# @!attribute [rw] ip_address
|
29295
30218
|
# @return [::String]
|
29296
|
-
# [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
|
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.
|
29297
30220
|
class VpnGatewayVpnGatewayInterface
|
29298
30221
|
include ::Google::Protobuf::MessageExts
|
29299
30222
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -29613,6 +30536,9 @@ module Google
|
|
29613
30536
|
# The operation involved use of an injected kernel, which is deprecated.
|
29614
30537
|
INJECTED_KERNELS_DEPRECATED = 417377419
|
29615
30538
|
|
30539
|
+
# A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.
|
30540
|
+
INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB = 401542606
|
30541
|
+
|
29616
30542
|
# When deploying a deployment with a exceedingly large number of resources
|
29617
30543
|
LARGE_DEPLOYMENT_WARNING = 481440678
|
29618
30544
|
|
@@ -29712,6 +30638,9 @@ module Google
|
|
29712
30638
|
# The operation involved use of an injected kernel, which is deprecated.
|
29713
30639
|
INJECTED_KERNELS_DEPRECATED = 417377419
|
29714
30640
|
|
30641
|
+
# A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.
|
30642
|
+
INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB = 401542606
|
30643
|
+
|
29715
30644
|
# When deploying a deployment with a exceedingly large number of resources
|
29716
30645
|
LARGE_DEPLOYMENT_WARNING = 481440678
|
29717
30646
|
|