public sealed class PscInterfaceConfig : IMessage<PscInterfaceConfig>, IEquatable<PscInterfaceConfig>, IDeepCloneable<PscInterfaceConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class PscInterfaceConfig.
Configuration for PSC-I.
Implements
IMessagePscInterfaceConfig, IEquatablePscInterfaceConfig, IDeepCloneablePscInterfaceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
PscInterfaceConfig()
public PscInterfaceConfig()PscInterfaceConfig(PscInterfaceConfig)
public PscInterfaceConfig(PscInterfaceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PscInterfaceConfig |
Properties
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 |
|