InlineContainerEgress1

InlineContainerEgress1
InlineContainerEgress1
JSON Example
{
    "container_cluster_id": "string",
    "egress_ip": "string",
    "external_id": "string",
    "origin_properties": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "spec": "string"
}
string
container_cluster_id
Optional

Identifier of the container cluster this egress belongs to.

string As ip As ip
egress_ip
Optional

Container egress IP.

string
external_id
Required

Identifier of the container egress.

origin_properties
Optional

Array of additional specific properties of container egress in key-value format. e.g. key can be externalIPPool, value is a string

string
spec
Optional

This specifies yaml definition of ContainerEgress resource. e.g. yaml definition of kubernetes egress resource.