Compute Engine v1 API - Class GetHealthReservationSlotRequest (3.32.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetHealthReservationSlotRequest.

A request message for ReservationSlots.GetHealth. See the method description for details.

Inheritance

object > GetHealthReservationSlotRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetHealthReservationSlotRequest()

public GetHealthReservationSlotRequest()

GetHealthReservationSlotRequest(GetHealthReservationSlotRequest)

public GetHealthReservationSlotRequest(GetHealthReservationSlotRequest other)
Parameter
Name Description
other GetHealthReservationSlotRequest

Properties

HasRequestId

public bool HasRequestId { get; }

Gets whether the "request_id" field is set

Property Value
Type Description
bool

ParentName

public string ParentName { get; set; }

The name of the parent reservation, parent block and parent sub-block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}

Property Value
Type Description
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

RequestId

public string RequestId { get; set; }

An optional request ID to identify requests.

Property Value
Type Description
string

ReservationSlot

public string ReservationSlot { get; set; }

The name of the reservation slot. Name should conform to RFC1035 or be a resource ID.

Property Value
Type Description
string

Zone

public string Zone { get; set; }

Name of the zone for this request. Zone name should conform to RFC1035.

Property Value
Type Description
string