public class UcsDeleteVlanFromSP
extends java.lang.Object
Deletes VLAN from Service Profile
This task allows user to delete VLAN to Service Profile vNICs.
Modifier | Constructor and Description |
---|---|
protected |
UcsDeleteVlanFromSP() |
|
UcsDeleteVlanFromSP(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getId() |
java.lang.String |
getServiceProfileIdentity() |
java.lang.String |
getSwitchId() |
java.lang.String |
getVlanLogEntryId() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setId(java.lang.String id)
Select VLAN ID to delete from Service Profile
Accepts value from list type ucsSpVlanListBySpIdentitySwitch
|
void |
setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
Select UCSM service profile to remove vlan ID
Accepts value from list type ucsServiceProfileIdentity
|
void |
setSwitchId(java.lang.String switchId)
Select Switch ID
Accepts value from list type ucsSwitchListBySpIdentity
|
void |
setVlanLogEntryId(java.lang.String vlanLogEntryId) |
protected UcsDeleteVlanFromSP()
public UcsDeleteVlanFromSP(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getAccountName()
public java.lang.String getVlanLogEntryId()
public java.lang.String getServiceProfileIdentity()
public java.lang.String getSwitchId()
public java.lang.String getId()
public void setAccountName(java.lang.String accountName)
public void setVlanLogEntryId(java.lang.String vlanLogEntryId)
public void setServiceProfileIdentity(java.lang.String serviceProfileIdentity)
public void setSwitchId(java.lang.String switchId)
public void setId(java.lang.String id)
public void execute() throws java.lang.Exception
java.lang.Exception