Sha256: 641fc157b182663365bf8aae10abfab18860825b0fd1e696dda9f0e35a35ef6e
Contents?: true
Size: 1.24 KB
Versions: 7
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::V2019_07_01 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
7 entries across 7 versions & 1 rubygems