NetworkingArgs

data class NetworkingArgs(val monthlyTransfer: Output<MonthlyTransferArgs>? = null, val ports: Output<List<PortArgs>>? = null) : ConvertibleToJava<NetworkingArgs>

Definition of Networking

Constructors

Link copied to clipboard
constructor(monthlyTransfer: Output<MonthlyTransferArgs>? = null, ports: Output<List<PortArgs>>? = null)

Properties

Link copied to clipboard

Monthly Transfer of the Instance.

Link copied to clipboard
val ports: Output<List<PortArgs>>? = null

Ports to the Instance.

Functions

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