Uses of Class
com.oracle.bmc.lustrefilestorage.model.CreateLustreFileSystemDetails.PerformanceTier
-
Packages that use CreateLustreFileSystemDetails.PerformanceTier Package Description com.oracle.bmc.lustrefilestorage.model -
-
Uses of CreateLustreFileSystemDetails.PerformanceTier in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return CreateLustreFileSystemDetails.PerformanceTier Modifier and Type Method Description static CreateLustreFileSystemDetails.PerformanceTierCreateLustreFileSystemDetails.PerformanceTier. create(String key)CreateLustreFileSystemDetails.PerformanceTierCreateLustreFileSystemDetails. getPerformanceTier()The Lustre file system performance tier.static CreateLustreFileSystemDetails.PerformanceTierCreateLustreFileSystemDetails.PerformanceTier. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateLustreFileSystemDetails.PerformanceTier[]CreateLustreFileSystemDetails.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 CreateLustreFileSystemDetails.PerformanceTier Modifier and Type Method Description CreateLustreFileSystemDetails.BuilderCreateLustreFileSystemDetails.Builder. performanceTier(CreateLustreFileSystemDetails.PerformanceTier performanceTier)The Lustre file system performance tier.Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type CreateLustreFileSystemDetails.PerformanceTier Constructor Description CreateLustreFileSystemDetails(String compartmentId, String availabilityDomain, String displayName, String fileSystemDescription, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> nsgIds, String fileSystemName, String kmsKeyId, Integer capacityInGBs, String subnetId, CreateLustreFileSystemDetails.PerformanceTier performanceTier, String clusterPlacementGroupId, RootSquashConfiguration rootSquashConfiguration)Deprecated.
-