public class HypervRepairFileShareInHostOrCluster
extends java.lang.Object
Repairs File Share Connectivity to a Host/Cluster
This task allows the user to repair the connectivity of a file share to a host/cluster.
Only Managed File Shares that have been attached to the respective Host/Cluster can be repaired.<>
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervRepairFileShareInHostOrCluster() |
|
HypervRepairFileShareInHostOrCluster(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRepairFileShareInHostOrClusterResponse |
execute() |
java.lang.String |
getClusterFileShareIdentity() |
java.lang.String |
getClusterIdentity() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostFileShareIdentity() |
java.lang.String |
getHostIdentity() |
java.lang.String |
getTargetType() |
void |
setClusterFileShareIdentity(java.lang.String clusterFileShareIdentity)
Select the file share to repair
Set this value only when targetType not equals to HostAccepts value from list type hypervFileShareIdentity
|
void |
setClusterIdentity(java.lang.String clusterIdentity)
Select the Cluster to perform the action
Set this value only when targetType not equals to HostAccepts value from list type hypervClusterIdentity
|
void |
setCuicServer(CuicServer api) |
void |
setHostFileShareIdentity(java.lang.String hostFileShareIdentity)
Select the file share to repair
Set this value only when targetType not equals to ClusterAccepts value from list type hypervFileShareIdentity
|
void |
setHostIdentity(java.lang.String hostIdentity)
Select the Host to perform the action
Set this value only when targetType not equals to ClusterAccepts value from list type hvHost
|
void |
setTargetType(java.lang.String targetType)
Select the target type
|
protected HypervRepairFileShareInHostOrCluster()
public HypervRepairFileShareInHostOrCluster(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getTargetType()
public java.lang.String getHostIdentity()
public java.lang.String getClusterIdentity()
public java.lang.String getClusterFileShareIdentity()
public java.lang.String getHostFileShareIdentity()
public void setTargetType(java.lang.String targetType)
public void setHostIdentity(java.lang.String hostIdentity)
public void setClusterIdentity(java.lang.String clusterIdentity)
public void setClusterFileShareIdentity(java.lang.String clusterFileShareIdentity)
public void setHostFileShareIdentity(java.lang.String hostFileShareIdentity)
public HypervRepairFileShareInHostOrClusterResponse execute() throws java.lang.Exception
java.lang.Exception