Class: Google::Cloud::NetApp::V1::LocationMetadata

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

Overview

Metadata for a given [google.cloud.location.Location][google.cloud.location.Location].

Instance Attribute Summary collapse

Instance Attribute Details

#has_vcp::Boolean (readonly)

Returns Output only. Indicates if the location has VCP support.

Returns:

  • (::Boolean)

    Output only. Indicates if the location has VCP support.



35
36
37
38
# File 'proto_docs/google/cloud/netapp/v1/common.rb', line 35

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

#supported_flex_performance::Array<::Google::Cloud::NetApp::V1::FlexPerformance> (readonly)

Returns Output only. Supported flex performance in a location.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/netapp/v1/common.rb', line 35

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

#supported_service_levels::Array<::Google::Cloud::NetApp::V1::ServiceLevel> (readonly)

Returns Output only. Supported service levels in a location.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/netapp/v1/common.rb', line 35

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