Sha256: 020628871e398b1cb65f4671762238d7e8f837d0a702d330b34199c326d2ee7f
Contents?: true
Size: 1.84 KB
Versions: 1
Compression:
Stored size: 1.84 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute module Models # # The instance view of a virtual machine extension handler. # class VirtualMachineExtensionHandlerInstanceView include MsRestAzure # @return [String] Full type of the extension handler which includes both # publisher and type. attr_accessor :type # @return [String] The type version of the extension handler. attr_accessor :type_handler_version # @return [InstanceViewStatus] The extension handler status. attr_accessor :status # # Mapper for VirtualMachineExtensionHandlerInstanceView class as Ruby # Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'VirtualMachineExtensionHandlerInstanceView', type: { name: 'Composite', class_name: 'VirtualMachineExtensionHandlerInstanceView', model_properties: { type: { required: false, serialized_name: 'type', type: { name: 'String' } }, type_handler_version: { required: false, serialized_name: 'typeHandlerVersion', type: { name: 'String' } }, status: { required: false, serialized_name: 'status', type: { name: 'Composite', class_name: 'InstanceViewStatus' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.10.0 | lib/generated/azure_mgmt_compute/models/virtual_machine_extension_handler_instance_view.rb |