NSX-T Data Center REST API
CloudSecurityGroup (type)
{ "additionalProperties": false, "description": "Stores information about a cloud security group.", "extends": { "$ref": "SecurityGroup }, "id": "CloudSecurityGroup", "module_id": "CloudServiceManager", "properties": { "_last_sync_time": { "$ref": "EpochMsTimestamp, "can_sort": true, "description": "Timestamp of last modification", "readonly": true }, "_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" }, "cloud_tags": { "description": "Array of tags associated to a cloud security group.", "items": { "$ref": "CloudTag }, "readonly": true, "title": "Cloud Tags", "type": "array" }, "description": { "can_sort": true, "maxLength": 1024, "title": "Description of this resource", "type": "string" }, "display_name": { "can_sort": true, "description": "Defaults to ID if not set", "maxLength": 255, "title": "Identifier to use when displaying entity in logs or GUI", "type": "string" }, "instances_count": { "description": "Number of instances associated to cloud security group.", "readonly": true, "required": false, "title": "Count Of Instances", "type": "integer" }, "is_managed_by_nsx": { "description": "If the flag is true, the cloud security group is managed by NSX.", "readonly": true, "required": false, "title": "Is Managed By NSX", "type": "boolean" }, "region_id": { "description": "ID of the cloud region.", "readonly": true, "required": false, "title": "Region ID", "type": "string" }, "resource_type": { "description": "The type of this resource.", "readonly": false, "required": true, "type": "string" }, "scope": { "description": "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.", "items": { "$ref": "DiscoveredResourceScope }, "readonly": false, "required": false, "title": "List of scopes for discovered resource", "type": "array" }, "security_group_id": { "description": "ID of the cloud security group.", "readonly": true, "required": false, "title": "Security Group ID", "type": "string" }, "security_group_name": { "description": "Name of the cloud security group.", "readonly": true, "required": false, "title": "Security Group Name", "type": "string" }, "tags": { "items": { "$ref": "Tag }, "maxItems": 30, "title": "Opaque identifiers meaningful to the API user", "type": "array" } }, "title": "Cloud Security Group", "type": "object" }