VirtualApplianceNicPropertiesResponse

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

Network Virtual Appliance NIC properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Instance on which nic is attached.

Link copied to clipboard

NIC name.

Link copied to clipboard

Private IP address.

Link copied to clipboard

Public IP address.