Sha256: 0f5835f46c0901f1a1d8ee8e166e374e41d8e8d71e9db980678220fd40023f8a
Contents?: true
Size: 1.29 KB
Versions: 2
Compression:
Stored size: 1.29 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute module Models # # Profile for Orchestrator # class ContainerServiceOrchestratorProfile include MsRestAzure # @return [ContainerServiceOchestratorTypes] Specifies what orchestrator # will be used to manage container cluster resources. Possible values # include: 'Swarm', 'DCOS' 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: false, serialized_name: 'orchestratorType', type: { name: 'Enum', module: 'ContainerServiceOchestratorTypes' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems