1. Packages
  2. Packages
  3. Cisco Catalyst SD-WAN Provider
  4. API Docs
  5. ActivateTopologyGroup
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
sdwan logo
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi

    This resource can activate a topology group. Only one topology group can be active at a time.

    • Minimum SD-WAN Manager version: 20.15.0

    Create ActivateTopologyGroup Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ActivateTopologyGroup(name: string, args: ActivateTopologyGroupArgs, opts?: CustomResourceOptions);
    @overload
    def ActivateTopologyGroup(resource_name: str,
                              args: ActivateTopologyGroupArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def ActivateTopologyGroup(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              activate_topology_group_id: Optional[str] = None,
                              version: Optional[int] = None)
    func NewActivateTopologyGroup(ctx *Context, name string, args ActivateTopologyGroupArgs, opts ...ResourceOption) (*ActivateTopologyGroup, error)
    public ActivateTopologyGroup(string name, ActivateTopologyGroupArgs args, CustomResourceOptions? opts = null)
    public ActivateTopologyGroup(String name, ActivateTopologyGroupArgs args)
    public ActivateTopologyGroup(String name, ActivateTopologyGroupArgs args, CustomResourceOptions options)
    
    type: sdwan:ActivateTopologyGroup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "sdwan_activatetopologygroup" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ActivateTopologyGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ActivateTopologyGroupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ActivateTopologyGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ActivateTopologyGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ActivateTopologyGroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var activateTopologyGroupResource = new Sdwan.ActivateTopologyGroup("activateTopologyGroupResource", new()
    {
        ActivateTopologyGroupId = "string",
        Version = 0,
    });
    
    example, err := sdwan.NewActivateTopologyGroup(ctx, "activateTopologyGroupResource", &sdwan.ActivateTopologyGroupArgs{
    	ActivateTopologyGroupId: pulumi.String("string"),
    	Version:                 pulumi.Int(0),
    })
    
    resource "sdwan_activatetopologygroup" "activateTopologyGroupResource" {
      activate_topology_group_id = "string"
      version                    = 0
    }
    
    var activateTopologyGroupResource = new ActivateTopologyGroup("activateTopologyGroupResource", ActivateTopologyGroupArgs.builder()
        .activateTopologyGroupId("string")
        .version(0)
        .build());
    
    activate_topology_group_resource = sdwan.ActivateTopologyGroup("activateTopologyGroupResource",
        activate_topology_group_id="string",
        version=0)
    
    const activateTopologyGroupResource = new sdwan.ActivateTopologyGroup("activateTopologyGroupResource", {
        activateTopologyGroupId: "string",
        version: 0,
    });
    
    type: sdwan:ActivateTopologyGroup
    properties:
        activateTopologyGroupId: string
        version: 0
    

    ActivateTopologyGroup Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ActivateTopologyGroup resource accepts the following input properties:

    ActivateTopologyGroupId string
    The ID of the topology group to activate
    Version int
    The version of the topology group
    ActivateTopologyGroupId string
    The ID of the topology group to activate
    Version int
    The version of the topology group
    activate_topology_group_id string
    The ID of the topology group to activate
    version number
    The version of the topology group
    activateTopologyGroupId String
    The ID of the topology group to activate
    version Integer
    The version of the topology group
    activateTopologyGroupId string
    The ID of the topology group to activate
    version number
    The version of the topology group
    activate_topology_group_id str
    The ID of the topology group to activate
    version int
    The version of the topology group
    activateTopologyGroupId String
    The ID of the topology group to activate
    version Number
    The version of the topology group

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ActivateTopologyGroup resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ActivateTopologyGroup Resource

    Get an existing ActivateTopologyGroup resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ActivateTopologyGroupState, opts?: CustomResourceOptions): ActivateTopologyGroup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            activate_topology_group_id: Optional[str] = None,
            version: Optional[int] = None) -> ActivateTopologyGroup
    func GetActivateTopologyGroup(ctx *Context, name string, id IDInput, state *ActivateTopologyGroupState, opts ...ResourceOption) (*ActivateTopologyGroup, error)
    public static ActivateTopologyGroup Get(string name, Input<string> id, ActivateTopologyGroupState? state, CustomResourceOptions? opts = null)
    public static ActivateTopologyGroup get(String name, Output<String> id, ActivateTopologyGroupState state, CustomResourceOptions options)
    resources:  _:    type: sdwan:ActivateTopologyGroup    get:      id: ${id}
    import {
      to = sdwan_activatetopologygroup.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ActivateTopologyGroupId string
    The ID of the topology group to activate
    Version int
    The version of the topology group
    ActivateTopologyGroupId string
    The ID of the topology group to activate
    Version int
    The version of the topology group
    activate_topology_group_id string
    The ID of the topology group to activate
    version number
    The version of the topology group
    activateTopologyGroupId String
    The ID of the topology group to activate
    version Integer
    The version of the topology group
    activateTopologyGroupId string
    The ID of the topology group to activate
    version number
    The version of the topology group
    activate_topology_group_id str
    The ID of the topology group to activate
    version int
    The version of the topology group
    activateTopologyGroupId String
    The ID of the topology group to activate
    version Number
    The version of the topology group

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Viewing docs for Cisco Catalyst SD-WAN v0.9.1
    published on Friday, Jun 26, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial