Uses of Class
com.oracle.bmc.core.requests.GetVcnTopologyRequest
-
Packages that use GetVcnTopologyRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetVcnTopologyRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetVcnTopologyRequest Modifier and Type Method Description GetVcnTopologyResponseVirtualNetwork. getVcnTopology(GetVcnTopologyRequest request)Gets a virtual network topology for a given VCN.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)GetVcnTopologyResponseVirtualNetworkClient. getVcnTopology(GetVcnTopologyRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetVcnTopologyRequest 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 GetVcnTopologyRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetVcnTopologyRequest Modifier and Type Method Description GetVcnTopologyRequestGetVcnTopologyRequest.Builder. build()Build the instance of GetVcnTopologyRequest as configured by this builderGetVcnTopologyRequestGetVcnTopologyRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetVcnTopologyRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetVcnTopologyRequest Modifier and Type Method Description GetVcnTopologyRequest.BuilderGetVcnTopologyRequest.Builder. copy(GetVcnTopologyRequest o)Copy method to populate the builder with values from the given instance.
-