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. This is
auto-populated when the order is accepted, if the hardware's HardwareGroup
specifies this. It can also be filled in by the customer.
[[["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 represents an instance of hardware installed at a site within the GDC Hardware Management v1alpha API."],["This class includes properties for managing hardware details such as configuration, installation dates, associated groups, and physical characteristics."],["The `Hardware` class also features read-only properties, like the actual installation date, creation time, and current state, that are automatically managed by the system."],["The hardware properties contain identifying details like name, order, site, and zone, all following a specific formatting structure."],["This class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, offering functionalities like message handling and object cloning."]]],[]]