Enum AllocationReservationSharingPolicy.ServiceShareType (1.70.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ALLOW_ALL

Allow all Google Cloud managed services to share reservations.

ALLOW_ALL = 475536235;

ALLOW_ALL_VALUE

Allow all Google Cloud managed services to share reservations.

ALLOW_ALL = 475536235;

DISALLOW_ALL

[Default] Disallow sharing with all Google Cloud services.

DISALLOW_ALL = 277786301;

DISALLOW_ALL_VALUE

[Default] Disallow sharing with all Google Cloud services.

DISALLOW_ALL = 277786301;

SERVICE_SHARE_TYPE_UNSPECIFIED

SERVICE_SHARE_TYPE_UNSPECIFIED = 279057148;

SERVICE_SHARE_TYPE_UNSPECIFIED_VALUE

SERVICE_SHARE_TYPE_UNSPECIFIED = 279057148;

UNDEFINED_SERVICE_SHARE_TYPE

A value indicating that the enum field is not set.

UNDEFINED_SERVICE_SHARE_TYPE = 0;

UNDEFINED_SERVICE_SHARE_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SERVICE_SHARE_TYPE = 0;

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()