Sha256: 4f9023f2bb91aba8db0c3278b16b045e68220d7a68e31eab6d5a54a8ee042f6f
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute module Models # # Profile for Linux VMs # class ContainerServiceLinuxProfile include MsRestAzure # @return [String] The administrator username to use for all Linux VMs attr_accessor :admin_username # @return [ContainerServiceSshConfiguration] Specifies the ssh key # configuration for Linux VMs attr_accessor :ssh # # Mapper for ContainerServiceLinuxProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ContainerServiceLinuxProfile', type: { name: 'Composite', class_name: 'ContainerServiceLinuxProfile', model_properties: { admin_username: { required: true, serialized_name: 'adminUsername', type: { name: 'String' } }, ssh: { required: true, serialized_name: 'ssh', type: { name: 'Composite', class_name: 'ContainerServiceSshConfiguration' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems