class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::InboundReplicationNeighbors
The list of replication summary for the domain controller inbound neighbor.
Attributes
value[RW]
@return [Array<InboundReplicationNeighbor>] The details of inbound replication neighbors.
Private Class Methods
mapper()
click to toggle source
Mapper for InboundReplicationNeighbors
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/inbound_replication_neighbors.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'InboundReplicationNeighbors', type: { name: 'Composite', class_name: 'InboundReplicationNeighbors', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'InboundReplicationNeighborElementType', type: { name: 'Composite', class_name: 'InboundReplicationNeighbor' } } } } } } } end