infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
infoblox.getZoneForward
Explore with Pulumi AI
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
Using getZoneForward
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 getZoneForward(args: GetZoneForwardArgs, opts?: InvokeOptions): Promise<GetZoneForwardResult>
function getZoneForwardOutput(args: GetZoneForwardOutputArgs, opts?: InvokeOptions): Output<GetZoneForwardResult>
def get_zone_forward(filters: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZoneForwardResult
def get_zone_forward_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZoneForwardResult]
func LookupZoneForward(ctx *Context, args *LookupZoneForwardArgs, opts ...InvokeOption) (*LookupZoneForwardResult, error)
func LookupZoneForwardOutput(ctx *Context, args *LookupZoneForwardOutputArgs, opts ...InvokeOption) LookupZoneForwardResultOutput
> Note: This function is named LookupZoneForward
in the Go SDK.
public static class GetZoneForward
{
public static Task<GetZoneForwardResult> InvokeAsync(GetZoneForwardArgs args, InvokeOptions? opts = null)
public static Output<GetZoneForwardResult> Invoke(GetZoneForwardInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetZoneForwardResult> getZoneForward(GetZoneForwardArgs args, InvokeOptions options)
public static Output<GetZoneForwardResult> getZoneForward(GetZoneForwardArgs args, InvokeOptions options)
fn::invoke:
function: infoblox:index/getZoneForward:getZoneForward
arguments:
# arguments dictionary
The following arguments are supported:
getZoneForward Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Zone Forward Result>
- Filters map[string]string
- Id string
- Results
[]Get
Zone Forward Result
- filters Map<String,String>
- id String
- results
List<Get
Zone Forward Result>
- filters {[key: string]: string}
- id string
- results
Get
Zone Forward Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Zone Forward Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetZoneForwardResult
- Comment string
- Disable bool
- Ext
Attrs string - External
Ns stringGroup - Forward
Tos List<GetZone Forward Result Forward To> - Forwarders
Only bool - Forwarding
Servers List<GetZone Forward Result Forwarding Server> - Fqdn string
- Id string
- Ns
Group string - View string
- Zone
Format string
- Comment string
- Disable bool
- Ext
Attrs string - External
Ns stringGroup - Forward
Tos []GetZone Forward Result Forward To - Forwarders
Only bool - Forwarding
Servers []GetZone Forward Result Forwarding Server - Fqdn string
- Id string
- Ns
Group string - View string
- Zone
Format string
- comment String
- disable Boolean
- ext
Attrs String - external
Ns StringGroup - forward
Tos List<GetZone Forward Result Forward To> - forwarders
Only Boolean - forwarding
Servers List<GetZone Forward Result Forwarding Server> - fqdn String
- id String
- ns
Group String - view String
- zone
Format String
- comment string
- disable boolean
- ext
Attrs string - external
Ns stringGroup - forward
Tos GetZone Forward Result Forward To[] - forwarders
Only boolean - forwarding
Servers GetZone Forward Result Forwarding Server[] - fqdn string
- id string
- ns
Group string - view string
- zone
Format string
- comment String
- disable Boolean
- ext
Attrs String - external
Ns StringGroup - forward
Tos List<Property Map> - forwarders
Only Boolean - forwarding
Servers List<Property Map> - fqdn String
- id String
- ns
Group String - view String
- zone
Format String
GetZoneForwardResultForwardTo
GetZoneForwardResultForwardingServer
- forward
Tos GetZone Forward Result Forwarding Server Forward To[] - forwarders
Only boolean - name string
- use
Override booleanForwarders
- forward
Tos List<Property Map> - forwarders
Only Boolean - name String
- use
Override BooleanForwarders
GetZoneForwardResultForwardingServerForwardTo
Package Details
- Repository
- infoblox infobloxopen/terraform-provider-infoblox
- License
- Notes
- This Pulumi package is based on the
infoblox
Terraform Provider.
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen