Interface protos.google.cloud.networkmanagement.v1beta1.IEndpointInfo (1.0.2)

Properties of an EndpointInfo.

Package

@google-cloud/network-management!

Properties

destinationIp

destinationIp?: (string|null);

EndpointInfo destinationIp

Property Value
TypeDescription
(string|null)

destinationNetworkUri

destinationNetworkUri?: (string|null);

EndpointInfo destinationNetworkUri

Property Value
TypeDescription
(string|null)

destinationPort

destinationPort?: (number|null);

EndpointInfo destinationPort

Property Value
TypeDescription
(number|null)

protocol

protocol?: (string|null);

EndpointInfo protocol

Property Value
TypeDescription
(string|null)

sourceIp

sourceIp?: (string|null);

EndpointInfo sourceIp

Property Value
TypeDescription
(string|null)

sourceNetworkUri

sourceNetworkUri?: (string|null);

EndpointInfo sourceNetworkUri

Property Value
TypeDescription
(string|null)

sourcePort

sourcePort?: (number|null);

EndpointInfo sourcePort

Property Value
TypeDescription
(number|null)