Uses of Class
com.oracle.bmc.goldengate.model.OciObjectStorageConnection.TechnologyType
-
Packages that use OciObjectStorageConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of OciObjectStorageConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return OciObjectStorageConnection.TechnologyType Modifier and Type Method Description static OciObjectStorageConnection.TechnologyType
OciObjectStorageConnection.TechnologyType. create(String key)
OciObjectStorageConnection.TechnologyType
CreateOciObjectStorageConnectionDetails. getTechnologyType()
The OCI Object Storage technology type.OciObjectStorageConnection.TechnologyType
OciObjectStorageConnection. getTechnologyType()
The OCI Object Storage technology type.OciObjectStorageConnection.TechnologyType
OciObjectStorageConnectionSummary. 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.Methods in com.oracle.bmc.goldengate.model with parameters of type OciObjectStorageConnection.TechnologyType Modifier and Type Method Description CreateOciObjectStorageConnectionDetails.Builder
CreateOciObjectStorageConnectionDetails.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.OciObjectStorageConnectionSummary.Builder
OciObjectStorageConnectionSummary.Builder. technologyType(OciObjectStorageConnection.TechnologyType technologyType)
The OCI Object Storage technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type OciObjectStorageConnection.TechnologyType Constructor Description CreateOciObjectStorageConnectionDetails(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, OciObjectStorageConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFile, String privateKeyFileSecretId, String privateKeyPassphrase, String privateKeyPassphraseSecretId, String publicKeyFingerprint, Boolean shouldUseResourcePrincipal)
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, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, OciObjectStorageConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFileSecretId, String privateKeyPassphraseSecretId, String publicKeyFingerprint, Boolean shouldUseResourcePrincipal)
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, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, OciObjectStorageConnection.TechnologyType technologyType, String tenancyId, String region, String userId, String privateKeyFileSecretId, String privateKeyPassphraseSecretId, String publicKeyFingerprint, Boolean shouldUseResourcePrincipal)
Deprecated.
-