Uses of Class
com.oracle.bmc.filestorage.model.FileSystem.QuotaEnforcementState
-
Packages that use FileSystem.QuotaEnforcementState Package Description com.oracle.bmc.filestorage.model -
-
Uses of FileSystem.QuotaEnforcementState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return FileSystem.QuotaEnforcementState Modifier and Type Method Description static FileSystem.QuotaEnforcementStateFileSystem.QuotaEnforcementState. create(String key)FileSystem.QuotaEnforcementStateFileSystem. getQuotaEnforcementState()Displays the state of enforcement of quota rules on the file system.static FileSystem.QuotaEnforcementStateFileSystem.QuotaEnforcementState. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSystem.QuotaEnforcementState[]FileSystem.QuotaEnforcementState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type FileSystem.QuotaEnforcementState Modifier and Type Method Description FileSystem.BuilderFileSystem.Builder. quotaEnforcementState(FileSystem.QuotaEnforcementState quotaEnforcementState)Displays the state of enforcement of quota rules on the file system.Constructors in com.oracle.bmc.filestorage.model with parameters of type FileSystem.QuotaEnforcementState Constructor Description FileSystem(String availabilityDomain, Long meteredBytes, String compartmentId, String displayName, String id, FileSystem.LifecycleState lifecycleState, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String kmsKeyId, SourceDetails sourceDetails, Boolean isCloneParent, Boolean isHydrated, Integer cloneCount, FileSystem.CloneAttachStatus cloneAttachStatus, List<ResourceLock> locks, String lifecycleDetails, Boolean isTargetable, String replicationTargetId, String filesystemSnapshotPolicyId, Boolean areQuotaRulesEnabled, FileSystem.QuotaEnforcementState quotaEnforcementState, Integer replicationSourceCount)Deprecated.
-