Class LbSubnetMapping.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.lb.LbSubnetMapping.Jsii$Proxy
-
- All Implemented Interfaces:
LbSubnetMapping,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LbSubnetMapping
@Stability(Stable) @Internal public static final class LbSubnetMapping.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LbSubnetMapping
An implementation forLbSubnetMapping
-
-
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.aws.lb.LbSubnetMapping
LbSubnetMapping.Builder, LbSubnetMapping.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LbSubnetMapping.Builder builder)Constructor that initializes the object based on literal property values passed by theLbSubnetMapping.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)StringgetAllocationId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#allocation_id Lb#allocation_id}.StringgetIpv6Address()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#ipv6_address Lb#ipv6_address}.StringgetPrivateIpv4Address()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#private_ipv4_address Lb#private_ipv4_address}.StringgetSubnetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#subnet_id Lb#subnet_id}.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(LbSubnetMapping.Builder builder)
Constructor that initializes the object based on literal property values passed by theLbSubnetMapping.Builder.
-
-
Method Detail
-
getSubnetId
public final String getSubnetId()
Description copied from interface:LbSubnetMappingDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#subnet_id Lb#subnet_id}.- Specified by:
getSubnetIdin interfaceLbSubnetMapping
-
getAllocationId
public final String getAllocationId()
Description copied from interface:LbSubnetMappingDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#allocation_id Lb#allocation_id}.- Specified by:
getAllocationIdin interfaceLbSubnetMapping
-
getIpv6Address
public final String getIpv6Address()
Description copied from interface:LbSubnetMappingDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#ipv6_address Lb#ipv6_address}.- Specified by:
getIpv6Addressin interfaceLbSubnetMapping
-
getPrivateIpv4Address
public final String getPrivateIpv4Address()
Description copied from interface:LbSubnetMappingDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#private_ipv4_address Lb#private_ipv4_address}.- Specified by:
getPrivateIpv4Addressin interfaceLbSubnetMapping
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-