Show / Hide Table of Contents

Class RouteServerPropagationReference

A reference to a RouteServerPropagation resource.

Inheritance
object
RouteServerPropagationReference
Implements
IRouteServerPropagationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RouteServerPropagationReference : IRouteServerPropagationReference
Syntax (vb)
Public Class RouteServerPropagationReference Implements IRouteServerPropagationReference
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.EC2;

            var routeServerPropagationReference = new RouteServerPropagationReference {
                RouteServerId = "routeServerId",
                RouteTableId = "routeTableId"
            };

Synopsis

Constructors

RouteServerPropagationReference()

A reference to a RouteServerPropagation resource.

Properties

RouteServerId

The RouteServerId of the RouteServerPropagation resource.

RouteTableId

The RouteTableId of the RouteServerPropagation resource.

Constructors

RouteServerPropagationReference()

A reference to a RouteServerPropagation resource.

public RouteServerPropagationReference()
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.EC2;

            var routeServerPropagationReference = new RouteServerPropagationReference {
                RouteServerId = "routeServerId",
                RouteTableId = "routeTableId"
            };

Properties

RouteServerId

The RouteServerId of the RouteServerPropagation resource.

public string RouteServerId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

RouteTableId

The RouteTableId of the RouteServerPropagation resource.

public string RouteTableId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRouteServerPropagationReference
Back to top Generated by DocFX