InstanceNetworkConfigPrivateServiceConnectConfigArgs

data class InstanceNetworkConfigPrivateServiceConnectConfigArgs(val effectiveUnreachableCidrBlock: Output<String>? = null, val networkAttachment: Output<String>? = null, val unreachableCidrBlock: Output<String>? = null) : ConvertibleToJava<InstanceNetworkConfigPrivateServiceConnectConfigArgs>

Constructors

constructor(effectiveUnreachableCidrBlock: Output<String>? = null, networkAttachment: Output<String>? = null, unreachableCidrBlock: Output<String>? = null)

Properties

Link copied to clipboard

(Output) Output only. The CIDR block to which the CDF instance can't route traffic to in the consumer project VPC. The size of this block is /25. The format of this field is governed by RFC 4632.

Link copied to clipboard
val networkAttachment: Output<String>? = null

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.

Link copied to clipboard
val unreachableCidrBlock: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): InstanceNetworkConfigPrivateServiceConnectConfigArgs