Sha256: c4932c5ae456f05b738ea92192b635356dbb9e94ea3ed8a7a0b7728783425527
Contents?: true
Size: 1.31 KB
Versions: 34
Compression:
Stored size: 1.31 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::V2016_09_01 module Models # # Model object. # # class ConnectionResetSharedKey include MsRestAzure # @return [Integer] The virtual network connection reset shared key # length, should between 1 and 128. attr_accessor :key_length # # Mapper for ConnectionResetSharedKey class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ConnectionResetSharedKey', type: { name: 'Composite', class_name: 'ConnectionResetSharedKey', model_properties: { key_length: { client_side_validation: true, required: true, serialized_name: 'keyLength', constraints: { InclusiveMaximum: 128, InclusiveMinimum: 1 }, type: { name: 'Number' } } } } } end end end end
Version data entries
34 entries across 34 versions & 2 rubygems