InlineContainerGateway1
InlineContainerGateway1
JSON Example
{
"addresses": [
{
"address": "string",
"type": "string"
}
],
"container_cluster_id": "string",
"container_project_id": "string",
"external_id": "string",
"listeners": [
"ContainerGatewayListener Object"
],
"origin_properties": [
"KeyValuePair Object"
],
"spec": "string"
}
array of
ContainerGatewayAddress
addresses
Optional
Specifies addresses which lists the IP addresses that have actually been bound to the gateway.
string
container_cluster_id
Optional
Specifies identifier of the container cluster of this container gateway.
string
container_project_id
Optional
Specifies identifier of the container project of this container gateway.
string
external_id
Required
Specifies identifier of the container gateway.
array of
ContainerGatewayListener
listeners
Optional
Specifies list of listeners which defines logical endpoints that are bound on this Gateway's addresses.
array of
KeyValuePair
origin_properties
Optional
Array of additional specific properties of container ip pool in key-value format.
string
spec
Optional
This specifies yaml definition of ContainerGateway resource.