Details(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The created connection details.
Attributes | |
---|---|
Name | Description |
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.