1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. getNetworkvisibility
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.system.getNetworkvisibility

Explore with Pulumi AI

Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

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>
Copy
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]
Copy
func LookupNetworkvisibility(ctx *Context, args *LookupNetworkvisibilityArgs, opts ...InvokeOption) (*LookupNetworkvisibilityResult, error)
func LookupNetworkvisibilityOutput(ctx *Context, args *LookupNetworkvisibilityOutputArgs, opts ...InvokeOption) LookupNetworkvisibilityResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetNetworkvisibilityResult> getNetworkvisibility(GetNetworkvisibilityArgs args, InvokeOptions options)
public static Output<GetNetworkvisibilityResult> getNetworkvisibility(GetNetworkvisibilityArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: fortios:system/getNetworkvisibility:getNetworkvisibility
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Vdomparam Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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:

DestinationHostnameVisibility string
Enable/disable logging of destination hostname visibility.
DestinationLocation string
Enable/disable logging of destination geographical location visibility.
DestinationVisibility string
Enable/disable logging of destination visibility.
HostnameLimit int
Limit of the number of hostname table entries (0 - 50000).
HostnameTtl int
TTL of hostname table entries (60 - 86400).
Id string
The provider-assigned unique ID for this managed resource.
SourceLocation string
Enable/disable logging of source geographical location visibility.
Vdomparam string
DestinationHostnameVisibility string
Enable/disable logging of destination hostname visibility.
DestinationLocation string
Enable/disable logging of destination geographical location visibility.
DestinationVisibility string
Enable/disable logging of destination visibility.
HostnameLimit int
Limit of the number of hostname table entries (0 - 50000).
HostnameTtl int
TTL of hostname table entries (60 - 86400).
Id string
The provider-assigned unique ID for this managed resource.
SourceLocation string
Enable/disable logging of source geographical location visibility.
Vdomparam string
destinationHostnameVisibility String
Enable/disable logging of destination hostname visibility.
destinationLocation String
Enable/disable logging of destination geographical location visibility.
destinationVisibility String
Enable/disable logging of destination visibility.
hostnameLimit Integer
Limit of the number of hostname table entries (0 - 50000).
hostnameTtl Integer
TTL of hostname table entries (60 - 86400).
id String
The provider-assigned unique ID for this managed resource.
sourceLocation String
Enable/disable logging of source geographical location visibility.
vdomparam String
destinationHostnameVisibility string
Enable/disable logging of destination hostname visibility.
destinationLocation string
Enable/disable logging of destination geographical location visibility.
destinationVisibility string
Enable/disable logging of destination visibility.
hostnameLimit number
Limit of the number of hostname table entries (0 - 50000).
hostnameTtl number
TTL of hostname table entries (60 - 86400).
id string
The provider-assigned unique ID for this managed resource.
sourceLocation string
Enable/disable logging of source geographical location visibility.
vdomparam string
destination_hostname_visibility str
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
destinationHostnameVisibility String
Enable/disable logging of destination hostname visibility.
destinationLocation String
Enable/disable logging of destination geographical location visibility.
destinationVisibility String
Enable/disable logging of destination visibility.
hostnameLimit Number
Limit of the number of hostname table entries (0 - 50000).
hostnameTtl Number
TTL of hostname table entries (60 - 86400).
id String
The provider-assigned unique ID for this managed resource.
sourceLocation 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.
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse