Uses of Class
com.oracle.bmc.filestorage.model.SnapshotSchedule
-
Packages that use SnapshotSchedule Package Description com.oracle.bmc.filestorage.model -
-
Uses of SnapshotSchedule in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return SnapshotSchedule Modifier and Type Method Description SnapshotSchedule
SnapshotSchedule.Builder. build()
Methods in com.oracle.bmc.filestorage.model that return types with arguments of type SnapshotSchedule Modifier and Type Method Description List<SnapshotSchedule>
CreateFilesystemSnapshotPolicyDetails. getSchedules()
The list of associated snapshot schedules.List<SnapshotSchedule>
FilesystemSnapshotPolicy. getSchedules()
The list of associated snapshot schedules.List<SnapshotSchedule>
UpdateFilesystemSnapshotPolicyDetails. getSchedules()
The list of associated snapshot schedules.Methods in com.oracle.bmc.filestorage.model with parameters of type SnapshotSchedule Modifier and Type Method Description SnapshotSchedule.Builder
SnapshotSchedule.Builder. copy(SnapshotSchedule model)
Method parameters in com.oracle.bmc.filestorage.model with type arguments of type SnapshotSchedule Modifier and Type Method Description CreateFilesystemSnapshotPolicyDetails.Builder
CreateFilesystemSnapshotPolicyDetails.Builder. schedules(List<SnapshotSchedule> schedules)
The list of associated snapshot schedules.FilesystemSnapshotPolicy.Builder
FilesystemSnapshotPolicy.Builder. schedules(List<SnapshotSchedule> schedules)
The list of associated snapshot schedules.UpdateFilesystemSnapshotPolicyDetails.Builder
UpdateFilesystemSnapshotPolicyDetails.Builder. schedules(List<SnapshotSchedule> schedules)
The list of associated snapshot schedules.Constructor parameters in com.oracle.bmc.filestorage.model with type arguments of type SnapshotSchedule Constructor Description CreateFilesystemSnapshotPolicyDetails(String availabilityDomain, String compartmentId, String displayName, String policyPrefix, List<SnapshotSchedule> schedules, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<ResourceLock> locks)
Deprecated.FilesystemSnapshotPolicy(String compartmentId, String availabilityDomain, String id, FilesystemSnapshotPolicy.LifecycleState lifecycleState, Date timeCreated, String displayName, String policyPrefix, List<SnapshotSchedule> schedules, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateFilesystemSnapshotPolicyDetails(String displayName, String policyPrefix, List<SnapshotSchedule> schedules, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-