Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse
fortios.system.getNetworkvisibility
Explore with Pulumi AI
Use this data source to get information on fortios system networkvisibility
Using getNetworkvisibility
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 getNetworkvisibility(args: GetNetworkvisibilityArgs, opts?: InvokeOptions): Promise<GetNetworkvisibilityResult>
function getNetworkvisibilityOutput(args: GetNetworkvisibilityOutputArgs, opts?: InvokeOptions): Output<GetNetworkvisibilityResult>
def get_networkvisibility(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkvisibilityResult
def get_networkvisibility_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkvisibilityResult]
func LookupNetworkvisibility(ctx *Context, args *LookupNetworkvisibilityArgs, opts ...InvokeOption) (*LookupNetworkvisibilityResult, error)
func LookupNetworkvisibilityOutput(ctx *Context, args *LookupNetworkvisibilityOutputArgs, opts ...InvokeOption) LookupNetworkvisibilityResultOutput
> Note: This function is named LookupNetworkvisibility
in the Go SDK.
public static class GetNetworkvisibility
{
public static Task<GetNetworkvisibilityResult> InvokeAsync(GetNetworkvisibilityArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkvisibilityResult> Invoke(GetNetworkvisibilityInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkvisibilityResult> getNetworkvisibility(GetNetworkvisibilityArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getNetworkvisibility:getNetworkvisibility
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.
getNetworkvisibility Result
The following output properties are available:
- Destination
Hostname stringVisibility - Enable/disable logging of destination hostname visibility.
- Destination
Location string - Enable/disable logging of destination geographical location visibility.
- Destination
Visibility string - Enable/disable logging of destination visibility.
- Hostname
Limit int - Limit of the number of hostname table entries (0 - 50000).
- Hostname
Ttl int - TTL of hostname table entries (60 - 86400).
- Id string
- The provider-assigned unique ID for this managed resource.
- Source
Location string - Enable/disable logging of source geographical location visibility.
- Vdomparam string
- Destination
Hostname stringVisibility - Enable/disable logging of destination hostname visibility.
- Destination
Location string - Enable/disable logging of destination geographical location visibility.
- Destination
Visibility string - Enable/disable logging of destination visibility.
- Hostname
Limit int - Limit of the number of hostname table entries (0 - 50000).
- Hostname
Ttl int - TTL of hostname table entries (60 - 86400).
- Id string
- The provider-assigned unique ID for this managed resource.
- Source
Location string - Enable/disable logging of source geographical location visibility.
- Vdomparam string
- destination
Hostname StringVisibility - Enable/disable logging of destination hostname visibility.
- destination
Location String - Enable/disable logging of destination geographical location visibility.
- destination
Visibility String - Enable/disable logging of destination visibility.
- hostname
Limit Integer - Limit of the number of hostname table entries (0 - 50000).
- hostname
Ttl Integer - TTL of hostname table entries (60 - 86400).
- id String
- The provider-assigned unique ID for this managed resource.
- source
Location String - Enable/disable logging of source geographical location visibility.
- vdomparam String
- destination
Hostname stringVisibility - Enable/disable logging of destination hostname visibility.
- destination
Location string - Enable/disable logging of destination geographical location visibility.
- destination
Visibility string - Enable/disable logging of destination visibility.
- hostname
Limit number - Limit of the number of hostname table entries (0 - 50000).
- hostname
Ttl number - TTL of hostname table entries (60 - 86400).
- id string
- The provider-assigned unique ID for this managed resource.
- source
Location string - Enable/disable logging of source geographical location visibility.
- vdomparam string
- destination_
hostname_ strvisibility - Enable/disable logging of destination hostname visibility.
- destination_
location str - Enable/disable logging of destination geographical location visibility.
- destination_
visibility str - Enable/disable logging of destination visibility.
- hostname_
limit int - Limit of the number of hostname table entries (0 - 50000).
- hostname_
ttl int - TTL of hostname table entries (60 - 86400).
- id str
- The provider-assigned unique ID for this managed resource.
- source_
location str - Enable/disable logging of source geographical location visibility.
- vdomparam str
- destination
Hostname StringVisibility - Enable/disable logging of destination hostname visibility.
- destination
Location String - Enable/disable logging of destination geographical location visibility.
- destination
Visibility String - Enable/disable logging of destination visibility.
- hostname
Limit Number - Limit of the number of hostname table entries (0 - 50000).
- hostname
Ttl Number - TTL of hostname table entries (60 - 86400).
- id String
- The provider-assigned unique ID for this managed resource.
- source
Location String - Enable/disable logging of source geographical location visibility.
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.