InstanceNetworking

data class InstanceNetworking(val monthlyTransfer: InstanceMonthlyTransfer? = null, val ports: List<InstancePort>)

Networking of the Instance.

Constructors

Link copied to clipboard
fun InstanceNetworking(monthlyTransfer: InstanceMonthlyTransfer? = null, ports: List<InstancePort>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Ports to the Instance.