Class: Google::Apis::BackupdrV1::RequirementOverride
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::RequirementOverride
- 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
-
#zi_override ⇒ String
Corresponds to the JSON property
ziOverride. -
#zs_override ⇒ String
Corresponds to the JSON property
zsOverride.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RequirementOverride
constructor
A new instance of RequirementOverride.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RequirementOverride
Returns a new instance of RequirementOverride.
3649 3650 3651 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3649 def initialize(**args) update!(**args) end |
Instance Attribute Details
#zi_override ⇒ String
Corresponds to the JSON property ziOverride
3642 3643 3644 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3642 def zi_override @zi_override end |
#zs_override ⇒ String
Corresponds to the JSON property zsOverride
3647 3648 3649 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3647 def zs_override @zs_override end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3654 3655 3656 3657 |
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3654 def update!(**args) @zi_override = args[:zi_override] if args.key?(:zi_override) @zs_override = args[:zs_override] if args.key?(:zs_override) end |