Uses of Class
com.oracle.bmc.goldengate.model.MicrosoftFabricConnection.TechnologyType
-
Packages that use MicrosoftFabricConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of MicrosoftFabricConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return MicrosoftFabricConnection.TechnologyType Modifier and Type Method Description static MicrosoftFabricConnection.TechnologyTypeMicrosoftFabricConnection.TechnologyType. create(String key)MicrosoftFabricConnection.TechnologyTypeCreateMicrosoftFabricConnectionDetails. getTechnologyType()The Microsoft Fabric technology type.MicrosoftFabricConnection.TechnologyTypeMicrosoftFabricConnection. getTechnologyType()The Microsoft Fabric technology type.MicrosoftFabricConnection.TechnologyTypeMicrosoftFabricConnectionSummary. getTechnologyType()The Microsoft Fabric technology type.static MicrosoftFabricConnection.TechnologyTypeMicrosoftFabricConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static MicrosoftFabricConnection.TechnologyType[]MicrosoftFabricConnection.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 MicrosoftFabricConnection.TechnologyType Modifier and Type Method Description CreateMicrosoftFabricConnectionDetails.BuilderCreateMicrosoftFabricConnectionDetails.Builder. technologyType(MicrosoftFabricConnection.TechnologyType technologyType)The Microsoft Fabric technology type.MicrosoftFabricConnection.BuilderMicrosoftFabricConnection.Builder. technologyType(MicrosoftFabricConnection.TechnologyType technologyType)The Microsoft Fabric technology type.MicrosoftFabricConnectionSummary.BuilderMicrosoftFabricConnectionSummary.Builder. technologyType(MicrosoftFabricConnection.TechnologyType technologyType)The Microsoft Fabric technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type MicrosoftFabricConnection.TechnologyType Constructor Description CreateMicrosoftFabricConnectionDetails(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, MicrosoftFabricConnection.TechnologyType technologyType, String tenantId, String clientId, String clientSecret, String clientSecretSecretId, String endpoint)Deprecated.MicrosoftFabricConnection(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, MicrosoftFabricConnection.TechnologyType technologyType, String tenantId, String clientId, String clientSecretSecretId, String endpoint)Deprecated.MicrosoftFabricConnectionSummary(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, MicrosoftFabricConnection.TechnologyType technologyType, String tenantId, String clientId, String clientSecretSecretId, String endpoint)Deprecated.
-