class Azure::IotHub::Mgmt::V2019_07_01_preview::Models::FailoverInput
Use to provide failover region when requesting manual Failover for a hub.
Attributes
failover_region[RW]
@return [String] Region the hub will be failed over to
Public Class Methods
mapper()
click to toggle source
Mapper for FailoverInput
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-07-01-preview/generated/azure_mgmt_iot_hub/models/failover_input.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FailoverInput', type: { name: 'Composite', class_name: 'FailoverInput', model_properties: { failover_region: { client_side_validation: true, required: true, serialized_name: 'failoverRegion', type: { name: 'String' } } } } } end