public class HypervRepairHostFileShare
extends java.lang.Object
Repair Host File Share
This task allows the user to repair a file share connected to a host.
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 |
HypervRepairHostFileShare() |
|
HypervRepairHostFileShare(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRepairHostFileShareResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostFileShareIdentity() |
java.lang.String |
getHostIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setHostFileShareIdentity(java.lang.String hostFileShareIdentity)
Select the file share to repair
Accepts value from list type hypervFileShareIdentity
|
void |
setHostIdentity(java.lang.String hostIdentity)
Select the Host to perform the action
Accepts value from list type hvHost
|
protected HypervRepairHostFileShare()
public HypervRepairHostFileShare(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getHostIdentity()
public java.lang.String getHostFileShareIdentity()
public void setHostIdentity(java.lang.String hostIdentity)
public void setHostFileShareIdentity(java.lang.String hostFileShareIdentity)
public HypervRepairHostFileShareResponse execute() throws java.lang.Exception
java.lang.Exception