Enum MembershipSpec.ControlPlaneManagement (1.45.0)

public enum MembershipSpec.ControlPlaneManagement extends Enum<MembershipSpec.ControlPlaneManagement> implements ProtocolMessageEnum

Whether to automatically manage Service Mesh control planes.

Protobuf enum google.cloud.gkehub.servicemesh.v1beta.MembershipSpec.ControlPlaneManagement

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTOMATIC

Google should provision a control plane revision and make it available in the cluster. Google will enroll this revision in a release channel and keep it up to date. The control plane revision may be a managed service, or a managed install.

AUTOMATIC = 1;

AUTOMATIC_VALUE

Google should provision a control plane revision and make it available in the cluster. Google will enroll this revision in a release channel and keep it up to date. The control plane revision may be a managed service, or a managed install.

AUTOMATIC = 1;

CONTROL_PLANE_MANAGEMENT_UNSPECIFIED

Unspecified

CONTROL_PLANE_MANAGEMENT_UNSPECIFIED = 0;

CONTROL_PLANE_MANAGEMENT_UNSPECIFIED_VALUE

Unspecified

CONTROL_PLANE_MANAGEMENT_UNSPECIFIED = 0;

MANUAL

User will manually configure the control plane (e.g. via CLI, or via the ControlPlaneRevision KRM API)

MANUAL = 2;

MANUAL_VALUE

User will manually configure the control plane (e.g. via CLI, or via the ControlPlaneRevision KRM API)

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