Show / Hide Table of Contents

Class CfnHypervisor

Represents the hypervisor's permissions to which the gateway will connect.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnHypervisor
Implements
IInspectable
IHypervisorRef
IConstruct
IDependable
IEnvironmentAware
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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 AWS::BackupGateway::Hypervisor.

Properties

AttrHypervisorArn

Returns HypervisorArn , an Amazon Resource Name (ARN) that uniquely identifies a Hypervisor.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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

string

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

string

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

CloudformationResource: AWS::BackupGateway::Hypervisor

ExampleMetadata: fixture=_generated

Host

The server host of the hypervisor.

public virtual string? Host { get; set; }
Property Value

string

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

CloudformationResource: AWS::BackupGateway::Hypervisor

ExampleMetadata: fixture=_generated

HypervisorRef

A reference to a Hypervisor resource.

public virtual IHypervisorReference HypervisorRef { get; }
Property Value

IHypervisorReference

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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

string

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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

string

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

CloudformationResource: AWS::BackupGateway::Hypervisor

ExampleMetadata: fixture=_generated

Name

The name of the hypervisor.

public virtual string? Name { get; set; }
Property Value

string

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

CloudformationResource: AWS::BackupGateway::Hypervisor

ExampleMetadata: fixture=_generated

Password

The password for the hypervisor.

public virtual string? Password { get; set; }
Property Value

string

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

CloudformationResource: AWS::BackupGateway::Hypervisor

ExampleMetadata: fixture=_generated

Tags

Tag Manager which manages the tags for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

CloudformationResource: AWS::BackupGateway::Hypervisor

ExampleMetadata: fixture=_generated

Username

The username for the hypervisor.

public virtual string? Username { get; set; }
Property Value

string

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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

string

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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

bool

Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backupgateway-hypervisor.html

CloudformationResource: AWS::BackupGateway::Hypervisor

ExampleMetadata: fixture=_generated

Implements

IInspectable
IHypervisorRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggable
Back to top Generated by DocFX