Uses of Class
com.oracle.bmc.core.model.FastConnectProviderService.SupportedVirtualCircuitTypes
-
Packages that use FastConnectProviderService.SupportedVirtualCircuitTypes Package Description com.oracle.bmc.core.model -
-
Uses of FastConnectProviderService.SupportedVirtualCircuitTypes in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return FastConnectProviderService.SupportedVirtualCircuitTypes Modifier and Type Method Description static FastConnectProviderService.SupportedVirtualCircuitTypesFastConnectProviderService.SupportedVirtualCircuitTypes. create(String key)static FastConnectProviderService.SupportedVirtualCircuitTypesFastConnectProviderService.SupportedVirtualCircuitTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static FastConnectProviderService.SupportedVirtualCircuitTypes[]FastConnectProviderService.SupportedVirtualCircuitTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model that return types with arguments of type FastConnectProviderService.SupportedVirtualCircuitTypes Modifier and Type Method Description List<FastConnectProviderService.SupportedVirtualCircuitTypes>FastConnectProviderService. getSupportedVirtualCircuitTypes()An array of virtual circuit types supported by this service.Method parameters in com.oracle.bmc.core.model with type arguments of type FastConnectProviderService.SupportedVirtualCircuitTypes Modifier and Type Method Description FastConnectProviderService.BuilderFastConnectProviderService.Builder. supportedVirtualCircuitTypes(List<FastConnectProviderService.SupportedVirtualCircuitTypes> supportedVirtualCircuitTypes)An array of virtual circuit types supported by this service.Constructor parameters in com.oracle.bmc.core.model with type arguments of type FastConnectProviderService.SupportedVirtualCircuitTypes Constructor Description FastConnectProviderService(String description, String id, FastConnectProviderService.PrivatePeeringBgpManagement privatePeeringBgpManagement, String providerName, String providerServiceName, FastConnectProviderService.PublicPeeringBgpManagement publicPeeringBgpManagement, List<FastConnectProviderService.SupportedVirtualCircuitTypes> supportedVirtualCircuitTypes, FastConnectProviderService.CustomerAsnManagement customerAsnManagement, FastConnectProviderService.ProviderServiceKeyManagement providerServiceKeyManagement, FastConnectProviderService.BandwithShapeManagement bandwithShapeManagement, Integer requiredTotalCrossConnects, FastConnectProviderService.Type type)Deprecated.
-