google-cloud-compute-v1 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -208,8 +208,9 @@ module Google
208
208
  # @return [::String]
209
209
  # An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.
210
210
  # @!attribute [rw] network_tier
211
- # @return [::Google::Cloud::Compute::V1::AccessConfig::NetworkTier]
211
+ # @return [::String]
212
212
  # This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.
213
+ # Check the NetworkTier enum for the list of possible values.
213
214
  # @!attribute [rw] public_ptr_domain_name
214
215
  # @return [::String]
215
216
  # The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled.
@@ -217,8 +218,9 @@ module Google
217
218
  # @return [::Boolean]
218
219
  # Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance to a DNS domain name.
219
220
  # @!attribute [rw] type
220
- # @return [::Google::Cloud::Compute::V1::AccessConfig::Type]
221
+ # @return [::String]
221
222
  # The type of configuration. The default and only option is ONE_TO_ONE_NAT.
223
+ # Check the Type enum for the list of possible values.
222
224
  class AccessConfig
223
225
  include ::Google::Protobuf::MessageExts
224
226
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -524,8 +526,9 @@ module Google
524
526
  # @return [::String]
525
527
  # The static IP address represented by this resource.
526
528
  # @!attribute [rw] address_type
527
- # @return [::Google::Cloud::Compute::V1::Address::AddressType]
529
+ # @return [::String]
528
530
  # The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL.
531
+ # Check the AddressType enum for the list of possible values.
529
532
  # @!attribute [rw] creation_timestamp
530
533
  # @return [::String]
531
534
  # [Output Only] Creation timestamp in RFC3339 text format.
@@ -536,8 +539,9 @@ module Google
536
539
  # @return [::Integer]
537
540
  # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
538
541
  # @!attribute [rw] ip_version
539
- # @return [::Google::Cloud::Compute::V1::Address::IpVersion]
542
+ # @return [::String]
540
543
  # The IP version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
544
+ # Check the IpVersion enum for the list of possible values.
541
545
  # @!attribute [rw] kind
542
546
  # @return [::String]
543
547
  # [Output Only] Type of the resource. Always compute#address for addresses.
@@ -548,14 +552,16 @@ module Google
548
552
  # @return [::String]
549
553
  # The URL of the network in which to reserve the address. This field can only be used with INTERNAL type with the VPC_PEERING purpose.
550
554
  # @!attribute [rw] network_tier
551
- # @return [::Google::Cloud::Compute::V1::Address::NetworkTier]
555
+ # @return [::String]
552
556
  # This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Internal IP addresses are always Premium Tier; global external IP addresses are always Premium Tier; regional external IP addresses can be either Standard or Premium Tier. If this field is not specified, it is assumed to be PREMIUM.
557
+ # Check the NetworkTier enum for the list of possible values.
553
558
  # @!attribute [rw] prefix_length
554
559
  # @return [::Integer]
555
560
  # The prefix length if the resource represents an IP range.
556
561
  # @!attribute [rw] purpose
557
- # @return [::Google::Cloud::Compute::V1::Address::Purpose]
562
+ # @return [::String]
558
563
  # 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 . - IPSEC_INTERCONNECT for addresses created from a private IP range that are reserved for a VLAN attachment in an *IPsec-encrypted Cloud Interconnect* configuration. These addresses are regional resources. Not currently available publicly. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private network address that is used to configure Private Service Connect. Only global internal addresses can use this purpose.
564
+ # Check the Purpose enum for the list of possible values.
559
565
  # @!attribute [rw] region
560
566
  # @return [::String]
561
567
  # [Output Only] The URL of the region where a regional address resides. For regional addresses, you must specify the region as a path parameter in the HTTP request URL. *This field is not applicable to global addresses.*
@@ -563,8 +569,9 @@ module Google
563
569
  # @return [::String]
564
570
  # [Output Only] Server-defined URL for the resource.
565
571
  # @!attribute [rw] status
566
- # @return [::Google::Cloud::Compute::V1::Address::Status]
572
+ # @return [::String]
567
573
  # [Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE. An address that is RESERVING is currently in the process of being reserved. A RESERVED address is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.
574
+ # Check the Status enum for the list of possible values.
568
575
  # @!attribute [rw] subnetwork
569
576
  # @return [::String]
570
577
  # The URL of the subnetwork in which to reserve the address. If an IP address is specified, it must be within the subnetwork's IP range. This field can only be used with INTERNAL type with a GCE_ENDPOINT or DNS_RESOLVER purpose.
@@ -624,7 +631,7 @@ module Google
624
631
  # VM internal/alias IP, Internal LB service IP, etc.
625
632
  GCE_ENDPOINT = 230515243
626
633
 
627
- # A regional internal IP address range reserved for the VLAN attachment that is used in IPsec-encrypted Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment���s IP address range.
634
+ # A regional internal IP address range reserved for the VLAN attachment that is used in IPsec-encrypted Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachments IP address range.
628
635
  IPSEC_INTERCONNECT = 340437251
629
636
 
630
637
  # External IP automatically reserved for Cloud NAT.
@@ -1699,8 +1706,9 @@ module Google
1699
1706
  # @return [::Integer]
1700
1707
  # Specifies the size of the disk in base-2 GB.
1701
1708
  # @!attribute [rw] interface
1702
- # @return [::Google::Cloud::Compute::V1::AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk::Interface]
1709
+ # @return [::String]
1703
1710
  # Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.
1711
+ # Check the Interface enum for the list of possible values.
1704
1712
  class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk
1705
1713
  include ::Google::Protobuf::MessageExts
1706
1714
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1888,8 +1896,9 @@ module Google
1888
1896
  # @return [::Google::Cloud::Compute::V1::AttachedDiskInitializeParams]
1889
1897
  # [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.
1890
1898
  # @!attribute [rw] interface
1891
- # @return [::Google::Cloud::Compute::V1::AttachedDisk::Interface]
1899
+ # @return [::String]
1892
1900
  # Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.
1901
+ # Check the Interface enum for the list of possible values.
1893
1902
  # @!attribute [rw] kind
1894
1903
  # @return [::String]
1895
1904
  # [Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
@@ -1897,8 +1906,9 @@ module Google
1897
1906
  # @return [::Array<::String>]
1898
1907
  # [Output Only] Any valid publicly visible licenses.
1899
1908
  # @!attribute [rw] mode
1900
- # @return [::Google::Cloud::Compute::V1::AttachedDisk::Mode]
1909
+ # @return [::String]
1901
1910
  # The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.
1911
+ # Check the Mode enum for the list of possible values.
1902
1912
  # @!attribute [rw] shielded_instance_initial_state
1903
1913
  # @return [::Google::Cloud::Compute::V1::InitialStateConfig]
1904
1914
  # [Output Only] shielded vm initial state stored on disk
@@ -1906,8 +1916,9 @@ module Google
1906
1916
  # @return [::String]
1907
1917
  # Specifies a valid partial or full URL to an existing Persistent Disk resource. When creating a new instance, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required except for local SSD. If desired, you can also attach existing non-root persistent disks using this property. This field is only applicable for persistent disks. Note that for InstanceTemplate, specify the disk name, not the URL for the disk.
1908
1918
  # @!attribute [rw] type
1909
- # @return [::Google::Cloud::Compute::V1::AttachedDisk::Type]
1919
+ # @return [::String]
1910
1920
  # Specifies the type of the disk, either SCRATCH or PERSISTENT. If not specified, the default is PERSISTENT.
1921
+ # Check the Type enum for the list of possible values.
1911
1922
  class AttachedDisk
1912
1923
  include ::Google::Protobuf::MessageExts
1913
1924
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1962,8 +1973,9 @@ module Google
1962
1973
  # @return [::Google::Protobuf::Map{::String => ::String}]
1963
1974
  # Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
1964
1975
  # @!attribute [rw] on_update_action
1965
- # @return [::Google::Cloud::Compute::V1::AttachedDiskInitializeParams::OnUpdateAction]
1976
+ # @return [::String]
1966
1977
  # Specifies which action to take on instance update with this disk. Default is to use the existing disk.
1978
+ # Check the OnUpdateAction enum for the list of possible values.
1967
1979
  # @!attribute [rw] provisioned_iops
1968
1980
  # @return [::Integer]
1969
1981
  # 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.
@@ -2034,8 +2046,9 @@ module Google
2034
2046
  # @return [::Boolean]
2035
2047
  # This is deprecated and has no effect. Do not use.
2036
2048
  # @!attribute [rw] log_type
2037
- # @return [::Google::Cloud::Compute::V1::AuditLogConfig::LogType]
2049
+ # @return [::String]
2038
2050
  # The log type that this config enables.
2051
+ # Check the LogType enum for the list of possible values.
2039
2052
  class AuditLogConfig
2040
2053
  include ::Google::Protobuf::MessageExts
2041
2054
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2061,8 +2074,9 @@ module Google
2061
2074
 
2062
2075
  # This is deprecated and has no effect. Do not use.
2063
2076
  # @!attribute [rw] permission_type
2064
- # @return [::Google::Cloud::Compute::V1::AuthorizationLoggingOptions::PermissionType]
2077
+ # @return [::String]
2065
2078
  # This is deprecated and has no effect. Do not use.
2079
+ # Check the PermissionType enum for the list of possible values.
2066
2080
  class AuthorizationLoggingOptions
2067
2081
  include ::Google::Protobuf::MessageExts
2068
2082
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2121,8 +2135,9 @@ module Google
2121
2135
  # @return [::String]
2122
2136
  # [Output Only] Server-defined URL for the resource.
2123
2137
  # @!attribute [rw] status
2124
- # @return [::Google::Cloud::Compute::V1::Autoscaler::Status]
2138
+ # @return [::String]
2125
2139
  # [Output Only] The status of the autoscaler configuration. Current set of possible values: - PENDING: Autoscaler backend hasn't read new/updated configuration. - DELETING: Configuration is being deleted. - ACTIVE: Configuration is acknowledged to be effective. Some warnings might be present in the statusDetails field. - ERROR: Configuration has errors. Actionable for users. Details are present in the statusDetails field. New values might be added in the future.
2140
+ # Check the Status enum for the list of possible values.
2126
2141
  # @!attribute [rw] status_details
2127
2142
  # @return [::Array<::Google::Cloud::Compute::V1::AutoscalerStatusDetails>]
2128
2143
  # [Output Only] Human-readable details about the current state of the autoscaler. Read the documentation for Commonly returned status messages for examples of status messages you might encounter.
@@ -2227,8 +2242,9 @@ module Google
2227
2242
  # @return [::String]
2228
2243
  # The status message.
2229
2244
  # @!attribute [rw] type
2230
- # @return [::Google::Cloud::Compute::V1::AutoscalerStatusDetails::Type]
2245
+ # @return [::String]
2231
2246
  # The type of error, warning, or notice returned. Current set of possible values: - ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. - CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels. - MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling. - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. - MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is in the "Autoscale only out" mode. The autoscaler can add instances but not remove any. - MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. - SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. New values might be added in the future. Some of the values might not be available in all API versions.
2247
+ # Check the Type enum for the list of possible values.
2232
2248
  class AutoscalerStatusDetails
2233
2249
  include ::Google::Protobuf::MessageExts
2234
2250
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2330,8 +2346,9 @@ module Google
2330
2346
  # @return [::Integer]
2331
2347
  # The minimum number of replicas that the autoscaler can scale in to. This cannot be less than 0. If not provided, autoscaler chooses a default value depending on maximum number of instances allowed.
2332
2348
  # @!attribute [rw] mode
2333
- # @return [::Google::Cloud::Compute::V1::AutoscalingPolicy::Mode]
2349
+ # @return [::String]
2334
2350
  # Defines operating mode for this policy.
2351
+ # Check the Mode enum for the list of possible values.
2335
2352
  # @!attribute [rw] scale_in_control
2336
2353
  # @return [::Google::Cloud::Compute::V1::AutoscalingPolicyScaleInControl]
2337
2354
  # @!attribute [rw] scaling_schedules
@@ -2371,8 +2388,9 @@ module Google
2371
2388
 
2372
2389
  # CPU utilization policy.
2373
2390
  # @!attribute [rw] predictive_method
2374
- # @return [::Google::Cloud::Compute::V1::AutoscalingPolicyCpuUtilization::PredictiveMethod]
2391
+ # @return [::String]
2375
2392
  # Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.
2393
+ # Check the PredictiveMethod enum for the list of possible values.
2376
2394
  # @!attribute [rw] utilization_target
2377
2395
  # @return [::Float]
2378
2396
  # The target CPU utilization that the autoscaler maintains. Must be a float value in the range (0, 1]. If not specified, the default is 0.6. If the CPU level is below the target utilization, the autoscaler scales in the number of instances until it reaches the minimum number of instances you specified or until the average CPU of your instances reaches the target utilization. If the average CPU is above the target utilization, the autoscaler scales out until it reaches the maximum number of instances you specified or until the average utilization reaches the target utilization.
@@ -2407,8 +2425,9 @@ module Google
2407
2425
  # @return [::Float]
2408
2426
  # The target value of the metric that autoscaler maintains. This must be a positive value. A utilization metric scales number of virtual machines handling requests to increase or decrease proportionally to the metric. For example, a good metric to use as a utilization_target is https://www.googleapis.com/compute/v1/instance/network/received_bytes_count. The autoscaler works to keep this value constant for each of the instances.
2409
2427
  # @!attribute [rw] utilization_target_type
2410
- # @return [::Google::Cloud::Compute::V1::AutoscalingPolicyCustomMetricUtilization::UtilizationTargetType]
2428
+ # @return [::String]
2411
2429
  # Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE.
2430
+ # Check the UtilizationTargetType enum for the list of possible values.
2412
2431
  class AutoscalingPolicyCustomMetricUtilization
2413
2432
  include ::Google::Protobuf::MessageExts
2414
2433
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2468,7 +2487,7 @@ module Google
2468
2487
  # The start timestamps of time intervals when this scaling schedule is to provide a scaling signal. This field uses the extended cron format (with an optional year field). The expression can describe a single timestamp if the optional year is set, in which case the scaling schedule runs once. The schedule is interpreted with respect to time_zone. This field is required. Note: These timestamps only describe when autoscaler starts providing the scaling signal. The VMs need additional time to become serving.
2469
2488
  # @!attribute [rw] time_zone
2470
2489
  # @return [::String]
2471
- # The time zone to use when interpreting the schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. This field is assigned a default value of ���UTC��� if left empty.
2490
+ # The time zone to use when interpreting the schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. This field is assigned a default value of UTC if left empty.
2472
2491
  class AutoscalingPolicyScalingSchedule
2473
2492
  include ::Google::Protobuf::MessageExts
2474
2493
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2476,8 +2495,9 @@ module Google
2476
2495
 
2477
2496
  # Message containing information of one individual backend.
2478
2497
  # @!attribute [rw] balancing_mode
2479
- # @return [::Google::Cloud::Compute::V1::Backend::BalancingMode]
2498
+ # @return [::String]
2480
2499
  # Specifies how to determine whether the backend of a load balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection balancing mode. Backends must use compatible balancing modes. For more information, see Supported balancing modes and target capacity settings and Restrictions and guidance for instance groups. Note: Currently, if you use the API to configure incompatible balancing modes, the configuration might be accepted even though it has no impact and is ignored. Specifically, Backend.maxUtilization is ignored when Backend.balancingMode is RATE. In the future, this incompatible combination will be rejected.
2500
+ # Check the BalancingMode enum for the list of possible values.
2481
2501
  # @!attribute [rw] capacity_scaler
2482
2502
  # @return [::Float]
2483
2503
  # A multiplier applied to the backend's target capacity of its balancing mode. The default value is 1, which means the group serves up to 100% of its configured capacity (depending on balancingMode). A setting of 0 means the group is completely drained, offering 0% of its available capacity. The valid ranges are 0.0 and [0.1,1.0]. You cannot configure a setting larger than 0 and smaller than 0.1. You cannot configure a setting of 0 when there is only one backend attached to the backend service.
@@ -2572,8 +2592,9 @@ module Google
2572
2592
  # @return [::Array<::Google::Cloud::Compute::V1::BackendBucketCdnPolicyBypassCacheOnRequestHeader>]
2573
2593
  # Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization headers. Up to 5 headers can be specified. The cache is bypassed for all cdnPolicy.cacheMode settings.
2574
2594
  # @!attribute [rw] cache_mode
2575
- # @return [::Google::Cloud::Compute::V1::BackendBucketCdnPolicy::CacheMode]
2595
+ # @return [::String]
2576
2596
  # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
2597
+ # Check the CacheMode enum for the list of possible values.
2577
2598
  # @!attribute [rw] client_ttl
2578
2599
  # @return [::Integer]
2579
2600
  # Specifies a separate client (e.g. browser client) maximum TTL. This is used to clamp the max-age (or Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used for the response max-age directive, along with a "public" directive. For cacheable content in CACHE_ALL_STATIC mode, client_ttl clamps the max-age from the origin (if specified), or else sets the response max-age directive to the lesser of the client_ttl and default_ttl, and also ensures a "public" cache-control directive is present. If a client TTL is not specified, a default value (1 hour) will be used. The maximum allowed value is 86400s (1 day).
@@ -2719,11 +2740,13 @@ module Google
2719
2740
  # @return [::String]
2720
2741
  # [Output Only] Type of resource. Always compute#backendService for backend services.
2721
2742
  # @!attribute [rw] load_balancing_scheme
2722
- # @return [::Google::Cloud::Compute::V1::BackendService::LoadBalancingScheme]
2743
+ # @return [::String]
2723
2744
  # 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.
2745
+ # Check the LoadBalancingScheme enum for the list of possible values.
2724
2746
  # @!attribute [rw] locality_lb_policy
2725
- # @return [::Google::Cloud::Compute::V1::BackendService::LocalityLbPolicy]
2747
+ # @return [::String]
2726
2748
  # The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824 This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED. If sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH, session affinity settings will not take effect. Only the default ROUND_ROBIN policy is supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
2749
+ # Check the LocalityLbPolicy enum for the list of possible values.
2727
2750
  # @!attribute [rw] log_config
2728
2751
  # @return [::Google::Cloud::Compute::V1::BackendServiceLogConfig]
2729
2752
  # This field denotes the logging options for the load balancer traffic served by this backend service. If logging is enabled, logs will be exported to Stackdriver.
@@ -2746,8 +2769,9 @@ module Google
2746
2769
  # @return [::String]
2747
2770
  # A named port on a backend instance group representing the port for communication to the backend VMs in that group. The named port must be [defined on each backend instance group](https://cloud.google.com/load-balancing/docs/backend-service#named_ports). This parameter has no meaning if the backends are NEGs. For Internal TCP/UDP Load Balancing and Network Load Balancing, omit port_name.
2748
2771
  # @!attribute [rw] protocol
2749
- # @return [::Google::Cloud::Compute::V1::BackendService::Protocol]
2772
+ # @return [::String]
2750
2773
  # The protocol this BackendService uses to communicate with backends. Possible values are HTTP, HTTPS, HTTP2, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer to the documentation for the load balancers or for Traffic Director for more information. Must be set to GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy.
2774
+ # Check the Protocol enum for the list of possible values.
2751
2775
  # @!attribute [rw] region
2752
2776
  # @return [::String]
2753
2777
  # [Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
@@ -2761,8 +2785,9 @@ module Google
2761
2785
  # @return [::String]
2762
2786
  # [Output Only] Server-defined URL for the resource.
2763
2787
  # @!attribute [rw] session_affinity
2764
- # @return [::Google::Cloud::Compute::V1::BackendService::SessionAffinity]
2788
+ # @return [::String]
2765
2789
  # Type of session affinity to use. The default is NONE. For a detailed description of session affinity options, see: [Session affinity](https://cloud.google.com/load-balancing/docs/backend-service#session_affinity). Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
2790
+ # Check the SessionAffinity enum for the list of possible values.
2766
2791
  # @!attribute [rw] subsetting
2767
2792
  # @return [::Google::Cloud::Compute::V1::Subsetting]
2768
2793
  # @!attribute [rw] timeout_sec
@@ -2918,8 +2943,9 @@ module Google
2918
2943
  # @return [::Google::Cloud::Compute::V1::CacheKeyPolicy]
2919
2944
  # The CacheKeyPolicy for this CdnPolicy.
2920
2945
  # @!attribute [rw] cache_mode
2921
- # @return [::Google::Cloud::Compute::V1::BackendServiceCdnPolicy::CacheMode]
2946
+ # @return [::String]
2922
2947
  # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
2948
+ # Check the CacheMode enum for the list of possible values.
2923
2949
  # @!attribute [rw] client_ttl
2924
2950
  # @return [::Integer]
2925
2951
  # Specifies a separate client (e.g. browser client) maximum TTL. This is used to clamp the max-age (or Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used for the response max-age directive, along with a "public" directive. For cacheable content in CACHE_ALL_STATIC mode, client_ttl clamps the max-age from the origin (if specified), or else sets the response max-age directive to the lesser of the client_ttl and default_ttl, and also ensures a "public" cache-control directive is present. If a client TTL is not specified, a default value (1 hour) will be used. The maximum allowed value is 86400s (1 day).
@@ -3268,8 +3294,9 @@ module Google
3268
3294
 
3269
3295
  # Represents a regional Commitment resource. Creating a commitment resource means that you are purchasing a committed use contract with an explicit start and end time. You can create commitments based on vCPUs and memory usage and receive discounted rates. For full details, read Signing Up for Committed Use Discounts.
3270
3296
  # @!attribute [rw] category
3271
- # @return [::Google::Cloud::Compute::V1::Commitment::Category]
3297
+ # @return [::String]
3272
3298
  # The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.
3299
+ # Check the Category enum for the list of possible values.
3273
3300
  # @!attribute [rw] creation_timestamp
3274
3301
  # @return [::String]
3275
3302
  # [Output Only] Creation timestamp in RFC3339 text format.
@@ -3292,8 +3319,9 @@ module Google
3292
3319
  # @return [::String]
3293
3320
  # 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.
3294
3321
  # @!attribute [rw] plan
3295
- # @return [::Google::Cloud::Compute::V1::Commitment::Plan]
3322
+ # @return [::String]
3296
3323
  # The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).
3324
+ # Check the Plan enum for the list of possible values.
3297
3325
  # @!attribute [rw] region
3298
3326
  # @return [::String]
3299
3327
  # [Output Only] URL of the region where this commitment may be used.
@@ -3310,14 +3338,16 @@ module Google
3310
3338
  # @return [::String]
3311
3339
  # [Output Only] Commitment start time in RFC3339 text format.
3312
3340
  # @!attribute [rw] status
3313
- # @return [::Google::Cloud::Compute::V1::Commitment::Status]
3341
+ # @return [::String]
3314
3342
  # [Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.
3343
+ # Check the Status enum for the list of possible values.
3315
3344
  # @!attribute [rw] status_message
3316
3345
  # @return [::String]
3317
3346
  # [Output Only] An optional, human-readable explanation of the status.
3318
3347
  # @!attribute [rw] type
3319
- # @return [::Google::Cloud::Compute::V1::Commitment::Type]
3348
+ # @return [::String]
3320
3349
  # The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.
3350
+ # Check the Type enum for the list of possible values.
3321
3351
  class Commitment
3322
3352
  include ::Google::Protobuf::MessageExts
3323
3353
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -4993,8 +5023,9 @@ module Google
4993
5023
  # @return [::String]
4994
5024
  # The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
4995
5025
  # @!attribute [rw] state
4996
- # @return [::Google::Cloud::Compute::V1::DeprecationStatus::State]
5026
+ # @return [::String]
4997
5027
  # The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
5028
+ # Check the State enum for the list of possible values.
4998
5029
  class DeprecationStatus
4999
5030
  include ::Google::Protobuf::MessageExts
5000
5031
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -5199,8 +5230,9 @@ module Google
5199
5230
  # @return [::String]
5200
5231
  # The full Google Cloud Storage URI where the disk image is stored. This file must be a gzip-compressed tarball whose name ends in .tar.gz or virtual machine disk whose name ends in vmdk. Valid URIs may start with gs:// or https://storage.googleapis.com/. This flag is not optimized for creating multiple disks from a source storage object. To create many disks from a source storage object, use gcloud compute images import instead.
5201
5232
  # @!attribute [rw] status
5202
- # @return [::Google::Cloud::Compute::V1::Disk::Status]
5233
+ # @return [::String]
5203
5234
  # [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.
5235
+ # Check the Status enum for the list of possible values.
5204
5236
  # @!attribute [rw] type
5205
5237
  # @return [::String]
5206
5238
  # URL of the disk type resource describing which disk type to use to create the disk. Provide this when creating the disk. For example: projects/project /zones/zone/diskTypes/pd-ssd . See Persistent disk types.
@@ -5291,8 +5323,9 @@ module Google
5291
5323
  # @return [::String]
5292
5324
  # Specifies the device name of the disk to which the configurations apply to.
5293
5325
  # @!attribute [rw] instantiate_from
5294
- # @return [::Google::Cloud::Compute::V1::DiskInstantiationConfig::InstantiateFrom]
5326
+ # @return [::String]
5295
5327
  # Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks.
5328
+ # Check the InstantiateFrom enum for the list of possible values.
5296
5329
  class DiskInstantiationConfig
5297
5330
  include ::Google::Protobuf::MessageExts
5298
5331
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -5514,8 +5547,9 @@ module Google
5514
5547
  end
5515
5548
 
5516
5549
  # @!attribute [rw] target_shape
5517
- # @return [::Google::Cloud::Compute::V1::DistributionPolicy::TargetShape]
5550
+ # @return [::String]
5518
5551
  # The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
5552
+ # Check the TargetShape enum for the list of possible values.
5519
5553
  # @!attribute [rw] zones
5520
5554
  # @return [::Array<::Google::Cloud::Compute::V1::DistributionPolicyZoneConfiguration>]
5521
5555
  # Zones where the regional managed instance group will create and manage its instances.
@@ -5622,8 +5656,9 @@ module Google
5622
5656
  # @return [::Integer]
5623
5657
  # The priority of the peering route.
5624
5658
  # @!attribute [rw] type
5625
- # @return [::Google::Cloud::Compute::V1::ExchangedPeeringRoute::Type]
5659
+ # @return [::String]
5626
5660
  # The type of the peering route.
5661
+ # Check the Type enum for the list of possible values.
5627
5662
  class ExchangedPeeringRoute
5628
5663
  include ::Google::Protobuf::MessageExts
5629
5664
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -5732,8 +5767,9 @@ module Google
5732
5767
  # @return [::String]
5733
5768
  # 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.
5734
5769
  # @!attribute [rw] redundancy_type
5735
- # @return [::Google::Cloud::Compute::V1::ExternalVpnGateway::RedundancyType]
5770
+ # @return [::String]
5736
5771
  # Indicates the user-supplied redundancy type of this external VPN gateway.
5772
+ # Check the RedundancyType enum for the list of possible values.
5737
5773
  # @!attribute [rw] self_link
5738
5774
  # @return [::String]
5739
5775
  # [Output Only] Server-defined URL for the resource.
@@ -5808,8 +5844,9 @@ module Google
5808
5844
  # @return [::String]
5809
5845
  # The raw content in the secure keys file.
5810
5846
  # @!attribute [rw] file_type
5811
- # @return [::Google::Cloud::Compute::V1::FileContentBuffer::FileType]
5847
+ # @return [::String]
5812
5848
  # The file type of source file.
5849
+ # Check the FileType enum for the list of possible values.
5813
5850
  class FileContentBuffer
5814
5851
  include ::Google::Protobuf::MessageExts
5815
5852
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -5844,8 +5881,9 @@ module Google
5844
5881
  # @return [::Array<::String>]
5845
5882
  # 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.
5846
5883
  # @!attribute [rw] direction
5847
- # @return [::Google::Cloud::Compute::V1::Firewall::Direction]
5884
+ # @return [::String]
5848
5885
  # Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `INGRESS` traffic, you cannot specify the destinationRanges field, and for `EGRESS` traffic, you cannot specify the sourceRanges or sourceTags fields.
5886
+ # Check the Direction enum for the list of possible values.
5849
5887
  # @!attribute [rw] disabled
5850
5888
  # @return [::Boolean]
5851
5889
  # Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.
@@ -5931,8 +5969,9 @@ module Google
5931
5969
  # @return [::Boolean]
5932
5970
  # This field denotes whether to enable logging for a particular firewall rule.
5933
5971
  # @!attribute [rw] metadata
5934
- # @return [::Google::Cloud::Compute::V1::FirewallLogConfig::Metadata]
5972
+ # @return [::String]
5935
5973
  # This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.
5974
+ # Check the Metadata enum for the list of possible values.
5936
5975
  class FirewallLogConfig
5937
5976
  include ::Google::Protobuf::MessageExts
5938
5977
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -6055,8 +6094,9 @@ module Google
6055
6094
  # @return [::String]
6056
6095
  # An optional description for this resource.
6057
6096
  # @!attribute [rw] direction
6058
- # @return [::Google::Cloud::Compute::V1::FirewallPolicyRule::Direction]
6097
+ # @return [::String]
6059
6098
  # The direction in which this rule applies.
6099
+ # Check the Direction enum for the list of possible values.
6060
6100
  # @!attribute [rw] disabled
6061
6101
  # @return [::Boolean]
6062
6102
  # Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
@@ -6142,8 +6182,9 @@ module Google
6142
6182
  # @return [::String]
6143
6183
  # IP address that this forwarding rule serves. When a client sends traffic to this IP address, the forwarding rule directs the traffic to the target that you specify in the forwarding rule. If you don't specify a reserved IP address, an ephemeral IP address is assigned. Methods for specifying an IP address: * IPv4 dotted decimal, as in `100.1.2.3` * Full URL, as in https://www.googleapis.com/compute/v1/projects/project_id/regions/region /addresses/address-name * Partial URL or by name, as in: - projects/project_id/regions/region/addresses/address-name - regions/region/addresses/address-name - global/addresses/address-name - address-name The loadBalancingScheme and the forwarding rule's target determine the type of IP address that you can use. For detailed information, see [IP address specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). Must be set to `0.0.0.0` when the target is targetGrpcProxy that has validateForProxyless field set to true. For Private Service Connect forwarding rules that forward traffic to Google APIs, IP address must be provided.
6144
6184
  # @!attribute [rw] I_p_protocol
6145
- # @return [::Google::Cloud::Compute::V1::ForwardingRule::IPProtocol]
6185
+ # @return [::String]
6146
6186
  # The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).
6187
+ # Check the IPProtocolEnum enum for the list of possible values.
6147
6188
  # @!attribute [rw] all_ports
6148
6189
  # @return [::Boolean]
6149
6190
  # This field is used along with the backend_service field for Internal TCP/UDP Load Balancing or Network Load Balancing, or with the target field for internal and external TargetInstance. You can only use one of ports and port_range, or allPorts. The three are mutually exclusive. For TCP, UDP and SCTP traffic, packets addressed to any ports will be forwarded to the target or backendService.
@@ -6166,8 +6207,9 @@ module Google
6166
6207
  # @return [::Integer]
6167
6208
  # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
6168
6209
  # @!attribute [rw] ip_version
6169
- # @return [::Google::Cloud::Compute::V1::ForwardingRule::IpVersion]
6210
+ # @return [::String]
6170
6211
  # The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6. This can only be specified for an external global forwarding rule.
6212
+ # Check the IpVersion enum for the list of possible values.
6171
6213
  # @!attribute [rw] is_mirroring_collector
6172
6214
  # @return [::Boolean]
6173
6215
  # Indicates whether or not this load balancer can be used as a collector for packet mirroring. To prevent mirroring loops, instances behind this load balancer will not have their traffic mirrored even if a PacketMirroring rule applies to them. This can only be set to true for load balancers that have their loadBalancingScheme set to INTERNAL.
@@ -6181,8 +6223,9 @@ module Google
6181
6223
  # @return [::Google::Protobuf::Map{::String => ::String}]
6182
6224
  # Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
6183
6225
  # @!attribute [rw] load_balancing_scheme
6184
- # @return [::Google::Cloud::Compute::V1::ForwardingRule::LoadBalancingScheme]
6226
+ # @return [::String]
6185
6227
  # Specifies the forwarding rule type. For more information about forwarding rules, refer to Forwarding rule concepts.
6228
+ # Check the LoadBalancingScheme enum for the list of possible values.
6186
6229
  # @!attribute [rw] metadata_filters
6187
6230
  # @return [::Array<::Google::Cloud::Compute::V1::MetadataFilter>]
6188
6231
  # Opaque filter criteria used by load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to load balancer, xDS clients present node metadata. When there is a match, the relevant configuration is made available to those proxies. Otherwise, all the resources (e.g. TargetHttpProxy, UrlMap) referenced by the ForwardingRule are not visible to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadataFilters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here will be applifed before those specified in the UrlMap that this ForwardingRule references. metadataFilters only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED.
@@ -6193,8 +6236,9 @@ module Google
6193
6236
  # @return [::String]
6194
6237
  # This field is not used for external load balancing. For Internal TCP/UDP Load Balancing, this field identifies the network that the load balanced IP should belong to for this Forwarding Rule. If this field is not specified, the default network will be used. For Private Service Connect forwarding rules that forward traffic to Google APIs, a network must be provided.
6195
6238
  # @!attribute [rw] network_tier
6196
- # @return [::Google::Cloud::Compute::V1::ForwardingRule::NetworkTier]
6239
+ # @return [::String]
6197
6240
  # This signifies the networking tier used for configuring this load balancer and can only take the following values: PREMIUM, STANDARD. For regional ForwardingRule, the valid values are PREMIUM and STANDARD. For GlobalForwardingRule, the valid value is PREMIUM. If this field is not specified, it is assumed to be PREMIUM. If IPAddress is specified, this value must be equal to the networkTier of the Address.
6241
+ # Check the NetworkTier enum for the list of possible values.
6198
6242
  # @!attribute [rw] port_range
6199
6243
  # @return [::String]
6200
6244
  # This field can be used only if: - Load balancing scheme is one of EXTERNAL, INTERNAL_SELF_MANAGED or INTERNAL_MANAGED - IPProtocol is one of TCP, UDP, or SCTP. Packets addressed to ports in the specified range will be forwarded to target or backend_service. You can only use one of ports, port_range, or allPorts. The three are mutually exclusive. Forwarding rules with the same [IPAddress, IPProtocol] pair must have disjoint ports. Some types of forwarding target have constraints on the acceptable ports. For more information, see [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#port_specifications). @pattern: \\d+(?:-\\d+)?
@@ -6205,7 +6249,8 @@ module Google
6205
6249
  # @return [::Integer]
6206
6250
  # [Output Only] The PSC connection id of the PSC Forwarding Rule.
6207
6251
  # @!attribute [rw] psc_connection_status
6208
- # @return [::Google::Cloud::Compute::V1::ForwardingRule::PscConnectionStatus]
6252
+ # @return [::String]
6253
+ # Check the PscConnectionStatus enum for the list of possible values.
6209
6254
  # @!attribute [rw] region
6210
6255
  # @return [::String]
6211
6256
  # [Output Only] URL of the region where the regional forwarding rule resides. This field is not applicable to global forwarding rules. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
@@ -6240,9 +6285,9 @@ module Google
6240
6285
  end
6241
6286
 
6242
6287
  # The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).
6243
- module IPProtocol
6288
+ module IPProtocolEnum
6244
6289
  # A value indicating that the enum field is not set.
6245
- UNDEFINED_I_P_PROTOCOL = 0
6290
+ UNDEFINED_I_P_PROTOCOL_ENUM = 0
6246
6291
 
6247
6292
  AH = 2087
6248
6293
 
@@ -6419,8 +6464,9 @@ module Google
6419
6464
  # @return [::String]
6420
6465
  # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.
6421
6466
  # @!attribute [rw] port_specification
6422
- # @return [::Google::Cloud::Compute::V1::GRPCHealthCheck::PortSpecification]
6467
+ # @return [::String]
6423
6468
  # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, gRPC health check follows behavior specified in port and portName fields.
6469
+ # Check the PortSpecification enum for the list of possible values.
6424
6470
  class GRPCHealthCheck
6425
6471
  include ::Google::Protobuf::MessageExts
6426
6472
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -8172,8 +8218,9 @@ module Google
8172
8218
 
8173
8219
  # Guest OS features.
8174
8220
  # @!attribute [rw] type
8175
- # @return [::Google::Cloud::Compute::V1::GuestOsFeature::Type]
8221
+ # @return [::String]
8176
8222
  # The ID of a supported feature. Read Enabling guest operating system features to see a list of available options.
8223
+ # Check the Type enum for the list of possible values.
8177
8224
  class GuestOsFeature
8178
8225
  include ::Google::Protobuf::MessageExts
8179
8226
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -8211,11 +8258,13 @@ module Google
8211
8258
  # @return [::String]
8212
8259
  # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
8213
8260
  # @!attribute [rw] port_specification
8214
- # @return [::Google::Cloud::Compute::V1::HTTP2HealthCheck::PortSpecification]
8261
+ # @return [::String]
8215
8262
  # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTP2 health check follows behavior specified in port and portName fields.
8263
+ # Check the PortSpecification enum for the list of possible values.
8216
8264
  # @!attribute [rw] proxy_header
8217
- # @return [::Google::Cloud::Compute::V1::HTTP2HealthCheck::ProxyHeader]
8265
+ # @return [::String]
8218
8266
  # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
8267
+ # Check the ProxyHeader enum for the list of possible values.
8219
8268
  # @!attribute [rw] request_path
8220
8269
  # @return [::String]
8221
8270
  # The request path of the HTTP/2 health check request. The default value is /.
@@ -8262,11 +8311,13 @@ module Google
8262
8311
  # @return [::String]
8263
8312
  # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
8264
8313
  # @!attribute [rw] port_specification
8265
- # @return [::Google::Cloud::Compute::V1::HTTPHealthCheck::PortSpecification]
8314
+ # @return [::String]
8266
8315
  # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTP health check follows behavior specified in port and portName fields.
8316
+ # Check the PortSpecification enum for the list of possible values.
8267
8317
  # @!attribute [rw] proxy_header
8268
- # @return [::Google::Cloud::Compute::V1::HTTPHealthCheck::ProxyHeader]
8318
+ # @return [::String]
8269
8319
  # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
8320
+ # Check the ProxyHeader enum for the list of possible values.
8270
8321
  # @!attribute [rw] request_path
8271
8322
  # @return [::String]
8272
8323
  # The request path of the HTTP health check request. The default value is /.
@@ -8313,11 +8364,13 @@ module Google
8313
8364
  # @return [::String]
8314
8365
  # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
8315
8366
  # @!attribute [rw] port_specification
8316
- # @return [::Google::Cloud::Compute::V1::HTTPSHealthCheck::PortSpecification]
8367
+ # @return [::String]
8317
8368
  # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, HTTPS health check follows behavior specified in port and portName fields.
8369
+ # Check the PortSpecification enum for the list of possible values.
8318
8370
  # @!attribute [rw] proxy_header
8319
- # @return [::Google::Cloud::Compute::V1::HTTPSHealthCheck::ProxyHeader]
8371
+ # @return [::String]
8320
8372
  # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
8373
+ # Check the ProxyHeader enum for the list of possible values.
8321
8374
  # @!attribute [rw] request_path
8322
8375
  # @return [::String]
8323
8376
  # The request path of the HTTPS health check request. The default value is /.
@@ -8401,8 +8454,9 @@ module Google
8401
8454
  # @return [::Integer]
8402
8455
  # How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.
8403
8456
  # @!attribute [rw] type
8404
- # @return [::Google::Cloud::Compute::V1::HealthCheck::Type]
8457
+ # @return [::String]
8405
8458
  # Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2. If not specified, the default is TCP. Exactly one of the protocol-specific health check field must be specified, which must match type field.
8459
+ # Check the Type enum for the list of possible values.
8406
8460
  # @!attribute [rw] unhealthy_threshold
8407
8461
  # @return [::Integer]
8408
8462
  # A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.
@@ -8486,8 +8540,9 @@ module Google
8486
8540
  # @return [::Array<::String>]
8487
8541
  # A list of URLs to the HealthCheck resources. Must have at least one HealthCheck, and not more than 10. HealthCheck resources must have portSpecification=USE_SERVING_PORT or portSpecification=USE_FIXED_PORT. For regional HealthCheckService, the HealthCheck must be regional and in the same region. For global HealthCheckService, HealthCheck must be global. Mix of regional and global HealthChecks is not supported. Multiple regional HealthChecks must belong to the same region. Regional HealthChecks must belong to the same region as zones of NEGs.
8488
8542
  # @!attribute [rw] health_status_aggregation_policy
8489
- # @return [::Google::Cloud::Compute::V1::HealthCheckService::HealthStatusAggregationPolicy]
8543
+ # @return [::String]
8490
8544
  # Optional. Policy for how the results from multiple health checks for the same endpoint are aggregated. Defaults to NO_AGGREGATION if unspecified. - NO_AGGREGATION. An EndpointHealth message is returned for each pair in the health check service. - AND. If any health check of an endpoint reports UNHEALTHY, then UNHEALTHY is the HealthState of the endpoint. If all health checks report HEALTHY, the HealthState of the endpoint is HEALTHY. .
8545
+ # Check the HealthStatusAggregationPolicy enum for the list of possible values.
8491
8546
  # @!attribute [rw] id
8492
8547
  # @return [::Integer]
8493
8548
  # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
@@ -8613,8 +8668,9 @@ module Google
8613
8668
  # @return [::String]
8614
8669
  # A forwarding rule IP address assigned to this instance.
8615
8670
  # @!attribute [rw] health_state
8616
- # @return [::Google::Cloud::Compute::V1::HealthStatus::HealthState]
8671
+ # @return [::String]
8617
8672
  # Health state of the instance.
8673
+ # Check the HealthState enum for the list of possible values.
8618
8674
  # @!attribute [rw] instance
8619
8675
  # @return [::String]
8620
8676
  # URL of the instance resource.
@@ -8627,7 +8683,8 @@ module Google
8627
8683
  # @!attribute [rw] weight
8628
8684
  # @return [::String]
8629
8685
  # @!attribute [rw] weight_error
8630
- # @return [::Google::Cloud::Compute::V1::HealthStatus::WeightError]
8686
+ # @return [::String]
8687
+ # Check the WeightError enum for the list of possible values.
8631
8688
  class HealthStatus
8632
8689
  include ::Google::Protobuf::MessageExts
8633
8690
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -8682,8 +8739,9 @@ module Google
8682
8739
  # @return [::Google::Cloud::Compute::V1::HealthCheckServiceReference]
8683
8740
  # URL of the health check service associated with the health state of the network endpoint.
8684
8741
  # @!attribute [rw] health_state
8685
- # @return [::Google::Cloud::Compute::V1::HealthStatusForNetworkEndpoint::HealthState]
8742
+ # @return [::String]
8686
8743
  # Health state of the network endpoint determined based on the health checks configured.
8744
+ # Check the HealthState enum for the list of possible values.
8687
8745
  class HealthStatusForNetworkEndpoint
8688
8746
  include ::Google::Protobuf::MessageExts
8689
8747
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -8849,8 +8907,9 @@ module Google
8849
8907
  # @return [::String]
8850
8908
  # The prefix that replaces the prefixMatch specified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting the request. prefixRedirect cannot be supplied together with pathRedirect. Supply one alone or neither. If neither is supplied, the path of the original request will be used for the redirect. The value must be between 1 and 1024 characters.
8851
8909
  # @!attribute [rw] redirect_response_code
8852
- # @return [::Google::Cloud::Compute::V1::HttpRedirectAction::RedirectResponseCode]
8910
+ # @return [::String]
8853
8911
  # The HTTP Status code to use for this RedirectAction. Supported values are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which corresponds to 302. - SEE_OTHER which corresponds to 303. - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request method will be retained. - PERMANENT_REDIRECT, which corresponds to 308. In this case, the request method will be retained.
8912
+ # Check the RedirectResponseCode enum for the list of possible values.
8854
8913
  # @!attribute [rw] strip_query
8855
8914
  # @return [::Boolean]
8856
8915
  # If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion of the original URL is retained. The default is set to false.
@@ -9064,11 +9123,13 @@ module Google
9064
9123
  # @return [::String]
9065
9124
  # [Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name.
9066
9125
  # @!attribute [rw] source_type
9067
- # @return [::Google::Cloud::Compute::V1::Image::SourceType]
9126
+ # @return [::String]
9068
9127
  # The type of the image used to create this disk. The default and only value is RAW
9128
+ # Check the SourceType enum for the list of possible values.
9069
9129
  # @!attribute [rw] status
9070
- # @return [::Google::Cloud::Compute::V1::Image::Status]
9130
+ # @return [::String]
9071
9131
  # [Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
9132
+ # Check the Status enum for the list of possible values.
9072
9133
  # @!attribute [rw] storage_locations
9073
9134
  # @return [::Array<::String>]
9074
9135
  # Cloud Storage bucket storage location of the image (regional or multi-regional).
@@ -10291,8 +10352,9 @@ module Google
10291
10352
  # @return [::Array<::Google::Cloud::Compute::V1::NetworkInterface>]
10292
10353
  # An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.
10293
10354
  # @!attribute [rw] private_ipv6_google_access
10294
- # @return [::Google::Cloud::Compute::V1::Instance::PrivateIpv6GoogleAccess]
10355
+ # @return [::String]
10295
10356
  # The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.
10357
+ # Check the PrivateIpv6GoogleAccess enum for the list of possible values.
10296
10358
  # @!attribute [rw] reservation_affinity
10297
10359
  # @return [::Google::Cloud::Compute::V1::ReservationAffinity]
10298
10360
  # Specifies the reservations that this instance can consume from.
@@ -10319,8 +10381,9 @@ module Google
10319
10381
  # @return [::Boolean]
10320
10382
  # [Output Only] Whether a VM has been restricted for start because Compute Engine has detected suspicious activity.
10321
10383
  # @!attribute [rw] status
10322
- # @return [::Google::Cloud::Compute::V1::Instance::Status]
10384
+ # @return [::String]
10323
10385
  # [Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see Instance life cycle.
10386
+ # Check the Status enum for the list of possible values.
10324
10387
  # @!attribute [rw] status_message
10325
10388
  # @return [::String]
10326
10389
  # [Output Only] An optional, human-readable explanation of the status.
@@ -10800,7 +10863,7 @@ module Google
10800
10863
  # InstanceGroupManagers.applyUpdatesToInstances
10801
10864
  # @!attribute [rw] all_instances
10802
10865
  # @return [::Boolean]
10803
- # Flag to update all instances instead of specified list of ���instances���. If the flag is set to true then the instances may not be specified in the request.
10866
+ # Flag to update all instances instead of specified list of instances”. If the flag is set to true then the instances may not be specified in the request.
10804
10867
  # @!attribute [rw] instances
10805
10868
  # @return [::Array<::String>]
10806
10869
  # The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
@@ -10968,8 +11031,9 @@ module Google
10968
11031
  end
10969
11032
 
10970
11033
  # @!attribute [rw] instance_state
10971
- # @return [::Google::Cloud::Compute::V1::InstanceGroupsListInstancesRequest::InstanceState]
11034
+ # @return [::String]
10972
11035
  # A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state.
11036
+ # Check the InstanceState enum for the list of possible values.
10973
11037
  class InstanceGroupsListInstancesRequest
10974
11038
  include ::Google::Protobuf::MessageExts
10975
11039
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -11080,8 +11144,9 @@ module Google
11080
11144
  end
11081
11145
 
11082
11146
  # @!attribute [rw] action
11083
- # @return [::Google::Cloud::Compute::V1::InstanceManagedByIgmErrorInstanceActionDetails::Action]
11147
+ # @return [::String]
11084
11148
  # [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
11149
+ # Check the Action enum for the list of possible values.
11085
11150
  # @!attribute [rw] instance
11086
11151
  # @return [::String]
11087
11152
  # [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
@@ -11182,8 +11247,9 @@ module Google
11182
11247
  # @return [::Array<::Google::Cloud::Compute::V1::NetworkInterface>]
11183
11248
  # An array of network access configurations for this interface.
11184
11249
  # @!attribute [rw] private_ipv6_google_access
11185
- # @return [::Google::Cloud::Compute::V1::InstanceProperties::PrivateIpv6GoogleAccess]
11250
+ # @return [::String]
11186
11251
  # The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default.
11252
+ # Check the PrivateIpv6GoogleAccess enum for the list of possible values.
11187
11253
  # @!attribute [rw] reservation_affinity
11188
11254
  # @return [::Google::Cloud::Compute::V1::ReservationAffinity]
11189
11255
  # Specifies the reservations that instances can consume from.
@@ -11302,8 +11368,9 @@ module Google
11302
11368
  # @return [::Array<::Google::Cloud::Compute::V1::NamedPort>]
11303
11369
  # [Output Only] The named ports that belong to this instance group.
11304
11370
  # @!attribute [rw] status
11305
- # @return [::Google::Cloud::Compute::V1::InstanceWithNamedPorts::Status]
11371
+ # @return [::String]
11306
11372
  # [Output Only] The status of the instance.
11373
+ # Check the Status enum for the list of possible values.
11307
11374
  class InstanceWithNamedPorts
11308
11375
  include ::Google::Protobuf::MessageExts
11309
11376
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -11377,8 +11444,9 @@ module Google
11377
11444
  # @return [::String]
11378
11445
  # [Output Only] The short name of the firewall policy.
11379
11446
  # @!attribute [rw] type
11380
- # @return [::Google::Cloud::Compute::V1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Type]
11447
+ # @return [::String]
11381
11448
  # [Output Only] The type of the firewall policy.
11449
+ # Check the Type enum for the list of possible values.
11382
11450
  class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
11383
11451
  include ::Google::Protobuf::MessageExts
11384
11452
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -11519,14 +11587,16 @@ module Google
11519
11587
  # @return [::Array<::String>]
11520
11588
  # [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
11521
11589
  # @!attribute [rw] interconnect_type
11522
- # @return [::Google::Cloud::Compute::V1::Interconnect::InterconnectType]
11590
+ # @return [::String]
11523
11591
  # Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
11592
+ # Check the InterconnectType enum for the list of possible values.
11524
11593
  # @!attribute [rw] kind
11525
11594
  # @return [::String]
11526
11595
  # [Output Only] Type of the resource. Always compute#interconnect for interconnects.
11527
11596
  # @!attribute [rw] link_type
11528
- # @return [::Google::Cloud::Compute::V1::Interconnect::LinkType]
11597
+ # @return [::String]
11529
11598
  # Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.
11599
+ # Check the LinkType enum for the list of possible values.
11530
11600
  # @!attribute [rw] location
11531
11601
  # @return [::String]
11532
11602
  # URL of the InterconnectLocation object that represents where this connection is to be provisioned.
@@ -11537,8 +11607,9 @@ module Google
11537
11607
  # @return [::String]
11538
11608
  # Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Stackdriver logs alerting and Cloud Notifications.
11539
11609
  # @!attribute [rw] operational_status
11540
- # @return [::Google::Cloud::Compute::V1::Interconnect::OperationalStatus]
11610
+ # @return [::String]
11541
11611
  # [Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
11612
+ # Check the OperationalStatus enum for the list of possible values.
11542
11613
  # @!attribute [rw] peer_ip_address
11543
11614
  # @return [::String]
11544
11615
  # [Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
@@ -11555,8 +11626,9 @@ module Google
11555
11626
  # @return [::String]
11556
11627
  # [Output Only] Server-defined URL for the resource.
11557
11628
  # @!attribute [rw] state
11558
- # @return [::Google::Cloud::Compute::V1::Interconnect::State]
11629
+ # @return [::String]
11559
11630
  # [Output Only] The current state of Interconnect functionality, which can take one of the following values: - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
11631
+ # Check the State enum for the list of possible values.
11560
11632
  class Interconnect
11561
11633
  include ::Google::Protobuf::MessageExts
11562
11634
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -11618,8 +11690,9 @@ module Google
11618
11690
  # @return [::Boolean]
11619
11691
  # Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER.
11620
11692
  # @!attribute [rw] bandwidth
11621
- # @return [::Google::Cloud::Compute::V1::InterconnectAttachment::Bandwidth]
11693
+ # @return [::String]
11622
11694
  # Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
11695
+ # Check the Bandwidth enum for the list of possible values.
11623
11696
  # @!attribute [rw] candidate_subnets
11624
11697
  # @return [::Array<::String>]
11625
11698
  # Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
@@ -11639,11 +11712,13 @@ module Google
11639
11712
  # @return [::String]
11640
11713
  # An optional description of this resource.
11641
11714
  # @!attribute [rw] edge_availability_domain
11642
- # @return [::Google::Cloud::Compute::V1::InterconnectAttachment::EdgeAvailabilityDomain]
11715
+ # @return [::String]
11643
11716
  # Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
11717
+ # Check the EdgeAvailabilityDomain enum for the list of possible values.
11644
11718
  # @!attribute [rw] encryption
11645
- # @return [::Google::Cloud::Compute::V1::InterconnectAttachment::Encryption]
11719
+ # @return [::String]
11646
11720
  # Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *IPsec-encrypted Cloud Interconnect*, the VLAN attachment must be created with this option. Not currently available publicly.
11721
+ # Check the Encryption enum for the list of possible values.
11647
11722
  # @!attribute [rw] google_reference_id
11648
11723
  # @return [::String]
11649
11724
  # [Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used.
@@ -11666,8 +11741,9 @@ module Google
11666
11741
  # @return [::String]
11667
11742
  # 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.
11668
11743
  # @!attribute [rw] operational_status
11669
- # @return [::Google::Cloud::Compute::V1::InterconnectAttachment::OperationalStatus]
11744
+ # @return [::String]
11670
11745
  # [Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.
11746
+ # Check the OperationalStatus enum for the list of possible values.
11671
11747
  # @!attribute [rw] pairing_key
11672
11748
  # @return [::String]
11673
11749
  # [Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. Of the form "XXXXX/region/domain"
@@ -11693,11 +11769,13 @@ module Google
11693
11769
  # @return [::String]
11694
11770
  # [Output Only] Server-defined URL for the resource.
11695
11771
  # @!attribute [rw] state
11696
- # @return [::Google::Cloud::Compute::V1::InterconnectAttachment::State]
11772
+ # @return [::String]
11697
11773
  # [Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: The attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. - DEFUNCT: The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was removed, or because the other side of a Partner attachment was deleted.
11774
+ # Check the State enum for the list of possible values.
11698
11775
  # @!attribute [rw] type
11699
- # @return [::Google::Cloud::Compute::V1::InterconnectAttachment::Type]
11776
+ # @return [::String]
11700
11777
  # The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.
11778
+ # Check the Type enum for the list of possible values.
11701
11779
  # @!attribute [rw] vlan_tag8021q
11702
11780
  # @return [::Integer]
11703
11781
  # The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. Only specified at creation time.
@@ -11968,8 +12046,9 @@ module Google
11968
12046
  # @return [::String]
11969
12047
  # System ID of the port on the neighbor's side of the LACP exchange.
11970
12048
  # @!attribute [rw] state
11971
- # @return [::Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkLACPStatus::State]
12049
+ # @return [::String]
11972
12050
  # The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.
12051
+ # Check the State enum for the list of possible values.
11973
12052
  class InterconnectDiagnosticsLinkLACPStatus
11974
12053
  include ::Google::Protobuf::MessageExts
11975
12054
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -11988,8 +12067,9 @@ module Google
11988
12067
  end
11989
12068
 
11990
12069
  # @!attribute [rw] state
11991
- # @return [::Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkOpticalPower::State]
12070
+ # @return [::String]
11992
12071
  # The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold.
12072
+ # Check the State enum for the list of possible values.
11993
12073
  # @!attribute [rw] value
11994
12074
  # @return [::Float]
11995
12075
  # Value of the current receiving or transmitting optical power, read in dBm. Take a known good optical value, give it a 10% margin and trigger warnings relative to that value. In general, a -7dBm warning and a -11dBm alarm are good optical value estimates for most links.
@@ -12076,8 +12156,9 @@ module Google
12076
12156
  # @return [::String]
12077
12157
  # [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
12078
12158
  # @!attribute [rw] continent
12079
- # @return [::Google::Cloud::Compute::V1::InterconnectLocation::Continent]
12159
+ # @return [::String]
12080
12160
  # [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
12161
+ # Check the Continent enum for the list of possible values.
12081
12162
  # @!attribute [rw] creation_timestamp
12082
12163
  # @return [::String]
12083
12164
  # [Output Only] Creation timestamp in RFC3339 text format.
@@ -12109,8 +12190,9 @@ module Google
12109
12190
  # @return [::String]
12110
12191
  # [Output Only] Server-defined URL for the resource.
12111
12192
  # @!attribute [rw] status
12112
- # @return [::Google::Cloud::Compute::V1::InterconnectLocation::Status]
12193
+ # @return [::String]
12113
12194
  # [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
12195
+ # Check the Status enum for the list of possible values.
12114
12196
  # @!attribute [rw] supports_pzs
12115
12197
  # @return [::Boolean]
12116
12198
  # [Output Only] Set to true for locations that support physical zone separation. Defaults to false if the field is not present.
@@ -12186,8 +12268,9 @@ module Google
12186
12268
  # @return [::Integer]
12187
12269
  # Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
12188
12270
  # @!attribute [rw] location_presence
12189
- # @return [::Google::Cloud::Compute::V1::InterconnectLocationRegionInfo::LocationPresence]
12271
+ # @return [::String]
12190
12272
  # Identifies the network presence of this location.
12273
+ # Check the LocationPresence enum for the list of possible values.
12191
12274
  # @!attribute [rw] region
12192
12275
  # @return [::String]
12193
12276
  # URL for the region of this location.
@@ -12225,20 +12308,23 @@ module Google
12225
12308
  # @return [::Integer]
12226
12309
  # Scheduled end time for the outage (milliseconds since Unix epoch).
12227
12310
  # @!attribute [rw] issue_type
12228
- # @return [::Google::Cloud::Compute::V1::InterconnectOutageNotification::IssueType]
12311
+ # @return [::String]
12229
12312
  # Form this outage is expected to take, which can take one of the following values: - OUTAGE: The Interconnect may be completely out of service for some or all of the specified window. - PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth. Note that the versions of this enum prefixed with "IT_" have been deprecated in favor of the unprefixed values.
12313
+ # Check the IssueType enum for the list of possible values.
12230
12314
  # @!attribute [rw] name
12231
12315
  # @return [::String]
12232
12316
  # Unique identifier for this outage notification.
12233
12317
  # @!attribute [rw] source
12234
- # @return [::Google::Cloud::Compute::V1::InterconnectOutageNotification::Source]
12318
+ # @return [::String]
12235
12319
  # The party that generated this notification, which can take the following value: - GOOGLE: this notification as generated by Google. Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE.
12320
+ # Check the Source enum for the list of possible values.
12236
12321
  # @!attribute [rw] start_time
12237
12322
  # @return [::Integer]
12238
12323
  # Scheduled start time for the outage (milliseconds since Unix epoch).
12239
12324
  # @!attribute [rw] state
12240
- # @return [::Google::Cloud::Compute::V1::InterconnectOutageNotification::State]
12325
+ # @return [::String]
12241
12326
  # State of this notification, which can take one of the following values: - ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling. - CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. - COMPLETED: The outage associated with this notification is complete. Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values.
12327
+ # Check the State enum for the list of possible values.
12242
12328
  class InterconnectOutageNotification
12243
12329
  include ::Google::Protobuf::MessageExts
12244
12330
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -12391,8 +12477,9 @@ module Google
12391
12477
  # @return [::String]
12392
12478
  # [Output Only] Server-defined URL for the resource.
12393
12479
  # @!attribute [rw] state
12394
- # @return [::Google::Cloud::Compute::V1::LicenseCode::State]
12480
+ # @return [::String]
12395
12481
  # [Output Only] Current state of this License Code.
12482
+ # Check the State enum for the list of possible values.
12396
12483
  # @!attribute [rw] transferable
12397
12484
  # @return [::Boolean]
12398
12485
  # [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
@@ -13653,8 +13740,9 @@ module Google
13653
13740
 
13654
13741
  # A request message for Networks.ListPeeringRoutes. See the method description for details.
13655
13742
  # @!attribute [rw] direction
13656
- # @return [::Google::Cloud::Compute::V1::ListPeeringRoutesNetworksRequest::Direction]
13743
+ # @return [::String]
13657
13744
  # The direction of the exchanged routes.
13745
+ # Check the Direction enum for the list of possible values.
13658
13746
  # @!attribute [rw] filter
13659
13747
  # @return [::String]
13660
13748
  # A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison 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`. 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) ```
@@ -14989,8 +15077,9 @@ module Google
14989
15077
  end
14990
15078
 
14991
15079
  # @!attribute [rw] preference
14992
- # @return [::Google::Cloud::Compute::V1::LocationPolicyLocation::Preference]
15080
+ # @return [::String]
14993
15081
  # Preference for a given location: ALLOW or DENY.
15082
+ # Check the Preference enum for the list of possible values.
14994
15083
  class LocationPolicyLocation
14995
15084
  include ::Google::Protobuf::MessageExts
14996
15085
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -15031,8 +15120,9 @@ module Google
15031
15120
  # @return [::Google::Cloud::Compute::V1::AuthorizationLoggingOptions]
15032
15121
  # This is deprecated and has no effect. Do not use.
15033
15122
  # @!attribute [rw] log_name
15034
- # @return [::Google::Cloud::Compute::V1::LogConfigCloudAuditOptions::LogName]
15123
+ # @return [::String]
15035
15124
  # This is deprecated and has no effect. Do not use.
15125
+ # Check the LogName enum for the list of possible values.
15036
15126
  class LogConfigCloudAuditOptions
15037
15127
  include ::Google::Protobuf::MessageExts
15038
15128
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -15082,8 +15172,9 @@ module Google
15082
15172
 
15083
15173
  # This is deprecated and has no effect. Do not use.
15084
15174
  # @!attribute [rw] log_mode
15085
- # @return [::Google::Cloud::Compute::V1::LogConfigDataAccessOptions::LogMode]
15175
+ # @return [::String]
15086
15176
  # This is deprecated and has no effect. Do not use.
15177
+ # Check the LogMode enum for the list of possible values.
15087
15178
  class LogConfigDataAccessOptions
15088
15179
  include ::Google::Protobuf::MessageExts
15089
15180
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -15227,8 +15318,9 @@ module Google
15227
15318
 
15228
15319
  # A Managed Instance resource.
15229
15320
  # @!attribute [rw] current_action
15230
- # @return [::Google::Cloud::Compute::V1::ManagedInstance::CurrentAction]
15321
+ # @return [::String]
15231
15322
  # [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. - RESTARTING The managed instance group is restarting the instance. - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. - VERIFYING The managed instance group has created the instance and it is in the process of being verified.
15323
+ # Check the CurrentAction enum for the list of possible values.
15232
15324
  # @!attribute [rw] id
15233
15325
  # @return [::Integer]
15234
15326
  # [Output only] The unique identifier for this resource. This field is empty when instance does not exist.
@@ -15239,8 +15331,9 @@ module Google
15239
15331
  # @return [::Array<::Google::Cloud::Compute::V1::ManagedInstanceInstanceHealth>]
15240
15332
  # [Output Only] Health state of the instance per health-check.
15241
15333
  # @!attribute [rw] instance_status
15242
- # @return [::Google::Cloud::Compute::V1::ManagedInstance::InstanceStatus]
15334
+ # @return [::String]
15243
15335
  # [Output Only] The status of the instance. This field is empty when the instance does not exist.
15336
+ # Check the InstanceStatus enum for the list of possible values.
15244
15337
  # @!attribute [rw] last_attempt
15245
15338
  # @return [::Google::Cloud::Compute::V1::ManagedInstanceLastAttempt]
15246
15339
  # [Output Only] Information about the last attempt to create or delete the instance.
@@ -15328,8 +15421,9 @@ module Google
15328
15421
  end
15329
15422
 
15330
15423
  # @!attribute [rw] detailed_health_state
15331
- # @return [::Google::Cloud::Compute::V1::ManagedInstanceInstanceHealth::DetailedHealthState]
15424
+ # @return [::String]
15332
15425
  # [Output Only] The current detailed instance health state.
15426
+ # Check the DetailedHealthState enum for the list of possible values.
15333
15427
  # @!attribute [rw] health_check
15334
15428
  # @return [::String]
15335
15429
  # [Output Only] The URL for the health check that verifies whether the instance is healthy.
@@ -15398,8 +15492,9 @@ module Google
15398
15492
  # @return [::Array<::Google::Cloud::Compute::V1::MetadataFilterLabelMatch>]
15399
15493
  # The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
15400
15494
  # @!attribute [rw] filter_match_criteria
15401
- # @return [::Google::Cloud::Compute::V1::MetadataFilter::FilterMatchCriteria]
15495
+ # @return [::String]
15402
15496
  # Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match. Supported values are: - MATCH_ANY: At least one of the filterLabels must have a matching label in the provided metadata. - MATCH_ALL: All filterLabels must have matching labels in the provided metadata.
15497
+ # Check the FilterMatchCriteria enum for the list of possible values.
15403
15498
  class MetadataFilter
15404
15499
  include ::Google::Protobuf::MessageExts
15405
15500
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -15599,8 +15694,9 @@ module Google
15599
15694
  # @return [::String]
15600
15695
  # The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
15601
15696
  # @!attribute [rw] network_endpoint_type
15602
- # @return [::Google::Cloud::Compute::V1::NetworkEndpointGroup::NetworkEndpointType]
15697
+ # @return [::String]
15603
15698
  # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
15699
+ # Check the NetworkEndpointType enum for the list of possible values.
15604
15700
  # @!attribute [rw] region
15605
15701
  # @return [::String]
15606
15702
  # [Output Only] The URL of the region where the network endpoint group is located.
@@ -15771,8 +15867,9 @@ module Google
15771
15867
  end
15772
15868
 
15773
15869
  # @!attribute [rw] health_status
15774
- # @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupsListEndpointsRequest::HealthStatus]
15870
+ # @return [::String]
15775
15871
  # Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.
15872
+ # Check the HealthStatus enum for the list of possible values.
15776
15873
  class NetworkEndpointGroupsListEndpointsRequest
15777
15874
  include ::Google::Protobuf::MessageExts
15778
15875
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -15846,8 +15943,9 @@ module Google
15846
15943
  # @return [::Array<::Google::Cloud::Compute::V1::AccessConfig>]
15847
15944
  # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
15848
15945
  # @!attribute [rw] ipv6_access_type
15849
- # @return [::Google::Cloud::Compute::V1::NetworkInterface::Ipv6AccessType]
15946
+ # @return [::String]
15850
15947
  # [Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6.
15948
+ # Check the Ipv6AccessType enum for the list of possible values.
15851
15949
  # @!attribute [rw] ipv6_address
15852
15950
  # @return [::String]
15853
15951
  # [Output Only] An IPv6 internal network address for this network interface.
@@ -15864,14 +15962,16 @@ module Google
15864
15962
  # @return [::String]
15865
15963
  # An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.
15866
15964
  # @!attribute [rw] nic_type
15867
- # @return [::Google::Cloud::Compute::V1::NetworkInterface::NicType]
15965
+ # @return [::String]
15868
15966
  # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
15967
+ # Check the NicType enum for the list of possible values.
15869
15968
  # @!attribute [rw] queue_count
15870
15969
  # @return [::Integer]
15871
15970
  # The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.
15872
15971
  # @!attribute [rw] stack_type
15873
- # @return [::Google::Cloud::Compute::V1::NetworkInterface::StackType]
15972
+ # @return [::String]
15874
15973
  # The stack type for this network interface to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at instance creation and update network interface operations.
15974
+ # Check the StackType enum for the list of possible values.
15875
15975
  # @!attribute [rw] subnetwork
15876
15976
  # @return [::String]
15877
15977
  # The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork
@@ -15974,8 +16074,9 @@ module Google
15974
16074
  # @return [::Integer]
15975
16075
  # Maximum Transmission Unit in bytes.
15976
16076
  # @!attribute [rw] state
15977
- # @return [::Google::Cloud::Compute::V1::NetworkPeering::State]
16077
+ # @return [::String]
15978
16078
  # [Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The peering is `ACTIVE` when there's a matching configuration in the peer network.
16079
+ # Check the State enum for the list of possible values.
15979
16080
  # @!attribute [rw] state_details
15980
16081
  # @return [::String]
15981
16082
  # [Output Only] Details about the current state of the peering.
@@ -15998,8 +16099,9 @@ module Google
15998
16099
 
15999
16100
  # A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide.
16000
16101
  # @!attribute [rw] routing_mode
16001
- # @return [::Google::Cloud::Compute::V1::NetworkRoutingConfig::RoutingMode]
16102
+ # @return [::String]
16002
16103
  # The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.
16104
+ # Check the RoutingMode enum for the list of possible values.
16003
16105
  class NetworkRoutingConfig
16004
16106
  include ::Google::Protobuf::MessageExts
16005
16107
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -16056,8 +16158,9 @@ module Google
16056
16158
  # @return [::String]
16057
16159
  # [Output Only] The short name of the firewall policy.
16058
16160
  # @!attribute [rw] type
16059
- # @return [::Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Type]
16161
+ # @return [::String]
16060
16162
  # [Output Only] The type of the firewall policy.
16163
+ # Check the Type enum for the list of possible values.
16061
16164
  class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
16062
16165
  include ::Google::Protobuf::MessageExts
16063
16166
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -16112,8 +16215,9 @@ module Google
16112
16215
  # @return [::String]
16113
16216
  # An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
16114
16217
  # @!attribute [rw] maintenance_policy
16115
- # @return [::Google::Cloud::Compute::V1::NodeGroup::MaintenancePolicy]
16218
+ # @return [::String]
16116
16219
  # Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
16220
+ # Check the MaintenancePolicy enum for the list of possible values.
16117
16221
  # @!attribute [rw] maintenance_window
16118
16222
  # @return [::Google::Cloud::Compute::V1::NodeGroupMaintenanceWindow]
16119
16223
  # @!attribute [rw] name
@@ -16129,7 +16233,8 @@ module Google
16129
16233
  # @return [::Integer]
16130
16234
  # [Output Only] The total number of nodes in the node group.
16131
16235
  # @!attribute [rw] status
16132
- # @return [::Google::Cloud::Compute::V1::NodeGroup::Status]
16236
+ # @return [::String]
16237
+ # Check the Status enum for the list of possible values.
16133
16238
  # @!attribute [rw] zone
16134
16239
  # @return [::String]
16135
16240
  # [Output Only] The name of the zone where the node group resides, such as us-central1-a.
@@ -16210,8 +16315,9 @@ module Google
16210
16315
  # @return [::Integer]
16211
16316
  # The minimum number of nodes that the group should have.
16212
16317
  # @!attribute [rw] mode
16213
- # @return [::Google::Cloud::Compute::V1::NodeGroupAutoscalingPolicy::Mode]
16318
+ # @return [::String]
16214
16319
  # The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
16320
+ # Check the Mode enum for the list of possible values.
16215
16321
  class NodeGroupAutoscalingPolicy
16216
16322
  include ::Google::Protobuf::MessageExts
16217
16323
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -16274,8 +16380,9 @@ module Google
16274
16380
  # @return [::Array<::Google::Cloud::Compute::V1::AcceleratorConfig>]
16275
16381
  # Accelerators for this node.
16276
16382
  # @!attribute [rw] cpu_overcommit_type
16277
- # @return [::Google::Cloud::Compute::V1::NodeGroupNode::CpuOvercommitType]
16383
+ # @return [::String]
16278
16384
  # CPU overcommit.
16385
+ # Check the CpuOvercommitType enum for the list of possible values.
16279
16386
  # @!attribute [rw] disks
16280
16387
  # @return [::Array<::Google::Cloud::Compute::V1::LocalDisk>]
16281
16388
  # Local disk configurations.
@@ -16298,7 +16405,8 @@ module Google
16298
16405
  # @return [::String]
16299
16406
  # Server ID associated with this node.
16300
16407
  # @!attribute [rw] status
16301
- # @return [::Google::Cloud::Compute::V1::NodeGroupNode::Status]
16408
+ # @return [::String]
16409
+ # Check the Status enum for the list of possible values.
16302
16410
  class NodeGroupNode
16303
16411
  include ::Google::Protobuf::MessageExts
16304
16412
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -16393,8 +16501,9 @@ module Google
16393
16501
  # @!attribute [rw] accelerators
16394
16502
  # @return [::Array<::Google::Cloud::Compute::V1::AcceleratorConfig>]
16395
16503
  # @!attribute [rw] cpu_overcommit_type
16396
- # @return [::Google::Cloud::Compute::V1::NodeTemplate::CpuOvercommitType]
16504
+ # @return [::String]
16397
16505
  # CPU overcommit.
16506
+ # Check the CpuOvercommitType enum for the list of possible values.
16398
16507
  # @!attribute [rw] creation_timestamp
16399
16508
  # @return [::String]
16400
16509
  # [Output Only] Creation timestamp in RFC3339 text format.
@@ -16431,8 +16540,9 @@ module Google
16431
16540
  # @return [::Google::Cloud::Compute::V1::ServerBinding]
16432
16541
  # Sets the binding properties for the physical server. Valid values include: - *[Default]* RESTART_NODE_ON_ANY_SERVER: Restarts VMs on any available physical server - RESTART_NODE_ON_MINIMAL_SERVER: Restarts VMs on the same physical server whenever possible See Sole-tenant node options for more information.
16433
16542
  # @!attribute [rw] status
16434
- # @return [::Google::Cloud::Compute::V1::NodeTemplate::Status]
16543
+ # @return [::String]
16435
16544
  # [Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.
16545
+ # Check the Status enum for the list of possible values.
16436
16546
  # @!attribute [rw] status_message
16437
16547
  # @return [::String]
16438
16548
  # [Output Only] An optional, human-readable explanation of the status.
@@ -16957,8 +17067,9 @@ module Google
16957
17067
  # @return [::String]
16958
17068
  # An optional description of this resource. Provide this property when you create the resource.
16959
17069
  # @!attribute [rw] enable
16960
- # @return [::Google::Cloud::Compute::V1::PacketMirroring::Enable]
17070
+ # @return [::String]
16961
17071
  # Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
17072
+ # Check the Enable enum for the list of possible values.
16962
17073
  # @!attribute [rw] filter
16963
17074
  # @return [::Google::Cloud::Compute::V1::PacketMirroringFilter]
16964
17075
  # Filter for mirrored traffic. If unspecified, all traffic is mirrored.
@@ -17044,8 +17155,9 @@ module Google
17044
17155
  # @return [::Array<::String>]
17045
17156
  # IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
17046
17157
  # @!attribute [rw] direction
17047
- # @return [::Google::Cloud::Compute::V1::PacketMirroringFilter::Direction]
17158
+ # @return [::String]
17048
17159
  # Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
17160
+ # Check the Direction enum for the list of possible values.
17049
17161
  class PacketMirroringFilter
17050
17162
  include ::Google::Protobuf::MessageExts
17051
17163
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -17937,8 +18049,9 @@ module Google
17937
18049
  # @return [::Google::Cloud::Compute::V1::PreservedState]
17938
18050
  # The intended preserved state for the given instance. Does not contain preserved state generated from a stateful policy.
17939
18051
  # @!attribute [rw] status
17940
- # @return [::Google::Cloud::Compute::V1::PerInstanceConfig::Status]
18052
+ # @return [::String]
17941
18053
  # The status of applying this per-instance config on the corresponding managed instance.
18054
+ # Check the Status enum for the list of possible values.
17942
18055
  class PerInstanceConfig
17943
18056
  include ::Google::Protobuf::MessageExts
17944
18057
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -18031,11 +18144,13 @@ module Google
18031
18144
  end
18032
18145
 
18033
18146
  # @!attribute [rw] auto_delete
18034
- # @return [::Google::Cloud::Compute::V1::PreservedStatePreservedDisk::AutoDelete]
18147
+ # @return [::String]
18035
18148
  # These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.
18149
+ # Check the AutoDelete enum for the list of possible values.
18036
18150
  # @!attribute [rw] mode
18037
- # @return [::Google::Cloud::Compute::V1::PreservedStatePreservedDisk::Mode]
18151
+ # @return [::String]
18038
18152
  # The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.
18153
+ # Check the Mode enum for the list of possible values.
18039
18154
  # @!attribute [rw] source
18040
18155
  # @return [::String]
18041
18156
  # The URL of the disk resource that is stateful and should be attached to the VM instance.
@@ -18092,8 +18207,9 @@ module Google
18092
18207
  # @return [::String]
18093
18208
  # [Output Only] Creation timestamp in RFC3339 text format.
18094
18209
  # @!attribute [rw] default_network_tier
18095
- # @return [::Google::Cloud::Compute::V1::Project::DefaultNetworkTier]
18210
+ # @return [::String]
18096
18211
  # This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM.
18212
+ # Check the DefaultNetworkTier enum for the list of possible values.
18097
18213
  # @!attribute [rw] default_service_account
18098
18214
  # @return [::String]
18099
18215
  # [Output Only] Default service account used by VMs running in this project.
@@ -18122,8 +18238,9 @@ module Google
18122
18238
  # @return [::Google::Cloud::Compute::V1::UsageExportLocation]
18123
18239
  # The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
18124
18240
  # @!attribute [rw] xpn_project_status
18125
- # @return [::Google::Cloud::Compute::V1::Project::XpnProjectStatus]
18241
+ # @return [::String]
18126
18242
  # [Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated.
18243
+ # Check the XpnProjectStatus enum for the list of possible values.
18127
18244
  class Project
18128
18245
  include ::Google::Protobuf::MessageExts
18129
18246
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -18190,8 +18307,9 @@ module Google
18190
18307
  end
18191
18308
 
18192
18309
  # @!attribute [rw] network_tier
18193
- # @return [::Google::Cloud::Compute::V1::ProjectsSetDefaultNetworkTierRequest::NetworkTier]
18310
+ # @return [::String]
18194
18311
  # Default network tier to be set.
18312
+ # Check the NetworkTier enum for the list of possible values.
18195
18313
  class ProjectsSetDefaultNetworkTierRequest
18196
18314
  include ::Google::Protobuf::MessageExts
18197
18315
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -18244,8 +18362,9 @@ module Google
18244
18362
  # @return [::String]
18245
18363
  # [Output Only] The shared secret to be used for reverse DNS verification.
18246
18364
  # @!attribute [rw] status
18247
- # @return [::Google::Cloud::Compute::V1::PublicAdvertisedPrefix::Status]
18365
+ # @return [::String]
18248
18366
  # The status of the public advertised prefix.
18367
+ # Check the Status enum for the list of possible values.
18249
18368
  class PublicAdvertisedPrefix
18250
18369
  include ::Google::Protobuf::MessageExts
18251
18370
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -18353,8 +18472,9 @@ module Google
18353
18472
  # @return [::String]
18354
18473
  # [Output Only] Server-defined URL for the resource.
18355
18474
  # @!attribute [rw] status
18356
- # @return [::Google::Cloud::Compute::V1::PublicDelegatedPrefix::Status]
18475
+ # @return [::String]
18357
18476
  # [Output Only] The status of the public delegated prefix.
18477
+ # Check the Status enum for the list of possible values.
18358
18478
  class PublicDelegatedPrefix
18359
18479
  include ::Google::Protobuf::MessageExts
18360
18480
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -18452,8 +18572,9 @@ module Google
18452
18572
  # @return [::String]
18453
18573
  # [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
18454
18574
  # @!attribute [rw] status
18455
- # @return [::Google::Cloud::Compute::V1::PublicDelegatedPrefixPublicDelegatedSubPrefix::Status]
18575
+ # @return [::String]
18456
18576
  # [Output Only] The status of the sub public delegated prefix.
18577
+ # Check the Status enum for the list of possible values.
18457
18578
  class PublicDelegatedPrefixPublicDelegatedSubPrefix
18458
18579
  include ::Google::Protobuf::MessageExts
18459
18580
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -18485,8 +18606,9 @@ module Google
18485
18606
  # @return [::Float]
18486
18607
  # [Output Only] Quota limit for this metric.
18487
18608
  # @!attribute [rw] metric
18488
- # @return [::Google::Cloud::Compute::V1::Quota::Metric]
18609
+ # @return [::String]
18489
18610
  # [Output Only] Name of the quota metric.
18611
+ # Check the Metric enum for the list of possible values.
18490
18612
  # @!attribute [rw] owner
18491
18613
  # @return [::String]
18492
18614
  # [Output Only] Owning resource. This is the resource on which this quota is applied.
@@ -18754,8 +18876,9 @@ module Google
18754
18876
 
18755
18877
  # The parameters of the raw disk image.
18756
18878
  # @!attribute [rw] container_type
18757
- # @return [::Google::Cloud::Compute::V1::RawDisk::ContainerType]
18879
+ # @return [::String]
18758
18880
  # The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.
18881
+ # Check the ContainerType enum for the list of possible values.
18759
18882
  # @!attribute [rw] sha1_checksum
18760
18883
  # @return [::String]
18761
18884
  # [Deprecated] This field is deprecated. An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.
@@ -18861,8 +18984,9 @@ module Google
18861
18984
  # @return [::String]
18862
18985
  # [Output Only] Server-defined URL for the resource.
18863
18986
  # @!attribute [rw] status
18864
- # @return [::Google::Cloud::Compute::V1::Region::Status]
18987
+ # @return [::String]
18865
18988
  # [Output Only] Status of the region, either UP or DOWN.
18989
+ # Check the Status enum for the list of possible values.
18866
18990
  # @!attribute [rw] supports_pzs
18867
18991
  # @return [::Boolean]
18868
18992
  # [Output Only] Reserved for future use.
@@ -19041,7 +19165,7 @@ module Google
19041
19165
  # RegionInstanceGroupManagers.applyUpdatesToInstances
19042
19166
  # @!attribute [rw] all_instances
19043
19167
  # @return [::Boolean]
19044
- # Flag to update all instances instead of specified list of ���instances���. If the flag is set to true then the instances may not be specified in the request.
19168
+ # Flag to update all instances instead of specified list of instances”. If the flag is set to true then the instances may not be specified in the request.
19045
19169
  # @!attribute [rw] instances
19046
19170
  # @return [::Array<::String>]
19047
19171
  # The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
@@ -19163,8 +19287,9 @@ module Google
19163
19287
  end
19164
19288
 
19165
19289
  # @!attribute [rw] instance_state
19166
- # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupsListInstancesRequest::InstanceState]
19290
+ # @return [::String]
19167
19291
  # Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
19292
+ # Check the InstanceState enum for the list of possible values.
19168
19293
  # @!attribute [rw] port_name
19169
19294
  # @return [::String]
19170
19295
  # Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
@@ -19500,8 +19625,9 @@ module Google
19500
19625
  # @return [::Boolean]
19501
19626
  # Indicates whether the reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from this reservation.
19502
19627
  # @!attribute [rw] status
19503
- # @return [::Google::Cloud::Compute::V1::Reservation::Status]
19628
+ # @return [::String]
19504
19629
  # [Output Only] The status of the reservation.
19630
+ # Check the Status enum for the list of possible values.
19505
19631
  # @!attribute [rw] zone
19506
19632
  # @return [::String]
19507
19633
  # Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
@@ -19532,8 +19658,9 @@ module Google
19532
19658
 
19533
19659
  # Specifies the reservations that this instance can consume from.
19534
19660
  # @!attribute [rw] consume_reservation_type
19535
- # @return [::Google::Cloud::Compute::V1::ReservationAffinity::ConsumeReservationType]
19661
+ # @return [::String]
19536
19662
  # Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
19663
+ # Check the ConsumeReservationType enum for the list of possible values.
19537
19664
  # @!attribute [rw] key
19538
19665
  # @return [::String]
19539
19666
  # Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
@@ -19771,8 +19898,9 @@ module Google
19771
19898
  # @return [::Integer]
19772
19899
  # The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
19773
19900
  # @!attribute [rw] type
19774
- # @return [::Google::Cloud::Compute::V1::ResourceCommitment::Type]
19901
+ # @return [::String]
19775
19902
  # Type of resource for which this commitment applies. Possible values are VCPU and MEMORY
19903
+ # Check the Type enum for the list of possible values.
19776
19904
  class ResourceCommitment
19777
19905
  include ::Google::Protobuf::MessageExts
19778
19906
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -19846,8 +19974,9 @@ module Google
19846
19974
  # @return [::Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicy]
19847
19975
  # Resource policy for persistent disks for creating snapshots.
19848
19976
  # @!attribute [rw] status
19849
- # @return [::Google::Cloud::Compute::V1::ResourcePolicy::Status]
19977
+ # @return [::String]
19850
19978
  # [Output Only] The status of resource policy creation.
19979
+ # Check the Status enum for the list of possible values.
19851
19980
  class ResourcePolicy
19852
19981
  include ::Google::Protobuf::MessageExts
19853
19982
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -19931,8 +20060,9 @@ module Google
19931
20060
  # @return [::Integer]
19932
20061
  # The number of availability domains instances will be spread across. If two instances are in different availability domain, they will not be put in the same low latency network
19933
20062
  # @!attribute [rw] collocation
19934
- # @return [::Google::Cloud::Compute::V1::ResourcePolicyGroupPlacementPolicy::Collocation]
20063
+ # @return [::String]
19935
20064
  # Specifies network collocation
20065
+ # Check the Collocation enum for the list of possible values.
19936
20066
  # @!attribute [rw] vm_count
19937
20067
  # @return [::Integer]
19938
20068
  # Number of vms in this placement group
@@ -20061,8 +20191,9 @@ module Google
20061
20191
  # @return [::Integer]
20062
20192
  # Maximum age of the snapshot that is allowed to be kept.
20063
20193
  # @!attribute [rw] on_source_disk_delete
20064
- # @return [::Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicyRetentionPolicy::OnSourceDiskDelete]
20194
+ # @return [::String]
20065
20195
  # Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
20196
+ # Check the OnSourceDiskDelete enum for the list of possible values.
20066
20197
  class ResourcePolicySnapshotSchedulePolicyRetentionPolicy
20067
20198
  include ::Google::Protobuf::MessageExts
20068
20199
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -20129,8 +20260,9 @@ module Google
20129
20260
  end
20130
20261
 
20131
20262
  # @!attribute [rw] day
20132
- # @return [::Google::Cloud::Compute::V1::ResourcePolicyWeeklyCycleDayOfWeek::Day]
20263
+ # @return [::String]
20133
20264
  # Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
20265
+ # Check the Day enum for the list of possible values.
20134
20266
  # @!attribute [rw] duration
20135
20267
  # @return [::String]
20136
20268
  # [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
@@ -20214,8 +20346,9 @@ module Google
20214
20346
  # @return [::Integer]
20215
20347
  # The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In cases where multiple routes have equal prefix length, the one with the lowest-numbered priority value wins. The default value is `1000`. The priority value must be from `0` to `65535`, inclusive.
20216
20348
  # @!attribute [rw] route_type
20217
- # @return [::Google::Cloud::Compute::V1::Route::RouteType]
20349
+ # @return [::String]
20218
20350
  # [Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - 'STATIC' for a static route
20351
+ # Check the RouteType enum for the list of possible values.
20219
20352
  # @!attribute [rw] self_link
20220
20353
  # @return [::String]
20221
20354
  # [Output Only] Server-defined fully-qualified URL for this resource.
@@ -20248,8 +20381,9 @@ module Google
20248
20381
  # @return [::Array<::Integer>]
20249
20382
  # [Output Only] The AS numbers of the AS Path.
20250
20383
  # @!attribute [rw] path_segment_type
20251
- # @return [::Google::Cloud::Compute::V1::RouteAsPath::PathSegmentType]
20384
+ # @return [::String]
20252
20385
  # [Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed
20386
+ # Check the PathSegmentType enum for the list of possible values.
20253
20387
  class RouteAsPath
20254
20388
  include ::Google::Protobuf::MessageExts
20255
20389
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -20387,11 +20521,13 @@ module Google
20387
20521
  end
20388
20522
 
20389
20523
  # @!attribute [rw] advertise_mode
20390
- # @return [::Google::Cloud::Compute::V1::RouterBgp::AdvertiseMode]
20524
+ # @return [::String]
20391
20525
  # User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.
20526
+ # Check the AdvertiseMode enum for the list of possible values.
20392
20527
  # @!attribute [rw] advertised_groups
20393
- # @return [::Array<::Google::Cloud::Compute::V1::RouterBgp::AdvertisedGroups>]
20528
+ # @return [::Array<::String>]
20394
20529
  # User-specified list of prefix groups to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.
20530
+ # Check the AdvertisedGroups enum for the list of possible values.
20395
20531
  # @!attribute [rw] advertised_ip_ranges
20396
20532
  # @return [::Array<::Google::Cloud::Compute::V1::RouterAdvertisedIpRange>]
20397
20533
  # User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.
@@ -20425,11 +20561,13 @@ module Google
20425
20561
  end
20426
20562
 
20427
20563
  # @!attribute [rw] advertise_mode
20428
- # @return [::Google::Cloud::Compute::V1::RouterBgpPeer::AdvertiseMode]
20564
+ # @return [::String]
20429
20565
  # User-specified flag to indicate which mode to use for advertisement.
20566
+ # Check the AdvertiseMode enum for the list of possible values.
20430
20567
  # @!attribute [rw] advertised_groups
20431
- # @return [::Array<::Google::Cloud::Compute::V1::RouterBgpPeer::AdvertisedGroups>]
20568
+ # @return [::Array<::String>]
20432
20569
  # User-specified list of prefix groups to advertise in custom mode, which can take one of the following options: - ALL_SUBNETS: Advertises all available subnets, including peer VPC subnets. - ALL_VPC_SUBNETS: Advertises the router's own VPC subnets. Note that this field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the "bgp" message). These groups are advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.
20570
+ # Check the AdvertisedGroups enum for the list of possible values.
20433
20571
  # @!attribute [rw] advertised_ip_ranges
20434
20572
  # @return [::Array<::Google::Cloud::Compute::V1::RouterAdvertisedIpRange>]
20435
20573
  # User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the "bgp" message). These IP ranges are advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.
@@ -20440,8 +20578,9 @@ module Google
20440
20578
  # @return [::Google::Cloud::Compute::V1::RouterBgpPeerBfd]
20441
20579
  # BFD configuration for the BGP peering.
20442
20580
  # @!attribute [rw] enable
20443
- # @return [::Google::Cloud::Compute::V1::RouterBgpPeer::Enable]
20581
+ # @return [::String]
20444
20582
  # The status of the BGP peer connection. If set to FALSE, any active session with the peer is terminated and all associated routing information is removed. If set to TRUE, the peer connection can be established with routing information. The default is TRUE.
20583
+ # Check the Enable enum for the list of possible values.
20445
20584
  # @!attribute [rw] interface_name
20446
20585
  # @return [::String]
20447
20586
  # Name of the interface the BGP peer is associated with.
@@ -20449,8 +20588,9 @@ module Google
20449
20588
  # @return [::String]
20450
20589
  # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
20451
20590
  # @!attribute [rw] management_type
20452
- # @return [::Google::Cloud::Compute::V1::RouterBgpPeer::ManagementType]
20591
+ # @return [::String]
20453
20592
  # [Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the default value and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is created, updated, or deleted.
20593
+ # Check the ManagementType enum for the list of possible values.
20454
20594
  # @!attribute [rw] name
20455
20595
  # @return [::String]
20456
20596
  # Name of this BGP peer. 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.
@@ -20518,8 +20658,9 @@ module Google
20518
20658
  # @return [::Integer]
20519
20659
  # The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The default is 5.
20520
20660
  # @!attribute [rw] session_initialization_mode
20521
- # @return [::Google::Cloud::Compute::V1::RouterBgpPeerBfd::SessionInitializationMode]
20661
+ # @return [::String]
20522
20662
  # The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is PASSIVE.
20663
+ # Check the SessionInitializationMode enum for the list of possible values.
20523
20664
  class RouterBgpPeerBfd
20524
20665
  include ::Google::Protobuf::MessageExts
20525
20666
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -20547,8 +20688,9 @@ module Google
20547
20688
  # @return [::String]
20548
20689
  # URI of the linked VPN tunnel, which must be in the same region as the router. Each interface can have one linked resource, which can be a VPN tunnel, an Interconnect attachment, or a virtual machine instance.
20549
20690
  # @!attribute [rw] management_type
20550
- # @return [::Google::Cloud::Compute::V1::RouterInterface::ManagementType]
20691
+ # @return [::String]
20551
20692
  # [Output Only] The resource that configures and manages this interface. - MANAGED_BY_USER is the default value and can be managed directly by users. - MANAGED_BY_ATTACHMENT is an interface that is configured and managed by Cloud Interconnect, specifically, by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of interface when the PARTNER InterconnectAttachment is created, updated, or deleted.
20693
+ # Check the ManagementType enum for the list of possible values.
20552
20694
  # @!attribute [rw] name
20553
20695
  # @return [::String]
20554
20696
  # Name of this interface entry. 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.
@@ -20621,8 +20763,9 @@ module Google
20621
20763
  # @return [::String]
20622
20764
  # Unique name of this Nat service. The name must be 1-63 characters long and comply with RFC1035.
20623
20765
  # @!attribute [rw] nat_ip_allocate_option
20624
- # @return [::Google::Cloud::Compute::V1::RouterNat::NatIpAllocateOption]
20766
+ # @return [::String]
20625
20767
  # Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty.
20768
+ # Check the NatIpAllocateOption enum for the list of possible values.
20626
20769
  # @!attribute [rw] nat_ips
20627
20770
  # @return [::Array<::String>]
20628
20771
  # A list of URLs of the IP resources used for this Nat service. These IP addresses must be valid static external IP addresses assigned to the project.
@@ -20630,8 +20773,9 @@ module Google
20630
20773
  # @return [::Array<::Google::Cloud::Compute::V1::RouterNatRule>]
20631
20774
  # A list of rules associated with this NAT.
20632
20775
  # @!attribute [rw] source_subnetwork_ip_ranges_to_nat
20633
- # @return [::Google::Cloud::Compute::V1::RouterNat::SourceSubnetworkIpRangesToNat]
20776
+ # @return [::String]
20634
20777
  # Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES or ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any other Router.Nat section in any Router for this network in this region.
20778
+ # Check the SourceSubnetworkIpRangesToNat enum for the list of possible values.
20635
20779
  # @!attribute [rw] subnetworks
20636
20780
  # @return [::Array<::Google::Cloud::Compute::V1::RouterNatSubnetworkToNat>]
20637
20781
  # A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.
@@ -20684,8 +20828,9 @@ module Google
20684
20828
  # @return [::Boolean]
20685
20829
  # Indicates whether or not to export logs. This is false by default.
20686
20830
  # @!attribute [rw] filter
20687
- # @return [::Google::Cloud::Compute::V1::RouterNatLogConfig::Filter]
20831
+ # @return [::String]
20688
20832
  # Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.
20833
+ # Check the Filter enum for the list of possible values.
20689
20834
  class RouterNatLogConfig
20690
20835
  include ::Google::Protobuf::MessageExts
20691
20836
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -20742,8 +20887,9 @@ module Google
20742
20887
  # @return [::Array<::String>]
20743
20888
  # A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
20744
20889
  # @!attribute [rw] source_ip_ranges_to_nat
20745
- # @return [::Array<::Google::Cloud::Compute::V1::RouterNatSubnetworkToNat::SourceIpRangesToNat>]
20890
+ # @return [::Array<::String>]
20746
20891
  # Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
20892
+ # Check the SourceIpRangesToNat enum for the list of possible values.
20747
20893
  class RouterNatSubnetworkToNat
20748
20894
  include ::Google::Protobuf::MessageExts
20749
20895
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -20807,8 +20953,9 @@ module Google
20807
20953
  # @return [::String]
20808
20954
  # BGP state as specified in RFC1771.
20809
20955
  # @!attribute [rw] status
20810
- # @return [::Google::Cloud::Compute::V1::RouterStatusBgpPeerStatus::Status]
20956
+ # @return [::String]
20811
20957
  # Status of the BGP peer: \\{UP, DOWN}
20958
+ # Check the Status enum for the list of possible values.
20812
20959
  # @!attribute [rw] uptime
20813
20960
  # @return [::String]
20814
20961
  # Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
@@ -20917,8 +21064,9 @@ module Google
20917
21064
 
20918
21065
  # This is deprecated and has no effect. Do not use.
20919
21066
  # @!attribute [rw] action
20920
- # @return [::Google::Cloud::Compute::V1::Rule::Action]
21067
+ # @return [::String]
20921
21068
  # This is deprecated and has no effect. Do not use.
21069
+ # Check the Action enum for the list of possible values.
20922
21070
  # @!attribute [rw] conditions
20923
21071
  # @return [::Array<::Google::Cloud::Compute::V1::Condition>]
20924
21072
  # This is deprecated and has no effect. Do not use.
@@ -20973,11 +21121,13 @@ module Google
20973
21121
  # @return [::String]
20974
21122
  # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
20975
21123
  # @!attribute [rw] port_specification
20976
- # @return [::Google::Cloud::Compute::V1::SSLHealthCheck::PortSpecification]
21124
+ # @return [::String]
20977
21125
  # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, SSL health check follows behavior specified in port and portName fields.
21126
+ # Check the PortSpecification enum for the list of possible values.
20978
21127
  # @!attribute [rw] proxy_header
20979
- # @return [::Google::Cloud::Compute::V1::SSLHealthCheck::ProxyHeader]
21128
+ # @return [::String]
20980
21129
  # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
21130
+ # Check the ProxyHeader enum for the list of possible values.
20981
21131
  # @!attribute [rw] request
20982
21132
  # @return [::String]
20983
21133
  # The application data to send once the SSL connection has been established (default value is empty). If both request and response are empty, the connection establishment alone will indicate health. The request data can only be ASCII.
@@ -21021,8 +21171,9 @@ module Google
21021
21171
  # @return [::String]
21022
21172
  # [Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
21023
21173
  # @!attribute [rw] state
21024
- # @return [::Google::Cloud::Compute::V1::ScalingScheduleStatus::State]
21174
+ # @return [::String]
21025
21175
  # [Output Only] The current state of a scaling schedule.
21176
+ # Check the State enum for the list of possible values.
21026
21177
  class ScalingScheduleStatus
21027
21178
  include ::Google::Protobuf::MessageExts
21028
21179
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -21060,8 +21211,9 @@ module Google
21060
21211
  # @return [::Array<::Google::Cloud::Compute::V1::SchedulingNodeAffinity>]
21061
21212
  # A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
21062
21213
  # @!attribute [rw] on_host_maintenance
21063
- # @return [::Google::Cloud::Compute::V1::Scheduling::OnHostMaintenance]
21214
+ # @return [::String]
21064
21215
  # Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Setting Instance Scheduling Options.
21216
+ # Check the OnHostMaintenance enum for the list of possible values.
21065
21217
  # @!attribute [rw] preemptible
21066
21218
  # @return [::Boolean]
21067
21219
  # Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.
@@ -21087,8 +21239,9 @@ module Google
21087
21239
  # @return [::String]
21088
21240
  # Corresponds to the label key of Node resource.
21089
21241
  # @!attribute [rw] operator
21090
- # @return [::Google::Cloud::Compute::V1::SchedulingNodeAffinity::Operator]
21242
+ # @return [::String]
21091
21243
  # Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.
21244
+ # Check the Operator enum for the list of possible values.
21092
21245
  # @!attribute [rw] values
21093
21246
  # @return [::Array<::String>]
21094
21247
  # Corresponds to the label values of Node resource.
@@ -21193,8 +21346,9 @@ module Google
21193
21346
  # @return [::Boolean]
21194
21347
  # If set to true, enables CAAP for L7 DDoS detection.
21195
21348
  # @!attribute [rw] rule_visibility
21196
- # @return [::Google::Cloud::Compute::V1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig::RuleVisibility]
21349
+ # @return [::String]
21197
21350
  # Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules.
21351
+ # Check the RuleVisibility enum for the list of possible values.
21198
21352
  class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
21199
21353
  include ::Google::Protobuf::MessageExts
21200
21354
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -21211,9 +21365,11 @@ module Google
21211
21365
  end
21212
21366
 
21213
21367
  # @!attribute [rw] json_parsing
21214
- # @return [::Google::Cloud::Compute::V1::SecurityPolicyAdvancedOptionsConfig::JsonParsing]
21368
+ # @return [::String]
21369
+ # Check the JsonParsing enum for the list of possible values.
21215
21370
  # @!attribute [rw] log_level
21216
- # @return [::Google::Cloud::Compute::V1::SecurityPolicyAdvancedOptionsConfig::LogLevel]
21371
+ # @return [::String]
21372
+ # Check the LogLevel enum for the list of possible values.
21217
21373
  class SecurityPolicyAdvancedOptionsConfig
21218
21374
  include ::Google::Protobuf::MessageExts
21219
21375
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -21297,8 +21453,9 @@ module Google
21297
21453
  # @return [::Google::Cloud::Compute::V1::Expr]
21298
21454
  # User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
21299
21455
  # @!attribute [rw] versioned_expr
21300
- # @return [::Google::Cloud::Compute::V1::SecurityPolicyRuleMatcher::VersionedExpr]
21456
+ # @return [::String]
21301
21457
  # Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
21458
+ # Check the VersionedExpr enum for the list of possible values.
21302
21459
  class SecurityPolicyRuleMatcher
21303
21460
  include ::Google::Protobuf::MessageExts
21304
21461
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -21376,7 +21533,8 @@ module Google
21376
21533
  end
21377
21534
 
21378
21535
  # @!attribute [rw] type
21379
- # @return [::Google::Cloud::Compute::V1::ServerBinding::Type]
21536
+ # @return [::String]
21537
+ # Check the Type enum for the list of possible values.
21380
21538
  class ServerBinding
21381
21539
  include ::Google::Protobuf::MessageExts
21382
21540
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -21413,8 +21571,9 @@ module Google
21413
21571
  # @return [::Array<::Google::Cloud::Compute::V1::ServiceAttachmentConnectedEndpoint>]
21414
21572
  # [Output Only] An array of connections for all the consumers connected to this service attachment.
21415
21573
  # @!attribute [rw] connection_preference
21416
- # @return [::Google::Cloud::Compute::V1::ServiceAttachment::ConnectionPreference]
21574
+ # @return [::String]
21417
21575
  # The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.
21576
+ # Check the ConnectionPreference enum for the list of possible values.
21418
21577
  # @!attribute [rw] consumer_accept_lists
21419
21578
  # @return [::Array<::Google::Cloud::Compute::V1::ServiceAttachmentConsumerProjectLimit>]
21420
21579
  # Projects that are allowed to connect to this service attachment.
@@ -21521,8 +21680,9 @@ module Google
21521
21680
  # @return [::Integer]
21522
21681
  # The PSC connection id of the connected endpoint.
21523
21682
  # @!attribute [rw] status
21524
- # @return [::Google::Cloud::Compute::V1::ServiceAttachmentConnectedEndpoint::Status]
21683
+ # @return [::String]
21525
21684
  # The status of a connected endpoint to this service attachment.
21685
+ # Check the Status enum for the list of possible values.
21526
21686
  class ServiceAttachmentConnectedEndpoint
21527
21687
  include ::Google::Protobuf::MessageExts
21528
21688
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -22900,14 +23060,16 @@ module Google
22900
23060
  # @return [::String]
22901
23061
  # [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.
22902
23062
  # @!attribute [rw] status
22903
- # @return [::Google::Cloud::Compute::V1::Snapshot::Status]
23063
+ # @return [::String]
22904
23064
  # [Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.
23065
+ # Check the Status enum for the list of possible values.
22905
23066
  # @!attribute [rw] storage_bytes
22906
23067
  # @return [::Integer]
22907
23068
  # [Output Only] A size of the storage used by the snapshot. As snapshots share storage, this number is expected to change with snapshot creation/deletion.
22908
23069
  # @!attribute [rw] storage_bytes_status
22909
- # @return [::Google::Cloud::Compute::V1::Snapshot::StorageBytesStatus]
23070
+ # @return [::String]
22910
23071
  # [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.
23072
+ # Check the StorageBytesStatus enum for the list of possible values.
22911
23073
  # @!attribute [rw] storage_locations
22912
23074
  # @return [::Array<::String>]
22913
23075
  # Cloud Storage bucket storage location of the snapshot (regional or multi-regional).
@@ -23030,8 +23192,9 @@ module Google
23030
23192
  # @return [::Array<::String>]
23031
23193
  # [Output Only] Domains associated with the certificate via Subject Alternative Name.
23032
23194
  # @!attribute [rw] type
23033
- # @return [::Google::Cloud::Compute::V1::SslCertificate::Type]
23195
+ # @return [::String]
23034
23196
  # (Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the certificate is self-managed and the fields certificate and private_key are used.
23197
+ # Check the Type enum for the list of possible values.
23035
23198
  class SslCertificate
23036
23199
  include ::Google::Protobuf::MessageExts
23037
23200
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23118,8 +23281,9 @@ module Google
23118
23281
  # @return [::Array<::String>]
23119
23282
  # The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the [maximum number of domains per Google-managed SSL certificate](/load-balancing/docs/quotas#ssl_certificates).
23120
23283
  # @!attribute [rw] status
23121
- # @return [::Google::Cloud::Compute::V1::SslCertificateManagedSslCertificate::Status]
23284
+ # @return [::String]
23122
23285
  # [Output only] Status of the managed certificate resource.
23286
+ # Check the Status enum for the list of possible values.
23123
23287
  class SslCertificateManagedSslCertificate
23124
23288
  include ::Google::Protobuf::MessageExts
23125
23289
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23233,14 +23397,16 @@ module Google
23233
23397
  # @return [::String]
23234
23398
  # [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
23235
23399
  # @!attribute [rw] min_tls_version
23236
- # @return [::Google::Cloud::Compute::V1::SslPolicy::MinTlsVersion]
23400
+ # @return [::String]
23237
23401
  # The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
23402
+ # Check the MinTlsVersion enum for the list of possible values.
23238
23403
  # @!attribute [rw] name
23239
23404
  # @return [::String]
23240
23405
  # Name of the resource. 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.
23241
23406
  # @!attribute [rw] profile
23242
- # @return [::Google::Cloud::Compute::V1::SslPolicy::Profile]
23407
+ # @return [::String]
23243
23408
  # 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.
23409
+ # Check the Profile enum for the list of possible values.
23244
23410
  # @!attribute [rw] self_link
23245
23411
  # @return [::String]
23246
23412
  # [Output Only] Server-defined URL for the resource.
@@ -23358,8 +23524,9 @@ module Google
23358
23524
  end
23359
23525
 
23360
23526
  # @!attribute [rw] auto_delete
23361
- # @return [::Google::Cloud::Compute::V1::StatefulPolicyPreservedStateDiskDevice::AutoDelete]
23527
+ # @return [::String]
23362
23528
  # These stateful disks will never be deleted during autohealing, update or VM instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.
23529
+ # Check the AutoDelete enum for the list of possible values.
23363
23530
  class StatefulPolicyPreservedStateDiskDevice
23364
23531
  include ::Google::Protobuf::MessageExts
23365
23532
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23419,8 +23586,9 @@ module Google
23419
23586
  # @return [::String]
23420
23587
  # The range of internal addresses that are owned by this subnetwork. Provide this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and non-overlapping within a network. Only IPv4 is supported. This field is set at resource creation time. The range can be any range listed in the Valid ranges list. The range can be expanded after creation using expandIpCidrRange.
23421
23588
  # @!attribute [rw] ipv6_access_type
23422
- # @return [::Google::Cloud::Compute::V1::Subnetwork::Ipv6AccessType]
23589
+ # @return [::String]
23423
23590
  # The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot enable direct path.
23591
+ # Check the Ipv6AccessType enum for the list of possible values.
23424
23592
  # @!attribute [rw] ipv6_cidr_range
23425
23593
  # @return [::String]
23426
23594
  # [Output Only] The range of internal IPv6 addresses that are owned by this subnetwork.
@@ -23440,17 +23608,20 @@ module Google
23440
23608
  # @return [::Boolean]
23441
23609
  # Whether the VMs in this subnet can access Google services without assigned external IP addresses. This field can be both set at resource creation time and updated using setPrivateIpGoogleAccess.
23442
23610
  # @!attribute [rw] private_ipv6_google_access
23443
- # @return [::Google::Cloud::Compute::V1::Subnetwork::PrivateIpv6GoogleAccess]
23611
+ # @return [::String]
23444
23612
  # The private IPv6 google access type for the VMs in this subnet. This is an expanded field of enablePrivateV6Access. If both fields are set, privateIpv6GoogleAccess will take priority. This field can be both set at resource creation time and updated using patch.
23613
+ # Check the PrivateIpv6GoogleAccess enum for the list of possible values.
23445
23614
  # @!attribute [rw] purpose
23446
- # @return [::Google::Cloud::Compute::V1::Subnetwork::Purpose]
23615
+ # @return [::String]
23447
23616
  # The purpose of the resource. This field can be either PRIVATE_RFC_1918 or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER.
23617
+ # Check the Purpose enum for the list of possible values.
23448
23618
  # @!attribute [rw] region
23449
23619
  # @return [::String]
23450
23620
  # URL of the region where the Subnetwork resides. This field can be set only at resource creation time.
23451
23621
  # @!attribute [rw] role
23452
- # @return [::Google::Cloud::Compute::V1::Subnetwork::Role]
23622
+ # @return [::String]
23453
23623
  # The role of subnetwork. Currently, this field is only used when purpose = INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Internal HTTP(S) Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.
23624
+ # Check the Role enum for the list of possible values.
23454
23625
  # @!attribute [rw] secondary_ip_ranges
23455
23626
  # @return [::Array<::Google::Cloud::Compute::V1::SubnetworkSecondaryRange>]
23456
23627
  # An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. This field can be updated with a patch request.
@@ -23458,11 +23629,13 @@ module Google
23458
23629
  # @return [::String]
23459
23630
  # [Output Only] Server-defined URL for the resource.
23460
23631
  # @!attribute [rw] stack_type
23461
- # @return [::Google::Cloud::Compute::V1::Subnetwork::StackType]
23632
+ # @return [::String]
23462
23633
  # The stack type for this subnet to identify whether the IPv6 feature is enabled or not. If not specified IPV4_ONLY will be used. This field can be both set at resource creation time and updated using patch.
23634
+ # Check the StackType enum for the list of possible values.
23463
23635
  # @!attribute [rw] state
23464
- # @return [::Google::Cloud::Compute::V1::Subnetwork::State]
23636
+ # @return [::String]
23465
23637
  # [Output Only] The state of the subnetwork, which can be one of the following values: READY: Subnetwork is created and ready to use DRAINING: only applicable to subnetworks that have the purpose set to INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load balancer are being drained. A subnetwork that is draining cannot be used or modified until it reaches a status of READY
23638
+ # Check the State enum for the list of possible values.
23466
23639
  class Subnetwork
23467
23640
  include ::Google::Protobuf::MessageExts
23468
23641
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23612,8 +23785,9 @@ module Google
23612
23785
 
23613
23786
  # The available logging options for this subnetwork.
23614
23787
  # @!attribute [rw] aggregation_interval
23615
- # @return [::Google::Cloud::Compute::V1::SubnetworkLogConfig::AggregationInterval]
23788
+ # @return [::String]
23616
23789
  # Can only be specified if VPC flow logging for this subnetwork is enabled. Toggles the aggregation interval for collecting flow logs. Increasing the interval time will reduce the amount of generated flow logs for long lasting connections. Default is an interval of 5 seconds per connection.
23790
+ # Check the AggregationInterval enum for the list of possible values.
23617
23791
  # @!attribute [rw] enable
23618
23792
  # @return [::Boolean]
23619
23793
  # Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is to disable flow logging.
@@ -23624,8 +23798,9 @@ module Google
23624
23798
  # @return [::Float]
23625
23799
  # Can only be specified if VPC flow logging for this subnetwork is enabled. The value of the field must be in [0, 1]. Set the sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default is 0.5, which means half of all collected logs are reported.
23626
23800
  # @!attribute [rw] metadata
23627
- # @return [::Google::Cloud::Compute::V1::SubnetworkLogConfig::Metadata]
23801
+ # @return [::String]
23628
23802
  # Can only be specified if VPC flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default is EXCLUDE_ALL_METADATA.
23803
+ # Check the Metadata enum for the list of possible values.
23629
23804
  # @!attribute [rw] metadata_fields
23630
23805
  # @return [::Array<::String>]
23631
23806
  # Can only be specified if VPC flow logs for this subnetwork is enabled and "metadata" was set to CUSTOM_METADATA.
@@ -23704,7 +23879,8 @@ module Google
23704
23879
 
23705
23880
  # Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and Traffic Director.
23706
23881
  # @!attribute [rw] policy
23707
- # @return [::Google::Cloud::Compute::V1::Subsetting::Policy]
23882
+ # @return [::String]
23883
+ # Check the Policy enum for the list of possible values.
23708
23884
  class Subsetting
23709
23885
  include ::Google::Protobuf::MessageExts
23710
23886
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23744,11 +23920,13 @@ module Google
23744
23920
  # @return [::String]
23745
23921
  # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
23746
23922
  # @!attribute [rw] port_specification
23747
- # @return [::Google::Cloud::Compute::V1::TCPHealthCheck::PortSpecification]
23923
+ # @return [::String]
23748
23924
  # Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. If not specified, TCP health check follows behavior specified in port and portName fields.
23925
+ # Check the PortSpecification enum for the list of possible values.
23749
23926
  # @!attribute [rw] proxy_header
23750
- # @return [::Google::Cloud::Compute::V1::TCPHealthCheck::ProxyHeader]
23927
+ # @return [::String]
23751
23928
  # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
23929
+ # Check the ProxyHeader enum for the list of possible values.
23752
23930
  # @!attribute [rw] request
23753
23931
  # @return [::String]
23754
23932
  # The application data to send once the TCP connection has been established (default value is empty). If both request and response are empty, the connection establishment alone will indicate health. The request data can only be ASCII.
@@ -23971,8 +24149,9 @@ module Google
23971
24149
  end
23972
24150
 
23973
24151
  # @!attribute [rw] quic_override
23974
- # @return [::Google::Cloud::Compute::V1::TargetHttpsProxiesSetQuicOverrideRequest::QuicOverride]
24152
+ # @return [::String]
23975
24153
  # QUIC policy for the TargetHttpsProxy resource.
24154
+ # Check the QuicOverride enum for the list of possible values.
23976
24155
  class TargetHttpsProxiesSetQuicOverrideRequest
23977
24156
  include ::Google::Protobuf::MessageExts
23978
24157
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -24027,8 +24206,9 @@ module Google
24027
24206
  # @return [::Boolean]
24028
24207
  # This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default is false.
24029
24208
  # @!attribute [rw] quic_override
24030
- # @return [::Google::Cloud::Compute::V1::TargetHttpsProxy::QuicOverride]
24209
+ # @return [::String]
24031
24210
  # Specifies the QUIC override policy for this TargetHttpsProxy resource. This setting determines whether the load balancer attempts to negotiate QUIC with clients. You can specify NONE, ENABLE, or DISABLE. - When quic-override is set to NONE, Google manages whether QUIC is used. - When quic-override is set to ENABLE, the load balancer uses QUIC when possible. - When quic-override is set to DISABLE, the load balancer doesn't use QUIC. - If the quic-override flag is not specified, NONE is implied.
24211
+ # Check the QuicOverride enum for the list of possible values.
24032
24212
  # @!attribute [rw] region
24033
24213
  # @return [::String]
24034
24214
  # [Output Only] URL of the region where the regional TargetHttpsProxy resides. This field is not applicable to global TargetHttpsProxies.
@@ -24146,8 +24326,9 @@ module Google
24146
24326
  # @return [::String]
24147
24327
  # 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.
24148
24328
  # @!attribute [rw] nat_policy
24149
- # @return [::Google::Cloud::Compute::V1::TargetInstance::NatPolicy]
24329
+ # @return [::String]
24150
24330
  # NAT option controlling how IPs are NAT'ed to the instance. Currently only NO_NAT (default value) is supported.
24331
+ # Check the NatPolicy enum for the list of possible values.
24151
24332
  # @!attribute [rw] network
24152
24333
  # @return [::String]
24153
24334
  # The URL of the network this target instance uses to forward traffic. If not specified, the traffic will be forwarded to the network that the default network interface belongs to.
@@ -24276,8 +24457,9 @@ module Google
24276
24457
  # @return [::String]
24277
24458
  # [Output Only] Server-defined URL for the resource.
24278
24459
  # @!attribute [rw] session_affinity
24279
- # @return [::Google::Cloud::Compute::V1::TargetPool::SessionAffinity]
24460
+ # @return [::String]
24280
24461
  # Session affinity option, must be one of the following values: NONE: Connections from the same client IP may go to any instance in the pool. CLIENT_IP: Connections from the same client IP will go to the same instance in the pool while that instance remains healthy. CLIENT_IP_PROTO: Connections from the same client IP with the same IP protocol will go to the same instance in the pool while that instance remains healthy.
24462
+ # Check the SessionAffinity enum for the list of possible values.
24281
24463
  class TargetPool
24282
24464
  include ::Google::Protobuf::MessageExts
24283
24465
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -24441,8 +24623,9 @@ module Google
24441
24623
  end
24442
24624
 
24443
24625
  # @!attribute [rw] proxy_header
24444
- # @return [::Google::Cloud::Compute::V1::TargetSslProxiesSetProxyHeaderRequest::ProxyHeader]
24626
+ # @return [::String]
24445
24627
  # The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.
24628
+ # Check the ProxyHeader enum for the list of possible values.
24446
24629
  class TargetSslProxiesSetProxyHeaderRequest
24447
24630
  include ::Google::Protobuf::MessageExts
24448
24631
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -24483,8 +24666,9 @@ module Google
24483
24666
  # @return [::String]
24484
24667
  # 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.
24485
24668
  # @!attribute [rw] proxy_header
24486
- # @return [::Google::Cloud::Compute::V1::TargetSslProxy::ProxyHeader]
24669
+ # @return [::String]
24487
24670
  # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
24671
+ # Check the ProxyHeader enum for the list of possible values.
24488
24672
  # @!attribute [rw] self_link
24489
24673
  # @return [::String]
24490
24674
  # [Output Only] Server-defined URL for the resource.
@@ -24545,8 +24729,9 @@ module Google
24545
24729
  end
24546
24730
 
24547
24731
  # @!attribute [rw] proxy_header
24548
- # @return [::Google::Cloud::Compute::V1::TargetTcpProxiesSetProxyHeaderRequest::ProxyHeader]
24732
+ # @return [::String]
24549
24733
  # The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.
24734
+ # Check the ProxyHeader enum for the list of possible values.
24550
24735
  class TargetTcpProxiesSetProxyHeaderRequest
24551
24736
  include ::Google::Protobuf::MessageExts
24552
24737
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -24582,8 +24767,9 @@ module Google
24582
24767
  # @return [::Boolean]
24583
24768
  # This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default is false.
24584
24769
  # @!attribute [rw] proxy_header
24585
- # @return [::Google::Cloud::Compute::V1::TargetTcpProxy::ProxyHeader]
24770
+ # @return [::String]
24586
24771
  # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
24772
+ # Check the ProxyHeader enum for the list of possible values.
24587
24773
  # @!attribute [rw] self_link
24588
24774
  # @return [::String]
24589
24775
  # [Output Only] Server-defined URL for the resource.
@@ -24658,8 +24844,9 @@ module Google
24658
24844
  # @return [::String]
24659
24845
  # [Output Only] Server-defined URL for the resource.
24660
24846
  # @!attribute [rw] status
24661
- # @return [::Google::Cloud::Compute::V1::TargetVpnGateway::Status]
24847
+ # @return [::String]
24662
24848
  # [Output Only] The status of the VPN gateway, which can be one of the following: CREATING, READY, FAILED, or DELETING.
24849
+ # Check the Status enum for the list of possible values.
24663
24850
  # @!attribute [rw] tunnels
24664
24851
  # @return [::Array<::String>]
24665
24852
  # [Output Only] A list of URLs to VpnTunnel resources. VpnTunnels are created using the compute.vpntunnels.insert method and associated with a VPN gateway.
@@ -26004,11 +26191,13 @@ module Google
26004
26191
 
26005
26192
  # Describes the high availability requirement state for the VPN connection between this Cloud VPN gateway and a peer gateway.
26006
26193
  # @!attribute [rw] state
26007
- # @return [::Google::Cloud::Compute::V1::VpnGatewayStatusHighAvailabilityRequirementState::State]
26194
+ # @return [::String]
26008
26195
  # Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.
26196
+ # Check the State enum for the list of possible values.
26009
26197
  # @!attribute [rw] unsatisfied_reason
26010
- # @return [::Google::Cloud::Compute::V1::VpnGatewayStatusHighAvailabilityRequirementState::UnsatisfiedReason]
26198
+ # @return [::String]
26011
26199
  # Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.
26200
+ # Check the UnsatisfiedReason enum for the list of possible values.
26012
26201
  class VpnGatewayStatusHighAvailabilityRequirementState
26013
26202
  include ::Google::Protobuf::MessageExts
26014
26203
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -26156,8 +26345,9 @@ module Google
26156
26345
  # @return [::String]
26157
26346
  # Hash of the shared secret.
26158
26347
  # @!attribute [rw] status
26159
- # @return [::Google::Cloud::Compute::V1::VpnTunnel::Status]
26348
+ # @return [::String]
26160
26349
  # [Output Only] The status of the VPN tunnel, which can be one of the following: - PROVISIONING: Resource is being allocated for the VPN tunnel. - WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs from the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route resources are needed to setup the VPN tunnel. - FIRST_HANDSHAKE: Successful first handshake with the peer VPN. - ESTABLISHED: Secure session is successfully established with the peer VPN. - NETWORK_ERROR: Deprecated, replaced by NO_INCOMING_PACKETS - AUTHORIZATION_ERROR: Auth error (for example, bad shared secret). - NEGOTIATION_FAILURE: Handshake failed. - DEPROVISIONING: Resources are being deallocated for the VPN tunnel. - FAILED: Tunnel creation has failed and the tunnel is not ready to be used. - NO_INCOMING_PACKETS: No incoming packets from peer. - REJECTED: Tunnel configuration was rejected, can be result of being denied access. - ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required resources. - STOPPED: Tunnel is stopped due to its Forwarding Rules being deleted for Classic VPN tunnels or the project is in frozen state. - PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably behind NAT. - TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not allowed for an HA-VPN tunnel.
26350
+ # Check the Status enum for the list of possible values.
26161
26351
  # @!attribute [rw] target_vpn_gateway
26162
26352
  # @return [::String]
26163
26353
  # URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created.
@@ -26353,8 +26543,9 @@ module Google
26353
26543
 
26354
26544
  # [Output Only] Informational warning message.
26355
26545
  # @!attribute [rw] code
26356
- # @return [::Google::Cloud::Compute::V1::Warning::Code]
26546
+ # @return [::String]
26357
26547
  # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
26548
+ # Check the Code enum for the list of possible values.
26358
26549
  # @!attribute [rw] data
26359
26550
  # @return [::Array<::Google::Cloud::Compute::V1::Data>]
26360
26551
  # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
@@ -26448,8 +26639,9 @@ module Google
26448
26639
  end
26449
26640
 
26450
26641
  # @!attribute [rw] code
26451
- # @return [::Google::Cloud::Compute::V1::Warnings::Code]
26642
+ # @return [::String]
26452
26643
  # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
26644
+ # Check the Code enum for the list of possible values.
26453
26645
  # @!attribute [rw] data
26454
26646
  # @return [::Array<::Google::Cloud::Compute::V1::Data>]
26455
26647
  # [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
@@ -26585,8 +26777,9 @@ module Google
26585
26777
  # @return [::String]
26586
26778
  # The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).
26587
26779
  # @!attribute [rw] type
26588
- # @return [::Google::Cloud::Compute::V1::XpnResourceId::Type]
26780
+ # @return [::String]
26589
26781
  # The type of the service resource.
26782
+ # Check the Type enum for the list of possible values.
26590
26783
  class XpnResourceId
26591
26784
  include ::Google::Protobuf::MessageExts
26592
26785
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -26631,8 +26824,9 @@ module Google
26631
26824
  # @return [::String]
26632
26825
  # [Output Only] Server-defined URL for the resource.
26633
26826
  # @!attribute [rw] status
26634
- # @return [::Google::Cloud::Compute::V1::Zone::Status]
26827
+ # @return [::String]
26635
26828
  # [Output Only] Status of the zone, either UP or DOWN.
26829
+ # Check the Status enum for the list of possible values.
26636
26830
  # @!attribute [rw] supports_pzs
26637
26831
  # @return [::Boolean]
26638
26832
  # [Output Only] Reserved for future use.