BeyondCorp ClientConnectorServices V1 API - Class Google::Cloud::BeyondCorp::ClientConnectorServices::V1::ClientConnectorService::Ingress::Config::DestinationRoute (v0.1.0)

Reference documentation and code samples for the BeyondCorp ClientConnectorServices V1 API class Google::Cloud::BeyondCorp::ClientConnectorServices::V1::ClientConnectorService::Ingress::Config::DestinationRoute.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#address

def address() -> ::String
Returns
  • (::String) — Required. The network address of the subnet for which the packet is routed to the ClientGateway.

#address=

def address=(value) -> ::String
Parameter
  • value (::String) — Required. The network address of the subnet for which the packet is routed to the ClientGateway.
Returns
  • (::String) — Required. The network address of the subnet for which the packet is routed to the ClientGateway.

#netmask

def netmask() -> ::String
Returns
  • (::String) — Required. The network mask of the subnet for which the packet is routed to the ClientGateway.

#netmask=

def netmask=(value) -> ::String
Parameter
  • value (::String) — Required. The network mask of the subnet for which the packet is routed to the ClientGateway.
Returns
  • (::String) — Required. The network mask of the subnet for which the packet is routed to the ClientGateway.