Get Instance Result
data class GetInstanceResult(val createTime: String, val description: String, val etag: String, val fileShares: List<FileShareConfigResponse>, val kmsKeyName: String, val labels: Map<String, String>, val name: String, val networks: List<NetworkConfigResponse>, val satisfiesPzs: Boolean, val state: String, val statusMessage: String, val suspensionReasons: List<String>, val tier: String)
Constructors
Link copied to clipboard
constructor(createTime: String, description: String, etag: String, fileShares: List<FileShareConfigResponse>, kmsKeyName: String, labels: Map<String, String>, name: String, networks: List<NetworkConfigResponse>, satisfiesPzs: Boolean, state: String, statusMessage: String, suspensionReasons: List<String>, tier: String)
Properties
Link copied to clipboard
The time when the instance was created.
Link copied to clipboard
The description of the instance (2048 characters or less).
Link copied to clipboard
File system shares on the instance. For this version, only a single file share is supported.
Link copied to clipboard
KMS key name used for data encryption.
Link copied to clipboard
VPC networks to which the instance is connected. For this version, only a single network is supported.
Link copied to clipboard
Reserved for future use.
Link copied to clipboard
Additional information about the instance state, if available.
Link copied to clipboard
Field indicates all the reasons the instance is in "SUSPENDED" state.