Class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration
- 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
Instance Attribute Summary collapse
-
#zone ⇒ String
Corresponds to the JSON property
zone
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration
constructor
A new instance of CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration
Returns a new instance of CloudReliabilityZicyWs3DataplaneProtosZoneConfiguration.
442 443 444 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 442 def initialize(**args) update!(**args) end |
Instance Attribute Details
#zone ⇒ String
Corresponds to the JSON property zone
440 441 442 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 440 def zone @zone end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
447 448 449 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 447 def update!(**args) @zone = args[:zone] if args.key?(:zone) end |