CreateHardwareGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)A request to create a hardware group.
| Attributes | |
|---|---|
| Name | Description | 
| parent | strRequired. The order to create the hardware group in. Format: projects/{project}/locations/{location}/orders/{order} | 
| hardware_group_id | strOptional. ID used to uniquely identify the HardwareGroup within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and -are accepted. The-character cannot be the first or the last one. A
   system generated ID will be used if the field is not set.
   
   The hardware_group.name field in the request will be
   ignored. | 
| hardware_group | google.cloud.gdchardwaremanagement_v1alpha.types.HardwareGroupRequired. The hardware group to create. | 
| request_id | strOptional. An optional unique identifier for this request. See AIP-155 __. |