Class TemplateVnicConfigurationResponse

java.lang.Object
com.iland.core.web.rest.response.vapptemplate.TemplateVnicConfigurationResponse
All Implemented Interfaces:
Serializable

public class TemplateVnicConfigurationResponse extends Object implements Serializable
Template VNIC Configuration Response.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • TemplateVnicConfigurationResponse

      public TemplateVnicConfigurationResponse(String networkName, TemplateVnicConfigurationResponse.IpAddressingMode ipAssignmentMode, String ipAddress, boolean primaryVnic, TemplateVnicConfigurationResponse.AdapterType networkAdapterType, boolean needsCustomization, boolean connected)
      Instantiates a new Template vnic configuration.
      Parameters:
      networkName - the network uuid
      ipAssignmentMode - the ip assignment mode
      ipAddress - the ip address
      primaryVnic - the primary vnic
      networkAdapterType - the network adapter type
      needsCustomization - the needs customization
      connected - the connected
  • Method Details

    • getNetworkName

      public String getNetworkName()
      Gets network uuid.
      Returns:
      the network uuid
    • getIpAssignmentMode

      Gets ip assignment mode.
      Returns:
      the ip assignment mode
    • getIpAddress

      public String getIpAddress()
      Gets ip address.
      Returns:
      the ip address
    • isPrimaryVnic

      public boolean isPrimaryVnic()
      Is primary vnic boolean.
      Returns:
      the boolean
    • getNetworkAdapterType

      public TemplateVnicConfigurationResponse.AdapterType getNetworkAdapterType()
      Gets network adapter type.
      Returns:
      the network adapter type
    • isNeedsCustomization

      public boolean isNeedsCustomization()
      Is needs customization boolean.
      Returns:
      the boolean
    • isConnected

      public boolean isConnected()
      Is connected boolean.
      Returns:
      the boolean