Uses of Class
com.oracle.bmc.database.model.AutonomousExadataInfrastructure.LifecycleState
-
Packages that use AutonomousExadataInfrastructure.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of AutonomousExadataInfrastructure.LifecycleState in com.oracle.bmc.database
-
Uses of AutonomousExadataInfrastructure.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousExadataInfrastructure.LifecycleState Modifier and Type Method Description static AutonomousExadataInfrastructure.LifecycleState
AutonomousExadataInfrastructure.LifecycleState. create(String key)
AutonomousExadataInfrastructure.LifecycleState
AutonomousExadataInfrastructure. getLifecycleState()
The current lifecycle state of the Autonomous Exadata Infrastructure.static AutonomousExadataInfrastructure.LifecycleState
AutonomousExadataInfrastructure.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousExadataInfrastructure.LifecycleState[]
AutonomousExadataInfrastructure.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 AutonomousExadataInfrastructure.LifecycleState Modifier and Type Method Description AutonomousExadataInfrastructure.Builder
AutonomousExadataInfrastructure.Builder. lifecycleState(AutonomousExadataInfrastructure.LifecycleState lifecycleState)
The current lifecycle state of the Autonomous Exadata Infrastructure.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousExadataInfrastructure.LifecycleState Constructor Description AutonomousExadataInfrastructure(String id, String compartmentId, String displayName, String availabilityDomain, String subnetId, List<String> nsgIds, String shape, String hostname, String domain, AutonomousExadataInfrastructure.LifecycleState lifecycleState, String lifecycleDetails, AutonomousExadataInfrastructure.LicenseModel licenseModel, Date timeCreated, MaintenanceWindow maintenanceWindow, String lastMaintenanceRunId, String nextMaintenanceRunId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String scanDnsName, String zoneId)
Deprecated.
-