GetAckServicePlainArgs

data class GetAckServicePlainArgs(val enable: String? = null, val type: String) : ConvertibleToJava<GetAckServicePlainArgs>

A collection of arguments for invoking getAckService.

Constructors

Link copied to clipboard
constructor(enable: String? = null, type: 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

Types of services opened. Valid values: propayasgo: Container service ack Pro managed version, edgepayasgo: Edge container service, gspayasgo: Gene computing services.

Functions

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