VirtualApplianceNicPropertiesResponse

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

Network Virtual Appliance NIC properties.

Constructors

Link copied to clipboard
constructor(instanceName: String, name: String, nicType: 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

NIC type - PublicNic, PrivateNic, or AdditionalNic.

Link copied to clipboard

Private IP address.

Link copied to clipboard

Public IP address.