1. Packages
  2. Packages
  3. Mso Provider
  4. API Docs
  5. TenantPoliciesMldSnoopingPolicy
Viewing docs for mso 2.0.0
published on Friday, Apr 17, 2026 by ciscodevnet
Viewing docs for mso 2.0.0
published on Friday, Apr 17, 2026 by ciscodevnet

    Create TenantPoliciesMldSnoopingPolicy Resource

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

    Constructor syntax

    new TenantPoliciesMldSnoopingPolicy(name: string, args: TenantPoliciesMldSnoopingPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def TenantPoliciesMldSnoopingPolicy(resource_name: str,
                                        args: TenantPoliciesMldSnoopingPolicyArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def TenantPoliciesMldSnoopingPolicy(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        template_id: Optional[str] = None,
                                        querier_version: Optional[str] = None,
                                        fast_leave_control: Optional[bool] = None,
                                        last_member_query_interval: Optional[float] = None,
                                        name: Optional[str] = None,
                                        querier_control: Optional[bool] = None,
                                        admin_state: Optional[str] = None,
                                        query_interval: Optional[float] = None,
                                        query_response_interval: Optional[float] = None,
                                        start_query_count: Optional[float] = None,
                                        start_query_interval: Optional[float] = None,
                                        description: Optional[str] = None,
                                        tenant_policies_mld_snooping_policy_id: Optional[str] = None)
    func NewTenantPoliciesMldSnoopingPolicy(ctx *Context, name string, args TenantPoliciesMldSnoopingPolicyArgs, opts ...ResourceOption) (*TenantPoliciesMldSnoopingPolicy, error)
    public TenantPoliciesMldSnoopingPolicy(string name, TenantPoliciesMldSnoopingPolicyArgs args, CustomResourceOptions? opts = null)
    public TenantPoliciesMldSnoopingPolicy(String name, TenantPoliciesMldSnoopingPolicyArgs args)
    public TenantPoliciesMldSnoopingPolicy(String name, TenantPoliciesMldSnoopingPolicyArgs args, CustomResourceOptions options)
    
    type: mso:TenantPoliciesMldSnoopingPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "mso_tenantpoliciesmldsnoopingpolicy" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args TenantPoliciesMldSnoopingPolicyArgs
    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 TenantPoliciesMldSnoopingPolicyArgs
    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 TenantPoliciesMldSnoopingPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TenantPoliciesMldSnoopingPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TenantPoliciesMldSnoopingPolicyArgs
    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 tenantPoliciesMldSnoopingPolicyResource = new Mso.TenantPoliciesMldSnoopingPolicy("tenantPoliciesMldSnoopingPolicyResource", new()
    {
        TemplateId = "string",
        QuerierVersion = "string",
        FastLeaveControl = false,
        LastMemberQueryInterval = 0,
        Name = "string",
        QuerierControl = false,
        AdminState = "string",
        QueryInterval = 0,
        QueryResponseInterval = 0,
        StartQueryCount = 0,
        StartQueryInterval = 0,
        Description = "string",
        TenantPoliciesMldSnoopingPolicyId = "string",
    });
    
    example, err := mso.NewTenantPoliciesMldSnoopingPolicy(ctx, "tenantPoliciesMldSnoopingPolicyResource", &mso.TenantPoliciesMldSnoopingPolicyArgs{
    	TemplateId:                        pulumi.String("string"),
    	QuerierVersion:                    pulumi.String("string"),
    	FastLeaveControl:                  pulumi.Bool(false),
    	LastMemberQueryInterval:           pulumi.Float64(0),
    	Name:                              pulumi.String("string"),
    	QuerierControl:                    pulumi.Bool(false),
    	AdminState:                        pulumi.String("string"),
    	QueryInterval:                     pulumi.Float64(0),
    	QueryResponseInterval:             pulumi.Float64(0),
    	StartQueryCount:                   pulumi.Float64(0),
    	StartQueryInterval:                pulumi.Float64(0),
    	Description:                       pulumi.String("string"),
    	TenantPoliciesMldSnoopingPolicyId: pulumi.String("string"),
    })
    
    resource "mso_tenantpoliciesmldsnoopingpolicy" "tenantPoliciesMldSnoopingPolicyResource" {
      template_id                            = "string"
      querier_version                        = "string"
      fast_leave_control                     = false
      last_member_query_interval             = 0
      name                                   = "string"
      querier_control                        = false
      admin_state                            = "string"
      query_interval                         = 0
      query_response_interval                = 0
      start_query_count                      = 0
      start_query_interval                   = 0
      description                            = "string"
      tenant_policies_mld_snooping_policy_id = "string"
    }
    
    var tenantPoliciesMldSnoopingPolicyResource = new TenantPoliciesMldSnoopingPolicy("tenantPoliciesMldSnoopingPolicyResource", TenantPoliciesMldSnoopingPolicyArgs.builder()
        .templateId("string")
        .querierVersion("string")
        .fastLeaveControl(false)
        .lastMemberQueryInterval(0.0)
        .name("string")
        .querierControl(false)
        .adminState("string")
        .queryInterval(0.0)
        .queryResponseInterval(0.0)
        .startQueryCount(0.0)
        .startQueryInterval(0.0)
        .description("string")
        .tenantPoliciesMldSnoopingPolicyId("string")
        .build());
    
    tenant_policies_mld_snooping_policy_resource = mso.TenantPoliciesMldSnoopingPolicy("tenantPoliciesMldSnoopingPolicyResource",
        template_id="string",
        querier_version="string",
        fast_leave_control=False,
        last_member_query_interval=float(0),
        name="string",
        querier_control=False,
        admin_state="string",
        query_interval=float(0),
        query_response_interval=float(0),
        start_query_count=float(0),
        start_query_interval=float(0),
        description="string",
        tenant_policies_mld_snooping_policy_id="string")
    
    const tenantPoliciesMldSnoopingPolicyResource = new mso.TenantPoliciesMldSnoopingPolicy("tenantPoliciesMldSnoopingPolicyResource", {
        templateId: "string",
        querierVersion: "string",
        fastLeaveControl: false,
        lastMemberQueryInterval: 0,
        name: "string",
        querierControl: false,
        adminState: "string",
        queryInterval: 0,
        queryResponseInterval: 0,
        startQueryCount: 0,
        startQueryInterval: 0,
        description: "string",
        tenantPoliciesMldSnoopingPolicyId: "string",
    });
    
    type: mso:TenantPoliciesMldSnoopingPolicy
    properties:
        adminState: string
        description: string
        fastLeaveControl: false
        lastMemberQueryInterval: 0
        name: string
        querierControl: false
        querierVersion: string
        queryInterval: 0
        queryResponseInterval: 0
        startQueryCount: 0
        startQueryInterval: 0
        templateId: string
        tenantPoliciesMldSnoopingPolicyId: string
    

    TenantPoliciesMldSnoopingPolicy 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 TenantPoliciesMldSnoopingPolicy resource accepts the following input properties:

    TemplateId string
    The ID of the tenant policy template.
    AdminState string
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    Description string
    The description of the MLD Snooping Policy.
    FastLeaveControl bool
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    LastMemberQueryInterval double
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    Name string
    The name of the MLD Snooping Policy.
    QuerierControl bool
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    QuerierVersion string
    The querier version. Default: v2 when unset during creation.
    QueryInterval double
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    QueryResponseInterval double
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    StartQueryCount double
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    StartQueryInterval double
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    TenantPoliciesMldSnoopingPolicyId string
    TemplateId string
    The ID of the tenant policy template.
    AdminState string
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    Description string
    The description of the MLD Snooping Policy.
    FastLeaveControl bool
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    LastMemberQueryInterval float64
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    Name string
    The name of the MLD Snooping Policy.
    QuerierControl bool
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    QuerierVersion string
    The querier version. Default: v2 when unset during creation.
    QueryInterval float64
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    QueryResponseInterval float64
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    StartQueryCount float64
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    StartQueryInterval float64
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    TenantPoliciesMldSnoopingPolicyId string
    template_id string
    The ID of the tenant policy template.
    admin_state string
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description string
    The description of the MLD Snooping Policy.
    fast_leave_control bool
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    last_member_query_interval number
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name string
    The name of the MLD Snooping Policy.
    querier_control bool
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querier_version string
    The querier version. Default: v2 when unset during creation.
    query_interval number
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    query_response_interval number
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    start_query_count number
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    start_query_interval number
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    tenant_policies_mld_snooping_policy_id string
    templateId String
    The ID of the tenant policy template.
    adminState String
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description String
    The description of the MLD Snooping Policy.
    fastLeaveControl Boolean
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    lastMemberQueryInterval Double
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name String
    The name of the MLD Snooping Policy.
    querierControl Boolean
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querierVersion String
    The querier version. Default: v2 when unset during creation.
    queryInterval Double
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    queryResponseInterval Double
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    startQueryCount Double
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    startQueryInterval Double
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    tenantPoliciesMldSnoopingPolicyId String
    templateId string
    The ID of the tenant policy template.
    adminState string
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description string
    The description of the MLD Snooping Policy.
    fastLeaveControl boolean
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    lastMemberQueryInterval number
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name string
    The name of the MLD Snooping Policy.
    querierControl boolean
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querierVersion string
    The querier version. Default: v2 when unset during creation.
    queryInterval number
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    queryResponseInterval number
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    startQueryCount number
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    startQueryInterval number
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    tenantPoliciesMldSnoopingPolicyId string
    template_id str
    The ID of the tenant policy template.
    admin_state str
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description str
    The description of the MLD Snooping Policy.
    fast_leave_control bool
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    last_member_query_interval float
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name str
    The name of the MLD Snooping Policy.
    querier_control bool
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querier_version str
    The querier version. Default: v2 when unset during creation.
    query_interval float
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    query_response_interval float
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    start_query_count float
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    start_query_interval float
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    tenant_policies_mld_snooping_policy_id str
    templateId String
    The ID of the tenant policy template.
    adminState String
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description String
    The description of the MLD Snooping Policy.
    fastLeaveControl Boolean
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    lastMemberQueryInterval Number
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name String
    The name of the MLD Snooping Policy.
    querierControl Boolean
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querierVersion String
    The querier version. Default: v2 when unset during creation.
    queryInterval Number
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    queryResponseInterval Number
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    startQueryCount Number
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    startQueryInterval Number
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    tenantPoliciesMldSnoopingPolicyId String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Uuid string
    The UUID of the MLD Snooping Policy.
    Id string
    The provider-assigned unique ID for this managed resource.
    Uuid string
    The UUID of the MLD Snooping Policy.
    id string
    The provider-assigned unique ID for this managed resource.
    uuid string
    The UUID of the MLD Snooping Policy.
    id String
    The provider-assigned unique ID for this managed resource.
    uuid String
    The UUID of the MLD Snooping Policy.
    id string
    The provider-assigned unique ID for this managed resource.
    uuid string
    The UUID of the MLD Snooping Policy.
    id str
    The provider-assigned unique ID for this managed resource.
    uuid str
    The UUID of the MLD Snooping Policy.
    id String
    The provider-assigned unique ID for this managed resource.
    uuid String
    The UUID of the MLD Snooping Policy.

    Look up Existing TenantPoliciesMldSnoopingPolicy Resource

    Get an existing TenantPoliciesMldSnoopingPolicy 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?: TenantPoliciesMldSnoopingPolicyState, opts?: CustomResourceOptions): TenantPoliciesMldSnoopingPolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admin_state: Optional[str] = None,
            description: Optional[str] = None,
            fast_leave_control: Optional[bool] = None,
            last_member_query_interval: Optional[float] = None,
            name: Optional[str] = None,
            querier_control: Optional[bool] = None,
            querier_version: Optional[str] = None,
            query_interval: Optional[float] = None,
            query_response_interval: Optional[float] = None,
            start_query_count: Optional[float] = None,
            start_query_interval: Optional[float] = None,
            template_id: Optional[str] = None,
            tenant_policies_mld_snooping_policy_id: Optional[str] = None,
            uuid: Optional[str] = None) -> TenantPoliciesMldSnoopingPolicy
    func GetTenantPoliciesMldSnoopingPolicy(ctx *Context, name string, id IDInput, state *TenantPoliciesMldSnoopingPolicyState, opts ...ResourceOption) (*TenantPoliciesMldSnoopingPolicy, error)
    public static TenantPoliciesMldSnoopingPolicy Get(string name, Input<string> id, TenantPoliciesMldSnoopingPolicyState? state, CustomResourceOptions? opts = null)
    public static TenantPoliciesMldSnoopingPolicy get(String name, Output<String> id, TenantPoliciesMldSnoopingPolicyState state, CustomResourceOptions options)
    resources:  _:    type: mso:TenantPoliciesMldSnoopingPolicy    get:      id: ${id}
    import {
      to = mso_tenantpoliciesmldsnoopingpolicy.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:
    AdminState string
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    Description string
    The description of the MLD Snooping Policy.
    FastLeaveControl bool
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    LastMemberQueryInterval double
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    Name string
    The name of the MLD Snooping Policy.
    QuerierControl bool
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    QuerierVersion string
    The querier version. Default: v2 when unset during creation.
    QueryInterval double
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    QueryResponseInterval double
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    StartQueryCount double
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    StartQueryInterval double
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    TemplateId string
    The ID of the tenant policy template.
    TenantPoliciesMldSnoopingPolicyId string
    Uuid string
    The UUID of the MLD Snooping Policy.
    AdminState string
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    Description string
    The description of the MLD Snooping Policy.
    FastLeaveControl bool
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    LastMemberQueryInterval float64
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    Name string
    The name of the MLD Snooping Policy.
    QuerierControl bool
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    QuerierVersion string
    The querier version. Default: v2 when unset during creation.
    QueryInterval float64
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    QueryResponseInterval float64
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    StartQueryCount float64
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    StartQueryInterval float64
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    TemplateId string
    The ID of the tenant policy template.
    TenantPoliciesMldSnoopingPolicyId string
    Uuid string
    The UUID of the MLD Snooping Policy.
    admin_state string
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description string
    The description of the MLD Snooping Policy.
    fast_leave_control bool
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    last_member_query_interval number
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name string
    The name of the MLD Snooping Policy.
    querier_control bool
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querier_version string
    The querier version. Default: v2 when unset during creation.
    query_interval number
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    query_response_interval number
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    start_query_count number
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    start_query_interval number
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    template_id string
    The ID of the tenant policy template.
    tenant_policies_mld_snooping_policy_id string
    uuid string
    The UUID of the MLD Snooping Policy.
    adminState String
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description String
    The description of the MLD Snooping Policy.
    fastLeaveControl Boolean
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    lastMemberQueryInterval Double
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name String
    The name of the MLD Snooping Policy.
    querierControl Boolean
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querierVersion String
    The querier version. Default: v2 when unset during creation.
    queryInterval Double
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    queryResponseInterval Double
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    startQueryCount Double
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    startQueryInterval Double
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    templateId String
    The ID of the tenant policy template.
    tenantPoliciesMldSnoopingPolicyId String
    uuid String
    The UUID of the MLD Snooping Policy.
    adminState string
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description string
    The description of the MLD Snooping Policy.
    fastLeaveControl boolean
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    lastMemberQueryInterval number
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name string
    The name of the MLD Snooping Policy.
    querierControl boolean
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querierVersion string
    The querier version. Default: v2 when unset during creation.
    queryInterval number
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    queryResponseInterval number
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    startQueryCount number
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    startQueryInterval number
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    templateId string
    The ID of the tenant policy template.
    tenantPoliciesMldSnoopingPolicyId string
    uuid string
    The UUID of the MLD Snooping Policy.
    admin_state str
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description str
    The description of the MLD Snooping Policy.
    fast_leave_control bool
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    last_member_query_interval float
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name str
    The name of the MLD Snooping Policy.
    querier_control bool
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querier_version str
    The querier version. Default: v2 when unset during creation.
    query_interval float
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    query_response_interval float
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    start_query_count float
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    start_query_interval float
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    template_id str
    The ID of the tenant policy template.
    tenant_policies_mld_snooping_policy_id str
    uuid str
    The UUID of the MLD Snooping Policy.
    adminState String
    The administrative state of the MLD Snooping Policy. Default: disabled when unset during creation.
    description String
    The description of the MLD Snooping Policy.
    fastLeaveControl Boolean
    Enable or disable fast leave control. Default: false (disabled) when unset during creation.
    lastMemberQueryInterval Number
    The last member query interval in seconds. Default: 1 when unset during creation. Range: 1-25.
    name String
    The name of the MLD Snooping Policy.
    querierControl Boolean
    Enable or disable querier control. Default: false (disabled) when unset during creation.
    querierVersion String
    The querier version. Default: v2 when unset during creation.
    queryInterval Number
    The query interval in seconds. Default: 125 when unset during creation. Range: 1-18000.
    queryResponseInterval Number
    The query response interval in seconds. Default: 10 when unset during creation. Range: 1-25.
    startQueryCount Number
    The start query count. Default: 2 when unset during creation. Range: 1-10.
    startQueryInterval Number
    The start query interval in seconds. Default: 31 when unset during creation. Range: 1-18000.
    templateId String
    The ID of the tenant policy template.
    tenantPoliciesMldSnoopingPolicyId String
    uuid String
    The UUID of the MLD Snooping Policy.

    Package Details

    Repository
    mso ciscodevnet/terraform-provider-mso
    License
    Notes
    This Pulumi package is based on the mso Terraform Provider.
    Viewing docs for mso 2.0.0
    published on Friday, Apr 17, 2026 by ciscodevnet
      Try Pulumi Cloud free. Your team will thank you.