Private Endpoint Outbound Rule Args
data class PrivateEndpointOutboundRuleArgs(val category: Output<Either<String, RuleCategory>>? = null, val destination: Output<PrivateEndpointDestinationArgs>? = null, val status: Output<Either<String, RuleStatus>>? = null, val type: Output<String>) : ConvertibleToJava<PrivateEndpointOutboundRuleArgs>
Private Endpoint 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<PrivateEndpointDestinationArgs>? = null, status: Output<Either<String, RuleStatus>>? = null, type: Output<String>)
Properties
Link copied to clipboard
Category of a managed network Outbound Rule of a machine learning workspace.
Link copied to clipboard
Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
Link copied to clipboard
Type of a managed network Outbound Rule of a machine learning workspace.