Interface ClientConnectorService.Ingress.Config.DestinationRouteOrBuilder (0.42.0)

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 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
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 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
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 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
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 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for netmask.