public enum RemoteBackupClusterStatus extends Enum<RemoteBackupClusterStatus>
Enum Constant and Description |
---|
PAIRED
Indicates that the remote cluster is ready to accept replication data.
|
UNPAIRED
Indicates that the remote cluster is available to be paired for accepting
replication data but is not currently configured to do so for the target
vDC.
|
Modifier and Type | Method and Description |
---|---|
static RemoteBackupClusterStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteBackupClusterStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteBackupClusterStatus PAIRED
public static final RemoteBackupClusterStatus UNPAIRED
public static RemoteBackupClusterStatus[] values()
for (RemoteBackupClusterStatus c : RemoteBackupClusterStatus.values()) System.out.println(c);
public static RemoteBackupClusterStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.