Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse
fortios.system/autoupdate.getPushupdate
Explore with Pulumi AI
Use this data source to get information on fortios systemautoupdate pushupdate
Using getPushupdate
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 getPushupdate(args: GetPushupdateArgs, opts?: InvokeOptions): Promise<GetPushupdateResult>
function getPushupdateOutput(args: GetPushupdateOutputArgs, opts?: InvokeOptions): Output<GetPushupdateResult>
def get_pushupdate(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPushupdateResult
def get_pushupdate_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPushupdateResult]
func LookupPushupdate(ctx *Context, args *LookupPushupdateArgs, opts ...InvokeOption) (*LookupPushupdateResult, error)
func LookupPushupdateOutput(ctx *Context, args *LookupPushupdateOutputArgs, opts ...InvokeOption) LookupPushupdateResultOutput
> Note: This function is named LookupPushupdate
in the Go SDK.
public static class GetPushupdate
{
public static Task<GetPushupdateResult> InvokeAsync(GetPushupdateArgs args, InvokeOptions? opts = null)
public static Output<GetPushupdateResult> Invoke(GetPushupdateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPushupdateResult> getPushupdate(GetPushupdateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/autoupdate/getPushupdate:getPushupdate
arguments:
# arguments dictionary
The following arguments are supported:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
getPushupdate Result
The following output properties are available:
- Address string
- Push update override server.
- Id string
- The provider-assigned unique ID for this managed resource.
- Override string
- Enable/disable push update override server.
- Port int
- Push update override port. (Do not overlap with other service ports)
- Status string
- Enable/disable push updates.
- Vdomparam string
- Address string
- Push update override server.
- Id string
- The provider-assigned unique ID for this managed resource.
- Override string
- Enable/disable push update override server.
- Port int
- Push update override port. (Do not overlap with other service ports)
- Status string
- Enable/disable push updates.
- Vdomparam string
- address String
- Push update override server.
- id String
- The provider-assigned unique ID for this managed resource.
- override String
- Enable/disable push update override server.
- port Integer
- Push update override port. (Do not overlap with other service ports)
- status String
- Enable/disable push updates.
- vdomparam String
- address string
- Push update override server.
- id string
- The provider-assigned unique ID for this managed resource.
- override string
- Enable/disable push update override server.
- port number
- Push update override port. (Do not overlap with other service ports)
- status string
- Enable/disable push updates.
- vdomparam string
- address String
- Push update override server.
- id String
- The provider-assigned unique ID for this managed resource.
- override String
- Enable/disable push update override server.
- port Number
- Push update override port. (Do not overlap with other service ports)
- status String
- Enable/disable push updates.
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.