public class HypervRemoveSubnetFromHostAdapter
extends java.lang.Object
Remove Logical Networks and VM Subnets from Host Network Adapter
This task allows the user to remove Logical Networks and VM Subnets from a Host Network Adapter.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervRemoveSubnetFromHostAdapter() |
|
HypervRemoveSubnetFromHostAdapter(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRemoveSubnetFromHostAdapterResponse |
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 HypervRemoveSubnetFromHostAdapter()
public HypervRemoveSubnetFromHostAdapter(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 HypervRemoveSubnetFromHostAdapterResponse execute() throws java.lang.Exception
java.lang.Exception