Interface CfnBridgePropsMixin.BridgeNetworkOutputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBridgePropsMixin.BridgeNetworkOutputProperty.Jsii$Proxy
- Enclosing class:
CfnBridgePropsMixin
@Stability(Stable)
public static interface CfnBridgePropsMixin.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.cfnpropertymixins.services.mediaconnect.*;
BridgeNetworkOutputProperty bridgeNetworkOutputProperty = BridgeNetworkOutputProperty.builder()
.ipAddress("ipAddress")
.name("name")
.networkName("networkName")
.port(123)
.protocol("protocol")
.ttl(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBridgePropsMixin.BridgeNetworkOutputPropertystatic final classAn implementation forCfnBridgePropsMixin.BridgeNetworkOutputProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe network output IP address.default StringgetName()The network output name.default StringThe network output's gateway network name.default NumbergetPort()The network output's port.default StringThe network output protocol.default NumbergetTtl()The network output TTL.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpAddress
The network output IP address.- See Also:
-
getName
The network output name.- 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
-