Sha256: 93618365311eed58ee99ba90ceceeb646d4a3fa4fa04a74fb3b334fb7cc94f3e
Contents?: true
Size: 1.47 KB
Versions: 17
Compression:
Stored size: 1.47 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_01_31 module Models # # Profile for the container service orchestrator. # class ContainerServiceOrchestratorProfile include MsRestAzure # @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' attr_accessor :orchestrator_type # # Mapper for ContainerServiceOrchestratorProfile class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
17 entries across 17 versions & 1 rubygems