Sha256: 286de7ec46cc20b488234ff7f8132e088323d269c54a8fde5edb22d1b609c650
Contents?: true
Size: 1.24 KB
Versions: 19
Compression:
Stored size: 1.24 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::Compute::Mgmt::V2017_03_30 module Models # # The health status of the VM. # class VirtualMachineHealthStatus include MsRestAzure # @return [InstanceViewStatus] The health status information for the VM. attr_accessor :status # # Mapper for VirtualMachineHealthStatus class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineHealthStatus', type: { name: 'Composite', class_name: 'VirtualMachineHealthStatus', model_properties: { status: { client_side_validation: true, required: false, read_only: true, serialized_name: 'status', type: { name: 'Composite', class_name: 'InstanceViewStatus' } } } } } end end end end
Version data entries
19 entries across 19 versions & 1 rubygems