1. Packages
  2. Routeros Provider
  3. API Docs
  4. CapsmanAccessList
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros

routeros.CapsmanAccessList

Explore with Pulumi AI

routeros logo
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      testRule:
        type: routeros:CapsmanDatapath
        properties:
          action: reject
          allowSignalOutOfRange: 20s
          comment: Catch-all
          interface: cap1
          signalRange: -120..-85
    

    Create CapsmanAccessList Resource

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

    Constructor syntax

    new CapsmanAccessList(name: string, args?: CapsmanAccessListArgs, opts?: CustomResourceOptions);
    @overload
    def CapsmanAccessList(resource_name: str,
                          args: Optional[CapsmanAccessListArgs] = None,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def CapsmanAccessList(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          ___id_: Optional[float] = None,
                          ___path_: Optional[str] = None,
                          action: Optional[str] = None,
                          allow_signal_out_of_range: Optional[str] = None,
                          ap_tx_limit: Optional[float] = None,
                          capsman_access_list_id: Optional[str] = None,
                          client_to_client_forwarding: Optional[bool] = None,
                          client_tx_limit: Optional[float] = None,
                          comment: Optional[str] = None,
                          disabled: Optional[bool] = None,
                          interface: Optional[str] = None,
                          mac_address: Optional[str] = None,
                          mac_mask: Optional[str] = None,
                          place_before: Optional[str] = None,
                          private_passphrase: Optional[str] = None,
                          radius_accounting: Optional[bool] = None,
                          signal_range: Optional[str] = None,
                          ssid_regexp: Optional[str] = None,
                          time: Optional[str] = None,
                          vlan_id: Optional[float] = None,
                          vlan_mode: Optional[str] = None)
    func NewCapsmanAccessList(ctx *Context, name string, args *CapsmanAccessListArgs, opts ...ResourceOption) (*CapsmanAccessList, error)
    public CapsmanAccessList(string name, CapsmanAccessListArgs? args = null, CustomResourceOptions? opts = null)
    public CapsmanAccessList(String name, CapsmanAccessListArgs args)
    public CapsmanAccessList(String name, CapsmanAccessListArgs args, CustomResourceOptions options)
    
    type: routeros:CapsmanAccessList
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CapsmanAccessListArgs
    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 CapsmanAccessListArgs
    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 CapsmanAccessListArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CapsmanAccessListArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CapsmanAccessListArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    Action string
    An action to take when a client matches.
    AllowSignalOutOfRange string
    An option that permits the client's signal to be out of the range always or for some time interval.
    ApTxLimit double
    Transmission speed limit in the direction of the client..
    CapsmanAccessListId string
    ClientToClientForwarding bool
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    ClientTxLimit double
    Transmission speed limit in the direction of the access point.
    Comment string
    Disabled bool
    Interface string
    Interface name to compare with an interface to which the client actually connects to.
    MacAddress string
    MAC address of the client.
    MacMask string
    MAC address mask to apply when comparing clients' addresses.
    PlaceBefore string
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    PrivatePassphrase string
    PSK passphrase for the client if some PSK authentication algorithm is used.
    RadiusAccounting bool
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    SignalRange string
    The range in which the client signal must fall.
    SsidRegexp string
    The regular expression to compare the actual SSID the client connects to.
    Time string
    Time of the day and days of the week when the rule is applicable.
    VlanId double
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    VlanMode string
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ double
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    Action string
    An action to take when a client matches.
    AllowSignalOutOfRange string
    An option that permits the client's signal to be out of the range always or for some time interval.
    ApTxLimit float64
    Transmission speed limit in the direction of the client..
    CapsmanAccessListId string
    ClientToClientForwarding bool
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    ClientTxLimit float64
    Transmission speed limit in the direction of the access point.
    Comment string
    Disabled bool
    Interface string
    Interface name to compare with an interface to which the client actually connects to.
    MacAddress string
    MAC address of the client.
    MacMask string
    MAC address mask to apply when comparing clients' addresses.
    PlaceBefore string
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    PrivatePassphrase string
    PSK passphrase for the client if some PSK authentication algorithm is used.
    RadiusAccounting bool
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    SignalRange string
    The range in which the client signal must fall.
    SsidRegexp string
    The regular expression to compare the actual SSID the client connects to.
    Time string
    Time of the day and days of the week when the rule is applicable.
    VlanId float64
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    VlanMode string
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ float64
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    ___id_ Double
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ String
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    action String
    An action to take when a client matches.
    allowSignalOutOfRange String
    An option that permits the client's signal to be out of the range always or for some time interval.
    apTxLimit Double
    Transmission speed limit in the direction of the client..
    capsmanAccessListId String
    clientToClientForwarding Boolean
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    clientTxLimit Double
    Transmission speed limit in the direction of the access point.
    comment String
    disabled Boolean
    interface_ String
    Interface name to compare with an interface to which the client actually connects to.
    macAddress String
    MAC address of the client.
    macMask String
    MAC address mask to apply when comparing clients' addresses.
    placeBefore String
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    privatePassphrase String
    PSK passphrase for the client if some PSK authentication algorithm is used.
    radiusAccounting Boolean
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    signalRange String
    The range in which the client signal must fall.
    ssidRegexp String
    The regular expression to compare the actual SSID the client connects to.
    time String
    Time of the day and days of the week when the rule is applicable.
    vlanId Double
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    vlanMode String
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ number
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    action string
    An action to take when a client matches.
    allowSignalOutOfRange string
    An option that permits the client's signal to be out of the range always or for some time interval.
    apTxLimit number
    Transmission speed limit in the direction of the client..
    capsmanAccessListId string
    clientToClientForwarding boolean
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    clientTxLimit number
    Transmission speed limit in the direction of the access point.
    comment string
    disabled boolean
    interface string
    Interface name to compare with an interface to which the client actually connects to.
    macAddress string
    MAC address of the client.
    macMask string
    MAC address mask to apply when comparing clients' addresses.
    placeBefore string
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    privatePassphrase string
    PSK passphrase for the client if some PSK authentication algorithm is used.
    radiusAccounting boolean
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    signalRange string
    The range in which the client signal must fall.
    ssidRegexp string
    The regular expression to compare the actual SSID the client connects to.
    time string
    Time of the day and days of the week when the rule is applicable.
    vlanId number
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    vlanMode string
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ float
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ str
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    action str
    An action to take when a client matches.
    allow_signal_out_of_range str
    An option that permits the client's signal to be out of the range always or for some time interval.
    ap_tx_limit float
    Transmission speed limit in the direction of the client..
    capsman_access_list_id str
    client_to_client_forwarding bool
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    client_tx_limit float
    Transmission speed limit in the direction of the access point.
    comment str
    disabled bool
    interface str
    Interface name to compare with an interface to which the client actually connects to.
    mac_address str
    MAC address of the client.
    mac_mask str
    MAC address mask to apply when comparing clients' addresses.
    place_before str
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    private_passphrase str
    PSK passphrase for the client if some PSK authentication algorithm is used.
    radius_accounting bool
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    signal_range str
    The range in which the client signal must fall.
    ssid_regexp str
    The regular expression to compare the actual SSID the client connects to.
    time str
    Time of the day and days of the week when the rule is applicable.
    vlan_id float
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    vlan_mode str
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ Number
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ String
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    action String
    An action to take when a client matches.
    allowSignalOutOfRange String
    An option that permits the client's signal to be out of the range always or for some time interval.
    apTxLimit Number
    Transmission speed limit in the direction of the client..
    capsmanAccessListId String
    clientToClientForwarding Boolean
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    clientTxLimit Number
    Transmission speed limit in the direction of the access point.
    comment String
    disabled Boolean
    interface String
    Interface name to compare with an interface to which the client actually connects to.
    macAddress String
    MAC address of the client.
    macMask String
    MAC address mask to apply when comparing clients' addresses.
    placeBefore String
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    privatePassphrase String
    PSK passphrase for the client if some PSK authentication algorithm is used.
    radiusAccounting Boolean
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    signalRange String
    The range in which the client signal must fall.
    ssidRegexp String
    The regular expression to compare the actual SSID the client connects to.
    time String
    Time of the day and days of the week when the rule is applicable.
    vlanId Number
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    vlanMode String
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CapsmanAccessList 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 str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing CapsmanAccessList Resource

    Get an existing CapsmanAccessList 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?: CapsmanAccessListState, opts?: CustomResourceOptions): CapsmanAccessList
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            ___id_: Optional[float] = None,
            ___path_: Optional[str] = None,
            action: Optional[str] = None,
            allow_signal_out_of_range: Optional[str] = None,
            ap_tx_limit: Optional[float] = None,
            capsman_access_list_id: Optional[str] = None,
            client_to_client_forwarding: Optional[bool] = None,
            client_tx_limit: Optional[float] = None,
            comment: Optional[str] = None,
            disabled: Optional[bool] = None,
            interface: Optional[str] = None,
            mac_address: Optional[str] = None,
            mac_mask: Optional[str] = None,
            place_before: Optional[str] = None,
            private_passphrase: Optional[str] = None,
            radius_accounting: Optional[bool] = None,
            signal_range: Optional[str] = None,
            ssid_regexp: Optional[str] = None,
            time: Optional[str] = None,
            vlan_id: Optional[float] = None,
            vlan_mode: Optional[str] = None) -> CapsmanAccessList
    func GetCapsmanAccessList(ctx *Context, name string, id IDInput, state *CapsmanAccessListState, opts ...ResourceOption) (*CapsmanAccessList, error)
    public static CapsmanAccessList Get(string name, Input<string> id, CapsmanAccessListState? state, CustomResourceOptions? opts = null)
    public static CapsmanAccessList get(String name, Output<String> id, CapsmanAccessListState state, CustomResourceOptions options)
    resources:  _:    type: routeros:CapsmanAccessList    get:      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:
    Action string
    An action to take when a client matches.
    AllowSignalOutOfRange string
    An option that permits the client's signal to be out of the range always or for some time interval.
    ApTxLimit double
    Transmission speed limit in the direction of the client..
    CapsmanAccessListId string
    ClientToClientForwarding bool
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    ClientTxLimit double
    Transmission speed limit in the direction of the access point.
    Comment string
    Disabled bool
    Interface string
    Interface name to compare with an interface to which the client actually connects to.
    MacAddress string
    MAC address of the client.
    MacMask string
    MAC address mask to apply when comparing clients' addresses.
    PlaceBefore string
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    PrivatePassphrase string
    PSK passphrase for the client if some PSK authentication algorithm is used.
    RadiusAccounting bool
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    SignalRange string
    The range in which the client signal must fall.
    SsidRegexp string
    The regular expression to compare the actual SSID the client connects to.
    Time string
    Time of the day and days of the week when the rule is applicable.
    VlanId double
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    VlanMode string
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ double
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    Action string
    An action to take when a client matches.
    AllowSignalOutOfRange string
    An option that permits the client's signal to be out of the range always or for some time interval.
    ApTxLimit float64
    Transmission speed limit in the direction of the client..
    CapsmanAccessListId string
    ClientToClientForwarding bool
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    ClientTxLimit float64
    Transmission speed limit in the direction of the access point.
    Comment string
    Disabled bool
    Interface string
    Interface name to compare with an interface to which the client actually connects to.
    MacAddress string
    MAC address of the client.
    MacMask string
    MAC address mask to apply when comparing clients' addresses.
    PlaceBefore string
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    PrivatePassphrase string
    PSK passphrase for the client if some PSK authentication algorithm is used.
    RadiusAccounting bool
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    SignalRange string
    The range in which the client signal must fall.
    SsidRegexp string
    The regular expression to compare the actual SSID the client connects to.
    Time string
    Time of the day and days of the week when the rule is applicable.
    VlanId float64
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    VlanMode string
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ float64
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    ___id_ Double
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ String
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    action String
    An action to take when a client matches.
    allowSignalOutOfRange String
    An option that permits the client's signal to be out of the range always or for some time interval.
    apTxLimit Double
    Transmission speed limit in the direction of the client..
    capsmanAccessListId String
    clientToClientForwarding Boolean
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    clientTxLimit Double
    Transmission speed limit in the direction of the access point.
    comment String
    disabled Boolean
    interface_ String
    Interface name to compare with an interface to which the client actually connects to.
    macAddress String
    MAC address of the client.
    macMask String
    MAC address mask to apply when comparing clients' addresses.
    placeBefore String
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    privatePassphrase String
    PSK passphrase for the client if some PSK authentication algorithm is used.
    radiusAccounting Boolean
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    signalRange String
    The range in which the client signal must fall.
    ssidRegexp String
    The regular expression to compare the actual SSID the client connects to.
    time String
    Time of the day and days of the week when the rule is applicable.
    vlanId Double
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    vlanMode String
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ number
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ string
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    action string
    An action to take when a client matches.
    allowSignalOutOfRange string
    An option that permits the client's signal to be out of the range always or for some time interval.
    apTxLimit number
    Transmission speed limit in the direction of the client..
    capsmanAccessListId string
    clientToClientForwarding boolean
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    clientTxLimit number
    Transmission speed limit in the direction of the access point.
    comment string
    disabled boolean
    interface string
    Interface name to compare with an interface to which the client actually connects to.
    macAddress string
    MAC address of the client.
    macMask string
    MAC address mask to apply when comparing clients' addresses.
    placeBefore string
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    privatePassphrase string
    PSK passphrase for the client if some PSK authentication algorithm is used.
    radiusAccounting boolean
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    signalRange string
    The range in which the client signal must fall.
    ssidRegexp string
    The regular expression to compare the actual SSID the client connects to.
    time string
    Time of the day and days of the week when the rule is applicable.
    vlanId number
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    vlanMode string
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ float
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ str
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    action str
    An action to take when a client matches.
    allow_signal_out_of_range str
    An option that permits the client's signal to be out of the range always or for some time interval.
    ap_tx_limit float
    Transmission speed limit in the direction of the client..
    capsman_access_list_id str
    client_to_client_forwarding bool
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    client_tx_limit float
    Transmission speed limit in the direction of the access point.
    comment str
    disabled bool
    interface str
    Interface name to compare with an interface to which the client actually connects to.
    mac_address str
    MAC address of the client.
    mac_mask str
    MAC address mask to apply when comparing clients' addresses.
    place_before str
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    private_passphrase str
    PSK passphrase for the client if some PSK authentication algorithm is used.
    radius_accounting bool
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    signal_range str
    The range in which the client signal must fall.
    ssid_regexp str
    The regular expression to compare the actual SSID the client connects to.
    time str
    Time of the day and days of the week when the rule is applicable.
    vlan_id float
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    vlan_mode str
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.
    ___id_ Number
    Resource ID type (.id / name). This is an internal service field, setting a value is not required.
    ___path_ String
    Resource path for CRUD operations. This is an internal service field, setting a value is not required.
    action String
    An action to take when a client matches.
    allowSignalOutOfRange String
    An option that permits the client's signal to be out of the range always or for some time interval.
    apTxLimit Number
    Transmission speed limit in the direction of the client..
    capsmanAccessListId String
    clientToClientForwarding Boolean
    An option that specifies whether to allow forwarding data between clients connected to the same interface.
    clientTxLimit Number
    Transmission speed limit in the direction of the access point.
    comment String
    disabled Boolean
    interface String
    Interface name to compare with an interface to which the client actually connects to.
    macAddress String
    MAC address of the client.
    macMask String
    MAC address mask to apply when comparing clients' addresses.
    placeBefore String
    Before which position the rule will be inserted. > Please check the effect of this option, as it does not work as you think! > Best way to use in conjunction with a data source. See example.
    privatePassphrase String
    PSK passphrase for the client if some PSK authentication algorithm is used.
    radiusAccounting Boolean
    An option that specifies if RADIUS traffic accounting should be used in case of RADIUS authentication of the client.
    signalRange String
    The range in which the client signal must fall.
    ssidRegexp String
    The regular expression to compare the actual SSID the client connects to.
    time String
    Time of the day and days of the week when the rule is applicable.
    vlanId Number
    VLAN ID to use if vlan-mode enables use of VLAN tagging.
    vlanMode String
    VLAN tagging mode specifies if traffic coming from a client should get tagged and untagged when it goes back to the client.

    Import

    #The ID can be found via API or the terminal

    #The command for the terminal is -> :put [/caps-man/access-list get [print show-ids]]

    $ pulumi import routeros:index/capsmanAccessList:CapsmanAccessList test_rule "*1"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    routeros terraform-routeros/terraform-provider-routeros
    License
    Notes
    This Pulumi package is based on the routeros Terraform Provider.
    routeros logo
    routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros