public sealed class PSCAutomationConfig : IMessage<PSCAutomationConfig>, IEquatable<PSCAutomationConfig>, IDeepCloneable<PSCAutomationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class PSCAutomationConfig.
PSC config that is used to automatically create forwarding rule via
ServiceConnectionMap.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `PSCAutomationConfig` class in the Vertex AI v1beta1 API facilitates the automatic creation of forwarding rules via ServiceConnectionMap."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PSCAutomationConfig` class has two constructors: a default constructor and a constructor that accepts another `PSCAutomationConfig` object."],["The `PSCAutomationConfig` class contains two main properties: `Network`, which is a string representing the full name of a Google Compute Engine network, and `ProjectId`, which represents the ID of the project used to create forwarding rules."],["The latest version of this API class is `1.0.0-beta21` and it can be located under the `Google.Cloud.AIPlatform.V1Beta1` namespace in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]