Class: Google::Cloud::Compute::V1::CapacityAdviceRequestDistributionPolicyZoneConfiguration

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Zone configuration for the distribution policy.

Instance Attribute Summary collapse

Instance Attribute Details

#zone ⇒ ::String

Returns The URL of the zone. It can be a partial or full URL. For example, the following are valid values:

 - https://www.googleapis.com/compute/v1/projects/project/zones/zone
- projects/project/zones/zone
- zones/zone.

Returns:

  • (::String) —

    The URL of the zone. It can be a partial or full URL. For example, the following are valid values:

     - https://www.googleapis.com/compute/v1/projects/project/zones/zone
    - projects/project/zones/zone
    - zones/zone


13905
13906
13907
13908
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13905

class CapacityAdviceRequestDistributionPolicyZoneConfiguration
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end