Show / Hide Table of Contents

Class PrivateServiceConnectConfig

Configuration for using Private Service Connect to establish connectivity between the Data Fusion consumer project and the corresponding tenant project.

Inheritance
object
PrivateServiceConnectConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataFusion.v1beta1.Data
Assembly: Google.Apis.DataFusion.v1beta1.dll
Syntax
public class PrivateServiceConnectConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EffectiveUnreachableCidrBlock

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. Example: 240.0.0.0/25

Declaration
[JsonProperty("effectiveUnreachableCidrBlock")]
public virtual string EffectiveUnreachableCidrBlock { get; set; }
Property Value
Type Description
string

NetworkAttachment

Required. 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}.

Declaration
[JsonProperty("networkAttachment")]
public virtual string NetworkAttachment { get; set; }
Property Value
Type Description
string

UnreachableCidrBlock

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. Example: 192.168.0.0/25

Declaration
[JsonProperty("unreachableCidrBlock")]
public virtual string UnreachableCidrBlock { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX