Sha256: 9ce619beab5e1a26e269128ac6e024bcde6e5d984d1fab7a337b7db56f2d8597
Contents?: true
Size: 1.7 KB
Versions: 11
Compression:
Stored size: 1.7 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::ContainerService::Mgmt::V2018_08_01_preview module Models # # SSH configuration for Linux-based VMs running on Azure. # class ContainerServiceSshConfiguration include MsRestAzure # @return [Array<ContainerServiceSshPublicKey>] The list of SSH public # keys used to authenticate with Linux-based VMs. Only expect one key # specified. attr_accessor :public_keys # # Mapper for ContainerServiceSshConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerServiceSshConfiguration', type: { name: 'Composite', class_name: 'ContainerServiceSshConfiguration', model_properties: { public_keys: { client_side_validation: true, required: true, serialized_name: 'publicKeys', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ContainerServiceSshPublicKeyElementType', type: { name: 'Composite', class_name: 'ContainerServiceSshPublicKey' } } } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems