Skip to main content

ResourceCountsResponse

Counts of the resources owned by a project.

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.

ResourceCountsResponse
{
"vms": 0,
"networks": 0,
"publicIps": 0
}