Class: Google::Cloud::MigrationCenter::V1::BiosDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::BiosDetails
- 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
-
#bios_name ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#id ⇒ ::String
BIOS ID.
-
#manufacturer ⇒ ::String
BIOS manufacturer.
-
#release_date ⇒ ::Google::Type::Date
BIOS release date.
-
#smbios_uuid ⇒ ::String
SMBIOS UUID.
-
#version ⇒ ::String
BIOS version.
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.
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.
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.
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.
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.
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.
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 |