Interface ClientConnectorService.Ingress.Config.DestinationRouteOrBuilder (0.14.1)

public static interface ClientConnectorService.Ingress.Config.DestinationRouteOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract String getAddress()

Required. The network address of the subnet for which the packet is routed to the ClientGateway.

string address = 1;

Returns
TypeDescription
String

The address.

getAddressBytes()

public abstract ByteString getAddressBytes()

Required. The network address of the subnet for which the packet is routed to the ClientGateway.

string address = 1;

Returns
TypeDescription
ByteString

The bytes for address.

getNetmask()

public abstract String getNetmask()

Required. The network mask of the subnet for which the packet is routed to the ClientGateway.

string netmask = 2;

Returns
TypeDescription
String

The netmask.

getNetmaskBytes()

public abstract ByteString getNetmaskBytes()

Required. The network mask of the subnet for which the packet is routed to the ClientGateway.

string netmask = 2;

Returns
TypeDescription
ByteString

The bytes for netmask.