class Azure::Network::Mgmt::V2020_05_01::Models::VpnClientConnectionHealthDetailListResult
List of virtual network gateway vpn client connection health.
Attributes
value[RW]
@return [Array<VpnClientConnectionHealthDetail>] List of vpn client connection health.
Public Class Methods
mapper()
click to toggle source
Mapper for VpnClientConnectionHealthDetailListResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-05-01/generated/azure_mgmt_network/models/vpn_client_connection_health_detail_list_result.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnClientConnectionHealthDetailListResult', type: { name: 'Composite', class_name: 'VpnClientConnectionHealthDetailListResult', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'VpnClientConnectionHealthDetailElementType', type: { name: 'Composite', class_name: 'VpnClientConnectionHealthDetail' } } } } } } } end