Uses of Class
com.oracle.bmc.lustrefilestorage.model.LustreFileSystem.LifecycleState
-
Packages that use LustreFileSystem.LifecycleState Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.model com.oracle.bmc.lustrefilestorage.requests -
-
Uses of LustreFileSystem.LifecycleState in com.oracle.bmc.lustrefilestorage
-
Uses of LustreFileSystem.LifecycleState in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return LustreFileSystem.LifecycleState Modifier and Type Method Description static LustreFileSystem.LifecycleState
LustreFileSystem.LifecycleState. create(String key)
LustreFileSystem.LifecycleState
LustreFileSystem. getLifecycleState()
The current state of the Lustre file system.LustreFileSystem.LifecycleState
LustreFileSystemSummary. getLifecycleState()
The current state of the Lustre file system.static LustreFileSystem.LifecycleState
LustreFileSystem.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LustreFileSystem.LifecycleState[]
LustreFileSystem.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type LustreFileSystem.LifecycleState Modifier and Type Method Description LustreFileSystem.Builder
LustreFileSystem.Builder. lifecycleState(LustreFileSystem.LifecycleState lifecycleState)
The current state of the Lustre file system.LustreFileSystemSummary.Builder
LustreFileSystemSummary.Builder. lifecycleState(LustreFileSystem.LifecycleState lifecycleState)
The current state of the Lustre file system.Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type LustreFileSystem.LifecycleState Constructor Description LustreFileSystem(String id, String compartmentId, String availabilityDomain, String displayName, String fileSystemDescription, Date timeCreated, Date timeUpdated, LustreFileSystem.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<String> nsgIds, String kmsKeyId, Integer capacityInGBs, String subnetId, LustreFileSystem.PerformanceTier performanceTier, String managementServiceAddress, String fileSystemName, String lnet, String majorVersion, String clusterPlacementGroupId, Date timeBillingCycleEnd, MaintenanceWindow maintenanceWindow, RootSquashConfiguration rootSquashConfiguration)
Deprecated.LustreFileSystemSummary(String id, String compartmentId, String availabilityDomain, String displayName, String fileSystemDescription, Date timeCreated, Date timeUpdated, LustreFileSystem.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<String> nsgIds, String fileSystemName, String kmsKeyId, Integer capacityInGBs, String subnetId, LustreFileSystemSummary.PerformanceTier performanceTier, Date timeBillingCycleEnd, String managementServiceAddress, String lnet, String clusterPlacementGroupId, String majorVersion, RootSquashConfiguration rootSquashConfiguration)
Deprecated. -
Uses of LustreFileSystem.LifecycleState in com.oracle.bmc.lustrefilestorage.requests
Methods in com.oracle.bmc.lustrefilestorage.requests that return LustreFileSystem.LifecycleState Modifier and Type Method Description LustreFileSystem.LifecycleState
ListLustreFileSystemsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.lustrefilestorage.requests with parameters of type LustreFileSystem.LifecycleState Modifier and Type Method Description ListLustreFileSystemsRequest.Builder
ListLustreFileSystemsRequest.Builder. lifecycleState(LustreFileSystem.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-