Configuration Profile Preference Vm Backup Response
data class ConfigurationProfilePreferenceVmBackupResponse(val instantRpRetentionRangeInDays: Int? = null, val retentionPolicy: String? = null, val schedulePolicy: String? = null, val timeZone: String? = null)
Automanage configuration profile VM Backup preferences.
Constructors
Link copied to clipboard
fun ConfigurationProfilePreferenceVmBackupResponse(instantRpRetentionRangeInDays: Int? = null, retentionPolicy: String? = null, schedulePolicy: String? = null, timeZone: String? = null)