ClusterNodeInstanceFields
idinteger
Unique numeric identifier for the VM instance.
Example:
7613namestring
Name of the VM instance.
Example:
example-c1-bastion-0statusstring
Current status of the VM instance.
| Status | Description |
|---|---|
CREATING | The VM is being created and initialized. |
WAITING | Waiting for public IP assignment to establish connectivity to the VMs through the bastion node. |
RECONCILING | Kubernetes components are being installed and configured on the VM. |
PRE-ACTIVE | The VM is running, but Kubernetes reconciliation for the cluster is pending. Billing does not begin until the cluster is fully reconciled and the VM enters the ACTIVE state. |
ACTIVE | The VM is fully configured and ready to run workloads. |
Example:
CREATINGfixed_ipstringnullable
Fixed (private) IP address assigned to the VM in its environment.
Example:
192.0.2.42floating_ipstringnullable
Floating (public) IP address attached to the VM, or null if none.
Example:
192.0.2.91floating_ip_statusstringnullable
Status of the floating IP address.
Example:
ATTACHINGcontract_idintegernullable
Identifier of the contract the VM instance is billed under, or null if none.
ClusterNodeInstanceFields
{
"id": 7613,
"name": "example-c1-bastion-0",
"status": "CREATING",
"fixed_ip": "192.0.2.42",
"floating_ip": "192.0.2.91",
"floating_ip_status": "ATTACHING",
"contract_id": 0,
"image_id": 7613
}
Was this page helpful?