Class: Google::Apis::BackupdrV1::RequirementOverride

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) ⇒ 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_overrideString

Corresponds to the JSON property ziOverride

Returns:

  • (String)


3642
3643
3644
# File 'lib/google/apis/backupdr_v1/classes.rb', line 3642

def zi_override
  @zi_override
end

#zs_overrideString

Corresponds to the JSON property zsOverride

Returns:

  • (String)


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