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."],[[["The `Hardware` class in the GDC Hardware Management v1alpha API represents a physical piece of hardware installed at a site."],["This class includes properties for tracking hardware details like installation dates, configuration, physical characteristics, and associated order, site, and zone information."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide core functionality."],["The Hardware object has output-only fields such as `CreateTime`, `UpdateTime`, `State`, `ActualInstallationDate`, and `MachineInfos`, along with editable fields like `DisplayName` and `RequestedInstallationDate`."],["The object provides both string-based name fields (such as `Order`, `Site`, and `Zone`) and type-safe name views (such as `OrderAsOrderName`, `SiteAsSiteName`, and `ZoneAsZoneName`)."]]],[]]