NetworkArgs

data class NetworkArgs(val dwResourceGroupId: Output<String>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<NetworkArgs>

Provides a Data Works Network resource. Resource Group Network. For information about Data Works Network and how to use it, see What is Network.

NOTE: Available since v1.241.0.

Import

Data Works Network can be imported using the id, e.g.

$ pulumi import alicloud:dataworks/network:Network example <id>

Constructors

Link copied to clipboard
constructor(dwResourceGroupId: Output<String>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null)

Properties

Link copied to clipboard
val dwResourceGroupId: Output<String>? = null

The ID of the resource group.

Link copied to clipboard
val vpcId: Output<String>? = null

Virtual Private Cloud ID of network resources

Link copied to clipboard
val vswitchId: Output<String>? = null

The vSwitch ID of the network resource.

Functions

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