Class GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig
Represents configuration for private service connect.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig : 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? |
EnableSecurePrivateServiceConnect
Optional. If set to true, enable secure private service connect with IAM authorization. Otherwise, private service connect will be done without authorization. Note latency will be slightly increased if authorization is enabled.
Declaration
[JsonProperty("enableSecurePrivateServiceConnect")]
public virtual bool? EnableSecurePrivateServiceConnect { 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 |