Sha256: ce39aafb221aef26cd26c4f696cb721fccd246a333942843a327b07757f0d899
Contents?: true
Size: 1.29 KB
Versions: 3
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::V2020_07_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
3 entries across 3 versions & 1 rubygems