Class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
Message describing that the location of the customer resource is tied to placer allocations
Instance Attribute Summary collapse
-
#placer_config ⇒ String
Directory with a config related to it in placer (e.g. "/placer/prod/home/my- root/my-dir") Corresponds to the JSON property
placerConfig
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
constructor
A new instance of CloudReliabilityZicyWs3DataplaneProtosPlacerLocation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
Returns a new instance of CloudReliabilityZicyWs3DataplaneProtosPlacerLocation.
351 352 353 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 351 def initialize(**args) update!(**args) end |
Instance Attribute Details
#placer_config ⇒ String
Directory with a config related to it in placer (e.g. "/placer/prod/home/my-
root/my-dir")
Corresponds to the JSON property placerConfig
349 350 351 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 349 def placer_config @placer_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
356 357 358 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 356 def update!(**args) @placer_config = args[:placer_config] if args.key?(:placer_config) end |