Sha256: 3fab326f568957bd1eb09eb620c06b5a0b740ddba1175fce9ff004c33d1de362
Contents?: true
Size: 1.86 KB
Versions: 8
Compression:
Stored size: 1.86 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::V2019_06_01 module Models # # Contains information about orchestrator. # class OrchestratorProfile include MsRestAzure # @return [String] Orchestrator type. attr_accessor :orchestrator_type # @return [String] Orchestrator version (major, minor, patch). attr_accessor :orchestrator_version # @return [Boolean] Whether Kubernetes version is currently in preview. attr_accessor :is_preview # # Mapper for OrchestratorProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OrchestratorProfile', type: { name: 'Composite', class_name: 'OrchestratorProfile', model_properties: { orchestrator_type: { client_side_validation: true, required: false, serialized_name: 'orchestratorType', type: { name: 'String' } }, orchestrator_version: { client_side_validation: true, required: true, serialized_name: 'orchestratorVersion', type: { name: 'String' } }, is_preview: { client_side_validation: true, required: false, serialized_name: 'isPreview', type: { name: 'Boolean' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems