Output only. Name for the hardware group that this hardware belongs to.
Format:
projects/{project}/locations/{location}/orders/{order}/hardwareGroups/{hardware_group}
public Date RequestedInstallationDate { get; set; }
Optional. Requested installation date for this hardware. If not specified,
this is auto-populated from the order's fulfillment_time upon submission or
from the HardwareGroup's requested_installation_date upon order acceptance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation is for the `Hardware` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha03."],["The `Hardware` class represents an instance of hardware installed at a site and inherits from the base `object` class, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `Hardware` class include `Config` (hardware configuration), `InstallationInfo` (installation details), `PhysicalInfo` (physical attributes), as well as output only properties such as `ActualInstallationDate`, `EstimatedInstallationDate`, `CreateTime`, `State`, `MachineInfos` and more."],["The class contains properties for managing various identifiers and relationships, such as `HardwareGroup`, `Order`, `Site`, and `Zone`, all having a associated resource name."],["The `Hardware` class has 2 constructors `Hardware()` and `Hardware(Hardware other)` allowing a default and copy constructor to be used."]]],[]]