Class: Google::Cloud::VmwareEngine::V1::LocationMetadata

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

Overview

VmwareEngine specific metadata for the given ::Google::Cloud::Location::Location. It is returned as a content of the google.cloud.location.Location.metadata field.

Defined Under Namespace

Modules: Capability

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array<::Google::Cloud::VmwareEngine::V1::LocationMetadata::Capability> (readonly)

Returns Output only. Capabilities of this location.

Returns:



1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 1516

class LocationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Capability of a location.
  module Capability
    # The default value. This value is used if the capability is omitted or
    # unknown.
    CAPABILITY_UNSPECIFIED = 0

    # Stretch clusters are supported in this location.
    STRETCHED_CLUSTERS = 1
  end
end