Uses of Class
com.oracle.bmc.opensearch.model.OpensearchClusterBackup.LifecycleState
-
Packages that use OpensearchClusterBackup.LifecycleState Package Description com.oracle.bmc.opensearch com.oracle.bmc.opensearch.model com.oracle.bmc.opensearch.requests -
-
Uses of OpensearchClusterBackup.LifecycleState in com.oracle.bmc.opensearch
-
Uses of OpensearchClusterBackup.LifecycleState in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return OpensearchClusterBackup.LifecycleState Modifier and Type Method Description static OpensearchClusterBackup.LifecycleState
OpensearchClusterBackup.LifecycleState. create(String key)
OpensearchClusterBackup.LifecycleState
OpensearchClusterBackup. getLifecycleState()
The current state of the cluster backup.OpensearchClusterBackup.LifecycleState
OpensearchClusterBackupSummary. getLifecycleState()
The current state of the cluster backup.static OpensearchClusterBackup.LifecycleState
OpensearchClusterBackup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OpensearchClusterBackup.LifecycleState[]
OpensearchClusterBackup.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type OpensearchClusterBackup.LifecycleState Modifier and Type Method Description OpensearchClusterBackup.Builder
OpensearchClusterBackup.Builder. lifecycleState(OpensearchClusterBackup.LifecycleState lifecycleState)
The current state of the cluster backup.OpensearchClusterBackupSummary.Builder
OpensearchClusterBackupSummary.Builder. lifecycleState(OpensearchClusterBackup.LifecycleState lifecycleState)
The current state of the cluster backup.Constructors in com.oracle.bmc.opensearch.model with parameters of type OpensearchClusterBackup.LifecycleState Constructor Description OpensearchClusterBackup(String id, String displayName, String compartmentId, OpensearchClusterBackup.BackupType backupType, Date timeCreated, Date timeUpdated, OpensearchClusterBackup.LifecycleState lifecycleState, String lifecyleDetails, String sourceClusterId, String namespace, String bucketName, String prefix, Date timeExpired, Double backupSize, String sourceClusterDisplayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OpensearchClusterBackupSummary(String id, String displayName, String compartmentId, OpensearchClusterBackup.BackupType backupType, String sourceClusterId, Date timeCreated, Date timeUpdated, OpensearchClusterBackup.LifecycleState lifecycleState, String lifecycleDetails, Date timeExpired, Double backupSize, String sourceClusterDisplayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OpensearchClusterBackup.LifecycleState in com.oracle.bmc.opensearch.requests
Methods in com.oracle.bmc.opensearch.requests that return OpensearchClusterBackup.LifecycleState Modifier and Type Method Description OpensearchClusterBackup.LifecycleState
ListOpensearchClusterBackupsRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.opensearch.requests with parameters of type OpensearchClusterBackup.LifecycleState Modifier and Type Method Description ListOpensearchClusterBackupsRequest.Builder
ListOpensearchClusterBackupsRequest.Builder. lifecycleState(OpensearchClusterBackup.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-