Class CfnHypervisorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.backupgateway.CfnHypervisorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHypervisorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHypervisorMixinProps
@Stability(Stable)
@Internal
public static final class CfnHypervisorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHypervisorMixinProps
An implementation for
CfnHypervisorMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.backupgateway.CfnHypervisorMixinProps
CfnHypervisorMixinProps.Builder, CfnHypervisorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHypervisorMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetHost()The server host of the hypervisor.final StringThe Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.final StringThe Amazon Resource Name (ARN) of the group of gateways within the requested log.final StringgetName()The name of the hypervisor.final StringThe password for the hypervisor.getTags()The tags of the hypervisor configuration to import.final StringThe username for the hypervisor.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnHypervisorMixinProps.Builder.
-
-
Method Details
-
getHost
Description copied from interface:CfnHypervisorMixinPropsThe server host of the hypervisor.This can be either an IP address or a fully-qualified domain name (FQDN).
- Specified by:
getHostin interfaceCfnHypervisorMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnHypervisorMixinPropsThe Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.- Specified by:
getKmsKeyArnin interfaceCfnHypervisorMixinProps- See Also:
-
getLogGroupArn
Description copied from interface:CfnHypervisorMixinPropsThe Amazon Resource Name (ARN) of the group of gateways within the requested log.- Specified by:
getLogGroupArnin interfaceCfnHypervisorMixinProps- See Also:
-
getName
Description copied from interface:CfnHypervisorMixinPropsThe name of the hypervisor.- Specified by:
getNamein interfaceCfnHypervisorMixinProps- See Also:
-
getPassword
Description copied from interface:CfnHypervisorMixinPropsThe password for the hypervisor.- Specified by:
getPasswordin interfaceCfnHypervisorMixinProps- See Also:
-
getTags
Description copied from interface:CfnHypervisorMixinPropsThe tags of the hypervisor configuration to import.- Specified by:
getTagsin interfaceCfnHypervisorMixinProps- See Also:
-
getUsername
Description copied from interface:CfnHypervisorMixinPropsThe username for the hypervisor.- Specified by:
getUsernamein interfaceCfnHypervisorMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-