Reference documentation and code samples for the Compute V1 Client class 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.
Protobuf type google.cloud.compute.v1.WireProperties.FaultResponse
Namespace
Google \ Cloud \ Compute \ V1 \ WirePropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_FAULT_RESPONSE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_FAULT_RESPONSE = 0;
DISABLE_PORT
Value: 287086488Set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires.
Generated from protobuf enum DISABLE_PORT = 287086488;
NONE
Value: 2402104Default.
Generated from protobuf enum NONE = 2402104;