Vertex AI v1 API - Class PscInterfaceConfig (3.38.0)

public sealed class PscInterfaceConfig : IMessage<PscInterfaceConfig>, IEquatable<PscInterfaceConfig>, IDeepCloneable<PscInterfaceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class PscInterfaceConfig.

Configuration for PSC-I.

Inheritance

object > PscInterfaceConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PscInterfaceConfig()

public PscInterfaceConfig()

PscInterfaceConfig(PscInterfaceConfig)

public PscInterfaceConfig(PscInterfaceConfig other)
Parameter
Name Description
other PscInterfaceConfig

Properties

DnsPeeringConfigs

public RepeatedField<DnsPeeringConfig> DnsPeeringConfigs { get; }

Optional. DNS peering configurations. When specified, Vertex AI will attempt to configure DNS peering zones in the tenant project VPC to resolve the specified domains using the target network's Cloud DNS. The user must grant the dns.peer role to the Vertex AI Service Agent on the target project.

Property Value
Type Description
RepeatedFieldDnsPeeringConfig

NetworkAttachment

public string NetworkAttachment { get; set; }

Optional. The name of the Compute Engine network attachment to attach to the resource within the region and user project. To specify this field, you must have already created a network attachment. This field is only used for resources using PSC-I.

Property Value
Type Description
string

NetworkAttachmentAsNetworkAttachmentName

public NetworkAttachmentName NetworkAttachmentAsNetworkAttachmentName { get; set; }

NetworkAttachmentName-typed view over the NetworkAttachment resource name property.

Property Value
Type Description
NetworkAttachmentName