public class HypervRepairClusterFileShare
extends java.lang.Object
Repair Hyper V Cluster File Share
This task allows the user to repair a file share connected to a cluster
Only Managed File Shares can be repaired.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervRepairClusterFileShare() |
|
HypervRepairClusterFileShare(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRepairClusterFileShareResponse |
execute() |
java.lang.String |
getClusterFileShareIdentity() |
java.lang.String |
getClusterIdentity() |
CuicServer |
getCuicServer() |
void |
setClusterFileShareIdentity(java.lang.String clusterFileShareIdentity)
Select the file share to repair
Accepts value from list type hypervFileShareIdentity
|
void |
setClusterIdentity(java.lang.String clusterIdentity)
Select the Cluster to perform the action
Accepts value from list type hypervClusterIdentity
|
void |
setCuicServer(CuicServer api) |
protected HypervRepairClusterFileShare()
public HypervRepairClusterFileShare(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getClusterIdentity()
public java.lang.String getClusterFileShareIdentity()
public void setClusterIdentity(java.lang.String clusterIdentity)
public void setClusterFileShareIdentity(java.lang.String clusterFileShareIdentity)
public HypervRepairClusterFileShareResponse execute() throws java.lang.Exception
java.lang.Exception