Uses of Class
com.oracle.bmc.lustrefilestorage.model.RootSquashConfiguration
-
Packages that use RootSquashConfiguration Package Description com.oracle.bmc.lustrefilestorage.model -
-
Uses of RootSquashConfiguration in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return RootSquashConfiguration Modifier and Type Method Description RootSquashConfiguration
RootSquashConfiguration.Builder. build()
RootSquashConfiguration
CreateLustreFileSystemDetails. getRootSquashConfiguration()
RootSquashConfiguration
LustreFileSystem. getRootSquashConfiguration()
RootSquashConfiguration
LustreFileSystemSummary. getRootSquashConfiguration()
RootSquashConfiguration
UpdateLustreFileSystemDetails. getRootSquashConfiguration()
Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type RootSquashConfiguration Modifier and Type Method Description RootSquashConfiguration.Builder
RootSquashConfiguration.Builder. copy(RootSquashConfiguration model)
CreateLustreFileSystemDetails.Builder
CreateLustreFileSystemDetails.Builder. rootSquashConfiguration(RootSquashConfiguration rootSquashConfiguration)
LustreFileSystem.Builder
LustreFileSystem.Builder. rootSquashConfiguration(RootSquashConfiguration rootSquashConfiguration)
LustreFileSystemSummary.Builder
LustreFileSystemSummary.Builder. rootSquashConfiguration(RootSquashConfiguration rootSquashConfiguration)
UpdateLustreFileSystemDetails.Builder
UpdateLustreFileSystemDetails.Builder. rootSquashConfiguration(RootSquashConfiguration rootSquashConfiguration)
Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type RootSquashConfiguration 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.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.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.UpdateLustreFileSystemDetails(String displayName, String fileSystemDescription, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> nsgIds, String kmsKeyId, Integer capacityInGBs, RootSquashConfiguration rootSquashConfiguration)
Deprecated.
-