Sha256: e4c1f6d833b60a20e489a710e3a9d9c80e6ec3d6e1f96093855637fafceaa800
Contents?: true
Size: 1.86 KB
Versions: 10
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_04_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
10 entries across 10 versions & 1 rubygems