NSX-T Data Center REST API
AzureSubnet (type)
{ "additionalProperties": false, "description": "Stores information about an Azure subnet.", "extends": { "$ref": "DiscoveredResource }, "id": "AzureSubnet", "module_id": "AzureResources", "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" }, "address_space": { "description": "Address space of the subnet in IPv4 CIDR block format.", "format": "ipv4-cidr-block", "readonly": true, "title": "Azure subnet address space", "type": "string" }, "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" }, "id": { "desription": "Stores the ID of the subnet.", "readonly": true, "title": "ID of Subnet", "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" }, "tags": { "items": { "$ref": "Tag }, "maxItems": 30, "title": "Opaque identifiers meaningful to the API user", "type": "array" }, "vnet_id": { "description": "ID of the Azure Virtual Network.It consists of resourceGuid of Azure Vnet.", "readonly": true, "title": "Azure Virtual Network ID", "type": "string" } }, "title": "Azure Subnet", "type": "object" }