Class NetworkConnectivitySpokeLinkedVpcNetwork.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_connectivity_spoke.NetworkConnectivitySpokeLinkedVpcNetwork.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkConnectivitySpokeLinkedVpcNetwork,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkConnectivitySpokeLinkedVpcNetwork
@Stability(Stable) @Internal public static final class NetworkConnectivitySpokeLinkedVpcNetwork.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkConnectivitySpokeLinkedVpcNetwork
An implementation forNetworkConnectivitySpokeLinkedVpcNetwork
-
-
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.network_connectivity_spoke.NetworkConnectivitySpokeLinkedVpcNetwork
NetworkConnectivitySpokeLinkedVpcNetwork.Builder, NetworkConnectivitySpokeLinkedVpcNetwork.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkConnectivitySpokeLinkedVpcNetwork.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkConnectivitySpokeLinkedVpcNetwork.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)List<String>getExcludeExportRanges()IP ranges encompassing the subnets to be excluded from peering.StringgetUri()The URI of the VPC network resource.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(NetworkConnectivitySpokeLinkedVpcNetwork.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkConnectivitySpokeLinkedVpcNetwork.Builder.
-
-
Method Detail
-
getUri
public final String getUri()
Description copied from interface:NetworkConnectivitySpokeLinkedVpcNetworkThe 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}
- Specified by:
getUriin interfaceNetworkConnectivitySpokeLinkedVpcNetwork
-
getExcludeExportRanges
public final List<String> getExcludeExportRanges()
Description copied from interface:NetworkConnectivitySpokeLinkedVpcNetworkIP 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}
- Specified by:
getExcludeExportRangesin interfaceNetworkConnectivitySpokeLinkedVpcNetwork
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-