Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.router.getAccesslist
Explore with Pulumi AI
Use this data source to get information on an fortios router accesslist
Using getAccesslist
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAccesslist(args: GetAccesslistArgs, opts?: InvokeOptions): Promise<GetAccesslistResult>
function getAccesslistOutput(args: GetAccesslistOutputArgs, opts?: InvokeOptions): Output<GetAccesslistResult>
def get_accesslist(name: Optional[str] = None,
vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccesslistResult
def get_accesslist_output(name: Optional[pulumi.Input[str]] = None,
vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccesslistResult]
func LookupAccesslist(ctx *Context, args *LookupAccesslistArgs, opts ...InvokeOption) (*LookupAccesslistResult, error)
func LookupAccesslistOutput(ctx *Context, args *LookupAccesslistOutputArgs, opts ...InvokeOption) LookupAccesslistResultOutput
> Note: This function is named LookupAccesslist
in the Go SDK.
public static class GetAccesslist
{
public static Task<GetAccesslistResult> InvokeAsync(GetAccesslistArgs args, InvokeOptions? opts = null)
public static Output<GetAccesslistResult> Invoke(GetAccesslistInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccesslistResult> getAccesslist(GetAccesslistArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:router/getAccesslist:getAccesslist
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Specify the name of the desired router accesslist.
- Vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Name string
- Specify the name of the desired router accesslist.
- Vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- name String
- Specify the name of the desired router accesslist.
- vdomparam String
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- name string
- Specify the name of the desired router accesslist.
- vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- name str
- Specify the name of the desired router accesslist.
- vdomparam str
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- name String
- Specify the name of the desired router accesslist.
- vdomparam String
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
getAccesslist Result
The following output properties are available:
Supporting Types
GetAccesslistRule
- action String
- Permit or deny this IP address and netmask prefix.
- exact
Match String - Enable/disable exact match.
- flags Integer
- Flags.
- id Integer
- Rule ID.
- prefix String
- IPv4 prefix to define regular filter criteria, such as "any" or subnets.
- wildcard String
- Wildcard to define Cisco-style wildcard filter criteria.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.