Sha256: 6f525093c80e958672b5243e18d0449853d5720c6f686cc835184a814fde5c54

Contents?: true

Size: 1.5 KB

Versions: 9

Compression:

Stored size: 1.5 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_03_01
  module Models
    #
    # Specifies the boot diagnostic settings state. <br><br>Minimum
    # api-version: 2015-06-15.
    #
    class DiagnosticsProfile

      include MsRestAzure

      # @return [BootDiagnostics] Boot Diagnostics is a debugging feature which
      # allows you to view Console Output and Screenshot to diagnose VM status.
      # <br><br> You can easily view the output of your console log. <br><br>
      # Azure also enables you to see a screenshot of the VM from the
      # hypervisor.
      attr_accessor :boot_diagnostics


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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.22.0 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.21.1 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.20.0 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.19.3 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.19.2 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.19.1 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.19.0 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.18.7 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb
azure_mgmt_compute-0.18.6 lib/2019-03-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb