Class VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vmwareengine_private_cloud.VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VmwareenginePrivateCloudManagementClusterStretchedClusterConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VmwareenginePrivateCloudManagementClusterStretchedClusterConfig
@Stability(Stable) @Internal public static final class VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VmwareenginePrivateCloudManagementClusterStretchedClusterConfig
An implementation forVmwareenginePrivateCloudManagementClusterStretchedClusterConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vmwareengine_private_cloud.VmwareenginePrivateCloudManagementClusterStretchedClusterConfig
VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Builder, VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPreferredLocation()Zone that will remain operational when connection between the two zones is lost.StringgetSecondaryLocation()Additional zone for a higher level of availability and load balancing.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Builder.
-
-
Method Detail
-
getPreferredLocation
public final String getPreferredLocation()
Description copied from interface:VmwareenginePrivateCloudManagementClusterStretchedClusterConfigZone that will remain operational when connection between the two zones is lost.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#preferred_location VmwareenginePrivateCloud#preferred_location}
- Specified by:
getPreferredLocationin interfaceVmwareenginePrivateCloudManagementClusterStretchedClusterConfig
-
getSecondaryLocation
public final String getSecondaryLocation()
Description copied from interface:VmwareenginePrivateCloudManagementClusterStretchedClusterConfigAdditional zone for a higher level of availability and load balancing.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#secondary_location VmwareenginePrivateCloud#secondary_location}
- Specified by:
getSecondaryLocationin interfaceVmwareenginePrivateCloudManagementClusterStretchedClusterConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-