Class CfnEnvironment.VcfHostnamesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evs.CfnEnvironment.VcfHostnamesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.VcfHostnamesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironment.VcfHostnamesProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.VcfHostnamesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.VcfHostnamesProperty
An implementation for
CfnEnvironment.VcfHostnamesProperty-
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.VcfHostnamesProperty
CfnEnvironment.VcfHostnamesProperty.Builder, CfnEnvironment.VcfHostnamesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironment.VcfHostnamesProperty.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 hostname for VMware Cloud Builder.final StringgetNsx()The VMware NSX hostname.final StringThe hostname for the first NSX Edge node.final StringThe hostname for the second NSX Edge node.final StringThe hostname for the first VMware NSX Manager virtual machine (VM).final StringThe hostname for the second VMware NSX Manager virtual machine (VM).final StringThe hostname for the third VMware NSX Manager virtual machine (VM).final StringThe hostname for SDDC Manager.final StringThe VMware vCenter hostname.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.VcfHostnamesProperty.Builder.
-
-
Method Details
-
getCloudBuilder
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe hostname for VMware Cloud Builder.- Specified by:
getCloudBuilderin interfaceCfnEnvironment.VcfHostnamesProperty- See Also:
-
getNsx
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe VMware NSX hostname.- Specified by:
getNsxin interfaceCfnEnvironment.VcfHostnamesProperty- See Also:
-
getNsxEdge1
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe hostname for the first NSX Edge node.- Specified by:
getNsxEdge1in interfaceCfnEnvironment.VcfHostnamesProperty- See Also:
-
getNsxEdge2
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe hostname for the second NSX Edge node.- Specified by:
getNsxEdge2in interfaceCfnEnvironment.VcfHostnamesProperty- See Also:
-
getNsxManager1
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe hostname for the first VMware NSX Manager virtual machine (VM).- Specified by:
getNsxManager1in interfaceCfnEnvironment.VcfHostnamesProperty- See Also:
-
getNsxManager2
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe hostname for the second VMware NSX Manager virtual machine (VM).- Specified by:
getNsxManager2in interfaceCfnEnvironment.VcfHostnamesProperty- See Also:
-
getNsxManager3
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe hostname for the third VMware NSX Manager virtual machine (VM).- Specified by:
getNsxManager3in interfaceCfnEnvironment.VcfHostnamesProperty- See Also:
-
getSddcManager
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe hostname for SDDC Manager.- Specified by:
getSddcManagerin interfaceCfnEnvironment.VcfHostnamesProperty- See Also:
-
getVCenter
Description copied from interface:CfnEnvironment.VcfHostnamesPropertyThe VMware vCenter hostname.- Specified by:
getVCenterin interfaceCfnEnvironment.VcfHostnamesProperty- 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()
-