InstanceNetworking

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

Networking of the Instance.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The monthly amount of data transfer, in GB, allocated for the instance

Link copied to clipboard

Ports to the Instance.