GetInstanceResult

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)