public class HypervAddSubnetToHostAdapter
extends java.lang.Object
Add Logical Networks and VM Subnets to Host Network Adapter
This task allows the user to add Logical Networks and VM Subnets to Host Network Adapter.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervAddSubnetToHostAdapter() |
|
HypervAddSubnetToHostAdapter(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervAddSubnetToHostAdapterResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostIdentity() |
java.lang.String |
getHostNetworkAdapterIdentity() |
java.lang.String |
getIpSubnetIdentity() |
java.lang.String |
getLogicalNetworkIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setHostIdentity(java.lang.String hostIdentity)
Select Host
Accepts value from list type hvHost
|
void |
setHostNetworkAdapterIdentity(java.lang.String hostNetworkAdapterIdentity)
Select Host Network Adapter
Accepts value from list type hypervHostAdapterIdentity
|
void |
setIpSubnetIdentity(java.lang.String ipSubnetIdentity)
Select Ip Subnet
Accepts value from list type hypervIpSubnetFromSiteIDentity
|
void |
setLogicalNetworkIdentity(java.lang.String logicalNetworkIdentity)
Select Logical Network
Accepts value from list type hypervLogicalNetworkIdentity
|
protected HypervAddSubnetToHostAdapter()
public HypervAddSubnetToHostAdapter(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getHostIdentity()
public java.lang.String getHostNetworkAdapterIdentity()
public java.lang.String getLogicalNetworkIdentity()
public java.lang.String getIpSubnetIdentity()
public void setHostIdentity(java.lang.String hostIdentity)
public void setHostNetworkAdapterIdentity(java.lang.String hostNetworkAdapterIdentity)
public void setLogicalNetworkIdentity(java.lang.String logicalNetworkIdentity)
public void setIpSubnetIdentity(java.lang.String ipSubnetIdentity)
public HypervAddSubnetToHostAdapterResponse execute() throws java.lang.Exception
java.lang.Exception