Class NetworkInterfaceReference
A reference to a NetworkInterface resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NetworkInterfaceReference : INetworkInterfaceReference
Syntax (vb)
Public Class NetworkInterfaceReference Implements INetworkInterfaceReference
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.EC2;
var networkInterfaceReference = new NetworkInterfaceReference {
NetworkInterfaceId = "networkInterfaceId"
};
Synopsis
Constructors
| NetworkInterfaceReference() | A reference to a NetworkInterface resource. |
Properties
| NetworkInterfaceId | The Id of the NetworkInterface resource. |
Constructors
NetworkInterfaceReference()
A reference to a NetworkInterface resource.
public NetworkInterfaceReference()
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.EC2;
var networkInterfaceReference = new NetworkInterfaceReference {
NetworkInterfaceId = "networkInterfaceId"
};
Properties
NetworkInterfaceId
The Id of the NetworkInterface resource.
public string NetworkInterfaceId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated