public class Datacenter
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Datacenter() |
|
Datacenter(CuicServer cuicServer) |
Modifier and Type | Method and Description |
---|---|
Datacenter |
executeCreate() |
Datacenter |
executeDelete() |
Datacenter |
executeUpdate() |
static java.util.Collection<Datacenter> |
get(CuicServer server) |
int |
getClusterSiteId() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getDescription() |
int |
getLeafCUICID() |
java.lang.String |
getLocation() |
java.lang.String |
getPodType() |
java.lang.String |
getSiteName() |
boolean |
isHidden() |
void |
setClusterSiteId(int clusterSiteId) |
void |
setCuicServer(CuicServer cuicServer) |
void |
setDcName(java.lang.String dcName) |
void |
setDescription(java.lang.String description) |
void |
setHidden(boolean hidden) |
void |
setLeafCUICID(int leafCUICID) |
void |
setLocation(java.lang.String location) |
void |
setPodType(java.lang.String podType) |
void |
setSiteName(java.lang.String siteName) |
protected Datacenter()
public Datacenter(CuicServer cuicServer)
cuicServer
- public void setCuicServer(CuicServer cuicServer)
public java.lang.String getDcName()
public void setDcName(java.lang.String dcName)
dcName
- the dcName to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- the location to setpublic java.lang.String getPodType()
public void setPodType(java.lang.String podType)
podType
- the podType to setpublic int getClusterSiteId()
public void setClusterSiteId(int clusterSiteId)
clusterSiteId
- the clusterSiteId to setpublic java.lang.String getSiteName()
public void setSiteName(java.lang.String siteName)
siteName
- the siteName to setpublic int getLeafCUICID()
public void setLeafCUICID(int leafCUICID)
leafCUICID
- the leafCUICID to setpublic boolean isHidden()
public void setHidden(boolean hidden)
hidden
- the hidden to setpublic CuicServer getCuicServer()
public static java.util.Collection<Datacenter> get(CuicServer server) throws java.lang.Exception
java.lang.Exception
public Datacenter executeUpdate() throws java.lang.Exception
java.lang.Exception
public Datacenter executeCreate() throws java.lang.Exception
java.lang.Exception
public Datacenter executeDelete() throws java.lang.Exception
java.lang.Exception