Sha256: f667657878f7b4ce3c22ae3703ceb1546561e84bb9a0586973523e6e0c88b100
Contents?: true
Size: 1.47 KB
Versions: 2
Compression:
Stored size: 1.47 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::V2015_06_15 module Models # # The instance view of a virtual machine boot diagnostics. # class BootDiagnosticsInstanceView include MsRestAzure # @return [String] The console screenshot blob URI. attr_accessor :console_screenshot_blob_uri # @return [String] The Linux serial console log blob Uri. attr_accessor :serial_console_log_blob_uri # # Mapper for BootDiagnosticsInstanceView class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'BootDiagnosticsInstanceView', type: { name: 'Composite', class_name: 'BootDiagnosticsInstanceView', model_properties: { console_screenshot_blob_uri: { required: false, serialized_name: 'consoleScreenshotBlobUri', type: { name: 'String' } }, serial_console_log_blob_uri: { required: false, serialized_name: 'serialConsoleLogBlobUri', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems