NSX-T Data Center REST API
ContainerEgress (schema)
Container Egress
Details of Container Egress.
Name | Description | Type | Notes |
---|---|---|---|
_last_sync_time | Timestamp of last modification | EpochMsTimestamp | Readonly Sortable |
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Schema for this resource | string | Readonly |
_self | Link to this resource | SelfResourceLink | Readonly |
container_cluster_id | Identifier of the container cluster Identifier of the container cluster this egress belongs to. |
string | |
description | Description of this resource | string | Maximum length: 1024 Sortable |
display_name | Identifier to use when displaying entity in logs or GUI Defaults to ID if not set |
string | Maximum length: 255 Sortable |
egress_ip | Container egress IP Container egress IP. |
string | Format: ip |
external_id | External identifier of the container egress Identifier of the container egress. |
string | Required |
origin_properties | Origin properties Array of additional specific properties of container egress in key-value format. e.g. key can be externalIPPool, value is a string |
array of KeyValuePair | |
resource_type | Must be set to the value ContainerEgress | string | Required |
scope | List of scopes for discovered resource Specifies list of scope of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path and scope type will be VHC. |
array of DiscoveredResourceScope | |
spec | Container egress specification This specifies yaml definition of ContainerEgress resource. e.g. yaml definition of kubernetes egress resource. |
string | |
tags | Opaque identifiers meaningful to the API user | array of Tag | Maximum items: 30 |