Class CfnNetworkPropsMixin.RouteProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnNetworkPropsMixin.RouteProperty : CfnNetworkPropsMixin.IRouteProperty
Syntax (vb)
Public Class CfnNetworkPropsMixin.RouteProperty Implements CfnNetworkPropsMixin.IRouteProperty
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.Mixins.Preview.AWS.MediaLive.Mixins;
var routeProperty = new RouteProperty {
Cidr = "cidr",
Gateway = "gateway"
};
Synopsis
Constructors
| RouteProperty() |
Properties
| Cidr | Ip address cidr. |
| Gateway | IP address for the route packet paths. |
Constructors
RouteProperty()
public RouteProperty()
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.Mixins.Preview.AWS.MediaLive.Mixins;
var routeProperty = new RouteProperty {
Cidr = "cidr",
Gateway = "gateway"
};
Properties
Cidr
Ip address cidr.
public string? Cidr { get; set; }
Property Value
Remarks
Gateway
IP address for the route packet paths.
public string? Gateway { get; set; }