public interface BackupDisasterRecoveryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAppliance()
The name of the Backup and DR appliance that captures, moves, and manages
the lifecycle of backup data.
|
com.google.protobuf.ByteString |
getApplianceBytes()
The name of the Backup and DR appliance that captures, moves, and manages
the lifecycle of backup data.
|
String |
getApplications(int index)
The names of Backup and DR applications.
|
com.google.protobuf.ByteString |
getApplicationsBytes(int index)
The names of Backup and DR applications.
|
int |
getApplicationsCount()
The names of Backup and DR applications.
|
List<String> |
getApplicationsList()
The names of Backup and DR applications.
|
com.google.protobuf.Timestamp |
getBackupCreateTime()
The timestamp at which the Backup and DR backup was created.
|
com.google.protobuf.TimestampOrBuilder |
getBackupCreateTimeOrBuilder()
The timestamp at which the Backup and DR backup was created.
|
String |
getBackupTemplate()
The name of a Backup and DR template which comprises one or more backup
policies.
|
com.google.protobuf.ByteString |
getBackupTemplateBytes()
The name of a Backup and DR template which comprises one or more backup
policies.
|
String |
getBackupType()
The backup type of the Backup and DR image.
|
com.google.protobuf.ByteString |
getBackupTypeBytes()
The backup type of the Backup and DR image.
|
String |
getHost()
The name of a Backup and DR host, which is managed by the backup and
recovery appliance and known to the management console.
|
com.google.protobuf.ByteString |
getHostBytes()
The name of a Backup and DR host, which is managed by the backup and
recovery appliance and known to the management console.
|
String |
getPolicies(int index)
The names of Backup and DR policies that are associated with a template
and that define when to run a backup, how frequently to run a backup, and
how long to retain the backup image.
|
com.google.protobuf.ByteString |
getPoliciesBytes(int index)
The names of Backup and DR policies that are associated with a template
and that define when to run a backup, how frequently to run a backup, and
how long to retain the backup image.
|
int |
getPoliciesCount()
The names of Backup and DR policies that are associated with a template
and that define when to run a backup, how frequently to run a backup, and
how long to retain the backup image.
|
List<String> |
getPoliciesList()
The names of Backup and DR policies that are associated with a template
and that define when to run a backup, how frequently to run a backup, and
how long to retain the backup image.
|
String |
getPolicyOptions(int index)
The names of Backup and DR advanced policy options of a policy applying to
an application.
|
com.google.protobuf.ByteString |
getPolicyOptionsBytes(int index)
The names of Backup and DR advanced policy options of a policy applying to
an application.
|
int |
getPolicyOptionsCount()
The names of Backup and DR advanced policy options of a policy applying to
an application.
|
List<String> |
getPolicyOptionsList()
The names of Backup and DR advanced policy options of a policy applying to
an application.
|
String |
getProfile()
The name of the Backup and DR resource profile that specifies the storage
media for backups of application and VM data.
|
com.google.protobuf.ByteString |
getProfileBytes()
The name of the Backup and DR resource profile that specifies the storage
media for backups of application and VM data.
|
String |
getStoragePool()
The name of the Backup and DR storage pool that the backup and recovery
appliance is storing data in.
|
com.google.protobuf.ByteString |
getStoragePoolBytes()
The name of the Backup and DR storage pool that the backup and recovery
appliance is storing data in.
|
boolean |
hasBackupCreateTime()
The timestamp at which the Backup and DR backup was created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBackupTemplate()
The name of a Backup and DR template which comprises one or more backup policies. See the [Backup and DR documentation](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information. For example, `snap-ov`.
string backup_template = 1;com.google.protobuf.ByteString getBackupTemplateBytes()
The name of a Backup and DR template which comprises one or more backup policies. See the [Backup and DR documentation](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information. For example, `snap-ov`.
string backup_template = 1;List<String> getPoliciesList()
The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image. For example, `onvaults`.
repeated string policies = 2;int getPoliciesCount()
The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image. For example, `onvaults`.
repeated string policies = 2;String getPolicies(int index)
The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image. For example, `onvaults`.
repeated string policies = 2;index - The index of the element to return.com.google.protobuf.ByteString getPoliciesBytes(int index)
The names of Backup and DR policies that are associated with a template and that define when to run a backup, how frequently to run a backup, and how long to retain the backup image. For example, `onvaults`.
repeated string policies = 2;index - The index of the value to return.String getHost()
The name of a Backup and DR host, which is managed by the backup and recovery appliance and known to the management console. The host can be of type Generic (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.), vCenter, or an ESX server. See the [Backup and DR documentation on hosts](https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-hosts-and-their-applications) for more information. For example, `centos7-01`.
string host = 3;com.google.protobuf.ByteString getHostBytes()
The name of a Backup and DR host, which is managed by the backup and recovery appliance and known to the management console. The host can be of type Generic (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.), vCenter, or an ESX server. See the [Backup and DR documentation on hosts](https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-hosts-and-their-applications) for more information. For example, `centos7-01`.
string host = 3;List<String> getApplicationsList()
The names of Backup and DR applications. An application is a VM, database, or file system on a managed host monitored by a backup and recovery appliance. For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
repeated string applications = 4;int getApplicationsCount()
The names of Backup and DR applications. An application is a VM, database, or file system on a managed host monitored by a backup and recovery appliance. For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
repeated string applications = 4;String getApplications(int index)
The names of Backup and DR applications. An application is a VM, database, or file system on a managed host monitored by a backup and recovery appliance. For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
repeated string applications = 4;index - The index of the element to return.com.google.protobuf.ByteString getApplicationsBytes(int index)
The names of Backup and DR applications. An application is a VM, database, or file system on a managed host monitored by a backup and recovery appliance. For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
repeated string applications = 4;index - The index of the value to return.String getStoragePool()
The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, `DiskPoolOne`.
string storage_pool = 5;com.google.protobuf.ByteString getStoragePoolBytes()
The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, `DiskPoolOne`.
string storage_pool = 5;List<String> getPolicyOptionsList()
The names of Backup and DR advanced policy options of a policy applying to an application. See the [Backup and DR documentation on policy options](https://cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings). For example, `skipofflineappsincongrp, nounmap`.
repeated string policy_options = 6;int getPolicyOptionsCount()
The names of Backup and DR advanced policy options of a policy applying to an application. See the [Backup and DR documentation on policy options](https://cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings). For example, `skipofflineappsincongrp, nounmap`.
repeated string policy_options = 6;String getPolicyOptions(int index)
The names of Backup and DR advanced policy options of a policy applying to an application. See the [Backup and DR documentation on policy options](https://cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings). For example, `skipofflineappsincongrp, nounmap`.
repeated string policy_options = 6;index - The index of the element to return.com.google.protobuf.ByteString getPolicyOptionsBytes(int index)
The names of Backup and DR advanced policy options of a policy applying to an application. See the [Backup and DR documentation on policy options](https://cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings). For example, `skipofflineappsincongrp, nounmap`.
repeated string policy_options = 6;index - The index of the value to return.String getProfile()
The name of the Backup and DR resource profile that specifies the storage media for backups of application and VM data. See the [Backup and DR documentation on profiles](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#profile). For example, `GCP`.
string profile = 7;com.google.protobuf.ByteString getProfileBytes()
The name of the Backup and DR resource profile that specifies the storage media for backups of application and VM data. See the [Backup and DR documentation on profiles](https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-plan#profile). For example, `GCP`.
string profile = 7;String getAppliance()
The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, `backup-server-57137`.
string appliance = 8;com.google.protobuf.ByteString getApplianceBytes()
The name of the Backup and DR appliance that captures, moves, and manages the lifecycle of backup data. For example, `backup-server-57137`.
string appliance = 8;String getBackupType()
The backup type of the Backup and DR image. For example, `Snapshot`, `Remote Snapshot`, `OnVault`.
string backup_type = 9;com.google.protobuf.ByteString getBackupTypeBytes()
The backup type of the Backup and DR image. For example, `Snapshot`, `Remote Snapshot`, `OnVault`.
string backup_type = 9;boolean hasBackupCreateTime()
The timestamp at which the Backup and DR backup was created.
.google.protobuf.Timestamp backup_create_time = 10;com.google.protobuf.Timestamp getBackupCreateTime()
The timestamp at which the Backup and DR backup was created.
.google.protobuf.Timestamp backup_create_time = 10;com.google.protobuf.TimestampOrBuilder getBackupCreateTimeOrBuilder()
The timestamp at which the Backup and DR backup was created.
.google.protobuf.Timestamp backup_create_time = 10;Copyright © 2024 Google LLC. All rights reserved.