Interface DnsResponsePolicyNetworks
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsResponsePolicyNetworks.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.100Z") @Stability(Stable) public interface DnsResponsePolicyNetworks extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsResponsePolicyNetworks.BuilderA builder forDnsResponsePolicyNetworksstatic classDnsResponsePolicyNetworks.Jsii$ProxyAn implementation forDnsResponsePolicyNetworks
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DnsResponsePolicyNetworks.Builderbuilder()StringgetNetworkUrl()The fully qualified URL of the VPC network to bind to.
-
-
-
Method Detail
-
getNetworkUrl
@Stability(Stable) @NotNull String getNetworkUrl()
The fully qualified URL of the VPC network to bind to. This should be formatted like '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_response_policy#network_url DnsResponsePolicy#network_url}
-
builder
@Stability(Stable) static DnsResponsePolicyNetworks.Builder builder()
- Returns:
- a
DnsResponsePolicyNetworks.BuilderofDnsResponsePolicyNetworks
-
-