Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
SnapshotSchedule |
SnapshotSchedule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SnapshotSchedule> |
CreateFilesystemSnapshotPolicyDetails.getSchedules()
The list of associated snapshot schedules.
|
List<SnapshotSchedule> |
UpdateFilesystemSnapshotPolicyDetails.getSchedules()
The list of associated snapshot schedules.
|
List<SnapshotSchedule> |
FilesystemSnapshotPolicy.getSchedules()
The list of associated snapshot schedules.
|
Modifier and Type | Method and Description |
---|---|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.copy(SnapshotSchedule model) |
Modifier and Type | Method and Description |
---|---|
CreateFilesystemSnapshotPolicyDetails.Builder |
CreateFilesystemSnapshotPolicyDetails.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.
|
FilesystemSnapshotPolicy.Builder |
FilesystemSnapshotPolicy.Builder.schedules(List<SnapshotSchedule> schedules)
The list of associated snapshot schedules.
|
Constructor and 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)
Deprecated.
|
UpdateFilesystemSnapshotPolicyDetails(String displayName,
String policyPrefix,
List<SnapshotSchedule> schedules,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.