scope property

String? scope
getter/setter pair

Specifies the scope of the config (e.g., SUBNET, NETWORK, ORGANIZATION..). Possible string values are:

  • "SCOPE_UNSPECIFIED" : Scope is unspecified.
  • "SUBNET" : Target resource is a subnet (Network Management API).
  • "COMPUTE_API_SUBNET" : Target resource is a subnet, and the config originates from the Compute API.
  • "NETWORK" : Target resource is a network.
  • "VPN_TUNNEL" : Target resource is a VPN tunnel.
  • "INTERCONNECT_ATTACHMENT" : Target resource is an interconnect attachment.
  • "ORGANIZATION" : Configuration applies to an entire organization.

Implementation

core.String? scope;