Class TemplateVnicConfigurationResponse
java.lang.Object
com.iland.core.web.rest.response.vapptemplate.TemplateVnicConfigurationResponse
- All Implemented Interfaces:
Serializable
Template VNIC Configuration Response.
- Author:
- Brett Snyder
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionTemplateVnicConfigurationResponse(String networkName, TemplateVnicConfigurationResponse.IpAddressingMode ipAssignmentMode, String ipAddress, boolean primaryVnic, TemplateVnicConfigurationResponse.AdapterType networkAdapterType, boolean needsCustomization, boolean connected) Instantiates a new Template vnic configuration. -
Method Summary
Modifier and TypeMethodDescriptionGets ip address.Gets ip assignment mode.Gets network adapter type.Gets network uuid.booleanIs connected boolean.booleanIs needs customization boolean.booleanIs primary vnic boolean.
-
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 uuidipAssignmentMode- the ip assignment modeipAddress- the ip addressprimaryVnic- the primary vnicnetworkAdapterType- the network adapter typeneedsCustomization- the needs customizationconnected- the connected
-
-
Method Details
-
getNetworkName
Gets network uuid.- Returns:
- the network uuid
-
getIpAssignmentMode
Gets ip assignment mode.- Returns:
- the ip assignment mode
-
getIpAddress
Gets ip address.- Returns:
- the ip address
-
isPrimaryVnic
public boolean isPrimaryVnic()Is primary vnic boolean.- Returns:
- the boolean
-
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
-