Enum NetworkPolicy.NetworkService.State (0.1.0)

public enum NetworkPolicy.NetworkService.State extends Enum<NetworkPolicy.NetworkService.State> implements ProtocolMessageEnum

Enum State defines possible states of a network policy controlled service.

Protobuf enum google.cloud.vmwareengine.v1.NetworkPolicy.NetworkService.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Service is active.

ACTIVE = 3;

ACTIVE_VALUE

Service is active.

ACTIVE = 3;

RECONCILING

Service is in the process of being provisioned/deprovisioned.

RECONCILING = 2;

RECONCILING_VALUE

Service is in the process of being provisioned/deprovisioned.

RECONCILING = 2;

STATE_UNSPECIFIED

Unspecified service state. This is the default value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified service state. This is the default value.

STATE_UNSPECIFIED = 0;

UNPROVISIONED

Service is not provisioned.

UNPROVISIONED = 1;

UNPROVISIONED_VALUE

Service is not provisioned.

UNPROVISIONED = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()