public class BackupConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
BackupConfig()
No args constructor for use in serialization
|
BackupConfig(Integer minBackupPeriodSeconds,
VeleroBackupConfig velero) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getMinBackupPeriodSeconds() |
VeleroBackupConfig |
getVelero() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMinBackupPeriodSeconds(Integer minBackupPeriodSeconds) |
void |
setVelero(VeleroBackupConfig velero) |
public BackupConfig()
public BackupConfig(Integer minBackupPeriodSeconds, VeleroBackupConfig velero)
minBackupPeriodSeconds - velero - public Integer getMinBackupPeriodSeconds()
public void setMinBackupPeriodSeconds(Integer minBackupPeriodSeconds)
public VeleroBackupConfig getVelero()
public void setVelero(VeleroBackupConfig velero)
Copyright © 2015–2023 Red Hat. All rights reserved.