Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
VolumeBackupSchedule |
VolumeBackupSchedule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VolumeBackupSchedule> |
CreateVolumeBackupPolicyDetails.getSchedules()
The collection of schedules for the volume backup policy.
|
List<VolumeBackupSchedule> |
VolumeBackupPolicy.getSchedules()
The collection of schedules that this policy will apply.
|
List<VolumeBackupSchedule> |
UpdateVolumeBackupPolicyDetails.getSchedules()
The collection of schedules for the volume backup policy.
|
Modifier and Type | Method and Description |
---|---|
VolumeBackupSchedule.Builder |
VolumeBackupSchedule.Builder.copy(VolumeBackupSchedule model) |
Modifier and Type | Method and Description |
---|---|
CreateVolumeBackupPolicyDetails.Builder |
CreateVolumeBackupPolicyDetails.Builder.schedules(List<VolumeBackupSchedule> schedules)
The collection of schedules for the volume backup policy.
|
VolumeBackupPolicy.Builder |
VolumeBackupPolicy.Builder.schedules(List<VolumeBackupSchedule> schedules)
The collection of schedules that this policy will apply.
|
UpdateVolumeBackupPolicyDetails.Builder |
UpdateVolumeBackupPolicyDetails.Builder.schedules(List<VolumeBackupSchedule> schedules)
The collection of schedules for the volume backup policy.
|
Constructor and Description |
---|
CreateVolumeBackupPolicyDetails(String compartmentId,
String displayName,
String destinationRegion,
List<VolumeBackupSchedule> schedules,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
UpdateVolumeBackupPolicyDetails(String displayName,
String destinationRegion,
List<VolumeBackupSchedule> schedules,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
VolumeBackupPolicy(String displayName,
String id,
List<VolumeBackupSchedule> schedules,
String destinationRegion,
Date timeCreated,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.