public sealed class AutoAccept : IMessage<AutoAccept>, IEquatable<AutoAccept>, IDeepCloneable<AutoAccept>, IBufferMessage, IMessageReference 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.
Implements
IMessageAutoAccept, IEquatableAutoAccept, IDeepCloneableAutoAccept, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
AutoAccept()
public AutoAccept()AutoAccept(AutoAccept)
public AutoAccept(AutoAccept other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoAccept |
Properties
AutoAcceptProjects
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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|