public sealed class Hardware.Types.DiskInfo : IMessage<Hardware.Types.DiskInfo>, IEquatable<Hardware.Types.DiskInfo>, IDeepCloneable<Hardware.Types.DiskInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class Hardware.Types.DiskInfo.
Information about individual disks on a machine.
Implements
IMessageHardwareTypesDiskInfo, IEquatableHardwareTypesDiskInfo, IDeepCloneableHardwareTypesDiskInfo, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
DiskInfo()
public DiskInfo()
DiskInfo(DiskInfo)
public DiskInfo(Hardware.Types.DiskInfo other)
Parameter | |
---|---|
Name | Description |
other |
HardwareTypesDiskInfo |
Properties
Manufacturer
public string Manufacturer { get; set; }
Output only. Disk manufacturer.
Property Value | |
---|---|
Type | Description |
string |
ModelNumber
public string ModelNumber { get; set; }
Output only. Disk model number.
Property Value | |
---|---|
Type | Description |
string |
PartNumber
public string PartNumber { get; set; }
Output only. Disk part number.
Property Value | |
---|---|
Type | Description |
string |
Psid
public string Psid { get; set; }
Output only. Disk PSID.
Property Value | |
---|---|
Type | Description |
string |
SerialNumber
public string SerialNumber { get; set; }
Output only. Disk serial number.
Property Value | |
---|---|
Type | Description |
string |
Slot
public int Slot { get; set; }
Output only. Disk slot number.
Property Value | |
---|---|
Type | Description |
int |