NSX-T Data Center REST API
ContainerIngressPolicy (schema)
Container Ingress Policy
Details of Container Ingress Policy.
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_application_ids | Identifiers of the container application List of identifiers of the container application , on which ingress policy is applied. e.g. IDs of all services on which the ingress is applied in kubernetes. |
array of string | |
container_cluster_id | Identifier of the container cluster Identifier of the container cluster this ingress policy belongs to. |
string | |
container_project_id | Identifier of the project Identifier of the project which this container ingress 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 |
external_id | External identifier of the container ingress policy Identifier of the container ingress policy. |
string | Required |
load_balance_ingress | List of container loadbalancer ingress Specifies list for ingress points for the load balancer. |
array of ContainerLoadBalancerIngress | |
network_errors | Network errors List of network errors related to container ingress. |
array of NetworkError | |
network_status | Network status of container ingress Network status of container ingress. |
string | Enum: HEALTHY, UNHEALTHY |
origin_properties | Origin properties Array of additional specific properties of container ingress in key-value format. |
array of KeyValuePair | |
resource_type | Must be set to the value ContainerIngressPolicy | 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 ingress policy specification Container ingress policy specification. |
string | |
tags | Opaque identifiers meaningful to the API user | array of Tag | Maximum items: 30 |