public sealed class PrivateServiceConnectConfig : IMessage<PrivateServiceConnectConfig>, IEquatable<PrivateServiceConnectConfig>, IDeepCloneable<PrivateServiceConnectConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PrivateServiceConnectConfig.
Represents configuration for private service connect.
Implements
IMessagePrivateServiceConnectConfig, IEquatablePrivateServiceConnectConfig, IDeepCloneablePrivateServiceConnectConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PrivateServiceConnectConfig()
public PrivateServiceConnectConfig()
PrivateServiceConnectConfig(PrivateServiceConnectConfig)
public PrivateServiceConnectConfig(PrivateServiceConnectConfig other)
Parameter | |
---|---|
Name | Description |
other |
PrivateServiceConnectConfig |
Properties
EnablePrivateServiceConnect
public bool EnablePrivateServiceConnect { get; set; }
Required. If true, expose the IndexEndpoint via private service connect.
Property Value | |
---|---|
Type | Description |
bool |
EnableSecurePrivateServiceConnect
public bool EnableSecurePrivateServiceConnect { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
ProjectAllowlist
public RepeatedField<string> ProjectAllowlist { get; }
A list of Projects from which the forwarding rule will target the service attachment.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ServiceAttachment
public string ServiceAttachment { get; set; }
Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.
Property Value | |
---|---|
Type | Description |
string |