Class protos.google.cloud.compute.v1.OutlierDetection (4.3.0)

Represents an OutlierDetection.

Package

@google-cloud/compute

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.compute.v1.IOutlierDetection);

Constructs a new OutlierDetection.

Parameter
NameDescription
properties IOutlierDetection

Properties to set

Properties

_baseEjectionTime

public _baseEjectionTime?: "baseEjectionTime";

OutlierDetection _baseEjectionTime.

_consecutiveErrors

public _consecutiveErrors?: "consecutiveErrors";

OutlierDetection _consecutiveErrors.

_consecutiveGatewayFailure

public _consecutiveGatewayFailure?: "consecutiveGatewayFailure";

OutlierDetection _consecutiveGatewayFailure.

_enforcingConsecutiveErrors

public _enforcingConsecutiveErrors?: "enforcingConsecutiveErrors";

OutlierDetection _enforcingConsecutiveErrors.

_enforcingConsecutiveGatewayFailure

public _enforcingConsecutiveGatewayFailure?: "enforcingConsecutiveGatewayFailure";

OutlierDetection _enforcingConsecutiveGatewayFailure.

_enforcingSuccessRate

public _enforcingSuccessRate?: "enforcingSuccessRate";

OutlierDetection _enforcingSuccessRate.

_interval

public _interval?: "interval";

OutlierDetection _interval.

_maxEjectionPercent

public _maxEjectionPercent?: "maxEjectionPercent";

OutlierDetection _maxEjectionPercent.

_successRateMinimumHosts

public _successRateMinimumHosts?: "successRateMinimumHosts";

OutlierDetection _successRateMinimumHosts.

_successRateRequestVolume

public _successRateRequestVolume?: "successRateRequestVolume";

OutlierDetection _successRateRequestVolume.

_successRateStdevFactor

public _successRateStdevFactor?: "successRateStdevFactor";

OutlierDetection _successRateStdevFactor.

baseEjectionTime

public baseEjectionTime?: (google.cloud.compute.v1.IDuration|null);

OutlierDetection baseEjectionTime.

consecutiveErrors

public consecutiveErrors?: (number|null);

OutlierDetection consecutiveErrors.

consecutiveGatewayFailure

public consecutiveGatewayFailure?: (number|null);

OutlierDetection consecutiveGatewayFailure.

enforcingConsecutiveErrors

public enforcingConsecutiveErrors?: (number|null);

OutlierDetection enforcingConsecutiveErrors.

enforcingConsecutiveGatewayFailure

public enforcingConsecutiveGatewayFailure?: (number|null);

OutlierDetection enforcingConsecutiveGatewayFailure.

enforcingSuccessRate

public enforcingSuccessRate?: (number|null);

OutlierDetection enforcingSuccessRate.

interval

public interval?: (google.cloud.compute.v1.IDuration|null);

OutlierDetection interval.

maxEjectionPercent

public maxEjectionPercent?: (number|null);

OutlierDetection maxEjectionPercent.

successRateMinimumHosts

public successRateMinimumHosts?: (number|null);

OutlierDetection successRateMinimumHosts.

successRateRequestVolume

public successRateRequestVolume?: (number|null);

OutlierDetection successRateRequestVolume.

successRateStdevFactor

public successRateStdevFactor?: (number|null);

OutlierDetection successRateStdevFactor.

Methods

create(properties)

public static create(properties?: google.cloud.compute.v1.IOutlierDetection): google.cloud.compute.v1.OutlierDetection;

Creates a new OutlierDetection instance using the specified properties.

Parameter
NameDescription
properties IOutlierDetection

Properties to set

Returns
TypeDescription
OutlierDetection

OutlierDetection instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.compute.v1.OutlierDetection;

Decodes an OutlierDetection message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
OutlierDetection

OutlierDetection

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.compute.v1.OutlierDetection;

Decodes an OutlierDetection message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
OutlierDetection

OutlierDetection

encode(message, writer)

public static encode(message: google.cloud.compute.v1.IOutlierDetection, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified OutlierDetection message. Does not implicitly messages.

Parameters
NameDescription
message IOutlierDetection

OutlierDetection message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.compute.v1.IOutlierDetection, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified OutlierDetection message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IOutlierDetection

OutlierDetection message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.compute.v1.OutlierDetection;

Creates an OutlierDetection message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
OutlierDetection

OutlierDetection

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for OutlierDetection

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this OutlierDetection to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.compute.v1.OutlierDetection, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from an OutlierDetection message. Also converts values to other types if specified.

Parameters
NameDescription
message OutlierDetection

OutlierDetection

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an OutlierDetection message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not