class Azure::Network::Mgmt::V2019_11_01::Models::VpnServerConfigurationsResponse
VpnServerConfigurations
list associated with VirtualWan Response.
Attributes
vpn_server_configuration_resource_ids[RW]
@return [Array<String>] List of VpnServerConfigurations
associated with VirtualWan.
Public Class Methods
mapper()
click to toggle source
Mapper for VpnServerConfigurationsResponse
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01/generated/azure_mgmt_network/models/vpn_server_configurations_response.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnServerConfigurationsResponse', type: { name: 'Composite', class_name: 'VpnServerConfigurationsResponse', model_properties: { vpn_server_configuration_resource_ids: { client_side_validation: true, required: false, serialized_name: 'vpnServerConfigurationResourceIds', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end