Migration Center v1 API - Class BiosDetails (1.0.0)

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.

Inheritance

object > BiosDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

BiosDetails()

public BiosDetails()

BiosDetails(BiosDetails)

public BiosDetails(BiosDetails other)
Parameter
NameDescription
otherBiosDetails

Properties

BiosName

[Obsolete]
public string BiosName { get; set; }

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

Property Value
TypeDescription
string

Id

public string Id { get; set; }

BIOS ID.

Property Value
TypeDescription
string

Manufacturer

public string Manufacturer { get; set; }

BIOS manufacturer.

Property Value
TypeDescription
string

ReleaseDate

public Date ReleaseDate { get; set; }

BIOS release date.

Property Value
TypeDescription
Date

SmbiosUuid

public string SmbiosUuid { get; set; }

SMBIOS UUID.

Property Value
TypeDescription
string

Version

public string Version { get; set; }

BIOS version.

Property Value
TypeDescription
string