Cloud AI Platform v1beta1 API - Class PscInterfaceConfig (1.0.0-beta02)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PscInterfaceConfig.

Configuration for PSC-I.

Inheritance

object > PscInterfaceConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.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 full name of the Compute Engine network attachment to attach to the resource. For example, projects/12345/regions/us-central1/networkAttachments/myNA. is of the form projects/{project}/regions/{region}/networkAttachments/{networkAttachment}. Where {project} is a project number, as in 12345, and {networkAttachment} is a network attachment name. 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