Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static GenericConnection.TechnologyType |
GenericConnection.TechnologyType.create(String key) |
GenericConnection.TechnologyType |
GenericConnectionSummary.getTechnologyType()
The Generic technology type.
|
GenericConnection.TechnologyType |
GenericConnection.getTechnologyType()
The Generic technology type.
|
GenericConnection.TechnologyType |
CreateGenericConnectionDetails.getTechnologyType()
The Generic technology type.
|
static GenericConnection.TechnologyType |
GenericConnection.TechnologyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericConnection.TechnologyType[] |
GenericConnection.TechnologyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GenericConnectionSummary.Builder |
GenericConnectionSummary.Builder.technologyType(GenericConnection.TechnologyType technologyType)
The Generic technology type.
|
GenericConnection.Builder |
GenericConnection.Builder.technologyType(GenericConnection.TechnologyType technologyType)
The Generic technology type.
|
CreateGenericConnectionDetails.Builder |
CreateGenericConnectionDetails.Builder.technologyType(GenericConnection.TechnologyType technologyType)
The Generic technology type.
|
Constructor and Description |
---|
CreateGenericConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<AddResourceLockDetails> locks,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
Boolean doesUseSecretIds,
GenericConnection.TechnologyType technologyType,
String host)
Deprecated.
|
GenericConnection(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
List<ResourceLock> locks,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
Boolean doesUseSecretIds,
GenericConnection.TechnologyType technologyType,
String host)
Deprecated.
|
GenericConnectionSummary(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
List<ResourceLock> locks,
Boolean doesUseSecretIds,
GenericConnection.TechnologyType technologyType,
String host)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.