Show / Hide Table of Contents

Class HostReference

A reference to a Host resource.

Inheritance
object
HostReference
Implements
IHostReference
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 HostReference : IHostReference
Syntax (vb)
Public Class HostReference Implements IHostReference
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 hostReference = new HostReference {
                HostId = "hostId"
            };

Synopsis

Constructors

HostReference()

A reference to a Host resource.

Properties

HostId

The HostId of the Host resource.

Constructors

HostReference()

A reference to a Host resource.

public HostReference()
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 hostReference = new HostReference {
                HostId = "hostId"
            };

Properties

HostId

The HostId of the Host resource.

public string HostId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IHostReference
Back to top Generated by DocFX