Network Connectivity v1 API - Class AutoAccept (2.9.0)

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.

Inheritance

object > AutoAccept

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

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; }

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