Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
WireProperties |
WireProperties.clone() |
WireProperties |
Wire.getWireProperties()
[Output Only] Properties of the wire.
|
WireProperties |
WireGroup.getWireProperties()
Properties for all wires in the wire group.
|
WireProperties |
WireProperties.set(String fieldName,
Object value) |
WireProperties |
WireProperties.setBandwidthAllocation(String 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.
|
WireProperties |
WireProperties.setBandwidthUnmetered(Long bandwidthUnmetered)
The unmetered bandwidth in Gigabits per second, using decimal units.
|
WireProperties |
WireProperties.setFaultResponse(String faultResponse)
Response when a fault is detected in a pseudowire: - NONE: default.
|
Modifier and Type | Method and Description |
---|---|
Wire |
Wire.setWireProperties(WireProperties wireProperties)
[Output Only] Properties of the wire.
|
WireGroup |
WireGroup.setWireProperties(WireProperties wireProperties)
Properties for all wires in the wire group.
|
Copyright © 2011–2025 Google. All rights reserved.