Class: Google::Cloud::Compute::V1::DistributionPolicyZoneConfiguration
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DistributionPolicyZoneConfiguration
- 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 managed instance group is located.
7582 7583 7584 7585 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7582 class DistributionPolicyZoneConfiguration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |