public class HypervCreateFileShare
extends java.lang.Object
Creates SMB 3.0 File Share
This task allows the user to create a SMB 3.0 File Share on a File Server.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervCreateFileShare() |
|
HypervCreateFileShare(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervCreateFileShareResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDescription() |
java.lang.String |
getFileServer() |
java.lang.String |
getLocalPath() |
java.lang.String |
getName() |
boolean |
isContinouslyAvailable() |
void |
setContinouslyAvailable(boolean continouslyAvailable)
Select Continuously Available
|
void |
setCuicServer(CuicServer api) |
void |
setDescription(java.lang.String description)
Enter description of the File Share
|
void |
setFileServer(java.lang.String fileServer)
Select file server
Accepts value from list type hypervFileServerIdentity
|
void |
setLocalPath(java.lang.String localPath)
Enter Local Path to be as File Share
|
void |
setName(java.lang.String name)
Enter name of the File Share
|
protected HypervCreateFileShare()
public HypervCreateFileShare(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getFileServer()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getLocalPath()
public boolean isContinouslyAvailable()
public void setFileServer(java.lang.String fileServer)
public void setName(java.lang.String name)
public void setDescription(java.lang.String description)
public void setLocalPath(java.lang.String localPath)
public void setContinouslyAvailable(boolean continouslyAvailable)
public HypervCreateFileShareResponse execute() throws java.lang.Exception
java.lang.Exception