public enum AllocationReservationSharingPolicy.ServiceShareType extends Enum<AllocationReservationSharingPolicy.ServiceShareType> implements ProtocolMessageEnum
Sharing config for all Google Cloud services.
Protobuf enum
google.cloud.compute.v1.AllocationReservationSharingPolicy.ServiceShareType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALLOW_ALL |
Allow all Google Cloud managed services to share reservations. |
ALLOW_ALL_VALUE |
Allow all Google Cloud managed services to share reservations. |
DISALLOW_ALL |
[Default] Disallow sharing with all Google Cloud services. |
DISALLOW_ALL_VALUE |
[Default] Disallow sharing with all Google Cloud services. |
SERVICE_SHARE_TYPE_UNSPECIFIED |
|
SERVICE_SHARE_TYPE_UNSPECIFIED_VALUE |
|
UNDEFINED_SERVICE_SHARE_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_SERVICE_SHARE_TYPE_VALUE |
A value indicating that the enum field is not set. |
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() |