Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static OciObjectStorageConnection.TechnologyType |
OciObjectStorageConnection.TechnologyType.create(String key) |
OciObjectStorageConnection.TechnologyType |
OciObjectStorageConnectionSummary.getTechnologyType()
The OCI Object Storage technology type.
|
OciObjectStorageConnection.TechnologyType |
OciObjectStorageConnection.getTechnologyType()
The OCI Object Storage technology type.
|
OciObjectStorageConnection.TechnologyType |
CreateOciObjectStorageConnectionDetails.getTechnologyType()
The OCI Object Storage technology type.
|
static OciObjectStorageConnection.TechnologyType |
OciObjectStorageConnection.TechnologyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OciObjectStorageConnection.TechnologyType[] |
OciObjectStorageConnection.TechnologyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OciObjectStorageConnectionSummary.Builder |
OciObjectStorageConnectionSummary.Builder.technologyType(OciObjectStorageConnection.TechnologyType technologyType)
The OCI Object Storage technology type.
|
OciObjectStorageConnection.Builder |
OciObjectStorageConnection.Builder.technologyType(OciObjectStorageConnection.TechnologyType technologyType)
The OCI Object Storage technology type.
|
CreateOciObjectStorageConnectionDetails.Builder |
CreateOciObjectStorageConnectionDetails.Builder.technologyType(OciObjectStorageConnection.TechnologyType technologyType)
The OCI Object Storage technology type.
|
Constructor and Description |
---|
CreateOciObjectStorageConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String vaultId,
String keyId,
String subnetId,
List<String> nsgIds,
OciObjectStorageConnection.TechnologyType technologyType,
String tenancyId,
String region,
String userId,
String privateKeyFile,
String privateKeyPassphrase,
String publicKeyFingerprint)
Deprecated.
|
OciObjectStorageConnection(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,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
OciObjectStorageConnection.TechnologyType technologyType,
String tenancyId,
String region,
String userId)
Deprecated.
|
OciObjectStorageConnectionSummary(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,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
OciObjectStorageConnection.TechnologyType technologyType,
String tenancyId,
String region,
String userId)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.