ServiceTagOutboundRuleArgs

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

Service Tag 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<ServiceTagDestinationArgs>? = 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

Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.

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

Type 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 'ServiceTag'.

Functions

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