Enum WireProperties.FaultResponse (1.91.0)

public enum WireProperties.FaultResponse extends Enum<WireProperties.FaultResponse> implements ProtocolMessageEnum

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 enum google.cloud.compute.v1.WireProperties.FaultResponse

Implements

ProtocolMessageEnum

Static 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 = 287086488;

DISABLE_PORT_VALUE

Set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires.

DISABLE_PORT = 287086488;

NONE

Default.

NONE = 2402104;

NONE_VALUE

Default.

NONE = 2402104;

UNDEFINED_FAULT_RESPONSE

A value indicating that the enum field is not set.

UNDEFINED_FAULT_RESPONSE = 0;

UNDEFINED_FAULT_RESPONSE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_FAULT_RESPONSE = 0;

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()