ServiceTagDestinationResponse

data class ServiceTagDestinationResponse(val action: String? = null, val addressPrefixes: List<String>, val portRanges: String? = null, val protocol: String? = null, val serviceTag: String? = null)

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

Constructors

Link copied to clipboard
constructor(action: String? = null, addressPrefixes: List<String>, portRanges: String? = null, protocol: String? = null, serviceTag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The action enum for networking rule.

Link copied to clipboard

Optional, if provided, the ServiceTag property will be ignored.

Link copied to clipboard
val portRanges: String? = null
Link copied to clipboard
val protocol: String? = null
Link copied to clipboard
val serviceTag: String? = null