class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationDetailsList
The list of replication details.
Attributes
continuation_token[RW]
@return [String] The continuation token for paginated calls.
next_link[RW]
@return [String] The link used to get the next page of operations.
total_count[RW]
@return [Integer] The total count of replication detail elements.
value[RW]
@return [Array<ReplicationSummary>] The value returned by the operation.
Private Class Methods
mapper()
click to toggle source
Mapper for ReplicationDetailsList
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/replication_details_list.rb, line 33 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ReplicationDetailsList', type: { name: 'Composite', class_name: 'ReplicationDetailsList', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ReplicationSummaryElementType', type: { name: 'Composite', class_name: 'ReplicationSummary' } } } }, total_count: { client_side_validation: true, required: false, serialized_name: 'totalCount', type: { name: 'Number' } }, continuation_token: { client_side_validation: true, required: false, serialized_name: 'continuationToken', type: { name: 'String' } }, next_link: { client_side_validation: true, required: false, serialized_name: 'nextLink', type: { name: 'String' } } } } } end