public class HypervDiskFormat
extends java.lang.Object
Brings the raw disks online attached to host by creating partition and format
This task will move the CD/DVD drive to Z drive letter and perform the following actions to attached LUNs raw disks (from external iSCSI-based storage ) based on zero partition disk types 1)create the primary partition 2)format to NTFS 3) assign next available drive letter
Modifier | Constructor and Description |
---|---|
protected |
HypervDiskFormat() |
|
HypervDiskFormat(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervDiskFormatResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostNode() |
java.lang.String |
getPassword() |
java.lang.String |
getUserName() |
void |
setCuicServer(CuicServer api) |
void |
setHostNode(java.lang.String hostNode)
Select host to unregister
Accepts value from list type vmwareHostMultiSelect
|
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.
|
protected HypervDiskFormat()
public HypervDiskFormat(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getHostNode()
public java.lang.String getUserName()
public java.lang.String getPassword()
public void setHostNode(java.lang.String hostNode)
public void setUserName(java.lang.String userName)
public void setPassword(java.lang.String password)
public HypervDiskFormatResponse execute() throws java.lang.Exception
java.lang.Exception