infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen
infoblox.getZoneDelegated
Explore with Pulumi AI
infoblox 2.9.0 published on Monday, Apr 14, 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 dictionaryThe following arguments are supported:
getZoneDelegated Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<GetZone Delegated Result> 
- Filters map[string]string
- Id string
- Results
[]GetZone Delegated Result 
- filters Map<String,String>
- id String
- results
List<GetZone Delegated Result> 
- filters {[key: string]: string}
- id string
- results
GetZone Delegated Result[] 
- filters Mapping[str, str]
- id str
- results
Sequence[GetZone Delegated Result] 
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetZoneDelegatedResult   
- Comment string
- DelegateTos List<GetZone Delegated Result Delegate To> 
- DelegatedTtl double
- Disable bool
- ExtAttrs string
- Fqdn string
- Id string
- Locked bool
- NsGroup string
- View string
- ZoneFormat string
- Comment string
- DelegateTos []GetZone Delegated Result Delegate To 
- DelegatedTtl float64
- Disable bool
- ExtAttrs string
- Fqdn string
- Id string
- Locked bool
- NsGroup string
- View string
- ZoneFormat string
- comment String
- delegateTos List<GetZone Delegated Result Delegate To> 
- delegatedTtl Double
- disable Boolean
- extAttrs String
- fqdn String
- id String
- locked Boolean
- nsGroup String
- view String
- zoneFormat String
- comment string
- delegateTos GetZone Delegated Result Delegate To[] 
- delegatedTtl number
- disable boolean
- extAttrs string
- fqdn string
- id string
- locked boolean
- nsGroup string
- view string
- zoneFormat 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
- delegateTos List<Property Map>
- delegatedTtl Number
- disable Boolean
- extAttrs String
- fqdn String
- id String
- locked Boolean
- nsGroup String
- view String
- zoneFormat String
GetZoneDelegatedResultDelegateTo     
Package Details
- Repository
- infoblox infobloxopen/terraform-provider-infoblox
- License
- Notes
- This Pulumi package is based on the infobloxTerraform Provider.
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen