Class: Google::Cloud::Compute::V1::LocationPolicyZoneConfiguration
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LocationPolicyZoneConfiguration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#zone ⇒ ::String
The URL of the zone.
Instance Attribute Details
#zone ⇒ ::String
Returns The URL of the zone. The zone must exist in the region where the request is called. Zones must be represented as valid partial URLs, such as zones/us-central1-a.
52872 52873 52874 52875 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 52872 class LocationPolicyZoneConfiguration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |