Show / Hide Table of Contents

Class HypervisorReference

A reference to a Hypervisor resource.

Inheritance
object
HypervisorReference
Implements
IHypervisorReference
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.BackupGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HypervisorReference : IHypervisorReference
Syntax (vb)
Public Class HypervisorReference Implements IHypervisorReference
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.BackupGateway;

            var hypervisorReference = new HypervisorReference {
                HypervisorArn = "hypervisorArn"
            };

Synopsis

Constructors

HypervisorReference()

A reference to a Hypervisor resource.

Properties

HypervisorArn

The HypervisorArn of the Hypervisor resource.

Constructors

HypervisorReference()

A reference to a Hypervisor resource.

public HypervisorReference()
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.BackupGateway;

            var hypervisorReference = new HypervisorReference {
                HypervisorArn = "hypervisorArn"
            };

Properties

HypervisorArn

The HypervisorArn of the Hypervisor resource.

public string HypervisorArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IHypervisorReference
Back to top Generated by DocFX