Get Instance Result
data class GetInstanceResult(val build: BuildResponse, val config: ConfigResponse, val createTime: String, val name: String, val state: String, val stateMessage: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(build: BuildResponse, config: ConfigResponse, createTime: String, name: String, state: String, stateMessage: String, updateTime: String)
Properties
Link copied to clipboard
Build info of the Instance if it's in ACTIVE
state.
Link copied to clipboard
Config of the Instance.
Link copied to clipboard
Creation timestamp.
Link copied to clipboard
Extra information of Instance.State if the state is FAILED
.
Link copied to clipboard
Last update timestamp. //