infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
infoblox.getDtcServer
Explore with Pulumi AI
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
Using getDtcServer
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 getDtcServer(args: GetDtcServerArgs, opts?: InvokeOptions): Promise<GetDtcServerResult>
function getDtcServerOutput(args: GetDtcServerOutputArgs, opts?: InvokeOptions): Output<GetDtcServerResult>
def get_dtc_server(filters: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDtcServerResult
def get_dtc_server_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDtcServerResult]
func LookupDtcServer(ctx *Context, args *LookupDtcServerArgs, opts ...InvokeOption) (*LookupDtcServerResult, error)
func LookupDtcServerOutput(ctx *Context, args *LookupDtcServerOutputArgs, opts ...InvokeOption) LookupDtcServerResultOutput
> Note: This function is named LookupDtcServer
in the Go SDK.
public static class GetDtcServer
{
public static Task<GetDtcServerResult> InvokeAsync(GetDtcServerArgs args, InvokeOptions? opts = null)
public static Output<GetDtcServerResult> Invoke(GetDtcServerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDtcServerResult> getDtcServer(GetDtcServerArgs args, InvokeOptions options)
public static Output<GetDtcServerResult> getDtcServer(GetDtcServerArgs args, InvokeOptions options)
fn::invoke:
function: infoblox:index/getDtcServer:getDtcServer
arguments:
# arguments dictionary
The following arguments are supported:
getDtcServer Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Dtc Server Result>
- Filters map[string]string
- Id string
- Results
[]Get
Dtc Server Result
- filters Map<String,String>
- id String
- results
List<Get
Dtc Server Result>
- filters {[key: string]: string}
- id string
- results
Get
Dtc Server Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Dtc Server Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetDtcServerResult
- Auto
Create boolHost Record - Comment string
- Disable bool
- Ext
Attrs string - Health Dictionary<string, string>
- Host string
- Id string
- Monitors
List<Get
Dtc Server Result Monitor> - Name string
- Sni
Hostname string - Use
Sni boolHostname
- Auto
Create boolHost Record - Comment string
- Disable bool
- Ext
Attrs string - Health map[string]string
- Host string
- Id string
- Monitors
[]Get
Dtc Server Result Monitor - Name string
- Sni
Hostname string - Use
Sni boolHostname
- auto
Create BooleanHost Record - comment String
- disable Boolean
- ext
Attrs String - health Map<String,String>
- host String
- id String
- monitors
List<Get
Dtc Server Result Monitor> - name String
- sni
Hostname String - use
Sni BooleanHostname
- auto
Create booleanHost Record - comment string
- disable boolean
- ext
Attrs string - health {[key: string]: string}
- host string
- id string
- monitors
Get
Dtc Server Result Monitor[] - name string
- sni
Hostname string - use
Sni booleanHostname
- auto_
create_ boolhost_ record - comment str
- disable bool
- ext_
attrs str - health Mapping[str, str]
- host str
- id str
- monitors
Sequence[Get
Dtc Server Result Monitor] - name str
- sni_
hostname str - use_
sni_ boolhostname
- auto
Create BooleanHost Record - comment String
- disable Boolean
- ext
Attrs String - health Map<String>
- host String
- id String
- monitors List<Property Map>
- name String
- sni
Hostname String - use
Sni BooleanHostname
GetDtcServerResultMonitor
- Host string
- Monitor
Name string - Monitor
Type string
- Host string
- Monitor
Name string - Monitor
Type string
- host String
- monitor
Name String - monitor
Type String
- host string
- monitor
Name string - monitor
Type string
- host str
- monitor_
name str - monitor_
type str
- host String
- monitor
Name String - monitor
Type String
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