public class HypervCreateLogicalNetwork
extends java.lang.Object
Creates logical network
This task allows to create logical network.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervCreateLogicalNetwork() |
|
HypervCreateLogicalNetwork(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervCreateLogicalNetworkResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
boolean |
isAllowsSiteIsolation() |
void |
setAccountName(java.lang.String accountName)
Select name of the HyperV Cloud in this system
|
void |
setAllowsSiteIsolation(boolean allowsSiteIsolation)
Allow Isolation of SItes
|
void |
setCuicServer(CuicServer api) |
void |
setDescription(java.lang.String description)
Description for the logical network
|
void |
setName(java.lang.String name)
Enter logical network name
|
protected HypervCreateLogicalNetwork()
public HypervCreateLogicalNetwork(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getAccountName()
public java.lang.String getName()
public java.lang.String getDescription()
public boolean isAllowsSiteIsolation()
public void setAccountName(java.lang.String accountName)
public void setName(java.lang.String name)
public void setDescription(java.lang.String description)
public void setAllowsSiteIsolation(boolean allowsSiteIsolation)
public HypervCreateLogicalNetworkResponse execute() throws java.lang.Exception
java.lang.Exception