public static enum CreateDataGuardAssociationDetails.TransportType extends Enum<CreateDataGuardAssociationDetails.TransportType> implements BmcEnum
The redo transport type to use for this Data Guard association. Valid values depend on the
specified protectionMode
:
MAXIMUM_AVAILABILITY - SYNC or FASTSYNC * MAXIMUM_PERFORMANCE - ASYNC * MAXIMUM_PROTECTION - SYNC
For more information, see [Redo Transport Services](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-redo-transport-services.htm#SBYDB00400) in the Oracle Data Guard documentation.
*IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.
Modifier and Type | Method and Description |
---|---|
static CreateDataGuardAssociationDetails.TransportType |
create(String key) |
String |
getValue() |
static CreateDataGuardAssociationDetails.TransportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateDataGuardAssociationDetails.TransportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateDataGuardAssociationDetails.TransportType Sync
public static final CreateDataGuardAssociationDetails.TransportType Async
public static final CreateDataGuardAssociationDetails.TransportType Fastsync
public static CreateDataGuardAssociationDetails.TransportType[] values()
for (CreateDataGuardAssociationDetails.TransportType c : CreateDataGuardAssociationDetails.TransportType.values()) System.out.println(c);
public static CreateDataGuardAssociationDetails.TransportType 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 nullpublic static CreateDataGuardAssociationDetails.TransportType create(String key)
Copyright © 2016–2023. All rights reserved.