Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.1 KB

CreateInstanceResponseData.md

File metadata and controls

19 lines (16 loc) · 1.1 KB

# CreateInstanceResponseData

Properties

Name Type Description Notes
tenant_id string Your customer tenant id
customer_id string Your customer number
instance_id int Instance's id
created_date \DateTime Creation date for instance
image_id string Image's id
product_id string Product ID
region string Instance Region where the compute instance should be located.
add_ons \OpenAPI\Client\Model\AddOnResponse[]
os_type string Type of operating system (OS)
status \OpenAPI\Client\Model\InstanceStatus
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.

[Back to Model list] [Back to API list] [Back to README]