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