Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse
fortios.system.getTosbasedpriority
Explore with Pulumi AI
Use this data source to get information on an fortios system tosbasedpriority
Using getTosbasedpriority
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 getTosbasedpriority(args: GetTosbasedpriorityArgs, opts?: InvokeOptions): Promise<GetTosbasedpriorityResult>
function getTosbasedpriorityOutput(args: GetTosbasedpriorityOutputArgs, opts?: InvokeOptions): Output<GetTosbasedpriorityResult>
def get_tosbasedpriority(fosid: Optional[int] = None,
vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTosbasedpriorityResult
def get_tosbasedpriority_output(fosid: Optional[pulumi.Input[int]] = None,
vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTosbasedpriorityResult]
func LookupTosbasedpriority(ctx *Context, args *LookupTosbasedpriorityArgs, opts ...InvokeOption) (*LookupTosbasedpriorityResult, error)
func LookupTosbasedpriorityOutput(ctx *Context, args *LookupTosbasedpriorityOutputArgs, opts ...InvokeOption) LookupTosbasedpriorityResultOutput
> Note: This function is named LookupTosbasedpriority
in the Go SDK.
public static class GetTosbasedpriority
{
public static Task<GetTosbasedpriorityResult> InvokeAsync(GetTosbasedpriorityArgs args, InvokeOptions? opts = null)
public static Output<GetTosbasedpriorityResult> Invoke(GetTosbasedpriorityInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTosbasedpriorityResult> getTosbasedpriority(GetTosbasedpriorityArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getTosbasedpriority:getTosbasedpriority
arguments:
# arguments dictionary
The following arguments are supported:
- Fosid int
- Specify the fosid of the desired system tosbasedpriority.
- 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.
- Fosid int
- Specify the fosid of the desired system tosbasedpriority.
- 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.
- fosid Integer
- Specify the fosid of the desired system tosbasedpriority.
- 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.
- fosid number
- Specify the fosid of the desired system tosbasedpriority.
- 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.
- fosid int
- Specify the fosid of the desired system tosbasedpriority.
- 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.
- fosid Number
- Specify the fosid of the desired system tosbasedpriority.
- 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.
getTosbasedpriority Result
The following output properties are available:
- Fosid int
- Item ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Priority string
- ToS based priority level to low, medium or high (these priorities match firewall traffic shaping priorities) (default = medium).
- Tos int
- Value of the ToS byte in the IP datagram header (0-15, 8: minimize delay, 4: maximize throughput, 2: maximize reliability, 1: minimize monetary cost, and 0: default service).
- Vdomparam string
- Fosid int
- Item ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Priority string
- ToS based priority level to low, medium or high (these priorities match firewall traffic shaping priorities) (default = medium).
- Tos int
- Value of the ToS byte in the IP datagram header (0-15, 8: minimize delay, 4: maximize throughput, 2: maximize reliability, 1: minimize monetary cost, and 0: default service).
- Vdomparam string
- fosid Integer
- Item ID.
- id String
- The provider-assigned unique ID for this managed resource.
- priority String
- ToS based priority level to low, medium or high (these priorities match firewall traffic shaping priorities) (default = medium).
- tos Integer
- Value of the ToS byte in the IP datagram header (0-15, 8: minimize delay, 4: maximize throughput, 2: maximize reliability, 1: minimize monetary cost, and 0: default service).
- vdomparam String
- fosid number
- Item ID.
- id string
- The provider-assigned unique ID for this managed resource.
- priority string
- ToS based priority level to low, medium or high (these priorities match firewall traffic shaping priorities) (default = medium).
- tos number
- Value of the ToS byte in the IP datagram header (0-15, 8: minimize delay, 4: maximize throughput, 2: maximize reliability, 1: minimize monetary cost, and 0: default service).
- vdomparam string
- fosid int
- Item ID.
- id str
- The provider-assigned unique ID for this managed resource.
- priority str
- ToS based priority level to low, medium or high (these priorities match firewall traffic shaping priorities) (default = medium).
- tos int
- Value of the ToS byte in the IP datagram header (0-15, 8: minimize delay, 4: maximize throughput, 2: maximize reliability, 1: minimize monetary cost, and 0: default service).
- vdomparam str
- fosid Number
- Item ID.
- id String
- The provider-assigned unique ID for this managed resource.
- priority String
- ToS based priority level to low, medium or high (these priorities match firewall traffic shaping priorities) (default = medium).
- tos Number
- Value of the ToS byte in the IP datagram header (0-15, 8: minimize delay, 4: maximize throughput, 2: maximize reliability, 1: minimize monetary cost, and 0: default service).
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.