Class: Google::Apis::NetappV1::LocationMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_levelsArray<String>

Output only. Supported service levels in a location. Corresponds to the JSON property supportedServiceLevels

Returns:

  • (Array<String>)


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