Uses of Class
com.oracle.bmc.lustrefilestorage.model.LustreFileSystem.PerformanceTier
-
Packages that use LustreFileSystem.PerformanceTier Package Description com.oracle.bmc.lustrefilestorage.model -
-
Uses of LustreFileSystem.PerformanceTier in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return LustreFileSystem.PerformanceTier Modifier and Type Method Description static LustreFileSystem.PerformanceTier
LustreFileSystem.PerformanceTier. create(String key)
LustreFileSystem.PerformanceTier
LustreFileSystem. getPerformanceTier()
The Lustre file system performance tier.static LustreFileSystem.PerformanceTier
LustreFileSystem.PerformanceTier. valueOf(String name)
Returns the enum constant of this type with the specified name.static LustreFileSystem.PerformanceTier[]
LustreFileSystem.PerformanceTier. 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.PerformanceTier Modifier and Type Method Description LustreFileSystem.Builder
LustreFileSystem.Builder. performanceTier(LustreFileSystem.PerformanceTier performanceTier)
The Lustre file system performance tier.Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type LustreFileSystem.PerformanceTier 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.
-