public sealed class HardwareInstallationInfo : IMessage<HardwareInstallationInfo>, IEquatable<HardwareInstallationInfo>, IDeepCloneable<HardwareInstallationInfo>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class HardwareInstallationInfo.
Information for installation of a Hardware.
Implements
IMessageHardwareInstallationInfo, IEquatableHardwareInstallationInfo, IDeepCloneableHardwareInstallationInfo, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
HardwareInstallationInfo()
public HardwareInstallationInfo()HardwareInstallationInfo(HardwareInstallationInfo)
public HardwareInstallationInfo(HardwareInstallationInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
HardwareInstallationInfo |
Properties
PowerDistanceMeters
public int PowerDistanceMeters { get; set; }Required. Distance from the power outlet in meters.
| Property Value | |
|---|---|
| Type | Description |
int |
|
RackLocation
public string RackLocation { get; set; }Required. Location of the rack in the site e.g. Floor 2, Room 201, Row 7, Rack 3.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RackSpace
public RackSpace RackSpace { get; set; }Required. Rack space allocated for the hardware.
| Property Value | |
|---|---|
| Type | Description |
RackSpace |
|
RackType
public HardwareInstallationInfo.Types.RackType RackType { get; set; }Required. Type of the rack.
| Property Value | |
|---|---|
| Type | Description |
HardwareInstallationInfoTypesRackType |
|
RackUnitDimensions
public Dimensions RackUnitDimensions { get; set; }Required. Dimensions of the rack unit.
| Property Value | |
|---|---|
| Type | Description |
Dimensions |
|
SwitchDistanceMeters
public int SwitchDistanceMeters { get; set; }Required. Distance from the network switch in meters.
| Property Value | |
|---|---|
| Type | Description |
int |
|