public sealed class AutoAccept : IMessage<AutoAccept>, IEquatable<AutoAccept>, IDeepCloneable<AutoAccept>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class AutoAccept.
The auto-accept setting for a group controls whether
proposed spokes are automatically attached to the hub. If auto-accept is
enabled, the spoke immediately is attached to the hub and becomes part of the
group. In this case, the new spoke is in the ACTIVE state.
If auto-accept is disabled, the spoke goes to the INACTIVE
state, and it must be reviewed and accepted by a hub
administrator.
public RepeatedField<string> AutoAcceptProjects { get; }
Optional. A list of project ids or project numbers for which you want
to enable auto-accept. The auto-accept setting is applied to
spokes being created or updated in these projects.
[[["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-04-17 UTC."],[[["The `AutoAccept` class in the Google.Cloud.NetworkConnectivity.V1 API controls the automatic attachment of proposed spokes to a network hub."],["The latest version of the `AutoAccept` class documentation is 2.9.0, with versions ranging down to 1.0.0 available."],["Auto-accept, when enabled, immediately attaches spokes to the hub in an ACTIVE state; when disabled, spokes go to an INACTIVE state, requiring administrator review."],["The `AutoAcceptProjects` property allows you to specify project IDs or numbers where auto-accept should be enabled for spokes created or updated within those projects."],["The `AutoAccept` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]