class Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnProfileParameters
Vpn Client Parameters for package generation
Attributes
authentication_method[RW]
@return [AuthenticationMethod] VPN client Authentication Method. Possible values are: 'EAPTLS' and 'EAPMSCHAPv2'. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'
Public Class Methods
mapper()
click to toggle source
Mapper for P2SVpnProfileParameters class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-10-01/generated/azure_mgmt_network/models/p2svpn_profile_parameters.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'P2SVpnProfileParameters', type: { name: 'Composite', class_name: 'P2SVpnProfileParameters', model_properties: { authentication_method: { client_side_validation: true, required: false, serialized_name: 'authenticationMethod', type: { name: 'String' } } } } } end