public class TemplateVnicConfigurationResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TemplateVnicConfigurationResponse.AdapterType |
static class |
TemplateVnicConfigurationResponse.IpAddressingMode |
Constructor and Description |
---|
TemplateVnicConfigurationResponse(String networkName,
TemplateVnicConfigurationResponse.IpAddressingMode ipAssignmentMode,
String ipAddress,
boolean primaryVnic,
TemplateVnicConfigurationResponse.AdapterType networkAdapterType,
boolean needsCustomization,
boolean connected)
Instantiates a new Template vnic configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getIpAddress()
Gets ip address.
|
TemplateVnicConfigurationResponse.IpAddressingMode |
getIpAssignmentMode()
Gets ip assignment mode.
|
TemplateVnicConfigurationResponse.AdapterType |
getNetworkAdapterType()
Gets network adapter type.
|
String |
getNetworkName()
Gets network uuid.
|
boolean |
isConnected()
Is connected boolean.
|
boolean |
isNeedsCustomization()
Is needs customization boolean.
|
boolean |
isPrimaryVnic()
Is primary vnic boolean.
|
public TemplateVnicConfigurationResponse(String networkName, TemplateVnicConfigurationResponse.IpAddressingMode ipAssignmentMode, String ipAddress, boolean primaryVnic, TemplateVnicConfigurationResponse.AdapterType networkAdapterType, boolean needsCustomization, boolean connected)
networkName
- the network uuidipAssignmentMode
- the ip assignment modeipAddress
- the ip addressprimaryVnic
- the primary vnicnetworkAdapterType
- the network adapter typeneedsCustomization
- the needs customizationconnected
- the connectedpublic String getNetworkName()
public TemplateVnicConfigurationResponse.IpAddressingMode getIpAssignmentMode()
public String getIpAddress()
public boolean isPrimaryVnic()
public TemplateVnicConfigurationResponse.AdapterType getNetworkAdapterType()
public boolean isNeedsCustomization()
public boolean isConnected()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.