Uses of Class
com.oracle.bmc.database.model.ApplicationVip.LifecycleState
-
Packages that use ApplicationVip.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ApplicationVip.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ApplicationVip.LifecycleState Modifier and Type Method Description Waiter<GetApplicationVipRequest,GetApplicationVipResponse>
DatabaseWaiters. forApplicationVip(GetApplicationVipRequest request, ApplicationVip.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetApplicationVipRequest,GetApplicationVipResponse>
DatabaseWaiters. forApplicationVip(GetApplicationVipRequest request, ApplicationVip.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetApplicationVipRequest,GetApplicationVipResponse>
DatabaseWaiters. forApplicationVip(GetApplicationVipRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ApplicationVip.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ApplicationVip.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ApplicationVip.LifecycleState Modifier and Type Method Description static ApplicationVip.LifecycleState
ApplicationVip.LifecycleState. create(String key)
ApplicationVip.LifecycleState
ApplicationVip. getLifecycleState()
The current lifecycle state of the application virtual IP (VIP) address.static ApplicationVip.LifecycleState
ApplicationVip.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationVip.LifecycleState[]
ApplicationVip.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type ApplicationVip.LifecycleState Modifier and Type Method Description ApplicationVip.Builder
ApplicationVip.Builder. lifecycleState(ApplicationVip.LifecycleState lifecycleState)
The current lifecycle state of the application virtual IP (VIP) address.Constructors in com.oracle.bmc.database.model with parameters of type ApplicationVip.LifecycleState Constructor Description ApplicationVip(String id, String cloudVmClusterId, String compartmentId, String subnetId, String ipAddress, String ipv6Address, String hostnameLabel, ApplicationVip.LifecycleState lifecycleState, String lifecycleDetails, Date timeAssigned, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-