Package com.pulumi.alicloud.ots.outputs
Class TunnelChannel
- java.lang.Object
-
- com.pulumi.alicloud.ots.outputs.TunnelChannel
-
public final class TunnelChannel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TunnelChannel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TunnelChannel.Builder
builder()
static TunnelChannel.Builder
builder(TunnelChannel defaults)
java.util.Optional<java.lang.String>
channelId()
java.util.Optional<java.lang.Integer>
channelRpo()
java.util.Optional<java.lang.String>
channelStatus()
java.util.Optional<java.lang.String>
channelType()
java.util.Optional<java.lang.String>
clientId()
-
-
-
Method Detail
-
channelId
public java.util.Optional<java.lang.String> channelId()
- Returns:
- The id of the channel.
-
channelRpo
public java.util.Optional<java.lang.Integer> channelRpo()
- Returns:
- The latest consumption time of the channel, unix time in nanosecond.
-
channelStatus
public java.util.Optional<java.lang.String> channelStatus()
- Returns:
- The status of the channel, valid values: `WAIT`, `OPEN`, `CLOSING`, `CLOSE`, `TERMINATED`.
-
channelType
public java.util.Optional<java.lang.String> channelType()
- Returns:
- The type of the channel, valid values: `BaseData`, `Stream`.
-
clientId
public java.util.Optional<java.lang.String> clientId()
- Returns:
- The client id of the channel.
-
builder
public static TunnelChannel.Builder builder()
-
builder
public static TunnelChannel.Builder builder(TunnelChannel defaults)
-
-