GetServicePlainArgs

data class GetServicePlainArgs(val enable: String? = null, val password: String) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(enable: String? = null, password: String)

Properties

Link copied to clipboard
val enable: String? = null

Setting the value to On to enable the service. If has been enabled, return the result. Valid values: On or Off. Default to Off.

Link copied to clipboard

The user password. The password must be 8 to 32 characters in length, and must contain at least two of the following character types: letters, special characters, and digits.

Functions

Link copied to clipboard
open override fun toJava(): GetServicePlainArgs