Uses of Class
com.oracle.bmc.core.model.BlockVolumeReplica.LifecycleState
-
Packages that use BlockVolumeReplica.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of BlockVolumeReplica.LifecycleState in com.oracle.bmc.core
-
Uses of BlockVolumeReplica.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BlockVolumeReplica.LifecycleState Modifier and Type Method Description static BlockVolumeReplica.LifecycleStateBlockVolumeReplica.LifecycleState. create(String key)BlockVolumeReplica.LifecycleStateBlockVolumeReplica. getLifecycleState()The current state of a block volume replica.static BlockVolumeReplica.LifecycleStateBlockVolumeReplica.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BlockVolumeReplica.LifecycleState[]BlockVolumeReplica.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type BlockVolumeReplica.LifecycleState Modifier and Type Method Description BlockVolumeReplica.BuilderBlockVolumeReplica.Builder. lifecycleState(BlockVolumeReplica.LifecycleState lifecycleState)The current state of a block volume replica.Constructors in com.oracle.bmc.core.model with parameters of type BlockVolumeReplica.LifecycleState Constructor Description BlockVolumeReplica(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, BlockVolumeReplica.LifecycleState lifecycleState, Long sizeInGBs, Date timeCreated, Date timeLastSynced, String blockVolumeId, Long totalDataTransferredInGBs, String volumeGroupReplicaId, String kmsKeyId)Deprecated. -
Uses of BlockVolumeReplica.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return BlockVolumeReplica.LifecycleState Modifier and Type Method Description BlockVolumeReplica.LifecycleStateListBlockVolumeReplicasRequest. getLifecycleState()A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type BlockVolumeReplica.LifecycleState Modifier and Type Method Description ListBlockVolumeReplicasRequest.BuilderListBlockVolumeReplicasRequest.Builder. lifecycleState(BlockVolumeReplica.LifecycleState lifecycleState)A filter to only return resources that match the given lifecycle state.
-