class Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorProfile
Profile for the container service orchestrator.
Attributes
orchestrator_type[RW]
@return [ContainerServiceOrchestratorTypes] The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom. Possible values include: 'Swarm', 'DCOS', 'Custom', 'Kubernetes'
Public Class Methods
mapper()
click to toggle source
Mapper for ContainerServiceOrchestratorProfile
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_orchestrator_profile.rb, line 26 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: 'ContainerServiceOrchestratorTypes' } } } } } end