consumerAcceptLists property

List<ServiceAttachmentConsumerProjectLimit>? consumerAcceptLists
getter/setter pair

Specifies which consumer projects or networks are allowed to connect to the service attachment.

Each project or network has a connection limit. A given service attachment can manage connections at either the project or network level. Therefore, both the accept and reject lists for a given service attachment must contain either only projects or only networks.

Implementation

core.List<ServiceAttachmentConsumerProjectLimit>? consumerAcceptLists;