public class ConvergedInfraUnit
extends java.lang.Object
Constructor and Description |
---|
ConvergedInfraUnit() |
Modifier and Type | Method and Description |
---|---|
Cloud[] |
getAccountList() |
java.lang.String |
getComments() |
Datacenter |
getDatacenter() |
Account[] |
getInfraAccountList() |
DeviceCredential[] |
getNetworkDevices() |
java.util.Properties |
getProperties() |
int |
getUnitType() |
void |
setAccountList(Cloud[] accountList) |
void |
setComments(java.lang.String comments) |
void |
setDatacenter(Datacenter datacenter) |
void |
setInfraAccountList(Account[] infraAccountList) |
void |
setNetworkDevices(DeviceCredential[] networkDevices) |
void |
setProperties(java.util.Properties properties) |
void |
setUnitType(int unitType) |
public int getUnitType()
public Datacenter getDatacenter()
public Account[] getInfraAccountList()
public DeviceCredential[] getNetworkDevices()
public Cloud[] getAccountList()
public java.lang.String getComments()
public java.util.Properties getProperties()
public void setUnitType(int unitType)
public void setDatacenter(Datacenter datacenter)
public void setInfraAccountList(Account[] infraAccountList)
public void setNetworkDevices(DeviceCredential[] networkDevices)
public void setAccountList(Cloud[] accountList)
public void setComments(java.lang.String comments)
public void setProperties(java.util.Properties properties)