Interface NetworkConnectivitySpokeLinkedVpcNetwork
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkConnectivitySpokeLinkedVpcNetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.055Z") @Stability(Stable) public interface NetworkConnectivitySpokeLinkedVpcNetwork extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkConnectivitySpokeLinkedVpcNetwork.BuilderA builder forNetworkConnectivitySpokeLinkedVpcNetworkstatic classNetworkConnectivitySpokeLinkedVpcNetwork.Jsii$ProxyAn implementation forNetworkConnectivitySpokeLinkedVpcNetwork
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkConnectivitySpokeLinkedVpcNetwork.Builderbuilder()default List<String>getExcludeExportRanges()IP ranges encompassing the subnets to be excluded from peering.StringgetUri()The URI of the VPC network resource.
-
-
-
Method Detail
-
getUri
@Stability(Stable) @NotNull String getUri()
The URI of the VPC network resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_spoke#uri NetworkConnectivitySpoke#uri}
-
getExcludeExportRanges
@Stability(Stable) @Nullable default List<String> getExcludeExportRanges()
IP ranges encompassing the subnets to be excluded from peering.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_spoke#exclude_export_ranges NetworkConnectivitySpoke#exclude_export_ranges}
-
builder
@Stability(Stable) static NetworkConnectivitySpokeLinkedVpcNetwork.Builder builder()
-
-