Sha256: 9a2f84e4cb62b50b1cefdfef684444466fed89c2c494a0878b5bbec2fddc6d45

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::Compute
  module Models
    #
    # Describes a diagnostics profile.
    #
    class DiagnosticsProfile

      include MsRestAzure

      # @return [BootDiagnostics] Boot Diagnostics is a debugging feature which
      # allows the user to view console output and/or a screenshot of the
      # virtual machine from the hypervisor.
      attr_accessor :boot_diagnostics


      #
      # Mapper for DiagnosticsProfile class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'DiagnosticsProfile',
          type: {
            name: 'Composite',
            class_name: 'DiagnosticsProfile',
            model_properties: {
              boot_diagnostics: {
                required: false,
                serialized_name: 'bootDiagnostics',
                type: {
                  name: 'Composite',
                  class_name: 'BootDiagnostics'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.9.0 lib/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.8.0 lib/generated/azure_mgmt_compute/models/diagnostics_profile.rb