Enum Allocation.ShareSettings.ShareType (0.1.0)

public enum Allocation.ShareSettings.ShareType extends Enum<Allocation.ShareSettings.ShareType> implements ProtocolMessageEnum

Possible scope in which the reservation can be shared. More granularity can be added in future.

Protobuf enum google.cloud.capacityplanner.v1beta.Allocation.ShareSettings.ShareType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS

Shared-reservation is open to direct child projects of specific folders.

DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS = 4;

DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS_VALUE

Shared-reservation is open to direct child projects of specific folders.

DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS = 4;

LOCAL

Default value.

LOCAL = 3;

LOCAL_VALUE

Default value.

LOCAL = 3;

ORGANIZATION

Shared-reservation is open to entire Organization

ORGANIZATION = 1;

ORGANIZATION_VALUE

Shared-reservation is open to entire Organization

ORGANIZATION = 1;

SHARE_TYPE_UNSPECIFIED

Default value. This value is unused.

SHARE_TYPE_UNSPECIFIED = 0;

SHARE_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

SHARE_TYPE_UNSPECIFIED = 0;

SPECIFIC_PROJECTS

Shared-reservation is open to specific projects

SPECIFIC_PROJECTS = 2;

SPECIFIC_PROJECTS_VALUE

Shared-reservation is open to specific projects

SPECIFIC_PROJECTS = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()