Show / Hide Table of Contents

Class GoogleCloudAiplatformV1PrivateServiceConnectConfig

Represents configuration for private service connect.

Inheritance
object
GoogleCloudAiplatformV1PrivateServiceConnectConfig
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PrivateServiceConnectConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EnablePrivateServiceConnect

Required. If true, expose the IndexEndpoint via private service connect.

Declaration
[JsonProperty("enablePrivateServiceConnect")]
public virtual bool? EnablePrivateServiceConnect { get; set; }
Property Value
Type Description
bool?

ProjectAllowlist

A list of Projects from which the forwarding rule will target the service attachment.

Declaration
[JsonProperty("projectAllowlist")]
public virtual IList<string> ProjectAllowlist { get; set; }
Property Value
Type Description
IList<string>

ServiceAttachment

Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX