Interface DnsPolicyNetworks
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsPolicyNetworks.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.080Z") @Stability(Stable) public interface DnsPolicyNetworks extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsPolicyNetworks.BuilderA builder forDnsPolicyNetworksstatic classDnsPolicyNetworks.Jsii$ProxyAn implementation forDnsPolicyNetworks
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DnsPolicyNetworks.Builderbuilder()StringgetNetworkUrl()The id or fully qualified URL of the VPC network to forward queries to.
-
-
-
Method Detail
-
getNetworkUrl
@Stability(Stable) @NotNull String getNetworkUrl()
The id or fully qualified URL of the VPC network to forward queries to.This should be formatted like 'projects/{project}/global/networks/{network}' or 'https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#network_url DnsPolicy#network_url}
-
builder
@Stability(Stable) static DnsPolicyNetworks.Builder builder()
- Returns:
- a
DnsPolicyNetworks.BuilderofDnsPolicyNetworks
-
-