public class HypervManageFileShare
extends java.lang.Object
Manage SMB 3.0 File Share
This task allows the user to manage a SMB 3.0 File Share from a File Server.
File shares can be marked as Managed or UnManaged.
Only Managed shares can be used by the SCVMM for placement.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervManageFileShare() |
|
HypervManageFileShare(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervManageFileShareResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getFileShareIdentity() |
boolean |
isManage() |
void |
setCuicServer(CuicServer api) |
void |
setFileShareIdentity(java.lang.String fileShareIdentity)
Select File Share
Accepts value from list type hypervFileShareIdentity
|
void |
setManage(boolean manage)
Check/Uncheck to manage File share by Virtual Machine Manager
|
protected HypervManageFileShare()
public HypervManageFileShare(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getFileShareIdentity()
public boolean isManage()
public void setFileShareIdentity(java.lang.String fileShareIdentity)
public void setManage(boolean manage)
public HypervManageFileShareResponse execute() throws java.lang.Exception
java.lang.Exception