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 MaintenanceWindowMaintenanceWindow.Builder. build()MaintenanceWindowCreateLustreFileSystemDetails. getMaintenanceWindow()MaintenanceWindowLustreFileSystem. getMaintenanceWindow()MaintenanceWindowUpdateLustreFileSystemDetails. getMaintenanceWindow()Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type MaintenanceWindow Modifier and Type Method Description MaintenanceWindow.BuilderMaintenanceWindow.Builder. copy(MaintenanceWindow model)CreateLustreFileSystemDetails.BuilderCreateLustreFileSystemDetails.Builder. maintenanceWindow(MaintenanceWindow maintenanceWindow)LustreFileSystem.BuilderLustreFileSystem.Builder. maintenanceWindow(MaintenanceWindow maintenanceWindow)UpdateLustreFileSystemDetails.BuilderUpdateLustreFileSystemDetails.Builder. maintenanceWindow(MaintenanceWindow maintenanceWindow)Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type MaintenanceWindow 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, MaintenanceWindow maintenanceWindow)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, MaintenanceWindowMetadataDetails maintenanceWindowMetadata, 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, MaintenanceWindow maintenanceWindow)Deprecated.
-