Interface HttpFaultAbortOrBuilder (1.51.0)

public interface HttpFaultAbortOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHttpStatus()

public abstract int getHttpStatus()

The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.

optional uint32 http_status = 468949897;

Returns
TypeDescription
int

The httpStatus.

getPercentage()

public abstract double getPercentage()

The percentage of traffic for connections, operations, or requests that is aborted as part of fault injection. The value must be from 0.0 to 100.0 inclusive.

optional double percentage = 151909018;

Returns
TypeDescription
double

The percentage.

hasHttpStatus()

public abstract boolean hasHttpStatus()

The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.

optional uint32 http_status = 468949897;

Returns
TypeDescription
boolean

Whether the httpStatus field is set.

hasPercentage()

public abstract boolean hasPercentage()

The percentage of traffic for connections, operations, or requests that is aborted as part of fault injection. The value must be from 0.0 to 100.0 inclusive.

optional double percentage = 151909018;

Returns
TypeDescription
boolean

Whether the percentage field is set.