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.
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-25 UTC."],[[["The `PSCAutomationConfig` class in the Google Cloud AI Platform v1beta1 API is used for automating the creation of forwarding rules through ServiceConnectionMap."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for data handling and manipulation."],["The class offers two constructors: a default constructor and one that takes another `PSCAutomationConfig` instance as a parameter."],["It includes two key properties, `Network` and `ProjectId`, which are required and represent the Google Compute Engine network and project ID respectively, for configuring the forwarding rule."]]],[]]