Class ComputeRouterBgpAdvertisedIpRanges.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_router.ComputeRouterBgpAdvertisedIpRanges.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRouterBgpAdvertisedIpRanges,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRouterBgpAdvertisedIpRanges
@Stability(Stable) @Internal public static final class ComputeRouterBgpAdvertisedIpRanges.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRouterBgpAdvertisedIpRanges
An implementation forComputeRouterBgpAdvertisedIpRanges
-
-
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.compute_router.ComputeRouterBgpAdvertisedIpRanges
ComputeRouterBgpAdvertisedIpRanges.Builder, ComputeRouterBgpAdvertisedIpRanges.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRouterBgpAdvertisedIpRanges.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRouterBgpAdvertisedIpRanges.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)StringgetDescription()User-specified description for the IP range.StringgetRange()The IP range to advertise.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(ComputeRouterBgpAdvertisedIpRanges.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRouterBgpAdvertisedIpRanges.Builder.
-
-
Method Detail
-
getRange
public final String getRange()
Description copied from interface:ComputeRouterBgpAdvertisedIpRangesThe IP range to advertise. The value must be a CIDR-formatted string.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#range ComputeRouter#range}
- Specified by:
getRangein interfaceComputeRouterBgpAdvertisedIpRanges
-
getDescription
public final String getDescription()
Description copied from interface:ComputeRouterBgpAdvertisedIpRangesUser-specified description for the IP range.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#description ComputeRouter#description}
- Specified by:
getDescriptionin interfaceComputeRouterBgpAdvertisedIpRanges
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-