Class ForwardInfo (1.8.1)

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

Details of the final state "forward" and associated resource.

Attributes

NameDescription
target google.cloud.network_management_v1.types.ForwardInfo.Target
Target type where this packet is forwarded to.
resource_uri str
URI of the resource that the packet is forwarded to.

Classes

Target

Target(value)

Forward target types.

Values: TARGET_UNSPECIFIED (0): Target not specified. PEERING_VPC (1): Forwarded to a VPC peering network. VPN_GATEWAY (2): Forwarded to a Cloud VPN gateway. INTERCONNECT (3): Forwarded to a Cloud Interconnect connection. GKE_MASTER (4): Forwarded to a Google Kubernetes Engine Container cluster master. IMPORTED_CUSTOM_ROUTE_NEXT_HOP (5): Forwarded to the next hop of a custom route imported from a peering VPC. CLOUD_SQL_INSTANCE (6): Forwarded to a Cloud SQL instance.