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

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.ExportReservationsUsageRequest.ShareType

Namespace

Google \ Cloud \ CapacityPlanner \ V1beta \ ExportReservationsUsageRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SHARE_TYPE_UNSPECIFIED

Value: 0

No share type specified.

Generated from protobuf enum SHARE_TYPE_UNSPECIFIED = 0;

SHARE_TYPE_LOCAL

Value: 1

Default value, for which reservation is open to only owner project.

Generated from protobuf enum SHARE_TYPE_LOCAL = 1;

SHARE_TYPE_SPECIFIC_PROJECTS

Value: 2

Shared-reservation is open to specific projects.

Generated from protobuf enum SHARE_TYPE_SPECIFIC_PROJECTS = 2;