public class NetAppCreateVLANInterfaceConfig
extends java.lang.Object
Creates a new vLAN.
Creates a new vLAN interface using the specified physical and virtual interface names and VLAN ID. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppCreateVLANInterfaceConfig() |
|
NetAppCreateVLANInterfaceConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppCreateVLANInterfaceConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getParentInterface() |
java.lang.String |
getVlanId() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setDcName(java.lang.String dcName) |
void |
setParentInterface(java.lang.String parentInterface)
Enter the Physical Interface Name.
|
void |
setVlanId(java.lang.String vlanId)
Enter the VLAN ID.
|
protected NetAppCreateVLANInterfaceConfig()
public NetAppCreateVLANInterfaceConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getDcName()
public java.lang.String getAccountName()
public java.lang.String getParentInterface()
public java.lang.String getVlanId()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setParentInterface(java.lang.String parentInterface)
public void setVlanId(java.lang.String vlanId)
public NetAppCreateVLANInterfaceConfigResponse execute() throws java.lang.Exception
java.lang.Exception