Sha256: ac3da780f7b9de12d164cbab0113be0df2bc17af5c0f46366f3c8912cecd933b
Contents?: true
Size: 1.91 KB
Versions: 6
Compression:
Stored size: 1.91 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::ServiceFabric::Mgmt::V2016_09_01 module Models # # The detail of the ServiceFabric runtime version result # class ClusterVersionDetails include MsRestAzure # @return [String] The ServiceFabric runtime version of the cluster attr_accessor :code_version # @return [String] The date of expiry of support of the version attr_accessor :support_expiry_utc # @return [Enum] Cluster operating system. Possible values include: # 'Windows', 'Linux' attr_accessor :environment # # Mapper for ClusterVersionDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClusterVersionDetails', type: { name: 'Composite', class_name: 'ClusterVersionDetails', model_properties: { code_version: { client_side_validation: true, required: false, serialized_name: 'codeVersion', type: { name: 'String' } }, support_expiry_utc: { client_side_validation: true, required: false, serialized_name: 'supportExpiryUtc', type: { name: 'String' } }, environment: { client_side_validation: true, required: false, serialized_name: 'environment', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems