Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class ShareType.
Possible scope in which the reservation can be shared.
Protobuf type google.cloud.capacityplanner.v1beta.QueryReservationsRequest.ShareType
Namespace
Google \ Cloud \ CapacityPlanner \ V1beta \ QueryReservationsRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SHARE_TYPE_UNSPECIFIED
Value: 0No share type specified.
Generated from protobuf enum SHARE_TYPE_UNSPECIFIED = 0;
SHARE_TYPE_LOCAL
Value: 1Default value, for which reservation is open to only owner project.
Generated from protobuf enum SHARE_TYPE_LOCAL = 1;
SHARE_TYPE_SPECIFIC_PROJECTS
Value: 2Shared-reservation is open to specific projects.
Generated from protobuf enum SHARE_TYPE_SPECIFIC_PROJECTS = 2;