public sealed class BiosDetails : IMessage<BiosDetails>, IEquatable<BiosDetails>, IDeepCloneable<BiosDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class BiosDetails.
Details about the BIOS.
Implements
IMessageBiosDetails, IEquatableBiosDetails, IDeepCloneableBiosDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
BiosDetails()
public BiosDetails()
BiosDetails(BiosDetails)
public BiosDetails(BiosDetails other)
Parameter | |
---|---|
Name | Description |
other |
BiosDetails |
Properties
BiosName
[Obsolete]
public string BiosName { get; set; }
BIOS name.
This fields is deprecated. Please use the id
field instead.
Property Value | |
---|---|
Type | Description |
string |
Id
public string Id { get; set; }
BIOS ID.
Property Value | |
---|---|
Type | Description |
string |
Manufacturer
public string Manufacturer { get; set; }
BIOS manufacturer.
Property Value | |
---|---|
Type | Description |
string |
ReleaseDate
public Date ReleaseDate { get; set; }
BIOS release date.
Property Value | |
---|---|
Type | Description |
Date |
SmbiosUuid
public string SmbiosUuid { get; set; }
SMBIOS UUID.
Property Value | |
---|---|
Type | Description |
string |
Version
public string Version { get; set; }
BIOS version.
Property Value | |
---|---|
Type | Description |
string |