Class ReservationSubBlocksResource
The "reservationSubBlocks" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReservationSubBlocksResource
Constructors
ReservationSubBlocksResource(IClientService)
Constructs a new resource.
Declaration
public ReservationSubBlocksResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string, string, string)
Retrieves information about the specified reservation subBlock.
Declaration
public virtual ReservationSubBlocksResource.GetRequest Get(string project, string zone, string parentName, string reservationSubBlock)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | zone | Name of the zone for this request. Zone name should conform to RFC1035. |
| string | parentName | The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name} |
| string | reservationSubBlock | The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID. |
Returns
| Type | Description |
|---|---|
| ReservationSubBlocksResource.GetRequest |
List(string, string, string)
Retrieves a list of reservation subBlocks under a single reservation.
Declaration
public virtual ReservationSubBlocksResource.ListRequest List(string project, string zone, string parentName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | zone | Name of the zone for this request. Zone name should conform to RFC1035. |
| string | parentName | The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name} |
Returns
| Type | Description |
|---|---|
| ReservationSubBlocksResource.ListRequest |