Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Class and Description |
---|---|
class |
ChannelTargetDbSystem
Core properties of a DB System Channel target.
|
Modifier and Type | Method and Description |
---|---|
ChannelTarget |
ChannelSummary.getTarget() |
ChannelTarget |
Channel.getTarget() |
Modifier and Type | Method and Description |
---|---|
ChannelSummary.Builder |
ChannelSummary.Builder.target(ChannelTarget target) |
Channel.Builder |
Channel.Builder.target(ChannelTarget target) |
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.