Uses of Class
com.oracle.bmc.core.responses.GetVcnTopologyResponse
-
Packages that use GetVcnTopologyResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetVcnTopologyResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetVcnTopologyResponse Modifier and Type Method Description GetVcnTopologyResponse
VirtualNetwork. getVcnTopology(GetVcnTopologyRequest request)
Gets a virtual network topology for a given VCN.GetVcnTopologyResponse
VirtualNetworkClient. getVcnTopology(GetVcnTopologyRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetVcnTopologyResponse Modifier and Type Method Description Future<GetVcnTopologyResponse>
VirtualNetworkAsync. getVcnTopology(GetVcnTopologyRequest request, AsyncHandler<GetVcnTopologyRequest,GetVcnTopologyResponse> handler)
Gets a virtual network topology for a given VCN.Future<GetVcnTopologyResponse>
VirtualNetworkAsyncClient. getVcnTopology(GetVcnTopologyRequest request, AsyncHandler<GetVcnTopologyRequest,GetVcnTopologyResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetVcnTopologyResponse Modifier and Type Method Description Future<GetVcnTopologyResponse>
VirtualNetworkAsync. getVcnTopology(GetVcnTopologyRequest request, AsyncHandler<GetVcnTopologyRequest,GetVcnTopologyResponse> handler)
Gets a virtual network topology for a given VCN.Future<GetVcnTopologyResponse>
VirtualNetworkAsyncClient. getVcnTopology(GetVcnTopologyRequest request, AsyncHandler<GetVcnTopologyRequest,GetVcnTopologyResponse> handler)
-
Uses of GetVcnTopologyResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetVcnTopologyResponse Modifier and Type Method Description GetVcnTopologyResponse
GetVcnTopologyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetVcnTopologyResponse Modifier and Type Method Description GetVcnTopologyResponse.Builder
GetVcnTopologyResponse.Builder. copy(GetVcnTopologyResponse o)
Copy method to populate the builder with values from the given instance.
-