class RemoteInstance : AbstractInstance, Serializable
password |
lateinit var password: String |
user |
lateinit var user: String |
toString |
fun toString(): String |
create |
fun create(aem: AemExtension, httpUrl: String, configurer: RemoteInstance.() -> Unit = {}): RemoteInstance |