VirtualApplianceNicPropertiesResponse

data class VirtualApplianceNicPropertiesResponse(val name: String, val privateIpAddress: String, val publicIpAddress: String)

Network Virtual Appliance NIC properties.

Constructors

Link copied to clipboard
constructor(name: String, privateIpAddress: String, publicIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

NIC name.

Link copied to clipboard

Private IP address.

Link copied to clipboard

Public IP address.