Sha256: 7118be64d4c8f84621d7e333707229b392338b49c9152a73ac7c423580c58330
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 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 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.10.0 | lib/generated/azure_mgmt_compute/models/boot_diagnostics_instance_view.rb |