ServiceTagDestinationArgs

data class ServiceTagDestinationArgs(val portRanges: Output<String>? = null, val protocol: Output<String>? = null, val serviceTag: Output<String>? = null) : ConvertibleToJava<ServiceTagDestinationArgs>

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

Constructors

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

Properties

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

Functions

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