public enum WireProperties.FaultResponse extends Enum<WireProperties.FaultResponse> implements ProtocolMessageEnumResponse 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 enum google.cloud.compute.v1.WireProperties.FaultResponse
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DISABLE_PORT |
Set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires. |
DISABLE_PORT_VALUE |
Set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires. |
NONE |
Default. |
NONE_VALUE |
Default. |
UNDEFINED_FAULT_RESPONSE |
A value indicating that the enum field is not set. |
UNDEFINED_FAULT_RESPONSE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|