Uses of Class
com.oracle.bmc.vnmonitoring.model.FastConnectProviderService.BandwithShapeManagement
-
Packages that use FastConnectProviderService.BandwithShapeManagement Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of FastConnectProviderService.BandwithShapeManagement in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return FastConnectProviderService.BandwithShapeManagement Modifier and Type Method Description static FastConnectProviderService.BandwithShapeManagement
FastConnectProviderService.BandwithShapeManagement. create(String key)
FastConnectProviderService.BandwithShapeManagement
FastConnectProviderService. getBandwithShapeManagement()
Who is responsible for managing the virtual circuit bandwidth.static FastConnectProviderService.BandwithShapeManagement
FastConnectProviderService.BandwithShapeManagement. valueOf(String name)
Returns the enum constant of this type with the specified name.static FastConnectProviderService.BandwithShapeManagement[]
FastConnectProviderService.BandwithShapeManagement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type FastConnectProviderService.BandwithShapeManagement Modifier and Type Method Description FastConnectProviderService.Builder
FastConnectProviderService.Builder. bandwithShapeManagement(FastConnectProviderService.BandwithShapeManagement bandwithShapeManagement)
Who is responsible for managing the virtual circuit bandwidth.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type FastConnectProviderService.BandwithShapeManagement 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.
-