Class: Google::Apis::BackupdrV1::LocationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LocationMetadata

Returns a new instance of LocationMetadata.



4568
4569
4570
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4568

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#unsupported_featuresArray<String>

List of features that are not supported in the location. Corresponds to the JSON property unsupportedFeatures

Returns:

  • (Array<String>)


4566
4567
4568
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4566

def unsupported_features
  @unsupported_features
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4573
4574
4575
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4573

def update!(**args)
  @unsupported_features = args[:unsupported_features] if args.key?(:unsupported_features)
end