public sealed class GetReservationSubBlockRequest : IMessage<GetReservationSubBlockRequest>, IEquatable<GetReservationSubBlockRequest>, IDeepCloneable<GetReservationSubBlockRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetReservationSubBlockRequest.
A request message for ReservationSubBlocks.Get. See the method description for details.
Implements
IMessageGetReservationSubBlockRequest, IEquatableGetReservationSubBlockRequest, IDeepCloneableGetReservationSubBlockRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetReservationSubBlockRequest()
public GetReservationSubBlockRequest()GetReservationSubBlockRequest(GetReservationSubBlockRequest)
public GetReservationSubBlockRequest(GetReservationSubBlockRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetReservationSubBlockRequest | 
Properties
ParentName
public string ParentName { get; set; }The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ReservationSubBlock
public string ReservationSubBlock { get; set; }The name of the reservation subBlock. 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 | |