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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.evs.CfnEnvironment.HostInfoForCreateProperty
CfnEnvironment.HostInfoForCreateProperty.Builder, CfnEnvironment.HostInfoForCreateProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.HostInfoForCreateProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The unique ID of the Amazon EC2 Dedicated Host.final String
The DNS hostname of the host.final String
The EC2 instance type that represents the host.final String
The name of the SSH key that is used to access the host.final String
The unique ID of the placement group where the host is placed.final int
hashCode()
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.HostInfoForCreateProperty
The DNS hostname of the host.DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.
- Specified by:
getHostName
in interfaceCfnEnvironment.HostInfoForCreateProperty
- See Also:
-
getInstanceType
Description copied from interface:CfnEnvironment.HostInfoForCreateProperty
The EC2 instance type that represents the host.- Specified by:
getInstanceType
in interfaceCfnEnvironment.HostInfoForCreateProperty
- See Also:
-
getKeyName
Description copied from interface:CfnEnvironment.HostInfoForCreateProperty
The name of the SSH key that is used to access the host.- Specified by:
getKeyName
in interfaceCfnEnvironment.HostInfoForCreateProperty
- See Also:
-
getDedicatedHostId
Description copied from interface:CfnEnvironment.HostInfoForCreateProperty
The unique ID of the Amazon EC2 Dedicated Host.- Specified by:
getDedicatedHostId
in interfaceCfnEnvironment.HostInfoForCreateProperty
- See Also:
-
getPlacementGroupId
Description copied from interface:CfnEnvironment.HostInfoForCreateProperty
The unique ID of the placement group where the host is placed.- Specified by:
getPlacementGroupId
in interfaceCfnEnvironment.HostInfoForCreateProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-