Interface BackupDRConfigOrBuilder (0.6.0)

public interface BackupDRConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupdrManaged()

public abstract boolean getBackupdrManaged()

Indicates if the resource is managed by BackupDR.

optional bool backupdr_managed = 1;

Returns
Type Description
boolean

The backupdrManaged.

hasBackupdrManaged()

public abstract boolean hasBackupdrManaged()

Indicates if the resource is managed by BackupDR.

optional bool backupdr_managed = 1;

Returns
Type Description
boolean

Whether the backupdrManaged field is set.