ReclaimRightsizeResource

ReclaimRightsizeResource
ReclaimRightsizeResource

ReclaimRightsizeResource

JSON Example
{
    "allocatedCpu": 0,
    "allocatedMemory": 0,
    "costSaving": "number",
    "duration": 0,
    "id": "string",
    "name": "string",
    "reclaimableCpu": 0,
    "reclaimableDiskSpace": "number",
    "reclaimableMemory": "number"
}
integer As int32 As int32
allocatedCpu
Optional

Allocated CPU to the resource (Available only for Rightsizing)

integer As int32 As int32
allocatedMemory
Optional

Allocated memory to the resource (Available only for Rightsizing)

number As double As double
costSaving
Optional

Total reclaimable cost

integer As int32 As int32
duration
Optional

Duration for which resource is orphaned, idle etc

string
id
Optional

ID of the resource

string
name
Optional

Name of the resource

integer As int32 As int32
reclaimableCpu
Optional

Size of the reclaimable vCPUs

number As double As double
reclaimableDiskSpace
Optional

Size of the reclaimable disk space (GB)

number As double As double
reclaimableMemory
Optional

Size of the reclaimable memory (GB)