public class HypervRemoveFileShareFromCluster
extends java.lang.Object
Remove File Share from Cluster
This task allows the user to remove a file share from a cluster.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervRemoveFileShareFromCluster() |
|
HypervRemoveFileShareFromCluster(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRemoveFileShareFromClusterResponse |
execute() |
java.lang.String |
getClusterFileShareIdentity() |
java.lang.String |
getClusterIdentity() |
CuicServer |
getCuicServer() |
boolean |
isRemovePermissionsFromShare() |
void |
setClusterFileShareIdentity(java.lang.String clusterFileShareIdentity)
Select the file share to remove
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) |
void |
setRemovePermissionsFromShare(boolean removePermissionsFromShare)
Specify whether the permissions should be removed from the file share
|
protected HypervRemoveFileShareFromCluster()
public HypervRemoveFileShareFromCluster(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getClusterIdentity()
public java.lang.String getClusterFileShareIdentity()
public boolean isRemovePermissionsFromShare()
public void setClusterIdentity(java.lang.String clusterIdentity)
public void setClusterFileShareIdentity(java.lang.String clusterFileShareIdentity)
public void setRemovePermissionsFromShare(boolean removePermissionsFromShare)
public HypervRemoveFileShareFromClusterResponse execute() throws java.lang.Exception
java.lang.Exception