Package-level declarations

Types

Link copied to clipboard
data class GetAntiBruteForceRulesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetAntiBruteForceRulesPlainArgs>

A collection of arguments for invoking getAntiBruteForceRules.

Link copied to clipboard
data class GetAssetsPlainArgs(val criteria: String? = null, val ids: List<String>? = null, val importance: Int? = null, val logicalExp: String? = null, val machineTypes: String? = null, val noGroupTrace: Boolean? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetAssetsPlainArgs>

A collection of arguments for invoking getAssets.

Link copied to clipboard
Link copied to clipboard
data class GetBackupPoliciesPlainArgs(val currentPage: Int? = null, val ids: List<String>? = null, val machineRemark: String? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageSize: Int? = null, val status: String? = null) : ConvertibleToJava<GetBackupPoliciesPlainArgs>

A collection of arguments for invoking getBackupPolicies.

Link copied to clipboard
data class GetBaselineStrategiesPlainArgs(val customType: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val strategyIds: String? = null) : ConvertibleToJava<GetBaselineStrategiesPlainArgs>

A collection of arguments for invoking getBaselineStrategies.

Link copied to clipboard
data class GetHoneypotImagesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val nodeId: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetHoneypotImagesPlainArgs>

A collection of arguments for invoking getHoneypotImages.

Link copied to clipboard
data class GetHoneypotNodesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val nodeId: String? = null, val nodeName: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetHoneypotNodesPlainArgs>

A collection of arguments for invoking getHoneypotNodes.

Link copied to clipboard
data class GetHoneypotPresetsPlainArgs(val currentPage: Int? = null, val enableDetails: Boolean? = null, val honeypotImageName: String? = null, val ids: List<String>? = null, val lang: String? = null, val nodeId: String? = null, val nodeName: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val presetName: String? = null) : ConvertibleToJava<GetHoneypotPresetsPlainArgs>

A collection of arguments for invoking getHoneypotPresets.

Link copied to clipboard
data class GetHoneypotProbesPlainArgs(val displayName: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val probeStatus: String? = null, val probeType: String? = null) : ConvertibleToJava<GetHoneypotProbesPlainArgs>

A collection of arguments for invoking getHoneypotProbes.

Link copied to clipboard
data class GetHoneyPotsPlainArgs(val honeypotId: String? = null, val honeypotName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val nodeId: String? = null, val nodeName: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetHoneyPotsPlainArgs>

A collection of arguments for invoking getHoneyPots.

Link copied to clipboard
data class GetInstancesPlainArgs(val ids: List<String>? = null, val instanceId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val renewStatus: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>

A collection of arguments for invoking getInstances.

Link copied to clipboard
data class GetLogShipperPlainArgs(val enable: String? = null) : ConvertibleToJava<GetLogShipperPlainArgs>

A collection of arguments for invoking getLogShipper.

Link copied to clipboard
data class GetVulWhitelistsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetVulWhitelistsPlainArgs>

A collection of arguments for invoking getVulWhitelists.

Link copied to clipboard
data class GetWebLockConfigsPlainArgs(val ids: List<String>? = null, val lang: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val remark: String? = null, val sourceIp: String? = null, val status: String? = null) : ConvertibleToJava<GetWebLockConfigsPlainArgs>

A collection of arguments for invoking getWebLockConfigs.

Link copied to clipboard
data class HoneypotPresetMetaArgs(val burp: Output<String>, val portraitOption: Output<Boolean>? = null, val trojanGit: Output<String>? = null) : ConvertibleToJava<HoneypotPresetMetaArgs>
Link copied to clipboard
data class HoneypotProbeHoneypotBindListArgs(val bindPortLists: Output<List<HoneypotProbeHoneypotBindListBindPortListArgs>>? = null, val honeypotId: Output<String>? = null) : ConvertibleToJava<HoneypotProbeHoneypotBindListArgs>
data class HoneypotProbeHoneypotBindListBindPortListArgs(val bindPort: Output<Boolean>? = null, val endPort: Output<Int>? = null, val fixed: Output<Boolean>? = null, val startPort: Output<Int>? = null, val targetPort: Output<Int>? = null) : ConvertibleToJava<HoneypotProbeHoneypotBindListBindPortListArgs>