public class UserAPIConfigExplorer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UserAPIConfigExplorer |
instance |
Constructor and Description |
---|
UserAPIConfigExplorer() |
UserAPIConfigExplorer(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
void |
setCuicServer(CuicServer api) |
java.lang.String |
userAPICreateSnapshot(java.lang.String label,
java.lang.String modelName) |
int |
userAPICreateStackSnapshot(java.lang.String datacenter,
java.lang.String label) |
java.lang.String[] |
userAPIGetModelNames() |
java.lang.String |
userAPIGetSnapshotURL(int snapshotId) |
public static UserAPIConfigExplorer instance
public UserAPIConfigExplorer()
public UserAPIConfigExplorer(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String[] userAPIGetModelNames() throws java.lang.Exception
java.lang.Exception
public java.lang.String userAPICreateSnapshot(java.lang.String label, java.lang.String modelName) throws java.lang.Exception
java.lang.Exception
public int userAPICreateStackSnapshot(java.lang.String datacenter, java.lang.String label) throws java.lang.Exception
java.lang.Exception
public java.lang.String userAPIGetSnapshotURL(int snapshotId) throws java.lang.Exception
java.lang.Exception