Enum MembershipState.ControlPlaneManagement.Implementation (1.45.0)

public enum MembershipState.ControlPlaneManagement.Implementation extends Enum<MembershipState.ControlPlaneManagement.Implementation> implements ProtocolMessageEnum

Implementation of managed control plane.

Protobuf enum google.cloud.gkehub.servicemesh.v1beta.MembershipState.ControlPlaneManagement.Implementation

Implements

ProtocolMessageEnum

Static Fields

Name Description
IMPLEMENTATION_UNSPECIFIED

Unspecified

IMPLEMENTATION_UNSPECIFIED = 0;

IMPLEMENTATION_UNSPECIFIED_VALUE

Unspecified

IMPLEMENTATION_UNSPECIFIED = 0;

ISTIOD

A Google build of istiod is used for the managed control plane.

ISTIOD = 1;

ISTIOD_VALUE

A Google build of istiod is used for the managed control plane.

ISTIOD = 1;

TRAFFIC_DIRECTOR

Traffic director is used for the managed control plane.

TRAFFIC_DIRECTOR = 2;

TRAFFIC_DIRECTOR_VALUE

Traffic director is used for the managed control plane.

TRAFFIC_DIRECTOR = 2;

UNRECOGNIZED
UPDATING

The control plane implementation is being updated.

UPDATING = 3;

UPDATING_VALUE

The control plane implementation is being updated.

UPDATING = 3;

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