Class ComputeNetworkPeeringConfig.Jsii$Proxy

    • 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.
    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: ComputeNetworkPeeringConfig
        Name of the peering.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#name ComputeNetworkPeering#name}

        Specified by:
        getName in interface ComputeNetworkPeeringConfig
      • getNetwork

        public final String getNetwork()
        Description copied from interface: ComputeNetworkPeeringConfig
        The primary network of the peering.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#network ComputeNetworkPeering#network}

        Specified by:
        getNetwork in interface ComputeNetworkPeeringConfig
      • getPeerNetwork

        public final String getPeerNetwork()
        Description copied from interface: ComputeNetworkPeeringConfig
        The peer network in the peering. The peer network may belong to a different project.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#peer_network ComputeNetworkPeering#peer_network}

        Specified by:
        getPeerNetwork in interface ComputeNetworkPeeringConfig
      • getExportCustomRoutes

        public final Object getExportCustomRoutes()
        Description copied from interface: ComputeNetworkPeeringConfig
        Whether to export the custom routes to the peer network. Defaults to false.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#export_custom_routes ComputeNetworkPeering#export_custom_routes}

        Specified by:
        getExportCustomRoutes in interface ComputeNetworkPeeringConfig
      • getExportSubnetRoutesWithPublicIp

        public final Object getExportSubnetRoutesWithPublicIp()
        Description copied from interface: ComputeNetworkPeeringConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#export_subnet_routes_with_public_ip ComputeNetworkPeering#export_subnet_routes_with_public_ip}.
        Specified by:
        getExportSubnetRoutesWithPublicIp in interface ComputeNetworkPeeringConfig
      • getId

        public final String getId()
        Description copied from interface: ComputeNetworkPeeringConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#id ComputeNetworkPeering#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Specified by:
        getId in interface ComputeNetworkPeeringConfig
      • getImportCustomRoutes

        public final Object getImportCustomRoutes()
        Description copied from interface: ComputeNetworkPeeringConfig
        Whether to export the custom routes from the peer network. Defaults to false.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#import_custom_routes ComputeNetworkPeering#import_custom_routes}

        Specified by:
        getImportCustomRoutes in interface ComputeNetworkPeeringConfig
      • getImportSubnetRoutesWithPublicIp

        public final Object getImportSubnetRoutesWithPublicIp()
        Description copied from interface: ComputeNetworkPeeringConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#import_subnet_routes_with_public_ip ComputeNetworkPeering#import_subnet_routes_with_public_ip}.
        Specified by:
        getImportSubnetRoutesWithPublicIp in interface ComputeNetworkPeeringConfig
      • getStackType

        public final String getStackType()
        Description copied from interface: ComputeNetworkPeeringConfig
        Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks.

        The default value is IPV4_ONLY. Possible values: ["IPV4_ONLY", "IPV4_IPV6"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#stack_type ComputeNetworkPeering#stack_type}

        Specified by:
        getStackType in interface ComputeNetworkPeeringConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object