public class UserAPIUcs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UserAPIUcs |
instance |
Constructor and Description |
---|
UserAPIUcs() |
UserAPIUcs(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
void |
setCuicServer(CuicServer api) |
void |
userAPICreateMiscelleneousPolicies(java.lang.String spTemplateIdentityKey) |
APIUCSOrganizationConfig |
userAPIcreateOrganization(java.lang.String acct,
APIUCSOrganizationConfig apiConfig) |
boolean |
userAPICreateServiceProfileTemplate(java.lang.String accountName,
java.lang.String rackA,
java.lang.String rackB,
APIServiceProfileTemplateConfiguration config) |
boolean |
userAPICreateUCSAccount(APIUCSMAccount ucsAccount) |
boolean |
userAPICreateUCSDay0Policies(java.lang.String accountName,
APIUCSDay0Policies config) |
java.lang.String |
userAPIGetServerIP(java.lang.String accountName,
java.lang.String spDn) |
java.util.List<APIUCSMAccount> |
userAPIGetUCSMAccounts() |
java.util.List<java.lang.String> |
userAPIGetUcsOrganizations(java.lang.String acct) |
public static UserAPIUcs instance
public UserAPIUcs()
public UserAPIUcs(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public void userAPICreateMiscelleneousPolicies(java.lang.String spTemplateIdentityKey) throws java.lang.Exception
java.lang.Exception
public boolean userAPICreateServiceProfileTemplate(java.lang.String accountName, java.lang.String rackA, java.lang.String rackB, APIServiceProfileTemplateConfiguration config) throws java.lang.Exception
java.lang.Exception
public boolean userAPICreateUCSDay0Policies(java.lang.String accountName, APIUCSDay0Policies config) throws java.lang.Exception
java.lang.Exception
public java.lang.String userAPIGetServerIP(java.lang.String accountName, java.lang.String spDn) throws java.lang.Exception
java.lang.Exception
public boolean userAPICreateUCSAccount(APIUCSMAccount ucsAccount) throws java.lang.Exception
java.lang.Exception
public java.util.List<APIUCSMAccount> userAPIGetUCSMAccounts() throws java.lang.Exception
java.lang.Exception
public APIUCSOrganizationConfig userAPIcreateOrganization(java.lang.String acct, APIUCSOrganizationConfig apiConfig) throws java.lang.Exception
java.lang.Exception
public java.util.List<java.lang.String> userAPIGetUcsOrganizations(java.lang.String acct) throws java.lang.Exception
java.lang.Exception