Name | Type | Description | Notes |
---|---|---|---|
tenant_id | string | Your customer tenant id | |
customer_id | string | Customer ID | |
additional_ips | \OpenAPI\Client\Model\AdditionalIp[] | ||
name | string | Instance Name | |
display_name | string | Instance display name | |
instance_id | int | Instance ID | |
data_center | string | The data center where your Private Network is located | |
region | string | Instance region where the compute instance should be located. | |
region_name | string | The name of the region where the instance is located. | |
product_id | string | Product ID | |
image_id | string | Image's id | |
ip_config | \OpenAPI\Client\Model\IpConfig | ||
mac_address | string | MAC Address | |
ram_mb | float | Image RAM size in MB | |
cpu_cores | int | CPU core count | |
os_type | string | Type of operating system (OS) | |
disk_mb | float | Image Disk size in MB | |
ssh_keys | int[] | Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API. | |
created_date | \DateTime | The creation date for the instance | |
cancel_date | \DateTime | The date on which the instance will be cancelled | |
status | \OpenAPI\Client\Model\InstanceStatus | ||
v_host_id | int | ID of host system | |
v_host_number | int | Number of host system | |
v_host_name | string | Name of host system | |
add_ons | \OpenAPI\Client\Model\AddOnResponse[] | ||
error_message | string | Message in case of an error. | [optional] |
product_type | string | Instance's category depending on Product Id | |
product_name | string | Instance's Product Name | |
default_user | string | Default user name created for login during (re-)installation with administrative privileges. Allowed values for Linux/BSD are `admin` (use sudo to apply administrative privileges like root) or `root`. Allowed values for Windows are `admin` (has administrative privileges like administrator) or `administrator`. | [optional] |