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

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

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

A request to signal the state of a zone.

Inheritance

object > SignalZoneStateRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

SignalZoneStateRequest()

public SignalZoneStateRequest()

SignalZoneStateRequest(SignalZoneStateRequest)

public SignalZoneStateRequest(SignalZoneStateRequest other)
Parameter
Name Description
other SignalZoneStateRequest

Properties

Name

public string Name { get; set; }

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

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

StateSignal

public SignalZoneStateRequest.Types.StateSignal StateSignal { get; set; }

Required. The state signal to send for this zone.

Property Value
Type Description
SignalZoneStateRequestTypesStateSignal

ZoneName

public ZoneName ZoneName { get; set; }

ZoneName-typed view over the Name resource name property.

Property Value
Type Description
ZoneName