- 2.60.0 (latest)
- 2.59.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.6.0
- 2.5.6
- 2.3.2
public interface BackupDisasterRecoveryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAppliance()
public abstract 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;
Returns | |
---|---|
Type | Description |
String |
The appliance. |
getApplianceBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for appliance. |
getApplications(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The applications at the given index. |
getApplicationsBytes(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the applications at the given index. |
getApplicationsCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
The count of applications. |
getApplicationsList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the applications. |
getBackupCreateTime()
public abstract Timestamp getBackupCreateTime()
The timestamp at which the Backup and DR backup was created.
.google.protobuf.Timestamp backup_create_time = 10;
Returns | |
---|---|
Type | Description |
Timestamp |
The backupCreateTime. |
getBackupCreateTimeOrBuilder()
public abstract TimestampOrBuilder getBackupCreateTimeOrBuilder()
The timestamp at which the Backup and DR backup was created.
.google.protobuf.Timestamp backup_create_time = 10;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getBackupTemplate()
public abstract String getBackupTemplate()
The name of a Backup and DR template which comprises one or more backup
policies. See the Backup and DR
documentation
for more information. For example, snap-ov
.
string backup_template = 1;
Returns | |
---|---|
Type | Description |
String |
The backupTemplate. |
getBackupTemplateBytes()
public abstract ByteString getBackupTemplateBytes()
The name of a Backup and DR template which comprises one or more backup
policies. See the Backup and DR
documentation
for more information. For example, snap-ov
.
string backup_template = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupTemplate. |
getBackupType()
public abstract String getBackupType()
The backup type of the Backup and DR image.
For example, Snapshot
, Remote Snapshot
, OnVault
.
string backup_type = 9;
Returns | |
---|---|
Type | Description |
String |
The backupType. |
getBackupTypeBytes()
public abstract ByteString getBackupTypeBytes()
The backup type of the Backup and DR image.
For example, Snapshot
, Remote Snapshot
, OnVault
.
string backup_type = 9;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupType. |
getHost()
public abstract 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
for more information. For example, centos7-01
.
string host = 3;
Returns | |
---|---|
Type | Description |
String |
The host. |
getHostBytes()
public abstract 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
for more information. For example, centos7-01
.
string host = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for host. |
getPolicies(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The policies at the given index. |
getPoliciesBytes(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the policies at the given index. |
getPoliciesCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
The count of policies. |
getPoliciesList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the policies. |
getPolicyOptions(int index)
public abstract 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.
For example, skipofflineappsincongrp, nounmap
.
repeated string policy_options = 6;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The policyOptions at the given index. |
getPolicyOptionsBytes(int index)
public abstract 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.
For example, skipofflineappsincongrp, nounmap
.
repeated string policy_options = 6;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the policyOptions at the given index. |
getPolicyOptionsCount()
public abstract 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.
For example, skipofflineappsincongrp, nounmap
.
repeated string policy_options = 6;
Returns | |
---|---|
Type | Description |
int |
The count of policyOptions. |
getPolicyOptionsList()
public abstract 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.
For example, skipofflineappsincongrp, nounmap
.
repeated string policy_options = 6;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the policyOptions. |
getProfile()
public abstract 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.
For example, GCP
.
string profile = 7;
Returns | |
---|---|
Type | Description |
String |
The profile. |
getProfileBytes()
public abstract 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.
For example, GCP
.
string profile = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for profile. |
getStoragePool()
public abstract 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.
For example, DiskPoolOne
.
string storage_pool = 5;
Returns | |
---|---|
Type | Description |
String |
The storagePool. |
getStoragePoolBytes()
public abstract 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.
For example, DiskPoolOne
.
string storage_pool = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for storagePool. |
hasBackupCreateTime()
public abstract boolean hasBackupCreateTime()
The timestamp at which the Backup and DR backup was created.
.google.protobuf.Timestamp backup_create_time = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the backupCreateTime field is set. |