Google Cloud Capacity Planner V1beta Client - Class OwnershipType (0.1.0)

Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class OwnershipType.

Reservation ownership status to provide distinction for Capacity Planning.

Protobuf type google.cloud.capacityplanner.v1beta.QueryReservationsRequest.OwnershipType

Namespace

Google \ Cloud \ CapacityPlanner \ V1beta \ QueryReservationsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OWNERSHIP_TYPE_UNSPECIFIED

Value: 0

No ownership status specified.

Generated from protobuf enum OWNERSHIP_TYPE_UNSPECIFIED = 0;

OWNERSHIP_TYPE_OWNED

Value: 1

For the reservations owned within selected Google Cloud Platform Resource Container (project/folder/organization).

Generated from protobuf enum OWNERSHIP_TYPE_OWNED = 1;

OWNERSHIP_TYPE_SHARED_BY_OTHERS

Value: 2

For the reservations consumable within selected Google Cloud Platform Resource Container (project/folder/organization), but not owned by them.

Generated from protobuf enum OWNERSHIP_TYPE_SHARED_BY_OTHERS = 2;