public enum Allocation.ShareSettings.ShareType extends Enum<Allocation.ShareSettings.ShareType> implements ProtocolMessageEnumPossible 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS |
Shared-reservation is open to direct child projects of specific folders. |
DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS_VALUE |
Shared-reservation is open to direct child projects of specific folders. |
LOCAL |
Default value. |
LOCAL_VALUE |
Default value. |
ORGANIZATION |
Shared-reservation is open to entire Organization |
ORGANIZATION_VALUE |
Shared-reservation is open to entire Organization |
SHARE_TYPE_UNSPECIFIED |
Default value. This value is unused. |
SHARE_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
SPECIFIC_PROJECTS |
Shared-reservation is open to specific projects |
SPECIFIC_PROJECTS_VALUE |
Shared-reservation is open to specific projects |
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() |
|