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 to configure the automatic creation of forwarding rules via ServiceConnectionMap."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["It inherits from the base `object` class and contains members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors: a default constructor `PSCAutomationConfig()` and a copy constructor `PSCAutomationConfig(PSCAutomationConfig other)`."],["Two properties, `Network` and `ProjectId`, are used to define the full network name and the project ID, respectively, which are required for creating forwarding rules."]]],[]]