Class GoogleCloudAiplatformV1PrivateServiceConnectConfig
Represents configuration for private service connect.
Implements
Inherited Members
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 |