Uses of Class
com.oracle.bmc.lustrefilestorage.model.MaintenanceWindow
-
Packages that use MaintenanceWindow Package Description com.oracle.bmc.lustrefilestorage.model -
-
Uses of MaintenanceWindow in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return MaintenanceWindow Modifier and Type Method Description MaintenanceWindow
MaintenanceWindow.Builder. build()
MaintenanceWindow
LustreFileSystem. getMaintenanceWindow()
Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type MaintenanceWindow Modifier and Type Method Description MaintenanceWindow.Builder
MaintenanceWindow.Builder. copy(MaintenanceWindow model)
LustreFileSystem.Builder
LustreFileSystem.Builder. maintenanceWindow(MaintenanceWindow maintenanceWindow)
Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type MaintenanceWindow Constructor Description 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.
-