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