Sha256: 585a6cfb6e12f42f1145b08d745bb139b2e193983b9221cd48f481af8e5ca58b
Contents?: true
Size: 1.3 KB
Versions: 29
Compression:
Stored size: 1.3 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Network::Mgmt::V2018_08_01 module Models # # Vpn Client Parameters for package generation # class P2SVpnProfileParameters include MsRestAzure # @return [AuthenticationMethod] VPN client Authentication Method. # Possible values are: 'EAPTLS' and 'EAPMSCHAPv2'. Possible values # include: 'EAPTLS', 'EAPMSCHAPv2' attr_accessor :authentication_method # # Mapper for P2SVpnProfileParameters class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
29 entries across 29 versions & 2 rubygems