Interface WirePropertiesOrBuilder (1.92.0)

public interface WirePropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBandwidthAllocation()

public abstract String getBandwidthAllocation()

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.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Returns
Type Description
String

The bandwidthAllocation.

getBandwidthAllocationBytes()

public abstract ByteString getBandwidthAllocationBytes()

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.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Returns
Type Description
ByteString

The bytes for bandwidthAllocation.

getBandwidthUnmetered()

public abstract long getBandwidthUnmetered()

The unmetered bandwidth in Gigabits per second, using decimal units. 10 is 10 Gbps, 100 is 100 Gbps. The bandwidth must be greater than 0.

optional int64 bandwidth_unmetered = 272650017;

Returns
Type Description
long

The bandwidthUnmetered.

getFaultResponse()

public abstract String getFaultResponse()

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Returns
Type Description
String

The faultResponse.

getFaultResponseBytes()

public abstract ByteString getFaultResponseBytes()

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Returns
Type Description
ByteString

The bytes for faultResponse.

hasBandwidthAllocation()

public abstract boolean hasBandwidthAllocation()

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.

Check the BandwidthAllocation enum for the list of possible values.

optional string bandwidth_allocation = 90651950;

Returns
Type Description
boolean

Whether the bandwidthAllocation field is set.

hasBandwidthUnmetered()

public abstract boolean hasBandwidthUnmetered()

The unmetered bandwidth in Gigabits per second, using decimal units. 10 is 10 Gbps, 100 is 100 Gbps. The bandwidth must be greater than 0.

optional int64 bandwidth_unmetered = 272650017;

Returns
Type Description
boolean

Whether the bandwidthUnmetered field is set.

hasFaultResponse()

public abstract boolean hasFaultResponse()

Response when a fault is detected in a pseudowire:

- NONE: default.
- DISABLE_PORT: set the port line protocol down when inline probes
detect a fault. This setting is only permitted on port mode
pseudowires.

Check the FaultResponse enum for the list of possible values.

optional string fault_response = 353587646;

Returns
Type Description
boolean

Whether the faultResponse field is set.