infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
infoblox.getZoneDelegated
Explore with Pulumi AI
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
Using getZoneDelegated
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 getZoneDelegated(args: GetZoneDelegatedArgs, opts?: InvokeOptions): Promise<GetZoneDelegatedResult>
function getZoneDelegatedOutput(args: GetZoneDelegatedOutputArgs, opts?: InvokeOptions): Output<GetZoneDelegatedResult>
def get_zone_delegated(filters: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZoneDelegatedResult
def get_zone_delegated_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZoneDelegatedResult]
func LookupZoneDelegated(ctx *Context, args *LookupZoneDelegatedArgs, opts ...InvokeOption) (*LookupZoneDelegatedResult, error)
func LookupZoneDelegatedOutput(ctx *Context, args *LookupZoneDelegatedOutputArgs, opts ...InvokeOption) LookupZoneDelegatedResultOutput
> Note: This function is named LookupZoneDelegated
in the Go SDK.
public static class GetZoneDelegated
{
public static Task<GetZoneDelegatedResult> InvokeAsync(GetZoneDelegatedArgs args, InvokeOptions? opts = null)
public static Output<GetZoneDelegatedResult> Invoke(GetZoneDelegatedInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetZoneDelegatedResult> getZoneDelegated(GetZoneDelegatedArgs args, InvokeOptions options)
public static Output<GetZoneDelegatedResult> getZoneDelegated(GetZoneDelegatedArgs args, InvokeOptions options)
fn::invoke:
function: infoblox:index/getZoneDelegated:getZoneDelegated
arguments:
# arguments dictionary
The following arguments are supported:
getZoneDelegated Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Zone Delegated Result>
- Filters map[string]string
- Id string
- Results
[]Get
Zone Delegated Result
- filters Map<String,String>
- id String
- results
List<Get
Zone Delegated Result>
- filters {[key: string]: string}
- id string
- results
Get
Zone Delegated Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Zone Delegated Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetZoneDelegatedResult
- Comment string
- Delegate
Tos List<GetZone Delegated Result Delegate To> - Delegated
Ttl double - Disable bool
- Ext
Attrs string - Fqdn string
- Id string
- Locked bool
- Ns
Group string - View string
- Zone
Format string
- Comment string
- Delegate
Tos []GetZone Delegated Result Delegate To - Delegated
Ttl float64 - Disable bool
- Ext
Attrs string - Fqdn string
- Id string
- Locked bool
- Ns
Group string - View string
- Zone
Format string
- comment String
- delegate
Tos List<GetZone Delegated Result Delegate To> - delegated
Ttl Double - disable Boolean
- ext
Attrs String - fqdn String
- id String
- locked Boolean
- ns
Group String - view String
- zone
Format String
- comment string
- delegate
Tos GetZone Delegated Result Delegate To[] - delegated
Ttl number - disable boolean
- ext
Attrs string - fqdn string
- id string
- locked boolean
- ns
Group string - view string
- zone
Format string
- comment str
- delegate_
tos Sequence[GetZone Delegated Result Delegate To] - delegated_
ttl float - disable bool
- ext_
attrs str - fqdn str
- id str
- locked bool
- ns_
group str - view str
- zone_
format str
- comment String
- delegate
Tos List<Property Map> - delegated
Ttl Number - disable Boolean
- ext
Attrs String - fqdn String
- id String
- locked Boolean
- ns
Group String - view String
- zone
Format String
GetZoneDelegatedResultDelegateTo
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