Class Gateway (2.17.0)

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

A gateway that can apply specialized traffic processing.

Attributes

Name Description
ip_range_reservations MutableSequence[google.cloud.networkconnectivity_v1beta.types.Gateway.IpRangeReservation]
Optional. A list of IP ranges that are reserved for this gateway's internal intfrastructure.
capacity google.cloud.networkconnectivity_v1beta.types.Gateway.GatewayCapacity
Optional. The aggregate processing capacity of this gateway.
cloud_routers MutableSequence[str]
Output only. The list of Cloud Routers that are connected to this gateway. Should be in the form: https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/routers/{router}
sac_attachment str
Output only. The URI of the connected SACAttachment. Should be in the form: projects/{project}/locations/{location}/sacAttachments/{sac_attachment}

Classes

GatewayCapacity

GatewayCapacity(value)

The aggregate processing capacity of this gateway.

IpRangeReservation

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

A list of IP ranges that are reserved for this gateway's internal intfrastructure.