class Azure::Network::Mgmt::V2020_03_01::Models::P2SVpnProfileParameters

Vpn Client Parameters for package generation.

Attributes

authentication_method[RW]

@return [AuthenticationMethod] VPN client authentication method. 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/2020-03-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