Class: Google::Cloud::MigrationCenter::V1::BiosDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Details about the BIOS.

Instance Attribute Summary collapse

Instance Attribute Details

#bios_name::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns BIOS name. This fields is deprecated. Please use the id field instead.

Returns:

  • (::String)

    BIOS name. This fields is deprecated. Please use the id field instead.



1940
1941
1942
1943
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1940

class BiosDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String

Returns BIOS ID.

Returns:

  • (::String)

    BIOS ID.



1940
1941
1942
1943
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1940

class BiosDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#manufacturer::String

Returns BIOS manufacturer.

Returns:

  • (::String)

    BIOS manufacturer.



1940
1941
1942
1943
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1940

class BiosDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#release_date::Google::Type::Date

Returns BIOS release date.

Returns:



1940
1941
1942
1943
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1940

class BiosDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#smbios_uuid::String

Returns SMBIOS UUID.

Returns:

  • (::String)

    SMBIOS UUID.



1940
1941
1942
1943
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1940

class BiosDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns BIOS version.

Returns:

  • (::String)

    BIOS version.



1940
1941
1942
1943
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1940

class BiosDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end