Uses of Class
com.oracle.bmc.vnmonitoring.model.FastConnectProviderService.CustomerAsnManagement
-
Packages that use FastConnectProviderService.CustomerAsnManagement Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of FastConnectProviderService.CustomerAsnManagement in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return FastConnectProviderService.CustomerAsnManagement Modifier and Type Method Description static FastConnectProviderService.CustomerAsnManagement
FastConnectProviderService.CustomerAsnManagement. create(String key)
FastConnectProviderService.CustomerAsnManagement
FastConnectProviderService. getCustomerAsnManagement()
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.static FastConnectProviderService.CustomerAsnManagement
FastConnectProviderService.CustomerAsnManagement. valueOf(String name)
Returns the enum constant of this type with the specified name.static FastConnectProviderService.CustomerAsnManagement[]
FastConnectProviderService.CustomerAsnManagement. 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.CustomerAsnManagement Modifier and Type Method Description FastConnectProviderService.Builder
FastConnectProviderService.Builder. customerAsnManagement(FastConnectProviderService.CustomerAsnManagement customerAsnManagement)
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type FastConnectProviderService.CustomerAsnManagement 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.
-