Show / Hide Table of Contents

Class PublicVirtualInterfaceReference

A reference to a PublicVirtualInterface resource.

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

            var publicVirtualInterfaceReference = new PublicVirtualInterfaceReference {
                VirtualInterfaceArn = "virtualInterfaceArn"
            };

Synopsis

Constructors

PublicVirtualInterfaceReference()

A reference to a PublicVirtualInterface resource.

Properties

VirtualInterfaceArn

The VirtualInterfaceArn of the PublicVirtualInterface resource.

Constructors

PublicVirtualInterfaceReference()

A reference to a PublicVirtualInterface resource.

public PublicVirtualInterfaceReference()
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.Interfaces.DirectConnect;

            var publicVirtualInterfaceReference = new PublicVirtualInterfaceReference {
                VirtualInterfaceArn = "virtualInterfaceArn"
            };

Properties

VirtualInterfaceArn

The VirtualInterfaceArn of the PublicVirtualInterface resource.

public string VirtualInterfaceArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IPublicVirtualInterfaceReference
Back to top Generated by DocFX