Class DataFusionInstanceNetworkConfigPrivateServiceConnectConfig.Jsii$Proxy

    • Method Detail

      • getNetworkAttachment

        public final String getNetworkAttachment()
        Optional.

        The reference to the network attachment used to establish private connectivity. It will be of the form projects/{project-id}/regions/{region}/networkAttachments/{network-attachment-id}. This is required only when using connection type PRIVATE_SERVICE_CONNECT_INTERFACES. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#network_attachment DataFusionInstance#network_attachment}

        Specified by:
        getNetworkAttachment in interface DataFusionInstanceNetworkConfigPrivateServiceConnectConfig
      • getUnreachableCidrBlock

        public final String getUnreachableCidrBlock()
        Optional.

        Input only. The CIDR block to which the CDF instance can't route traffic to in the consumer project VPC. The size of this block should be at least /25. This range should not overlap with the primary address range of any subnetwork used by the network attachment. This range can be used for other purposes in the consumer VPC as long as there is no requirement for CDF to reach destinations using these addresses. If this value is not provided, the server chooses a non RFC 1918 address range. The format of this field is governed by RFC 4632. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#unreachable_cidr_block DataFusionInstance#unreachable_cidr_block}

        Specified by:
        getUnreachableCidrBlock in interface DataFusionInstanceNetworkConfigPrivateServiceConnectConfig
      • $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