Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgCustomerResource
-
Packages that use DrgCustomerResource Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgCustomerResource in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return DrgCustomerResource Modifier and Type Method Description DrgCustomerResourceDrgCustomerResource.Builder. build()Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type DrgCustomerResource Modifier and Type Method Description List<DrgCustomerResource>DrgCustomer. getIpsecConnections()A List of the IPSec connections on this DRGList<DrgCustomerResource>DrgCustomer. getRemotePeeringConnections()A List of the RPC connections on this DRGList<DrgCustomerResource>DrgCustomer. getVirtualCircuits()A List of the VCs on this DRGMethods in com.oracle.bmc.vnmonitoring.model with parameters of type DrgCustomerResource Modifier and Type Method Description DrgCustomerResource.BuilderDrgCustomerResource.Builder. copy(DrgCustomerResource model)Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type DrgCustomerResource Modifier and Type Method Description DrgCustomer.BuilderDrgCustomer.Builder. ipsecConnections(List<DrgCustomerResource> ipsecConnections)A List of the IPSec connections on this DRGDrgCustomer.BuilderDrgCustomer.Builder. remotePeeringConnections(List<DrgCustomerResource> remotePeeringConnections)A List of the RPC connections on this DRGDrgCustomer.BuilderDrgCustomer.Builder. virtualCircuits(List<DrgCustomerResource> virtualCircuits)A List of the VCs on this DRGConstructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type DrgCustomerResource Constructor Description DrgCustomer(String drgId, List<DrgCustomerResource> remotePeeringConnections, List<DrgCustomerResource> virtualCircuits, List<DrgCustomerResource> ipsecConnections)Deprecated.
-