Enum Gateway.GatewayCapacity (1.87.0)

public enum Gateway.GatewayCapacity extends Enum<Gateway.GatewayCapacity> implements ProtocolMessageEnum

The aggregate processing capacity of this gateway.

Protobuf enum google.cloud.networkconnectivity.v1beta.Gateway.GatewayCapacity

Implements

ProtocolMessageEnum

Static Fields

Name Description
CAPACITY_100_GBPS

The gateway has 100 Gbps of aggregate processing capacity

CAPACITY_100_GBPS = 4;

CAPACITY_100_GBPS_VALUE

The gateway has 100 Gbps of aggregate processing capacity

CAPACITY_100_GBPS = 4;

CAPACITY_10_GBPS

The gateway has 10 Gbps of aggregate processing capacity

CAPACITY_10_GBPS = 1;

CAPACITY_10_GBPS_VALUE

The gateway has 10 Gbps of aggregate processing capacity

CAPACITY_10_GBPS = 1;

CAPACITY_1_GBPS

The gateway has 1 Gbps of aggregate processing capacity

CAPACITY_1_GBPS = 5;

CAPACITY_1_GBPS_VALUE

The gateway has 1 Gbps of aggregate processing capacity

CAPACITY_1_GBPS = 5;

GATEWAY_CAPACITY_UNSPECIFIED

The gateway capacity is unspecified.

GATEWAY_CAPACITY_UNSPECIFIED = 0;

GATEWAY_CAPACITY_UNSPECIFIED_VALUE

The gateway capacity is unspecified.

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