Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Class and Description |
---|---|
class |
ChannelSourceMysql
Core properties of a Mysql Channel source.
|
Modifier and Type | Method and Description |
---|---|
ChannelSource |
ChannelSummary.getSource() |
ChannelSource |
Channel.getSource() |
Modifier and Type | Method and Description |
---|---|
ChannelSummary.Builder |
ChannelSummary.Builder.source(ChannelSource source) |
Channel.Builder |
Channel.Builder.source(ChannelSource source) |
Constructor and Description |
---|
Channel(String id,
String compartmentId,
String displayName,
Boolean isEnabled,
ChannelSource source,
ChannelTarget target,
String description,
Channel.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ChannelSummary(String id,
String compartmentId,
Boolean isEnabled,
ChannelSource source,
ChannelTarget target,
Channel.LifecycleState lifecycleState,
String lifecycleDetails,
String displayName,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.