{ "additionalProperties": false, "extends": { "$ref": "RevisionedResource }, "id": "ManagementConfig", "module_id": "ConfigManagement", "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" }, "_revision": { "description": "The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.", "title": "Generation of this resource config", "type": "int" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "publish_fqdns": { "required": true, "title": "True if Management nodes publish their fqdns(instead of default IP addresses) across NSX for its reachability.", "type": "boolean" } }, "type": "object" }