Enum WireProperties.BandwidthAllocation (1.92.0)

public enum WireProperties.BandwidthAllocation extends Enum<WireProperties.BandwidthAllocation> implements ProtocolMessageEnum

The configuration of the bandwidth allocation, one of the following:

- ALLOCATE_PER_WIRE: configures a separate unmetered bandwidth allocation
(and associated charges) for each wire in the group.
- SHARED_WITH_WIRE_GROUP: this is the default behavior, which configures
one unmetered bandwidth allocation for the wire group. The unmetered
bandwidth is divided equally across each wire in the group, but dynamic
throttling reallocates unused unmetered bandwidth from unused or underused
wires to other wires in the group.

Protobuf enum google.cloud.compute.v1.WireProperties.BandwidthAllocation

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALLOCATE_PER_WIRE

Configures a separate unmetered bandwidth allocation (and associated charges) for each wire in the group.

ALLOCATE_PER_WIRE = 358730057;

ALLOCATE_PER_WIRE_VALUE

Configures a separate unmetered bandwidth allocation (and associated charges) for each wire in the group.

ALLOCATE_PER_WIRE = 358730057;

SHARED_WITH_WIRE_GROUP

This is the default behavior. Configures one unmetered bandwidth allocation for the wire group. The unmetered bandwidth is divided equally across each wire in the group, but dynamic throttling reallocates unused unmetered bandwidth from unused or underused wires to other wires in the group.

SHARED_WITH_WIRE_GROUP = 286454628;

SHARED_WITH_WIRE_GROUP_VALUE

This is the default behavior. Configures one unmetered bandwidth allocation for the wire group. The unmetered bandwidth is divided equally across each wire in the group, but dynamic throttling reallocates unused unmetered bandwidth from unused or underused wires to other wires in the group.

SHARED_WITH_WIRE_GROUP = 286454628;

UNDEFINED_BANDWIDTH_ALLOCATION

A value indicating that the enum field is not set.

UNDEFINED_BANDWIDTH_ALLOCATION = 0;

UNDEFINED_BANDWIDTH_ALLOCATION_VALUE

A value indicating that the enum field is not set.

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