Uses of Class
com.oracle.bmc.goldengate.model.MicrosoftSqlserverConnection.TechnologyType
-
Packages that use MicrosoftSqlserverConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of MicrosoftSqlserverConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return MicrosoftSqlserverConnection.TechnologyType Modifier and Type Method Description static MicrosoftSqlserverConnection.TechnologyTypeMicrosoftSqlserverConnection.TechnologyType. create(String key)MicrosoftSqlserverConnection.TechnologyTypeCreateMicrosoftSqlserverConnectionDetails. getTechnologyType()The Microsoft SQL Server technology type.MicrosoftSqlserverConnection.TechnologyTypeMicrosoftSqlserverConnection. getTechnologyType()The Microsoft SQL Server technology type.MicrosoftSqlserverConnection.TechnologyTypeMicrosoftSqlserverConnectionSummary. getTechnologyType()The Microsoft SQL Server technology type.static MicrosoftSqlserverConnection.TechnologyTypeMicrosoftSqlserverConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static MicrosoftSqlserverConnection.TechnologyType[]MicrosoftSqlserverConnection.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 MicrosoftSqlserverConnection.TechnologyType Modifier and Type Method Description CreateMicrosoftSqlserverConnectionDetails.BuilderCreateMicrosoftSqlserverConnectionDetails.Builder. technologyType(MicrosoftSqlserverConnection.TechnologyType technologyType)The Microsoft SQL Server technology type.MicrosoftSqlserverConnection.BuilderMicrosoftSqlserverConnection.Builder. technologyType(MicrosoftSqlserverConnection.TechnologyType technologyType)The Microsoft SQL Server technology type.MicrosoftSqlserverConnectionSummary.BuilderMicrosoftSqlserverConnectionSummary.Builder. technologyType(MicrosoftSqlserverConnection.TechnologyType technologyType)The Microsoft SQL Server technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type MicrosoftSqlserverConnection.TechnologyType Constructor Description CreateMicrosoftSqlserverConnectionDetails(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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, MicrosoftSqlserverConnection.TechnologyType technologyType, String databaseName, String host, Integer port, String username, String password, String passwordSecretId, List<NameValuePair> additionalAttributes, MicrosoftSqlserverConnection.SecurityProtocol securityProtocol, String sslCa, Boolean shouldValidateServerCertificate, String privateIp)Deprecated.MicrosoftSqlserverConnection(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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, MicrosoftSqlserverConnection.TechnologyType technologyType, String username, String host, Integer port, String databaseName, List<NameValuePair> additionalAttributes, MicrosoftSqlserverConnection.SecurityProtocol securityProtocol, String sslCa, Boolean shouldValidateServerCertificate, String privateIp, String passwordSecretId)Deprecated.MicrosoftSqlserverConnectionSummary(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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, MicrosoftSqlserverConnection.TechnologyType technologyType, String databaseName, String host, Integer port, String username, List<NameValuePair> additionalAttributes, MicrosoftSqlserverConnection.SecurityProtocol securityProtocol, String sslCa, Boolean shouldValidateServerCertificate, String privateIp, String passwordSecretId)Deprecated.
-