public class HypervHostVirtualNetworkResponse
extends java.lang.Object
Constructor and Description |
---|
HypervHostVirtualNetworkResponse() |
HypervHostVirtualNetworkResponse(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getApi() |
CuicServer |
getCuicServer() |
java.lang.String |
getOUTPUT_HOST_IDENTITY() |
java.lang.String |
getOUTPUT_VIRTUAL_NETWORK() |
void |
setApi(CuicServer api) |
void |
setCuicServer(CuicServer api) |
void |
setOUTPUT_HOST_IDENTITY(java.lang.String oUTPUT_HOST_IDENTITY) |
void |
setOUTPUT_VIRTUAL_NETWORK(java.lang.String oUTPUT_VIRTUAL_NETWORK) |
public HypervHostVirtualNetworkResponse()
public HypervHostVirtualNetworkResponse(CuicServer api)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public CuicServer getApi()
public void setApi(CuicServer api)
public java.lang.String getOUTPUT_HOST_IDENTITY()
public void setOUTPUT_HOST_IDENTITY(java.lang.String oUTPUT_HOST_IDENTITY)
public java.lang.String getOUTPUT_VIRTUAL_NETWORK()
public void setOUTPUT_VIRTUAL_NETWORK(java.lang.String oUTPUT_VIRTUAL_NETWORK)