custom-datacenters
custom-datacenters
Represents a list of custom datacenters
JSON Example
{
"pageInfo": {
"totalCount": 0,
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string"
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
],
"customDatacenters": [
{
"id": "string",
"name": "string",
"description": "string",
"childResourceIds": [
"string"
]
}
]
}