ComputeProperties interface
Properties specific to Compute
Properties
| attributes | Additional attributes for the entity |
| cpu |
Number of allocated CPU cores |
| created |
Timestamp indicating when the entity was created |
| entity |
Unique identifier for the entity |
| entity |
Name of the resource |
| memory | Memory allocated in GB |
| provisioning |
Provisioning state of the resource. |
| region | Region where the compute instance is located |
| status | Current status of the compute instance |
Property Details
attributes
cpuCores
Number of allocated CPU cores
cpuCores?: number
Property Value
number
createdAt
Timestamp indicating when the entity was created
createdAt?: string
Property Value
string
entityId
Unique identifier for the entity
entityId?: string
Property Value
string
entityName
Name of the resource
entityName?: string
Property Value
string
memory
Memory allocated in GB
memory?: number
Property Value
number
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
region
Region where the compute instance is located
region?: string
Property Value
string
status
Current status of the compute instance
status?: string
Property Value
string