Class CfnCluster.ClusterNetworkSettingsProperty
On premises settings which will have the interface network mappings and default Output logical interface.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ClusterNetworkSettingsProperty : Object, CfnCluster.IClusterNetworkSettingsProperty
Syntax (vb)
Public Class ClusterNetworkSettingsProperty
Inherits Object
Implements CfnCluster.IClusterNetworkSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var clusterNetworkSettingsProperty = new ClusterNetworkSettingsProperty {
DefaultRoute = "defaultRoute",
InterfaceMappings = new [] { new InterfaceMappingProperty {
LogicalInterfaceName = "logicalInterfaceName",
NetworkId = "networkId"
} }
};
Synopsis
Constructors
Cluster |
Properties
Default |
Default value if the customer does not define it in channel Output API. |
Interface |
Network mappings for the cluster. |
Constructors
ClusterNetworkSettingsProperty()
public ClusterNetworkSettingsProperty()
Properties
DefaultRoute
Default value if the customer does not define it in channel Output API.
public string DefaultRoute { get; set; }
Property Value
System.
Remarks
InterfaceMappings
Network mappings for the cluster.
public object InterfaceMappings { get; set; }
Property Value
System.