Uses of Class
com.oracle.bmc.datacc.model.InfrastructureServerLifecycleState
-
Packages that use InfrastructureServerLifecycleState Package Description com.oracle.bmc.datacc.model -
-
Uses of InfrastructureServerLifecycleState in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return InfrastructureServerLifecycleState Modifier and Type Method Description static InfrastructureServerLifecycleStateInfrastructureServerLifecycleState. create(String key)InfrastructureServerLifecycleStateInfrastructureServer. getLifecycleState()The current state of the Database Infrastructure server.static InfrastructureServerLifecycleStateInfrastructureServerLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static InfrastructureServerLifecycleState[]InfrastructureServerLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacc.model with parameters of type InfrastructureServerLifecycleState Modifier and Type Method Description InfrastructureServer.BuilderInfrastructureServer.Builder. lifecycleState(InfrastructureServerLifecycleState lifecycleState)The current state of the Database Infrastructure server.Constructors in com.oracle.bmc.datacc.model with parameters of type InfrastructureServerLifecycleState Constructor Description InfrastructureServer(String id, String serverName, String serverIpAddress, String ilomName, String ilomIpAddress, InfrastructureServerLifecycleState lifecycleState, Integer baseVmCount, Integer instanceVmCount, ComputeCapacityDetails computeCapacity)Deprecated.
-