Sha256: 409204d410888932feecd6f484decd6d6f6ce1679dfae48327b5541738be2103
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute module Models # # Profile for the container service orchestrator. # class ContainerServiceOrchestratorProfile include MsRestAzure # @return [ContainerServiceOchestratorTypes] 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() { required: false, serialized_name: 'ContainerServiceOrchestratorProfile', type: { name: 'Composite', class_name: 'ContainerServiceOrchestratorProfile', model_properties: { orchestrator_type: { required: true, serialized_name: 'orchestratorType', type: { name: 'Enum', module: 'ContainerServiceOchestratorTypes' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.10.0 | lib/generated/azure_mgmt_compute/models/container_service_orchestrator_profile.rb |