Class: Google::Apis::NetappV1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::NetappV1::LocationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/netapp_v1/classes.rb,
lib/google/apis/netapp_v1/representations.rb,
lib/google/apis/netapp_v1/representations.rb
Overview
Metadata for a given google.cloud.location.Location.
Instance Attribute Summary collapse
-
#supported_service_levels ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LocationMetadata
constructor
A new instance of LocationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LocationMetadata
Returns a new instance of LocationMetadata.
1050 1051 1052 |
# File 'lib/google/apis/netapp_v1/classes.rb', line 1050 def initialize(**args) update!(**args) end |
Instance Attribute Details
#supported_service_levels ⇒ Array<String>
Output only. Supported service levels in a location.
Corresponds to the JSON property supportedServiceLevels
1048 1049 1050 |
# File 'lib/google/apis/netapp_v1/classes.rb', line 1048 def supported_service_levels @supported_service_levels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1055 1056 1057 |
# File 'lib/google/apis/netapp_v1/classes.rb', line 1055 def update!(**args) @supported_service_levels = args[:supported_service_levels] if args.key?(:supported_service_levels) end |