Class DestinationRoute (0.2.1)

DestinationRoute(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The setting used to configure ClientGateways. It is adding routes to the client's routing table after the connection is established.

Attributes

NameDescription
address str
Required. The network address of the subnet for which the packet is routed to the ClientGateway.
netmask str
Required. The network mask of the subnet for which the packet is routed to the ClientGateway.

Inheritance

builtins.object > proto.message.Message > DestinationRoute