public class HypervCreateISCSISession
extends java.lang.Object
Create ISCSI Session to Array
This task allows the user to create an ISCSI session from a selected Host to a Cluster.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervCreateISCSISession() |
|
HypervCreateISCSISession(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervCreateISCSISessionResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostIdentity() |
java.lang.String |
getStorageArrayIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setHostIdentity(java.lang.String hostIdentity)
Select the Host
Accepts value from list type hvHost
|
void |
setStorageArrayIdentity(java.lang.String storageArrayIdentity)
Select the Storage Array
Accepts value from list type hypervStorageArrayIdentity
|
protected HypervCreateISCSISession()
public HypervCreateISCSISession(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getStorageArrayIdentity()
public java.lang.String getHostIdentity()
public void setStorageArrayIdentity(java.lang.String storageArrayIdentity)
public void setHostIdentity(java.lang.String hostIdentity)
public HypervCreateISCSISessionResponse execute() throws java.lang.Exception
java.lang.Exception