Interface ComputeRouterPeerAdvertisedIpRanges
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRouterPeerAdvertisedIpRanges.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.944Z") @Stability(Stable) public interface ComputeRouterPeerAdvertisedIpRanges extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRouterPeerAdvertisedIpRanges.BuilderA builder forComputeRouterPeerAdvertisedIpRangesstatic classComputeRouterPeerAdvertisedIpRanges.Jsii$ProxyAn implementation forComputeRouterPeerAdvertisedIpRanges
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeRouterPeerAdvertisedIpRanges.Builderbuilder()default StringgetDescription()User-specified description for the IP range.StringgetRange()The IP range to advertise.
-
-
-
Method Detail
-
getRange
@Stability(Stable) @NotNull String getRange()
The 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_peer#range ComputeRouterPeer#range}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
User-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_peer#description ComputeRouterPeer#description}
-
builder
@Stability(Stable) static ComputeRouterPeerAdvertisedIpRanges.Builder builder()
-
-