Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getNdproxy
Explore with Pulumi AI
Use this data source to get information on fortios system ndproxy
Using getNdproxy
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 getNdproxy(args: GetNdproxyArgs, opts?: InvokeOptions): Promise<GetNdproxyResult>
function getNdproxyOutput(args: GetNdproxyOutputArgs, opts?: InvokeOptions): Output<GetNdproxyResult>
def get_ndproxy(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNdproxyResult
def get_ndproxy_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNdproxyResult]
func LookupNdproxy(ctx *Context, args *LookupNdproxyArgs, opts ...InvokeOption) (*LookupNdproxyResult, error)
func LookupNdproxyOutput(ctx *Context, args *LookupNdproxyOutputArgs, opts ...InvokeOption) LookupNdproxyResultOutput
> Note: This function is named LookupNdproxy
in the Go SDK.
public static class GetNdproxy
{
public static Task<GetNdproxyResult> InvokeAsync(GetNdproxyArgs args, InvokeOptions? opts = null)
public static Output<GetNdproxyResult> Invoke(GetNdproxyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNdproxyResult> getNdproxy(GetNdproxyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getNdproxy:getNdproxy
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.
getNdproxy Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Members
List<Pulumiverse.
Fortios. System. Outputs. Get Ndproxy Member> - Interfaces using the neighbor discovery proxy. The structure of
member
block is documented below. - Status string
- Enable/disable neighbor discovery proxy.
- Vdomparam string
- Id string
- The provider-assigned unique ID for this managed resource.
- Members
[]Get
Ndproxy Member - Interfaces using the neighbor discovery proxy. The structure of
member
block is documented below. - Status string
- Enable/disable neighbor discovery proxy.
- Vdomparam string
- id String
- The provider-assigned unique ID for this managed resource.
- members
List<Get
Ndproxy Member> - Interfaces using the neighbor discovery proxy. The structure of
member
block is documented below. - status String
- Enable/disable neighbor discovery proxy.
- vdomparam String
- id string
- The provider-assigned unique ID for this managed resource.
- members
Get
Ndproxy Member[] - Interfaces using the neighbor discovery proxy. The structure of
member
block is documented below. - status string
- Enable/disable neighbor discovery proxy.
- vdomparam string
- id str
- The provider-assigned unique ID for this managed resource.
- members
Sequence[Get
Ndproxy Member] - Interfaces using the neighbor discovery proxy. The structure of
member
block is documented below. - status str
- Enable/disable neighbor discovery proxy.
- vdomparam str
- id String
- The provider-assigned unique ID for this managed resource.
- members List<Property Map>
- Interfaces using the neighbor discovery proxy. The structure of
member
block is documented below. - status String
- Enable/disable neighbor discovery proxy.
- vdomparam String
Supporting Types
GetNdproxyMember
- Interface
Name string - Interface name.
- Interface
Name string - Interface name.
- interface
Name String - Interface name.
- interface
Name string - Interface name.
- interface_
name str - Interface name.
- interface
Name String - Interface name.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.