Vertex AI v1 API - Class PSCAutomationConfig (3.38.0)

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

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

PSC config that is used to automatically create PSC endpoints in the user projects.

Inheritance

object > PSCAutomationConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PSCAutomationConfig()

public PSCAutomationConfig()

PSCAutomationConfig(PSCAutomationConfig)

public PSCAutomationConfig(PSCAutomationConfig other)
Parameter
Name Description
other PSCAutomationConfig

Properties

ErrorMessage

public string ErrorMessage { get; set; }

Output only. Error message if the PSC service automation failed.

Property Value
Type Description
string

ForwardingRule

public string ForwardingRule { get; set; }

Output only. Forwarding rule created by the PSC service automation.

Property Value
Type Description
string

IpAddress

public string IpAddress { get; set; }

Output only. IP address rule created by the PSC service automation.

Property Value
Type Description
string

Network

public string Network { get; set; }

Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. Project id used to create forwarding rule.

Property Value
Type Description
string

State

public PSCAutomationState State { get; set; }

Output only. The state of the PSC service automation.

Property Value
Type Description
PSCAutomationState