public interface BackupDrPlanConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackupDrPlanRules(int index)
public abstract BackupDrPlanRule getBackupDrPlanRules(int index)Backup rules of the backup plan resource.
repeated .google.cloud.backupdr.v1.BackupDrPlanRule backup_dr_plan_rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupDrPlanRule |
|
getBackupDrPlanRulesCount()
public abstract int getBackupDrPlanRulesCount()Backup rules of the backup plan resource.
repeated .google.cloud.backupdr.v1.BackupDrPlanRule backup_dr_plan_rules = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBackupDrPlanRulesList()
public abstract List<BackupDrPlanRule> getBackupDrPlanRulesList()Backup rules of the backup plan resource.
repeated .google.cloud.backupdr.v1.BackupDrPlanRule backup_dr_plan_rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<BackupDrPlanRule> |
|
getBackupDrPlanRulesOrBuilder(int index)
public abstract BackupDrPlanRuleOrBuilder getBackupDrPlanRulesOrBuilder(int index)Backup rules of the backup plan resource.
repeated .google.cloud.backupdr.v1.BackupDrPlanRule backup_dr_plan_rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupDrPlanRuleOrBuilder |
|
getBackupDrPlanRulesOrBuilderList()
public abstract List<? extends BackupDrPlanRuleOrBuilder> getBackupDrPlanRulesOrBuilderList()Backup rules of the backup plan resource.
repeated .google.cloud.backupdr.v1.BackupDrPlanRule backup_dr_plan_rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.backupdr.v1.BackupDrPlanRuleOrBuilder> |
|