GetEndpointAclServicePlainArgs

data class GetEndpointAclServicePlainArgs(val enable: Boolean, val endpointType: String, val instanceId: String, val moduleName: String? = null) : ConvertibleToJava<GetEndpointAclServicePlainArgs>

A collection of arguments for invoking getEndpointAclService.

Constructors

Link copied to clipboard
constructor(enable: Boolean, endpointType: String, instanceId: String, moduleName: String? = null)

Properties

Link copied to clipboard

Whether to enable Acl Service, Setting the value to true to enable the acl service. Valid values: true and false.

Link copied to clipboard

The type of endpoint. Valid values: internet.

Link copied to clipboard

The ID of the CR Instance.

Link copied to clipboard
val moduleName: String? = null

The ModuleName. Valid values: Registry.

Functions

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