class Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint
Read-only endpoint of the failover group instance.
Attributes
failover_policy[RW]
@return [ReadOnlyEndpointFailoverPolicy] Failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled'
Private Class Methods
mapper()
click to toggle source
Mapper for FailoverGroupReadOnlyEndpoint
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_only_endpoint.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FailoverGroupReadOnlyEndpoint', type: { name: 'Composite', class_name: 'FailoverGroupReadOnlyEndpoint', model_properties: { failover_policy: { client_side_validation: true, required: false, serialized_name: 'failoverPolicy', type: { name: 'String' } } } } } end