Enum RemoteTransportProfile.ServiceLevelAvailability (1.87.0)

public enum RemoteTransportProfile.ServiceLevelAvailability extends Enum<RemoteTransportProfile.ServiceLevelAvailability> implements ProtocolMessageEnum

Availability class options.

Protobuf enum google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.ServiceLevelAvailability

Implements

ProtocolMessageEnum

Static Fields

Name Description
HIGH

This represents a 99.9% service level on the availability of the configured connectivity.

HIGH = 1;

HIGH_VALUE

This represents a 99.9% service level on the availability of the configured connectivity.

HIGH = 1;

MAXIMUM

This represents a 99.99% service level on the availability of the configured connectivity.

MAXIMUM = 2;

MAXIMUM_VALUE

This represents a 99.99% service level on the availability of the configured connectivity.

MAXIMUM = 2;

SERVICE_LEVEL_AVAILABILITY_UNSPECIFIED

Unspecified service level availability.

SERVICE_LEVEL_AVAILABILITY_UNSPECIFIED = 0;

SERVICE_LEVEL_AVAILABILITY_UNSPECIFIED_VALUE

Unspecified service level availability.

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