ContainerGatewayAddress
ContainerGatewayAddress
Specifies an address that can be bound to a container gateway.
JSON Example
{
"address": "string",
"type": "string"
}
string
address
Optional
Constraints:
maxLength: 255
Specifies address of container gateway.
string
type
Optional
Specifies type of gateway address. e.g. Hostname, IPAddress, NamedAddress.
Possible values are :
HOST_NAME,
IP_ADDRESS,
NAMED_ADDRESS,