Class HypervisorReference
A reference to a Hypervisor resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated