FqdnOutboundRuleArgs

data class FqdnOutboundRuleArgs(val category: Output<Either<String, RuleCategory>>? = null, val destination: Output<String>? = null, val status: Output<Either<String, RuleStatus>>? = null, val type: Output<String>) : ConvertibleToJava<FqdnOutboundRuleArgs>

FQDN Outbound Rule for the managed network of a machine learning workspace.

Constructors

Link copied to clipboard
constructor(category: Output<Either<String, RuleCategory>>? = null, destination: Output<String>? = null, status: Output<Either<String, RuleStatus>>? = null, type: Output<String>)

Properties

Link copied to clipboard
val category: Output<Either<String, RuleCategory>>? = null

Category of a managed network Outbound Rule of a machine learning workspace.

Link copied to clipboard
val destination: Output<String>? = null
Link copied to clipboard
val status: Output<Either<String, RuleStatus>>? = null

Status of a managed network Outbound Rule of a machine learning workspace.

Link copied to clipboard
val type: Output<String>

Type of a managed network Outbound Rule of a machine learning workspace. Expected value is 'FQDN'.

Functions

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