FqdnOutboundRuleResponse

data class FqdnOutboundRuleResponse(val category: String? = null, val destination: String? = null, val status: String? = null, val type: String)

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

Constructors

Link copied to clipboard
constructor(category: String? = null, destination: String? = null, status: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

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

Link copied to clipboard
val destination: String? = null
Link copied to clipboard
val status: String? = null

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

Link copied to clipboard

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