Sha256: 55f7dd6aa6649512583eee775645e47e246285710dd211afbd649de1c84f894e
Contents?: true
Size: 1.21 KB
Versions: 14
Compression:
Stored size: 1.21 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::V2017_07_01 module Models # # Properties to configure a custom container service cluster. # class ContainerServiceCustomProfile include MsRestAzure # @return [String] The name of the custom orchestrator to use. attr_accessor :orchestrator # # Mapper for ContainerServiceCustomProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerServiceCustomProfile', type: { name: 'Composite', class_name: 'ContainerServiceCustomProfile', model_properties: { orchestrator: { client_side_validation: true, required: true, serialized_name: 'orchestrator', type: { name: 'String' } } } } } end end end end
Version data entries
14 entries across 14 versions & 1 rubygems