NSX-T Data Center REST API
EdgeIPSecDetermRSSValues (type)
{
"additionalProperties": false,
"extends": {
"$ref": "Resource
},
"id": "EdgeIPSecDetermRSSValues",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink,
"readonly": true,
"title": "Link to this resource"
},
"deterministic_esp_rss_driver_status": {
"description": "Shows driver status of deterministic esp rss feature.",
"type": "string"
},
"deterministic_esp_rss_enabled": {
"description": "Shows configured value of deterministic esp rss feature.",
"type": "boolean"
},
"deterministic_esp_rss_status": {
"description": "Shows runtime status of deterministic esp rss feature.",
"type": "string"
}
},
"title": "Information about Edge IPSec Deterministic RSS Values.",
"type": "object"
}