Class CfnHypervisor
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.backupgateway.CfnHypervisor
- All Implemented Interfaces:
IEnvironmentAware,IInspectable,ITaggable,IHypervisorRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:39:59.049Z")
@Stability(Stable)
public class CfnHypervisor
extends CfnResource
implements IInspectable, IHypervisorRef, ITaggable
Represents the hypervisor's permissions to which the gateway will connect.
A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.backupgateway.*;
CfnHypervisor cfnHypervisor = CfnHypervisor.Builder.create(this, "MyCfnHypervisor")
.host("host")
.kmsKeyArn("kmsKeyArn")
.logGroupArn("logGroupArn")
.name("name")
.password("password")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.username("username")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.backupgateway.IHypervisorRef
IHypervisorRef.Jsii$Default, IHypervisorRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnHypervisor(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnHypervisor(software.amazon.jsii.JsiiObjectRef objRef) CfnHypervisor(software.constructs.Construct scope, String id) CfnHypervisor(software.constructs.Construct scope, String id, CfnHypervisorProps props) -
Method Summary
Modifier and TypeMethodDescriptionReturnsHypervisorArn, an Amazon Resource Name (ARN) that uniquely identifies a Hypervisor.getHost()The server host of the hypervisor.A reference to a Hypervisor resource.The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.The Amazon Resource Name (ARN) of the group of gateways within the requested log.getName()The name of the hypervisor.The password for the hypervisor.getTags()Tag Manager which manages the tags for this resource.The tags of the hypervisor configuration to import.The username for the hypervisor.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidThe server host of the hypervisor.voidsetKmsKeyArn(String value) The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.voidsetLogGroupArn(String value) The Amazon Resource Name (ARN) of the group of gateways within the requested log.voidThe name of the hypervisor.voidsetPassword(String value) The password for the hypervisor.voidsetTagsRaw(List<CfnTag> value) The tags of the hypervisor configuration to import.voidsetUsername(String value) The username for the hypervisor.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnHypervisor
protected CfnHypervisor(software.amazon.jsii.JsiiObjectRef objRef) -
CfnHypervisor
protected CfnHypervisor(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnHypervisor
@Stability(Stable) public CfnHypervisor(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnHypervisorProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnHypervisor
@Stability(Stable) public CfnHypervisor(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrHypervisorArn
ReturnsHypervisorArn, an Amazon Resource Name (ARN) that uniquely identifies a Hypervisor.For example:
arn:aws:backup-gateway:us-east-1:123456789012:hypervisor/hype-1234D67D -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getHypervisorRef
A reference to a Hypervisor resource.- Specified by:
getHypervisorRefin interfaceIHypervisorRef
-
getTags
Tag Manager which manages the tags for this resource. -
getHost
The server host of the hypervisor. -
setHost
The server host of the hypervisor. -
getKmsKeyArn
The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor. -
setKmsKeyArn
The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor. -
getLogGroupArn
The Amazon Resource Name (ARN) of the group of gateways within the requested log. -
setLogGroupArn
The Amazon Resource Name (ARN) of the group of gateways within the requested log. -
getName
The name of the hypervisor. -
setName
The name of the hypervisor. -
getPassword
The password for the hypervisor. -
setPassword
The password for the hypervisor. -
getTagsRaw
The tags of the hypervisor configuration to import. -
setTagsRaw
The tags of the hypervisor configuration to import. -
getUsername
The username for the hypervisor. -
setUsername
The username for the hypervisor.
-