Class CfnEnvironmentPropsMixin.HostInfoForCreateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.evs.CfnEnvironmentPropsMixin.HostInfoForCreateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentPropsMixin.HostInfoForCreateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentPropsMixin.HostInfoForCreateProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironmentPropsMixin.HostInfoForCreateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentPropsMixin.HostInfoForCreateProperty
An implementation for
CfnEnvironmentPropsMixin.HostInfoForCreateProperty-
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.evs.CfnEnvironmentPropsMixin.HostInfoForCreateProperty
CfnEnvironmentPropsMixin.HostInfoForCreateProperty.Builder, CfnEnvironmentPropsMixin.HostInfoForCreateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentPropsMixin.HostInfoForCreateProperty.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 StringThe unique ID of the Amazon EC2 Dedicated Host.final StringThe DNS hostname of the host.final StringThe EC2 instance type that represents the host.final StringThe name of the SSH key that is used to access the host.final StringThe unique ID of the placement group where the host is placed.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 theCfnEnvironmentPropsMixin.HostInfoForCreateProperty.Builder.
-
-
Method Details
-
getDedicatedHostId
Description copied from interface:CfnEnvironmentPropsMixin.HostInfoForCreatePropertyThe unique ID of the Amazon EC2 Dedicated Host.- Specified by:
getDedicatedHostIdin interfaceCfnEnvironmentPropsMixin.HostInfoForCreateProperty- See Also:
-
getHostName
Description copied from interface:CfnEnvironmentPropsMixin.HostInfoForCreatePropertyThe DNS hostname of the host.DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.
- Specified by:
getHostNamein interfaceCfnEnvironmentPropsMixin.HostInfoForCreateProperty- See Also:
-
getInstanceType
Description copied from interface:CfnEnvironmentPropsMixin.HostInfoForCreatePropertyThe EC2 instance type that represents the host.- Specified by:
getInstanceTypein interfaceCfnEnvironmentPropsMixin.HostInfoForCreateProperty- See Also:
-
getKeyName
Description copied from interface:CfnEnvironmentPropsMixin.HostInfoForCreatePropertyThe name of the SSH key that is used to access the host.- Specified by:
getKeyNamein interfaceCfnEnvironmentPropsMixin.HostInfoForCreateProperty- See Also:
-
getPlacementGroupId
Description copied from interface:CfnEnvironmentPropsMixin.HostInfoForCreatePropertyThe unique ID of the placement group where the host is placed.- Specified by:
getPlacementGroupIdin interfaceCfnEnvironmentPropsMixin.HostInfoForCreateProperty- 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()
-