Class DeliverInfo (1.8.1)

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

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

Attributes

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

Classes

Target

Target(value)

Deliver target types:

Values: TARGET_UNSPECIFIED (0): Target not specified. INSTANCE (1): Target is a Compute Engine instance. INTERNET (2): Target is the internet. GOOGLE_API (3): Target is a Google API. GKE_MASTER (4): Target is a Google Kubernetes Engine cluster master. CLOUD_SQL_INSTANCE (5): Target is a Cloud SQL instance.