interface ConnectionDescriptor
Describes a connection to a SAS Visual Analytics server.
Since
8.30
abstract val description: String?
An optional description of the connection. |
|
abstract val hostName: String?
The host name or IP address of the server. |
|
abstract val password: String?
The password to use when creating the connection, or null if the connection uses guest mode or has already been created. |
|
abstract val port: Int?
The port used in the connection. |
|
open val summary: String
Gets a user-readable summary of this ConnectionDescriptor. |
|
abstract val useGuestMode: Boolean?
Indicates whether the connection uses guest mode (true) or a userId/password (not true). |
|
abstract val useSsl: Boolean?
Indicates whether the connection uses HTTPS (true) or HTTP (not true). |
|
abstract val userId: String?
The user ID to use when creating the connection, or null if the connection uses guest mode. |
Copyright © 2018 by SAS Institute Inc., Cary, NC, USA. All Rights Reserved.