Sha256: 697a98e4d27f14fdd5c0c8516e392c16723997ea2cab8d32f210b2f77c071567
Contents?: true
Size: 1.29 KB
Versions: 17
Compression:
Stored size: 1.29 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_03_30 module Models # # Contains information about SSH certificate public key data. # class ContainerServiceSshPublicKey include MsRestAzure # @return [String] Certificate public key used to authenticate with VMs # through SSH. The certificate must be in PEM format with or without # headers. attr_accessor :key_data # # Mapper for ContainerServiceSshPublicKey class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerServiceSshPublicKey', type: { name: 'Composite', class_name: 'ContainerServiceSshPublicKey', model_properties: { key_data: { client_side_validation: true, required: true, serialized_name: 'keyData', type: { name: 'String' } } } } } end end end end
Version data entries
17 entries across 17 versions & 1 rubygems