GDC Hardware Management v1alpha API - Class CreateHardwareGroupRequest (1.0.0-alpha02)

public sealed class CreateHardwareGroupRequest : IMessage<CreateHardwareGroupRequest>, IEquatable<CreateHardwareGroupRequest>, IDeepCloneable<CreateHardwareGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the GDC Hardware Management v1alpha API class CreateHardwareGroupRequest.

A request to create a hardware group.

Inheritance

object > CreateHardwareGroupRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

CreateHardwareGroupRequest()

public CreateHardwareGroupRequest()

CreateHardwareGroupRequest(CreateHardwareGroupRequest)

public CreateHardwareGroupRequest(CreateHardwareGroupRequest other)
Parameter
Name Description
other CreateHardwareGroupRequest

Properties

HardwareGroup

public HardwareGroup HardwareGroup { get; set; }

Required. The hardware group to create.

Property Value
Type Description
HardwareGroup

HardwareGroupId

public string HardwareGroupId { get; set; }

Optional. 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.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The order to create the hardware group in. Format: projects/{project}/locations/{location}/orders/{order}

Property Value
Type Description
string

ParentAsOrderName

public OrderName ParentAsOrderName { get; set; }

OrderName-typed view over the Parent resource name property.

Property Value
Type Description
OrderName

RequestId

public string RequestId { get; set; }

Optional. An optional unique identifier for this request. See AIP-155.

Property Value
Type Description
string