Class Details (0.5.9)

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

The created connection details.

Attributes

NameDescription
state google.cloud.edgecontainer_v1.types.VpnConnection.Details.State
The state of this connection.
error str
The error message. This is only populated when state=ERROR.
cloud_router google.cloud.edgecontainer_v1.types.VpnConnection.Details.CloudRouter
The Cloud Router info.
cloud_vpns MutableSequence[google.cloud.edgecontainer_v1.types.VpnConnection.Details.CloudVpn]
Each connection has multiple Cloud VPN gateways.

Classes

CloudRouter

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

The Cloud Router info.

CloudVpn

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

The Cloud VPN info.

State

State(value)

The current connection state.

Values: STATE_UNSPECIFIED (0): Unknown. STATE_CONNECTED (1): Connected. STATE_CONNECTING (2): Still connecting. STATE_ERROR (3): Error occurred.