Class: Google::Cloud::NetworkConnectivity::V1::AutoAccept
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::AutoAccept
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
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.
Instance Attribute Summary collapse
Instance Attribute Details
#auto_accept_projects ⇒ ::Array<::String>
Returns 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.
440 441 442 443 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 440 class AutoAccept include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |