class Azure::ContainerService::Mgmt::V2016_03_30::Models::ContainerServiceOrchestratorProfile
Profile for the container service orchestrator.
Attributes
orchestrator_type[RW]
@return [ContainerServiceOchestratorTypes] The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom. Possible values include: 'Swarm', 'DCOS'
Public Class Methods
mapper()
click to toggle source
Mapper for ContainerServiceOrchestratorProfile
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_orchestrator_profile.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerServiceOrchestratorProfile', type: { name: 'Composite', class_name: 'ContainerServiceOrchestratorProfile', model_properties: { orchestrator_type: { client_side_validation: true, required: true, serialized_name: 'orchestratorType', type: { name: 'Enum', module: 'ContainerServiceOchestratorTypes' } } } } } end