Class protos.google.cloud.compute.v1.RouterStatusBgpPeerStatus (3.0.0)

Represents a RouterStatusBgpPeerStatus.

Package

@google-cloud/compute

Constructors

(constructor)(properties)

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

Constructs a new RouterStatusBgpPeerStatus.

Parameter
NameDescription
properties IRouterStatusBgpPeerStatus

Properties to set

Properties

_ipAddress

public _ipAddress?: "ipAddress";

RouterStatusBgpPeerStatus _ipAddress.

_linkedVpnTunnel

public _linkedVpnTunnel?: "linkedVpnTunnel";

RouterStatusBgpPeerStatus _linkedVpnTunnel.

_name

public _name?: "name";

RouterStatusBgpPeerStatus _name.

_numLearnedRoutes

public _numLearnedRoutes?: "numLearnedRoutes";

RouterStatusBgpPeerStatus _numLearnedRoutes.

_peerIpAddress

public _peerIpAddress?: "peerIpAddress";

RouterStatusBgpPeerStatus _peerIpAddress.

_state

public _state?: "state";

RouterStatusBgpPeerStatus _state.

_status

public _status?: "status";

RouterStatusBgpPeerStatus _status.

_uptime

public _uptime?: "uptime";

RouterStatusBgpPeerStatus _uptime.

_uptimeSeconds

public _uptimeSeconds?: "uptimeSeconds";

RouterStatusBgpPeerStatus _uptimeSeconds.

advertisedRoutes

public advertisedRoutes: google.cloud.compute.v1.IRoute[];

RouterStatusBgpPeerStatus advertisedRoutes.

ipAddress

public ipAddress?: (string|null);

RouterStatusBgpPeerStatus ipAddress.

linkedVpnTunnel

public linkedVpnTunnel?: (string|null);

RouterStatusBgpPeerStatus linkedVpnTunnel.

name

public name?: (string|null);

RouterStatusBgpPeerStatus name.

numLearnedRoutes

public numLearnedRoutes?: (number|null);

RouterStatusBgpPeerStatus numLearnedRoutes.

peerIpAddress

public peerIpAddress?: (string|null);

RouterStatusBgpPeerStatus peerIpAddress.

state

public state?: (string|null);

RouterStatusBgpPeerStatus state.

status

public status?: (google.cloud.compute.v1.RouterStatusBgpPeerStatus.Status|keyof typeof google.cloud.compute.v1.RouterStatusBgpPeerStatus.Status|null);

RouterStatusBgpPeerStatus status.

uptime

public uptime?: (string|null);

RouterStatusBgpPeerStatus uptime.

uptimeSeconds

public uptimeSeconds?: (string|null);

RouterStatusBgpPeerStatus uptimeSeconds.

Methods

create(properties)

public static create(properties?: google.cloud.compute.v1.IRouterStatusBgpPeerStatus): google.cloud.compute.v1.RouterStatusBgpPeerStatus;

Creates a new RouterStatusBgpPeerStatus instance using the specified properties.

Parameter
NameDescription
properties IRouterStatusBgpPeerStatus

Properties to set

Returns
TypeDescription
google.cloud.compute.v1.RouterStatusBgpPeerStatus

RouterStatusBgpPeerStatus instance

decode(reader, length)

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

Decodes a RouterStatusBgpPeerStatus message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.compute.v1.RouterStatusBgpPeerStatus

RouterStatusBgpPeerStatus

decodeDelimited(reader)

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

Decodes a RouterStatusBgpPeerStatus message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.compute.v1.RouterStatusBgpPeerStatus

RouterStatusBgpPeerStatus

encode(message, writer)

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

Encodes the specified RouterStatusBgpPeerStatus message. Does not implicitly messages.

Parameters
NameDescription
message IRouterStatusBgpPeerStatus

RouterStatusBgpPeerStatus 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.IRouterStatusBgpPeerStatus, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IRouterStatusBgpPeerStatus

RouterStatusBgpPeerStatus 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.RouterStatusBgpPeerStatus;

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

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

Plain object

Returns
TypeDescription
google.cloud.compute.v1.RouterStatusBgpPeerStatus

RouterStatusBgpPeerStatus

toJSON()

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

Converts this RouterStatusBgpPeerStatus to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message google.cloud.compute.v1.RouterStatusBgpPeerStatus

RouterStatusBgpPeerStatus

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies a RouterStatusBgpPeerStatus 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