Class CfnHypervisor
Represents the hypervisor's permissions to which the gateway will connect.
Inherited Members
Namespace: Amazon.CDK.AWS.BackupGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHypervisor : CfnResource, IInspectable, IHypervisorRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnHypervisor Inherits CfnResource Implements IInspectable, IHypervisorRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
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.BackupGateway;
var cfnHypervisor = new CfnHypervisor(this, "MyCfnHypervisor", new CfnHypervisorProps {
Host = "host",
KmsKeyArn = "kmsKeyArn",
LogGroupArn = "logGroupArn",
Name = "name",
Password = "password",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Username = "username"
});
Synopsis
Constructors
| CfnHypervisor(Construct, string, ICfnHypervisorProps?) | Create a new |
Properties
| AttrHypervisorArn | Returns |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | Represents the hypervisor's permissions to which the gateway will connect. |
| Host | The server host of the hypervisor. |
| HypervisorRef | A reference to a Hypervisor resource. |
| KmsKeyArn | The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor. |
| LogGroupArn | The Amazon Resource Name (ARN) of the group of gateways within the requested log. |
| Name | The name of the hypervisor. |
| Password | The password for the hypervisor. |
| Tags | Tag Manager which manages the tags for this resource. |
| TagsRaw | The tags of the hypervisor configuration to import. |
| Username | The username for the hypervisor. |
Methods
| ArnForHypervisor(IHypervisorRef) | Represents the hypervisor's permissions to which the gateway will connect. |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnHypervisor(object) | Checks whether the given object is a CfnHypervisor. |
| RenderProperties(IDictionary<string, object>) | Represents the hypervisor's permissions to which the gateway will connect. |
Constructors
CfnHypervisor(Construct, string, ICfnHypervisorProps?)
Create a new AWS::BackupGateway::Hypervisor.
public CfnHypervisor(Construct scope, string id, ICfnHypervisorProps? props = null)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnHypervisorProps
Resource properties.
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
Properties
AttrHypervisorArn
Returns HypervisorArn , an Amazon Resource Name (ARN) that uniquely identifies a Hypervisor.
public virtual string AttrHypervisorArn { get; }
Property Value
Remarks
For example: arn:aws:backup-gateway:us-east-1:123456789012:hypervisor/hype-1234D67D
CloudformationAttribute: HypervisorArn
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
CfnProperties
Represents the hypervisor's permissions to which the gateway will connect.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
Host
The server host of the hypervisor.
public virtual string? Host { get; set; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
HypervisorRef
A reference to a Hypervisor resource.
public virtual IHypervisorReference HypervisorRef { get; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
KmsKeyArn
The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.
public virtual string? KmsKeyArn { get; set; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
LogGroupArn
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
public virtual string? LogGroupArn { get; set; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
Name
The name of the hypervisor.
public virtual string? Name { get; set; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
Password
The password for the hypervisor.
public virtual string? Password { get; set; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
TagsRaw
The tags of the hypervisor configuration to import.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
Username
The username for the hypervisor.
public virtual string? Username { get; set; }
Property Value
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
Methods
ArnForHypervisor(IHypervisorRef)
Represents the hypervisor's permissions to which the gateway will connect.
public static string ArnForHypervisor(IHypervisorRef resource)
Parameters
- resource IHypervisorRef
Returns
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
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.BackupGateway;
var cfnHypervisor = new CfnHypervisor(this, "MyCfnHypervisor", new CfnHypervisorProps {
Host = "host",
KmsKeyArn = "kmsKeyArn",
LogGroupArn = "logGroupArn",
Name = "name",
Password = "password",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Username = "username"
});
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
IsCfnHypervisor(object)
Checks whether the given object is a CfnHypervisor.
public static bool IsCfnHypervisor(object x)
Parameters
- x object
Returns
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Represents the hypervisor's permissions to which the gateway will connect.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
CloudformationResource: AWS::BackupGateway::Hypervisor
ExampleMetadata: fixture=_generated