Regional Settings details.
JSON representation |
---|
{
"name": string,
"networkConfig": {
object ( |
Fields | |
---|---|
name |
Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/regionalSettings |
networkConfig |
Optional. Regional network config. |
NetworkConfig
Regional Network Config.
JSON representation |
---|
{
"egressMode": enum ( |
Fields | |
---|---|
egressMode |
Optional. Egress mode for the network. |
egressIps[] |
Output only. Egress IPs |
NetworkEgressMode
Modes of network egress.
Enums | |
---|---|
NETWORK_EGRESS_MODE_UNSPECIFIED |
Egress mode unspecified. |
AUTO_IP |
Network egress through auto assigned IPs. |
STATIC_IP |
Network egress through static IPs. |