- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class WireProperties : IMessage<WireProperties>, IEquatable<WireProperties>, IDeepCloneable<WireProperties>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class WireProperties.
The properties of a wire.
Implements
IMessageWireProperties, IEquatableWireProperties, IDeepCloneableWireProperties, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
WireProperties()
public WireProperties()WireProperties(WireProperties)
public WireProperties(WireProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
WireProperties |
Properties
BandwidthAllocation
public string BandwidthAllocation { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
BandwidthUnmetered
public long BandwidthUnmetered { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
long |
|
FaultResponse
public string FaultResponse { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasBandwidthAllocation
public bool HasBandwidthAllocation { get; }Gets whether the "bandwidth_allocation" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasBandwidthUnmetered
public bool HasBandwidthUnmetered { get; }Gets whether the "bandwidth_unmetered" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasFaultResponse
public bool HasFaultResponse { get; }Gets whether the "fault_response" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|