Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse
fortios.firewall/schedule.getRecurring
Explore with Pulumi AI
Use this data source to get information on an fortios firewallschedule recurring
Using getRecurring
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 getRecurring(args: GetRecurringArgs, opts?: InvokeOptions): Promise<GetRecurringResult>
function getRecurringOutput(args: GetRecurringOutputArgs, opts?: InvokeOptions): Output<GetRecurringResult>
def get_recurring(name: Optional[str] = None,
vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRecurringResult
def get_recurring_output(name: Optional[pulumi.Input[str]] = None,
vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRecurringResult]
func LookupRecurring(ctx *Context, args *LookupRecurringArgs, opts ...InvokeOption) (*LookupRecurringResult, error)
func LookupRecurringOutput(ctx *Context, args *LookupRecurringOutputArgs, opts ...InvokeOption) LookupRecurringResultOutput
> Note: This function is named LookupRecurring
in the Go SDK.
public static class GetRecurring
{
public static Task<GetRecurringResult> InvokeAsync(GetRecurringArgs args, InvokeOptions? opts = null)
public static Output<GetRecurringResult> Invoke(GetRecurringInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRecurringResult> getRecurring(GetRecurringArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:firewall/schedule/getRecurring:getRecurring
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Specify the name of the desired firewallschedule recurring.
- 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 firewallschedule recurring.
- 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 firewallschedule recurring.
- 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 firewallschedule recurring.
- 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 firewallschedule recurring.
- 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 firewallschedule recurring.
- 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.
getRecurring Result
The following output properties are available:
- Color int
- Color of icon on the GUI.
- Day string
- One or more days of the week on which the schedule is valid. Separate the names of the days with a space.
- End string
- Time of day to end the schedule, format hh:mm.
- Fabric
Object string - Security Fabric global object setting.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Recurring schedule name.
- Start string
- Time of day to start the schedule, format hh:mm.
- Vdomparam string
- Color int
- Color of icon on the GUI.
- Day string
- One or more days of the week on which the schedule is valid. Separate the names of the days with a space.
- End string
- Time of day to end the schedule, format hh:mm.
- Fabric
Object string - Security Fabric global object setting.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Recurring schedule name.
- Start string
- Time of day to start the schedule, format hh:mm.
- Vdomparam string
- color Integer
- Color of icon on the GUI.
- day String
- One or more days of the week on which the schedule is valid. Separate the names of the days with a space.
- end String
- Time of day to end the schedule, format hh:mm.
- fabric
Object String - Security Fabric global object setting.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Recurring schedule name.
- start String
- Time of day to start the schedule, format hh:mm.
- vdomparam String
- color number
- Color of icon on the GUI.
- day string
- One or more days of the week on which the schedule is valid. Separate the names of the days with a space.
- end string
- Time of day to end the schedule, format hh:mm.
- fabric
Object string - Security Fabric global object setting.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Recurring schedule name.
- start string
- Time of day to start the schedule, format hh:mm.
- vdomparam string
- color int
- Color of icon on the GUI.
- day str
- One or more days of the week on which the schedule is valid. Separate the names of the days with a space.
- end str
- Time of day to end the schedule, format hh:mm.
- fabric_
object str - Security Fabric global object setting.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Recurring schedule name.
- start str
- Time of day to start the schedule, format hh:mm.
- vdomparam str
- color Number
- Color of icon on the GUI.
- day String
- One or more days of the week on which the schedule is valid. Separate the names of the days with a space.
- end String
- Time of day to end the schedule, format hh:mm.
- fabric
Object String - Security Fabric global object setting.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Recurring schedule name.
- start String
- Time of day to start the schedule, format hh:mm.
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.