Skip to main content

ProjectResponse

A project and a summary of the resources it owns.

idstringnullable

Id of the project.

namestringnullable

The project's name.

resourceCounts object

Allowed value for resource counts.

vmsinteger<int32>

Number of virtual machines in the project.

networksinteger<int32>

Number of private networks in the project.

publicIpsinteger<int32>

Number of public IP addresses in the project.

vmCountinteger<int32>deprecated

Deprecated: number of VMs in the project. Use ResourceCounts.Vms instead.

allowDeleteboolean

true when the project owns no resources and is therefore eligible for deletion. A delete request is rejected with 409 Conflict while this is false.

ProjectResponse
{
"id": "string",
"name": "string",
"resourceCounts": {
"vms": 0,
"networks": 0,
"publicIps": 0
},
"allowDelete": true
}