Cloud AI Platform v1beta1 API - Class PSCAutomationConfig (1.0.0-beta04)

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

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

PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.

Inheritance

object > PSCAutomationConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

PSCAutomationConfig()

public PSCAutomationConfig()

PSCAutomationConfig(PSCAutomationConfig)

public PSCAutomationConfig(PSCAutomationConfig other)
Parameter
Name Description
other PSCAutomationConfig

Properties

Network

public string Network { get; set; }

Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}. Where {project} is a project number, as in '12345', and {network} is network name.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. Project id used to create forwarding rule.

Property Value
Type Description
string