Class: Google::Apis::DatafusionV1::ServiceData

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

Overview

This message defines service-specific data that certain service teams must provide as part of the Data Residency Augmented View for a resource. Next ID: 2

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceData

Returns a new instance of ServiceData.



1258
1259
1260
# File 'lib/google/apis/datafusion_v1/classes.rb', line 1258

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

Instance Attribute Details

#pdGoogle::Apis::DatafusionV1::PersistentDiskData

Persistent Disk service-specific Data. Contains information that may not be appropriate for the generic DRZ Augmented View. This currently includes LSV Colossus Roots and GCS Buckets. Corresponds to the JSON property pd



1256
1257
1258
# File 'lib/google/apis/datafusion_v1/classes.rb', line 1256

def pd
  @pd
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1263
1264
1265
# File 'lib/google/apis/datafusion_v1/classes.rb', line 1263

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