Interface CfnBridgeOutput.BridgeNetworkOutputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBridgeOutput.BridgeNetworkOutputProperty.Jsii$Proxy
- Enclosing class:
CfnBridgeOutput
@Stability(Stable)
public static interface CfnBridgeOutput.BridgeNetworkOutputProperty
extends software.amazon.jsii.JsiiSerializable
The output of the bridge.
A network output is delivered to your premises.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediaconnect.*;
BridgeNetworkOutputProperty bridgeNetworkOutputProperty = BridgeNetworkOutputProperty.builder()
.ipAddress("ipAddress")
.networkName("networkName")
.port(123)
.protocol("protocol")
.ttl(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBridgeOutput.BridgeNetworkOutputPropertystatic final classAn implementation forCfnBridgeOutput.BridgeNetworkOutputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpAddress
The network output IP address.- See Also:
-
getNetworkName
The network output's gateway network name.- See Also:
-
getPort
The network output's port.- See Also:
-
getProtocol
The network output protocol.AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- See Also:
-
getTtl
The network output TTL.- See Also:
-
builder
-