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

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

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

A request to get a zone.

Inheritance

object > GetZoneRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

GetZoneRequest()

public GetZoneRequest()

GetZoneRequest(GetZoneRequest)

public GetZoneRequest(GetZoneRequest other)
Parameter
Name Description
other GetZoneRequest

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

ZoneName

public ZoneName ZoneName { get; set; }

ZoneName-typed view over the Name resource name property.

Property Value
Type Description
ZoneName