class Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile
Properties to configure a custom container service cluster.
Attributes
orchestrator[RW]
@return [String] The name of the custom orchestrator to use.
Private Class Methods
mapper()
click to toggle source
Mapper for ContainerServiceCustomProfile
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_custom_profile.rb, line 23 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