Sha256: e765c4f6261e7a9a1790253b9b5b400079932d86bdb185121a0a8627efbe13c2
Contents?: true
Size: 1.29 KB
Versions: 8
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::V2019_08_01 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
8 entries across 8 versions & 1 rubygems