RegionalSettings

Regional Settings details.

JSON representation
{
  "name": string,
  "networkConfig": {
    object (NetworkConfig)
  }
}
Fields
name

string

Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/regionalSettings

networkConfig

object (NetworkConfig)

Optional. Regional network config.

NetworkConfig

Regional Network Config.

JSON representation
{
  "egressMode": enum (NetworkEgressMode),
  "egressIps": [
    string
  ]
}
Fields
egressMode

enum (NetworkEgressMode)

Optional. Egress mode for the network.

egressIps[]

string

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.