Uses of Class
com.oracle.bmc.core.model.BootVolumeReplica.LifecycleState
-
Packages that use BootVolumeReplica.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of BootVolumeReplica.LifecycleState in com.oracle.bmc.core
-
Uses of BootVolumeReplica.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BootVolumeReplica.LifecycleState Modifier and Type Method Description static BootVolumeReplica.LifecycleStateBootVolumeReplica.LifecycleState. create(String key)BootVolumeReplica.LifecycleStateBootVolumeReplica. getLifecycleState()The current state of a boot volume replica.static BootVolumeReplica.LifecycleStateBootVolumeReplica.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BootVolumeReplica.LifecycleState[]BootVolumeReplica.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 BootVolumeReplica.LifecycleState Modifier and Type Method Description BootVolumeReplica.BuilderBootVolumeReplica.Builder. lifecycleState(BootVolumeReplica.LifecycleState lifecycleState)The current state of a boot volume replica.Constructors in com.oracle.bmc.core.model with parameters of type BootVolumeReplica.LifecycleState Constructor Description BootVolumeReplica(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, BootVolumeReplica.LifecycleState lifecycleState, Long sizeInGBs, Date timeCreated, Date timeLastSynced, String bootVolumeId, String imageId, Long totalDataTransferredInGBs, String volumeGroupReplicaId, String kmsKeyId)Deprecated. -
Uses of BootVolumeReplica.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return BootVolumeReplica.LifecycleState Modifier and Type Method Description BootVolumeReplica.LifecycleStateListBootVolumeReplicasRequest. getLifecycleState()A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type BootVolumeReplica.LifecycleState Modifier and Type Method Description ListBootVolumeReplicasRequest.BuilderListBootVolumeReplicasRequest.Builder. lifecycleState(BootVolumeReplica.LifecycleState lifecycleState)A filter to only return resources that match the given lifecycle state.
-