Class CfnHypervisorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backupgateway.CfnHypervisorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHypervisorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHypervisorProps
@Stability(Stable)
@Internal
public static final class CfnHypervisorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHypervisorProps
An implementation for
CfnHypervisorProps-
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.services.backupgateway.CfnHypervisorProps
CfnHypervisorProps.Builder, CfnHypervisorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHypervisorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHypervisorProps.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 theCfnHypervisorProps.Builder.
-
-
Method Details
-
getHost
Description copied from interface:CfnHypervisorPropsThe server host of the hypervisor.This can be either an IP address or a fully-qualified domain name (FQDN).
- Specified by:
getHostin interfaceCfnHypervisorProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnHypervisorPropsThe Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.- Specified by:
getKmsKeyArnin interfaceCfnHypervisorProps- See Also:
-
getLogGroupArn
Description copied from interface:CfnHypervisorPropsThe Amazon Resource Name (ARN) of the group of gateways within the requested log.- Specified by:
getLogGroupArnin interfaceCfnHypervisorProps- See Also:
-
getName
Description copied from interface:CfnHypervisorPropsThe name of the hypervisor.- Specified by:
getNamein interfaceCfnHypervisorProps- See Also:
-
getPassword
Description copied from interface:CfnHypervisorPropsThe password for the hypervisor.- Specified by:
getPasswordin interfaceCfnHypervisorProps- See Also:
-
getTags
Description copied from interface:CfnHypervisorPropsThe tags of the hypervisor configuration to import.- Specified by:
getTagsin interfaceCfnHypervisorProps- See Also:
-
getUsername
Description copied from interface:CfnHypervisorPropsThe username for the hypervisor.- Specified by:
getUsernamein interfaceCfnHypervisorProps- 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()
-