Private Endpoint Outbound Rule Response
data class PrivateEndpointOutboundRuleResponse(val category: String? = null, val destination: PrivateEndpointDestinationResponse? = null, val status: String? = null, val type: String)
Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
Constructors
Link copied to clipboard
constructor(category: String? = null, destination: PrivateEndpointDestinationResponse? = null, status: String? = null, type: String)