VirtualApplianceNicProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.VirtualApplianceNicProperties

public final class VirtualApplianceNicProperties

Network Virtual Appliance NIC properties.

Constructor Summary

Constructor Description
VirtualApplianceNicProperties()

Creates an instance of VirtualApplianceNicProperties class.

Method Summary

Modifier and Type Method and Description
String instanceName()

Get the instanceName property: Instance on which nic is attached.

String name()

Get the name property: NIC name.

String privateIpAddress()

Get the privateIpAddress property: Private IP address.

String publicIpAddress()

Get the publicIpAddress property: Public IP address.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

VirtualApplianceNicProperties

public VirtualApplianceNicProperties()

Creates an instance of VirtualApplianceNicProperties class.

Method Details

instanceName

public String instanceName()

Get the instanceName property: Instance on which nic is attached.

Returns:

the instanceName value.

name

public String name()

Get the name property: NIC name.

Returns:

the name value.

privateIpAddress

public String privateIpAddress()

Get the privateIpAddress property: Private IP address.

Returns:

the privateIpAddress value.

publicIpAddress

public String publicIpAddress()

Get the publicIpAddress property: Public IP address.

Returns:

the publicIpAddress value.

validate

public void validate()

Validates the instance.

Applies to