Show / Hide Table of Contents

Class PrivateVirtualInterfaceReference

A reference to a PrivateVirtualInterface resource.

Inheritance
object
PrivateVirtualInterfaceReference
Implements
IPrivateVirtualInterfaceReference
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 PrivateVirtualInterfaceReference : IPrivateVirtualInterfaceReference
Syntax (vb)
Public Class PrivateVirtualInterfaceReference Implements IPrivateVirtualInterfaceReference
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 privateVirtualInterfaceReference = new PrivateVirtualInterfaceReference {
                VirtualInterfaceArn = "virtualInterfaceArn"
            };

Synopsis

Constructors

PrivateVirtualInterfaceReference()

A reference to a PrivateVirtualInterface resource.

Properties

VirtualInterfaceArn

The VirtualInterfaceArn of the PrivateVirtualInterface resource.

Constructors

PrivateVirtualInterfaceReference()

A reference to a PrivateVirtualInterface resource.

public PrivateVirtualInterfaceReference()
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 privateVirtualInterfaceReference = new PrivateVirtualInterfaceReference {
                VirtualInterfaceArn = "virtualInterfaceArn"
            };

Properties

VirtualInterfaceArn

The VirtualInterfaceArn of the PrivateVirtualInterface resource.

public string VirtualInterfaceArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IPrivateVirtualInterfaceReference
Back to top Generated by DocFX