Class: Google::Cloud::NetApp::V1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/common.rb
Overview
Metadata for a given Location.
Instance Attribute Summary collapse
-
#supported_service_levels ⇒ ::Array<::Google::Cloud::NetApp::V1::ServiceLevel>
readonly
Output only.
Instance Attribute Details
#supported_service_levels ⇒ ::Array<::Google::Cloud::NetApp::V1::ServiceLevel> (readonly)
Returns Output only. Supported service levels in a location.
29 30 31 32 |
# File 'proto_docs/google/cloud/netapp/v1/common.rb', line 29 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |