Uses of Class
com.oracle.bmc.dblm.model.FppServer.LifecycleState
-
Packages that use FppServer.LifecycleState Package Description com.oracle.bmc.dblm.model -
-
Uses of FppServer.LifecycleState in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return FppServer.LifecycleState Modifier and Type Method Description static FppServer.LifecycleState
FppServer.LifecycleState. create(String key)
FppServer.LifecycleState
FppServer. getLifecycleState()
The current state of the FPP server.static FppServer.LifecycleState
FppServer.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static FppServer.LifecycleState[]
FppServer.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dblm.model with parameters of type FppServer.LifecycleState Modifier and Type Method Description FppServer.Builder
FppServer.Builder. lifecycleState(FppServer.LifecycleState lifecycleState)
The current state of the FPP server.Constructors in com.oracle.bmc.dblm.model with parameters of type FppServer.LifecycleState Constructor Description FppServer(String id, String displayName, String compartmentId, String managementAgentId, String macAgentCompartmentId, String fppRestUrl, String trustStoreLocation, String trustStorePassword, String restUserName, String restUserPassword, Date timeCreated, Date timeUpdated, FppServer.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-