public class HypervMountDataStore
extends java.lang.Object
Adds the external iSCSI-based storage IP to s/w Microsoft iSCSI initiator
This task will helps to start the Microsoft iSCSI service on host and adds the persistence connection of external iSCSI-based storage target device (IP) and rescan the disks.
Modifier | Constructor and Description |
---|---|
protected |
HypervMountDataStore() |
|
HypervMountDataStore(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervMountDataStoreResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostNode() |
java.lang.String |
getIpAddress() |
java.lang.String |
getPassword() |
java.lang.String |
getUserName() |
java.lang.String |
getVfilerName() |
void |
setCuicServer(CuicServer api) |
void |
setHostNode(java.lang.String hostNode)
Select host to unregister
Accepts value from list type vmwareHostMultiSelect
|
void |
setIpAddress(java.lang.String ipAddress)
Select a IP Address.
|
void |
setPassword(java.lang.String password)
Enter Password for the selecte host.
|
void |
setUserName(java.lang.String userName)
Enter User Name for the selected host.
|
void |
setVfilerName(java.lang.String vfilerName)
Select vFiler Name
Accepts value from list type netAppAllVFilersIdentity
|
protected HypervMountDataStore()
public HypervMountDataStore(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVfilerName()
public java.lang.String getIpAddress()
public java.lang.String getHostNode()
public java.lang.String getUserName()
public java.lang.String getPassword()
public void setVfilerName(java.lang.String vfilerName)
public void setIpAddress(java.lang.String ipAddress)
public void setHostNode(java.lang.String hostNode)
public void setUserName(java.lang.String userName)
public void setPassword(java.lang.String password)
public HypervMountDataStoreResponse execute() throws java.lang.Exception
java.lang.Exception