ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getSatelliteLocationNlbDns
Explore with Pulumi AI
List registered NLB subdomains in a Satellite location.
Example Usage
The following example retrieves information about NLB subdomains of a cluster that is named mycluster
.
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetSatelliteLocationNlbDnsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var dns = IbmFunctions.getSatelliteLocationNlbDns(GetSatelliteLocationNlbDnsArgs.builder()
.name("mycluster")
.build());
}
}
variables:
dns:
fn::invoke:
function: ibm:getSatelliteLocationNlbDns
arguments:
name: mycluster
Using getSatelliteLocationNlbDns
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 getSatelliteLocationNlbDns(args: GetSatelliteLocationNlbDnsArgs, opts?: InvokeOptions): Promise<GetSatelliteLocationNlbDnsResult>
function getSatelliteLocationNlbDnsOutput(args: GetSatelliteLocationNlbDnsOutputArgs, opts?: InvokeOptions): Output<GetSatelliteLocationNlbDnsResult>
def get_satellite_location_nlb_dns(id: Optional[str] = None,
location: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSatelliteLocationNlbDnsResult
def get_satellite_location_nlb_dns_output(id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSatelliteLocationNlbDnsResult]
func LookupSatelliteLocationNlbDns(ctx *Context, args *LookupSatelliteLocationNlbDnsArgs, opts ...InvokeOption) (*LookupSatelliteLocationNlbDnsResult, error)
func LookupSatelliteLocationNlbDnsOutput(ctx *Context, args *LookupSatelliteLocationNlbDnsOutputArgs, opts ...InvokeOption) LookupSatelliteLocationNlbDnsResultOutput
> Note: This function is named LookupSatelliteLocationNlbDns
in the Go SDK.
public static class GetSatelliteLocationNlbDns
{
public static Task<GetSatelliteLocationNlbDnsResult> InvokeAsync(GetSatelliteLocationNlbDnsArgs args, InvokeOptions? opts = null)
public static Output<GetSatelliteLocationNlbDnsResult> Invoke(GetSatelliteLocationNlbDnsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSatelliteLocationNlbDnsResult> getSatelliteLocationNlbDns(GetSatelliteLocationNlbDnsArgs args, InvokeOptions options)
public static Output<GetSatelliteLocationNlbDnsResult> getSatelliteLocationNlbDns(GetSatelliteLocationNlbDnsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSatelliteLocationNlbDns:getSatelliteLocationNlbDns
arguments:
# arguments dictionary
The following arguments are supported:
getSatelliteLocationNlbDns Result
The following output properties are available:
- Id string
- Location string
- Nlb
Configs List<GetSatellite Location Nlb Dns Nlb Config> - List of objects
- Id string
- Location string
- Nlb
Configs []GetSatellite Location Nlb Dns Nlb Config - List of objects
- id String
- location String
- nlb
Configs List<GetSatellite Location Nlb Dns Nlb Config> - List of objects
- id string
- location string
- nlb
Configs GetSatellite Location Nlb Dns Nlb Config[] - List of objects
- id str
- location str
- nlb_
configs Sequence[GetSatellite Location Nlb Dns Nlb Config] - List of objects
- id String
- location String
- nlb
Configs List<Property Map> - List of objects
Supporting Types
GetSatelliteLocationNlbDnsNlbConfig
- Cluster string
- Dns
Type string - (String) Type of DNS.
- Lb
Hostname string - (String) Host Name of load Balancer.
- Nlb
Ips List<string> - (List(String)) NLB IPs.
- Nlb
Sub stringDomain - (String) NLB Sub-Domain.
- Secret
Name string - (String) Name of the secret.
- Secret
Namespace string - (String) Namespace of Secret.
- Secret
Status string - (String) Status of Secret.
- Type string
- (String) Nlb Type.
- Cluster string
- Dns
Type string - (String) Type of DNS.
- Lb
Hostname string - (String) Host Name of load Balancer.
- Nlb
Ips []string - (List(String)) NLB IPs.
- Nlb
Sub stringDomain - (String) NLB Sub-Domain.
- Secret
Name string - (String) Name of the secret.
- Secret
Namespace string - (String) Namespace of Secret.
- Secret
Status string - (String) Status of Secret.
- Type string
- (String) Nlb Type.
- cluster String
- dns
Type String - (String) Type of DNS.
- lb
Hostname String - (String) Host Name of load Balancer.
- nlb
Ips List<String> - (List(String)) NLB IPs.
- nlb
Sub StringDomain - (String) NLB Sub-Domain.
- secret
Name String - (String) Name of the secret.
- secret
Namespace String - (String) Namespace of Secret.
- secret
Status String - (String) Status of Secret.
- type String
- (String) Nlb Type.
- cluster string
- dns
Type string - (String) Type of DNS.
- lb
Hostname string - (String) Host Name of load Balancer.
- nlb
Ips string[] - (List(String)) NLB IPs.
- nlb
Sub stringDomain - (String) NLB Sub-Domain.
- secret
Name string - (String) Name of the secret.
- secret
Namespace string - (String) Namespace of Secret.
- secret
Status string - (String) Status of Secret.
- type string
- (String) Nlb Type.
- cluster str
- dns_
type str - (String) Type of DNS.
- lb_
hostname str - (String) Host Name of load Balancer.
- nlb_
ips Sequence[str] - (List(String)) NLB IPs.
- nlb_
sub_ strdomain - (String) NLB Sub-Domain.
- secret_
name str - (String) Name of the secret.
- secret_
namespace str - (String) Namespace of Secret.
- secret_
status str - (String) Status of Secret.
- type str
- (String) Nlb Type.
- cluster String
- dns
Type String - (String) Type of DNS.
- lb
Hostname String - (String) Host Name of load Balancer.
- nlb
Ips List<String> - (List(String)) NLB IPs.
- nlb
Sub StringDomain - (String) NLB Sub-Domain.
- secret
Name String - (String) Name of the secret.
- secret
Namespace String - (String) Namespace of Secret.
- secret
Status String - (String) Status of Secret.
- type String
- (String) Nlb Type.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.