Class WireProperties
The properties of a wire.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class WireProperties : IDirectResponseSchema
Properties
BandwidthUnmetered
The unmetered bandwidth in Gigabits per second, using decimal units. 10
is 10 Gbps, 100
is 100 Gbps.
Declaration
[JsonProperty("bandwidthUnmetered")]
public virtual long? BandwidthUnmetered { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FaultResponse
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.
Declaration
[JsonProperty("faultResponse")]
public virtual string FaultResponse { get; set; }
Property Value
Type | Description |
---|---|
string |