GDC Hardware Management v1alpha API - Class DeleteHardwareRequest (1.0.0-alpha01)

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

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

A request to delete hardware.

Inheritance

object > DeleteHardwareRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

DeleteHardwareRequest()

public DeleteHardwareRequest()

DeleteHardwareRequest(DeleteHardwareRequest)

public DeleteHardwareRequest(DeleteHardwareRequest other)
Parameter
Name Description
other DeleteHardwareRequest

Properties

HardwareName

public HardwareName HardwareName { get; set; }

HardwareName-typed view over the Name resource name property.

Property Value
Type Description
HardwareName

Name

public string Name { get; set; }

Required. The name of the hardware. Format: projects/{project}/locations/{location}/hardware/{hardware}

Property Value
Type Description
string

RequestId

public string RequestId { get; set; }

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

Property Value
Type Description
string