Sha256: 627f5299670e64f1f3c9b5ad1af5f0c59a192448d673e98542002d9d21deae5a
Contents?: true
Size: 1.66 KB
Versions: 17
Compression:
Stored size: 1.66 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::V2016_09_30 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. 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
17 entries across 17 versions & 1 rubygems