Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse
fortios.system.getIpv6neighborcache
Explore with Pulumi AI
Use this data source to get information on an fortios system ipv6neighborcache
Using getIpv6neighborcache
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 getIpv6neighborcache(args: GetIpv6neighborcacheArgs, opts?: InvokeOptions): Promise<GetIpv6neighborcacheResult>
function getIpv6neighborcacheOutput(args: GetIpv6neighborcacheOutputArgs, opts?: InvokeOptions): Output<GetIpv6neighborcacheResult>
def get_ipv6neighborcache(fosid: Optional[int] = None,
vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIpv6neighborcacheResult
def get_ipv6neighborcache_output(fosid: Optional[pulumi.Input[int]] = None,
vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIpv6neighborcacheResult]
func LookupIpv6neighborcache(ctx *Context, args *LookupIpv6neighborcacheArgs, opts ...InvokeOption) (*LookupIpv6neighborcacheResult, error)
func LookupIpv6neighborcacheOutput(ctx *Context, args *LookupIpv6neighborcacheOutputArgs, opts ...InvokeOption) LookupIpv6neighborcacheResultOutput
> Note: This function is named LookupIpv6neighborcache
in the Go SDK.
public static class GetIpv6neighborcache
{
public static Task<GetIpv6neighborcacheResult> InvokeAsync(GetIpv6neighborcacheArgs args, InvokeOptions? opts = null)
public static Output<GetIpv6neighborcacheResult> Invoke(GetIpv6neighborcacheInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIpv6neighborcacheResult> getIpv6neighborcache(GetIpv6neighborcacheArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getIpv6neighborcache:getIpv6neighborcache
arguments:
# arguments dictionary
The following arguments are supported:
- Fosid int
- Specify the fosid of the desired system ipv6neighborcache.
- 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 ipv6neighborcache.
- 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 ipv6neighborcache.
- 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 ipv6neighborcache.
- 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 ipv6neighborcache.
- 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 ipv6neighborcache.
- 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.
getIpv6neighborcache Result
The following output properties are available:
- Fosid int
- Unique integer ID of the entry.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface string
- Select the associated interface name from available options.
- Ipv6 string
- IPv6 address (format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx).
- Mac string
- MAC address (format: xx:xx:xx:xx:xx:xx).
- Vdomparam string
- Fosid int
- Unique integer ID of the entry.
- Id string
- The provider-assigned unique ID for this managed resource.
- Interface string
- Select the associated interface name from available options.
- Ipv6 string
- IPv6 address (format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx).
- Mac string
- MAC address (format: xx:xx:xx:xx:xx:xx).
- Vdomparam string
- fosid Integer
- Unique integer ID of the entry.
- id String
- The provider-assigned unique ID for this managed resource.
- interface_ String
- Select the associated interface name from available options.
- ipv6 String
- IPv6 address (format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx).
- mac String
- MAC address (format: xx:xx:xx:xx:xx:xx).
- vdomparam String
- fosid number
- Unique integer ID of the entry.
- id string
- The provider-assigned unique ID for this managed resource.
- interface string
- Select the associated interface name from available options.
- ipv6 string
- IPv6 address (format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx).
- mac string
- MAC address (format: xx:xx:xx:xx:xx:xx).
- vdomparam string
- fosid int
- Unique integer ID of the entry.
- id str
- The provider-assigned unique ID for this managed resource.
- interface str
- Select the associated interface name from available options.
- ipv6 str
- IPv6 address (format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx).
- mac str
- MAC address (format: xx:xx:xx:xx:xx:xx).
- vdomparam str
- fosid Number
- Unique integer ID of the entry.
- id String
- The provider-assigned unique ID for this managed resource.
- interface String
- Select the associated interface name from available options.
- ipv6 String
- IPv6 address (format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx).
- mac String
- MAC address (format: xx:xx:xx:xx:xx:xx).
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.