Compute Engine v1 API - Enum WireProperties.Types.BandwidthAllocation (3.22.0)

public enum WireProperties.Types.BandwidthAllocation

Reference documentation and code samples for the Compute Engine v1 API enum WireProperties.Types.BandwidthAllocation.

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
AllocatePerWire

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

SharedWithWireGroup

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.

UndefinedBandwidthAllocation

A value indicating that the enum field is not set.