Sha256: cb6ec7c1bafa1bf65902643d4a9ed1952673ecc72eaad236e0b3e28a64d14866
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute 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() { required: false, serialized_name: 'ContainerServiceSshPublicKey', type: { name: 'Composite', class_name: 'ContainerServiceSshPublicKey', model_properties: { key_data: { required: true, serialized_name: 'keyData', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.10.0 | lib/generated/azure_mgmt_compute/models/container_service_ssh_public_key.rb |