Uses of Class
com.oracle.bmc.filestorage.model.FileSystemSummary.QuotaEnforcementState
-
Packages that use FileSystemSummary.QuotaEnforcementState Package Description com.oracle.bmc.filestorage.model -
-
Uses of FileSystemSummary.QuotaEnforcementState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return FileSystemSummary.QuotaEnforcementState Modifier and Type Method Description static FileSystemSummary.QuotaEnforcementState
FileSystemSummary.QuotaEnforcementState. create(String key)
FileSystemSummary.QuotaEnforcementState
FileSystemSummary. getQuotaEnforcementState()
Displays the state of enforcement of quota rules on the file system.static FileSystemSummary.QuotaEnforcementState
FileSystemSummary.QuotaEnforcementState. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileSystemSummary.QuotaEnforcementState[]
FileSystemSummary.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 FileSystemSummary.QuotaEnforcementState Modifier and Type Method Description FileSystemSummary.Builder
FileSystemSummary.Builder. quotaEnforcementState(FileSystemSummary.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 FileSystemSummary.QuotaEnforcementState Constructor Description FileSystemSummary(String availabilityDomain, Long meteredBytes, String compartmentId, String displayName, String id, FileSystemSummary.LifecycleState lifecycleState, Date timeCreated, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Integer replicationSourceCount, String kmsKeyId, SourceDetails sourceDetails, Boolean isCloneParent, Boolean isHydrated, String lifecycleDetails, FileSystemSummary.CloneAttachStatus cloneAttachStatus, FileSystemSummary.QuotaEnforcementState quotaEnforcementState)
Deprecated.
-