class Azure::Hdinsight::Mgmt::V2015_03_01_preview::Models::SshPublicKey
The SSH public key for the cluster nodes.
Attributes
certificate_data[RW]
@return [String] The certificate for SSH.
Public Class Methods
mapper()
click to toggle source
Mapper for SshPublicKey
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/ssh_public_key.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SshPublicKey', type: { name: 'Composite', class_name: 'SshPublicKey', model_properties: { certificate_data: { client_side_validation: true, required: false, serialized_name: 'certificateData', type: { name: 'String' } } } } } end