public sealed class GetReservationBlockRequest : IMessage<GetReservationBlockRequest>, IEquatable<GetReservationBlockRequest>, IDeepCloneable<GetReservationBlockRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetReservationBlockRequest.
A request message for ReservationBlocks.Get. See the method description for details.
Implements
IMessageGetReservationBlockRequest, IEquatableGetReservationBlockRequest, IDeepCloneableGetReservationBlockRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetReservationBlockRequest()
public GetReservationBlockRequest()GetReservationBlockRequest(GetReservationBlockRequest)
public GetReservationBlockRequest(GetReservationBlockRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetReservationBlockRequest |
Properties
HasView
public bool HasView { get; }Gets whether the "view" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Reservation
public string Reservation { get; set; }The name of the reservation. Name should conform to RFC1035 or be a resource ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReservationBlock
public string ReservationBlock { get; set; }The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
View
public string View { get; set; }View of the Block. Check the View enum for the list of possible values.
| 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 |
|