public class HypervDeleteFileShare
extends java.lang.Object
Delete SMB 3.0 File Share
This task allows the user to delete a SMB 3.0 File Share from a File Server.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteFileShare() |
|
HypervDeleteFileShare(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervDeleteFileShareResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getFileshareIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setFileshareIdentity(java.lang.String fileshareIdentity)
Select File Share
Accepts value from list type hypervFileShareIdentity
|
protected HypervDeleteFileShare()
public HypervDeleteFileShare(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getFileshareIdentity()
public void setFileshareIdentity(java.lang.String fileshareIdentity)
public HypervDeleteFileShareResponse execute() throws java.lang.Exception
java.lang.Exception