Get Instance Result
data class GetInstanceResult(val addOns: List<InstanceAddOn>? = null, val hardware: InstanceHardware? = null, val instanceArn: String? = null, val isStaticIp: Boolean? = null, val keyPairName: String? = null, val location: InstanceLocation? = null, val networking: InstanceNetworking? = null, val privateIpAddress: String? = null, val publicIpAddress: String? = null, val resourceType: String? = null, val sshKeyName: String? = null, val state: InstanceState? = null, val supportCode: String? = null, val tags: List<InstanceTag>? = null, val userName: String? = null)
Constructors
Link copied to clipboard
fun GetInstanceResult(addOns: List<InstanceAddOn>? = null, hardware: InstanceHardware? = null, instanceArn: String? = null, isStaticIp: Boolean? = null, keyPairName: String? = null, location: InstanceLocation? = null, networking: InstanceNetworking? = null, privateIpAddress: String? = null, publicIpAddress: String? = null, resourceType: String? = null, sshKeyName: String? = null, state: InstanceState? = null, supportCode: String? = null, tags: List<InstanceTag>? = null, userName: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard