ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getSatelliteEndpoint
Explore with Pulumi AI
Provides a read-only data source for ibm_satellite_endpoint. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const satelliteEndpoint = ibm.getSatelliteEndpoint({
endpointId: "endpoint_id",
location: "location_id",
});
import pulumi
import pulumi_ibm as ibm
satellite_endpoint = ibm.get_satellite_endpoint(endpoint_id="endpoint_id",
location="location_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupSatelliteEndpoint(ctx, &ibm.LookupSatelliteEndpointArgs{
EndpointId: "endpoint_id",
Location: "location_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var satelliteEndpoint = Ibm.GetSatelliteEndpoint.Invoke(new()
{
EndpointId = "endpoint_id",
Location = "location_id",
});
});
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.GetSatelliteEndpointArgs;
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 satelliteEndpoint = IbmFunctions.getSatelliteEndpoint(GetSatelliteEndpointArgs.builder()
.endpointId("endpoint_id")
.location("location_id")
.build());
}
}
variables:
satelliteEndpoint:
fn::invoke:
function: ibm:getSatelliteEndpoint
arguments:
endpointId: endpoint_id
location: location_id
Using getSatelliteEndpoint
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 getSatelliteEndpoint(args: GetSatelliteEndpointArgs, opts?: InvokeOptions): Promise<GetSatelliteEndpointResult>
function getSatelliteEndpointOutput(args: GetSatelliteEndpointOutputArgs, opts?: InvokeOptions): Output<GetSatelliteEndpointResult>
def get_satellite_endpoint(endpoint_id: Optional[str] = None,
id: Optional[str] = None,
location: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSatelliteEndpointResult
def get_satellite_endpoint_output(endpoint_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSatelliteEndpointResult]
func LookupSatelliteEndpoint(ctx *Context, args *LookupSatelliteEndpointArgs, opts ...InvokeOption) (*LookupSatelliteEndpointResult, error)
func LookupSatelliteEndpointOutput(ctx *Context, args *LookupSatelliteEndpointOutputArgs, opts ...InvokeOption) LookupSatelliteEndpointResultOutput
> Note: This function is named LookupSatelliteEndpoint
in the Go SDK.
public static class GetSatelliteEndpoint
{
public static Task<GetSatelliteEndpointResult> InvokeAsync(GetSatelliteEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetSatelliteEndpointResult> Invoke(GetSatelliteEndpointInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSatelliteEndpointResult> getSatelliteEndpoint(GetSatelliteEndpointArgs args, InvokeOptions options)
public static Output<GetSatelliteEndpointResult> getSatelliteEndpoint(GetSatelliteEndpointArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSatelliteEndpoint:getSatelliteEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- Endpoint
Id string - The Endpoint ID.
- Location string
- The Location ID.
- Id string
- The unique identifier of the ibm_satellite_endpoint.
- Endpoint
Id string - The Endpoint ID.
- Location string
- The Location ID.
- Id string
- The unique identifier of the ibm_satellite_endpoint.
- endpoint
Id String - The Endpoint ID.
- location String
- The Location ID.
- id String
- The unique identifier of the ibm_satellite_endpoint.
- endpoint
Id string - The Endpoint ID.
- location string
- The Location ID.
- id string
- The unique identifier of the ibm_satellite_endpoint.
- endpoint_
id str - The Endpoint ID.
- location str
- The Location ID.
- id str
- The unique identifier of the ibm_satellite_endpoint.
- endpoint
Id String - The Endpoint ID.
- location String
- The Location ID.
- id String
- The unique identifier of the ibm_satellite_endpoint.
getSatelliteEndpoint Result
The following output properties are available:
- Certs
List<Get
Satellite Endpoint Cert> - The certs. Once it is generated, this field will always be defined even it is unused until the cert/key is deleted. Nested
certs
blocks have the following structure: - Client
Host string - The hostname which Satellite Link server listen on for the on-location endpoint, or the hostname which the connector server listen on for the on-cloud endpoint destiantion.
- Client
Mutual boolAuth - Whether enable mutual auth in the client application side, when client_protocol is 'tls' or 'https', this field is required.
- Client
Port double - The port which Satellite Link server listen on for the on-location, or the port which the connector server listen on for the on-cloud endpoint destiantion.
- Client
Protocol string - The protocol in the client application side.
- Connection
Type string - The type of the endpoint.
- Connector
Port double - The connector port.
- Created
At string - The time when the Endpoint is created.
- Created
By string - The service or person who created the endpoint. Must be 1000 characters or fewer.
- Crn string
- Service instance associated with this location.
- Display
Name string - The display name of the endpoint. Endpoint names must start with a letter and end with an alphanumeric character, can contain letters, numbers, and hyphen (-), and must be 63 characters or fewer.
- Endpoint
Id string - Id string
- The unique identifier of the ibm_satellite_endpoint.
- Last
Change string - The last time modify the Endpoint configurations.
- Location string
- Performances
List<Get
Satellite Endpoint Performance> - The last performance data of the endpoint. Nested
performance
blocks have the following structure: - Reject
Unauth bool - Whether reject any connection to the server application which is not authorized with the list of supplied CAs in the fields certs.server_cert.
- Server
Host string - The host name or IP address of the server endpoint. For 'http-tunnel' protocol, server_host can start with '.' , which means a wildcard to it's sub domains. Such as '.example.com' can accept request to 'api.example.com' and 'www.example.com'.
- Server
Mutual boolAuth - Whether enable mutual auth in the server application side, when client_protocol is 'tls', this field is required.
- Server
Port double - The port number of the server endpoint. For 'http-tunnel' protocol, server_port can be 0, which means any port. Such as 0 is good for 80 (http) and 443 (https).
- Server
Protocol string - The protocol in the server application side. This parameter will change to default value if it is omitted even when using PATCH API. If client_protocol is 'udp', server_protocol must be 'udp'. If client_protocol is 'tcp'/'http', server_protocol could be 'tcp'/'tls' and default to 'tcp'. If client_protocol is 'tls'/'https', server_protocol could be 'tcp'/'tls' and default to 'tls'. If client_protocol is 'http-tunnel', server_protocol must be 'tcp'.
- Service
Name string - The service name of the endpoint.
- Sni string
- The server name indicator (SNI) which used to connect to the server endpoint. Only useful if server side requires SNI.
- Sources
List<Get
Satellite Endpoint Source> - Nested
sources
blocks have the following structure: - Status string
- Whether the Endpoint is active or not.
- Timeout double
- The inactivity timeout in the Endpoint side.
- Certs
[]Get
Satellite Endpoint Cert - The certs. Once it is generated, this field will always be defined even it is unused until the cert/key is deleted. Nested
certs
blocks have the following structure: - Client
Host string - The hostname which Satellite Link server listen on for the on-location endpoint, or the hostname which the connector server listen on for the on-cloud endpoint destiantion.
- Client
Mutual boolAuth - Whether enable mutual auth in the client application side, when client_protocol is 'tls' or 'https', this field is required.
- Client
Port float64 - The port which Satellite Link server listen on for the on-location, or the port which the connector server listen on for the on-cloud endpoint destiantion.
- Client
Protocol string - The protocol in the client application side.
- Connection
Type string - The type of the endpoint.
- Connector
Port float64 - The connector port.
- Created
At string - The time when the Endpoint is created.
- Created
By string - The service or person who created the endpoint. Must be 1000 characters or fewer.
- Crn string
- Service instance associated with this location.
- Display
Name string - The display name of the endpoint. Endpoint names must start with a letter and end with an alphanumeric character, can contain letters, numbers, and hyphen (-), and must be 63 characters or fewer.
- Endpoint
Id string - Id string
- The unique identifier of the ibm_satellite_endpoint.
- Last
Change string - The last time modify the Endpoint configurations.
- Location string
- Performances
[]Get
Satellite Endpoint Performance - The last performance data of the endpoint. Nested
performance
blocks have the following structure: - Reject
Unauth bool - Whether reject any connection to the server application which is not authorized with the list of supplied CAs in the fields certs.server_cert.
- Server
Host string - The host name or IP address of the server endpoint. For 'http-tunnel' protocol, server_host can start with '.' , which means a wildcard to it's sub domains. Such as '.example.com' can accept request to 'api.example.com' and 'www.example.com'.
- Server
Mutual boolAuth - Whether enable mutual auth in the server application side, when client_protocol is 'tls', this field is required.
- Server
Port float64 - The port number of the server endpoint. For 'http-tunnel' protocol, server_port can be 0, which means any port. Such as 0 is good for 80 (http) and 443 (https).
- Server
Protocol string - The protocol in the server application side. This parameter will change to default value if it is omitted even when using PATCH API. If client_protocol is 'udp', server_protocol must be 'udp'. If client_protocol is 'tcp'/'http', server_protocol could be 'tcp'/'tls' and default to 'tcp'. If client_protocol is 'tls'/'https', server_protocol could be 'tcp'/'tls' and default to 'tls'. If client_protocol is 'http-tunnel', server_protocol must be 'tcp'.
- Service
Name string - The service name of the endpoint.
- Sni string
- The server name indicator (SNI) which used to connect to the server endpoint. Only useful if server side requires SNI.
- Sources
[]Get
Satellite Endpoint Source - Nested
sources
blocks have the following structure: - Status string
- Whether the Endpoint is active or not.
- Timeout float64
- The inactivity timeout in the Endpoint side.
- certs
List<Get
Satellite Endpoint Cert> - The certs. Once it is generated, this field will always be defined even it is unused until the cert/key is deleted. Nested
certs
blocks have the following structure: - client
Host String - The hostname which Satellite Link server listen on for the on-location endpoint, or the hostname which the connector server listen on for the on-cloud endpoint destiantion.
- client
Mutual BooleanAuth - Whether enable mutual auth in the client application side, when client_protocol is 'tls' or 'https', this field is required.
- client
Port Double - The port which Satellite Link server listen on for the on-location, or the port which the connector server listen on for the on-cloud endpoint destiantion.
- client
Protocol String - The protocol in the client application side.
- connection
Type String - The type of the endpoint.
- connector
Port Double - The connector port.
- created
At String - The time when the Endpoint is created.
- created
By String - The service or person who created the endpoint. Must be 1000 characters or fewer.
- crn String
- Service instance associated with this location.
- display
Name String - The display name of the endpoint. Endpoint names must start with a letter and end with an alphanumeric character, can contain letters, numbers, and hyphen (-), and must be 63 characters or fewer.
- endpoint
Id String - id String
- The unique identifier of the ibm_satellite_endpoint.
- last
Change String - The last time modify the Endpoint configurations.
- location String
- performances
List<Get
Satellite Endpoint Performance> - The last performance data of the endpoint. Nested
performance
blocks have the following structure: - reject
Unauth Boolean - Whether reject any connection to the server application which is not authorized with the list of supplied CAs in the fields certs.server_cert.
- server
Host String - The host name or IP address of the server endpoint. For 'http-tunnel' protocol, server_host can start with '.' , which means a wildcard to it's sub domains. Such as '.example.com' can accept request to 'api.example.com' and 'www.example.com'.
- server
Mutual BooleanAuth - Whether enable mutual auth in the server application side, when client_protocol is 'tls', this field is required.
- server
Port Double - The port number of the server endpoint. For 'http-tunnel' protocol, server_port can be 0, which means any port. Such as 0 is good for 80 (http) and 443 (https).
- server
Protocol String - The protocol in the server application side. This parameter will change to default value if it is omitted even when using PATCH API. If client_protocol is 'udp', server_protocol must be 'udp'. If client_protocol is 'tcp'/'http', server_protocol could be 'tcp'/'tls' and default to 'tcp'. If client_protocol is 'tls'/'https', server_protocol could be 'tcp'/'tls' and default to 'tls'. If client_protocol is 'http-tunnel', server_protocol must be 'tcp'.
- service
Name String - The service name of the endpoint.
- sni String
- The server name indicator (SNI) which used to connect to the server endpoint. Only useful if server side requires SNI.
- sources
List<Get
Satellite Endpoint Source> - Nested
sources
blocks have the following structure: - status String
- Whether the Endpoint is active or not.
- timeout Double
- The inactivity timeout in the Endpoint side.
- certs
Get
Satellite Endpoint Cert[] - The certs. Once it is generated, this field will always be defined even it is unused until the cert/key is deleted. Nested
certs
blocks have the following structure: - client
Host string - The hostname which Satellite Link server listen on for the on-location endpoint, or the hostname which the connector server listen on for the on-cloud endpoint destiantion.
- client
Mutual booleanAuth - Whether enable mutual auth in the client application side, when client_protocol is 'tls' or 'https', this field is required.
- client
Port number - The port which Satellite Link server listen on for the on-location, or the port which the connector server listen on for the on-cloud endpoint destiantion.
- client
Protocol string - The protocol in the client application side.
- connection
Type string - The type of the endpoint.
- connector
Port number - The connector port.
- created
At string - The time when the Endpoint is created.
- created
By string - The service or person who created the endpoint. Must be 1000 characters or fewer.
- crn string
- Service instance associated with this location.
- display
Name string - The display name of the endpoint. Endpoint names must start with a letter and end with an alphanumeric character, can contain letters, numbers, and hyphen (-), and must be 63 characters or fewer.
- endpoint
Id string - id string
- The unique identifier of the ibm_satellite_endpoint.
- last
Change string - The last time modify the Endpoint configurations.
- location string
- performances
Get
Satellite Endpoint Performance[] - The last performance data of the endpoint. Nested
performance
blocks have the following structure: - reject
Unauth boolean - Whether reject any connection to the server application which is not authorized with the list of supplied CAs in the fields certs.server_cert.
- server
Host string - The host name or IP address of the server endpoint. For 'http-tunnel' protocol, server_host can start with '.' , which means a wildcard to it's sub domains. Such as '.example.com' can accept request to 'api.example.com' and 'www.example.com'.
- server
Mutual booleanAuth - Whether enable mutual auth in the server application side, when client_protocol is 'tls', this field is required.
- server
Port number - The port number of the server endpoint. For 'http-tunnel' protocol, server_port can be 0, which means any port. Such as 0 is good for 80 (http) and 443 (https).
- server
Protocol string - The protocol in the server application side. This parameter will change to default value if it is omitted even when using PATCH API. If client_protocol is 'udp', server_protocol must be 'udp'. If client_protocol is 'tcp'/'http', server_protocol could be 'tcp'/'tls' and default to 'tcp'. If client_protocol is 'tls'/'https', server_protocol could be 'tcp'/'tls' and default to 'tls'. If client_protocol is 'http-tunnel', server_protocol must be 'tcp'.
- service
Name string - The service name of the endpoint.
- sni string
- The server name indicator (SNI) which used to connect to the server endpoint. Only useful if server side requires SNI.
- sources
Get
Satellite Endpoint Source[] - Nested
sources
blocks have the following structure: - status string
- Whether the Endpoint is active or not.
- timeout number
- The inactivity timeout in the Endpoint side.
- certs
Sequence[Get
Satellite Endpoint Cert] - The certs. Once it is generated, this field will always be defined even it is unused until the cert/key is deleted. Nested
certs
blocks have the following structure: - client_
host str - The hostname which Satellite Link server listen on for the on-location endpoint, or the hostname which the connector server listen on for the on-cloud endpoint destiantion.
- client_
mutual_ boolauth - Whether enable mutual auth in the client application side, when client_protocol is 'tls' or 'https', this field is required.
- client_
port float - The port which Satellite Link server listen on for the on-location, or the port which the connector server listen on for the on-cloud endpoint destiantion.
- client_
protocol str - The protocol in the client application side.
- connection_
type str - The type of the endpoint.
- connector_
port float - The connector port.
- created_
at str - The time when the Endpoint is created.
- created_
by str - The service or person who created the endpoint. Must be 1000 characters or fewer.
- crn str
- Service instance associated with this location.
- display_
name str - The display name of the endpoint. Endpoint names must start with a letter and end with an alphanumeric character, can contain letters, numbers, and hyphen (-), and must be 63 characters or fewer.
- endpoint_
id str - id str
- The unique identifier of the ibm_satellite_endpoint.
- last_
change str - The last time modify the Endpoint configurations.
- location str
- performances
Sequence[Get
Satellite Endpoint Performance] - The last performance data of the endpoint. Nested
performance
blocks have the following structure: - reject_
unauth bool - Whether reject any connection to the server application which is not authorized with the list of supplied CAs in the fields certs.server_cert.
- server_
host str - The host name or IP address of the server endpoint. For 'http-tunnel' protocol, server_host can start with '.' , which means a wildcard to it's sub domains. Such as '.example.com' can accept request to 'api.example.com' and 'www.example.com'.
- server_
mutual_ boolauth - Whether enable mutual auth in the server application side, when client_protocol is 'tls', this field is required.
- server_
port float - The port number of the server endpoint. For 'http-tunnel' protocol, server_port can be 0, which means any port. Such as 0 is good for 80 (http) and 443 (https).
- server_
protocol str - The protocol in the server application side. This parameter will change to default value if it is omitted even when using PATCH API. If client_protocol is 'udp', server_protocol must be 'udp'. If client_protocol is 'tcp'/'http', server_protocol could be 'tcp'/'tls' and default to 'tcp'. If client_protocol is 'tls'/'https', server_protocol could be 'tcp'/'tls' and default to 'tls'. If client_protocol is 'http-tunnel', server_protocol must be 'tcp'.
- service_
name str - The service name of the endpoint.
- sni str
- The server name indicator (SNI) which used to connect to the server endpoint. Only useful if server side requires SNI.
- sources
Sequence[Get
Satellite Endpoint Source] - Nested
sources
blocks have the following structure: - status str
- Whether the Endpoint is active or not.
- timeout float
- The inactivity timeout in the Endpoint side.
- certs List<Property Map>
- The certs. Once it is generated, this field will always be defined even it is unused until the cert/key is deleted. Nested
certs
blocks have the following structure: - client
Host String - The hostname which Satellite Link server listen on for the on-location endpoint, or the hostname which the connector server listen on for the on-cloud endpoint destiantion.
- client
Mutual BooleanAuth - Whether enable mutual auth in the client application side, when client_protocol is 'tls' or 'https', this field is required.
- client
Port Number - The port which Satellite Link server listen on for the on-location, or the port which the connector server listen on for the on-cloud endpoint destiantion.
- client
Protocol String - The protocol in the client application side.
- connection
Type String - The type of the endpoint.
- connector
Port Number - The connector port.
- created
At String - The time when the Endpoint is created.
- created
By String - The service or person who created the endpoint. Must be 1000 characters or fewer.
- crn String
- Service instance associated with this location.
- display
Name String - The display name of the endpoint. Endpoint names must start with a letter and end with an alphanumeric character, can contain letters, numbers, and hyphen (-), and must be 63 characters or fewer.
- endpoint
Id String - id String
- The unique identifier of the ibm_satellite_endpoint.
- last
Change String - The last time modify the Endpoint configurations.
- location String
- performances List<Property Map>
- The last performance data of the endpoint. Nested
performance
blocks have the following structure: - reject
Unauth Boolean - Whether reject any connection to the server application which is not authorized with the list of supplied CAs in the fields certs.server_cert.
- server
Host String - The host name or IP address of the server endpoint. For 'http-tunnel' protocol, server_host can start with '.' , which means a wildcard to it's sub domains. Such as '.example.com' can accept request to 'api.example.com' and 'www.example.com'.
- server
Mutual BooleanAuth - Whether enable mutual auth in the server application side, when client_protocol is 'tls', this field is required.
- server
Port Number - The port number of the server endpoint. For 'http-tunnel' protocol, server_port can be 0, which means any port. Such as 0 is good for 80 (http) and 443 (https).
- server
Protocol String - The protocol in the server application side. This parameter will change to default value if it is omitted even when using PATCH API. If client_protocol is 'udp', server_protocol must be 'udp'. If client_protocol is 'tcp'/'http', server_protocol could be 'tcp'/'tls' and default to 'tcp'. If client_protocol is 'tls'/'https', server_protocol could be 'tcp'/'tls' and default to 'tls'. If client_protocol is 'http-tunnel', server_protocol must be 'tcp'.
- service
Name String - The service name of the endpoint.
- sni String
- The server name indicator (SNI) which used to connect to the server endpoint. Only useful if server side requires SNI.
- sources List<Property Map>
- Nested
sources
blocks have the following structure: - status String
- Whether the Endpoint is active or not.
- timeout Number
- The inactivity timeout in the Endpoint side.
Supporting Types
GetSatelliteEndpointCert
- Clients
List<Get
Satellite Endpoint Cert Client> - The CA which Satellite Link trust when receiving the connection from the client application. Nested
client
blocks have the following structure: - Connectors
List<Get
Satellite Endpoint Cert Connector> - The name of the connector reported the performance data.
- Servers
List<Get
Satellite Endpoint Cert Server> - The CA which Satellite Link trust when sending the connection to server application. Nested
server
blocks have the following structure:
- Clients
[]Get
Satellite Endpoint Cert Client - The CA which Satellite Link trust when receiving the connection from the client application. Nested
client
blocks have the following structure: - Connectors
[]Get
Satellite Endpoint Cert Connector - The name of the connector reported the performance data.
- Servers
[]Get
Satellite Endpoint Cert Server - The CA which Satellite Link trust when sending the connection to server application. Nested
server
blocks have the following structure:
- clients
List<Get
Satellite Endpoint Cert Client> - The CA which Satellite Link trust when receiving the connection from the client application. Nested
client
blocks have the following structure: - connectors
List<Get
Satellite Endpoint Cert Connector> - The name of the connector reported the performance data.
- servers
List<Get
Satellite Endpoint Cert Server> - The CA which Satellite Link trust when sending the connection to server application. Nested
server
blocks have the following structure:
- clients
Get
Satellite Endpoint Cert Client[] - The CA which Satellite Link trust when receiving the connection from the client application. Nested
client
blocks have the following structure: - connectors
Get
Satellite Endpoint Cert Connector[] - The name of the connector reported the performance data.
- servers
Get
Satellite Endpoint Cert Server[] - The CA which Satellite Link trust when sending the connection to server application. Nested
server
blocks have the following structure:
- clients
Sequence[Get
Satellite Endpoint Cert Client] - The CA which Satellite Link trust when receiving the connection from the client application. Nested
client
blocks have the following structure: - connectors
Sequence[Get
Satellite Endpoint Cert Connector] - The name of the connector reported the performance data.
- servers
Sequence[Get
Satellite Endpoint Cert Server] - The CA which Satellite Link trust when sending the connection to server application. Nested
server
blocks have the following structure:
- clients List<Property Map>
- The CA which Satellite Link trust when receiving the connection from the client application. Nested
client
blocks have the following structure: - connectors List<Property Map>
- The name of the connector reported the performance data.
- servers List<Property Map>
- The CA which Satellite Link trust when sending the connection to server application. Nested
server
blocks have the following structure:
GetSatelliteEndpointCertClient
- Certs
List<Get
Satellite Endpoint Cert Client Cert> - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- Certs
[]Get
Satellite Endpoint Cert Client Cert - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- certs
List<Get
Satellite Endpoint Cert Client Cert> - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- certs
Get
Satellite Endpoint Cert Client Cert[] - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- certs
Sequence[Get
Satellite Endpoint Cert Client Cert] - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- certs List<Property Map>
- The end-entity cert of the connector. Nested
cert
blocks have the following structure:
GetSatelliteEndpointCertClientCert
- Filename string
- The name of the key.
- Filename string
- The name of the key.
- filename String
- The name of the key.
- filename string
- The name of the key.
- filename str
- The name of the key.
- filename String
- The name of the key.
GetSatelliteEndpointCertConnector
- Certs
List<Get
Satellite Endpoint Cert Connector Cert> - The end-entity cert of the connector. Nested
cert
blocks have the following structure: - Keys
List<Get
Satellite Endpoint Cert Connector Key> - The private key of the connector. Nested
key
blocks have the following structure:
- Certs
[]Get
Satellite Endpoint Cert Connector Cert - The end-entity cert of the connector. Nested
cert
blocks have the following structure: - Keys
[]Get
Satellite Endpoint Cert Connector Key - The private key of the connector. Nested
key
blocks have the following structure:
- certs
List<Get
Satellite Endpoint Cert Connector Cert> - The end-entity cert of the connector. Nested
cert
blocks have the following structure: - keys
List<Get
Satellite Endpoint Cert Connector Key> - The private key of the connector. Nested
key
blocks have the following structure:
- certs
Get
Satellite Endpoint Cert Connector Cert[] - The end-entity cert of the connector. Nested
cert
blocks have the following structure: - keys
Get
Satellite Endpoint Cert Connector Key[] - The private key of the connector. Nested
key
blocks have the following structure:
- certs
Sequence[Get
Satellite Endpoint Cert Connector Cert] - The end-entity cert of the connector. Nested
cert
blocks have the following structure: - keys
Sequence[Get
Satellite Endpoint Cert Connector Key] - The private key of the connector. Nested
key
blocks have the following structure:
- certs List<Property Map>
- The end-entity cert of the connector. Nested
cert
blocks have the following structure: - keys List<Property Map>
- The private key of the connector. Nested
key
blocks have the following structure:
GetSatelliteEndpointCertConnectorCert
- Filename string
- The name of the key.
- Filename string
- The name of the key.
- filename String
- The name of the key.
- filename string
- The name of the key.
- filename str
- The name of the key.
- filename String
- The name of the key.
GetSatelliteEndpointCertConnectorKey
- Filename string
- The name of the key.
- Filename string
- The name of the key.
- filename String
- The name of the key.
- filename string
- The name of the key.
- filename str
- The name of the key.
- filename String
- The name of the key.
GetSatelliteEndpointCertServer
- Certs
List<Get
Satellite Endpoint Cert Server Cert> - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- Certs
[]Get
Satellite Endpoint Cert Server Cert - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- certs
List<Get
Satellite Endpoint Cert Server Cert> - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- certs
Get
Satellite Endpoint Cert Server Cert[] - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- certs
Sequence[Get
Satellite Endpoint Cert Server Cert] - The end-entity cert of the connector. Nested
cert
blocks have the following structure:
- certs List<Property Map>
- The end-entity cert of the connector. Nested
cert
blocks have the following structure:
GetSatelliteEndpointCertServerCert
- Filename string
- The name of the key.
- Filename string
- The name of the key.
- filename String
- The name of the key.
- filename string
- The name of the key.
- filename str
- The name of the key.
- filename String
- The name of the key.
GetSatelliteEndpointPerformance
- Bandwidth double
- Average Tatal Bandwidth of last two minutes, unit is Byte/s.
- Connection double
- Concurrent connections number of moment when probe read the data.
- Connectors
List<Get
Satellite Endpoint Performance Connector> - The last performance data of the endpoint from each Connector. Nested
connectors
blocks have the following structure: - Rx
Bandwidth double - Average Receive (to Cloud) Bandwidth of last two minutes, unit is Byte/s.
- Tx
Bandwidth double - Average Transmitted (to Location) Bandwidth of last two minutes, unit is Byte/s.
- Bandwidth float64
- Average Tatal Bandwidth of last two minutes, unit is Byte/s.
- Connection float64
- Concurrent connections number of moment when probe read the data.
- Connectors
[]Get
Satellite Endpoint Performance Connector - The last performance data of the endpoint from each Connector. Nested
connectors
blocks have the following structure: - Rx
Bandwidth float64 - Average Receive (to Cloud) Bandwidth of last two minutes, unit is Byte/s.
- Tx
Bandwidth float64 - Average Transmitted (to Location) Bandwidth of last two minutes, unit is Byte/s.
- bandwidth Double
- Average Tatal Bandwidth of last two minutes, unit is Byte/s.
- connection Double
- Concurrent connections number of moment when probe read the data.
- connectors
List<Get
Satellite Endpoint Performance Connector> - The last performance data of the endpoint from each Connector. Nested
connectors
blocks have the following structure: - rx
Bandwidth Double - Average Receive (to Cloud) Bandwidth of last two minutes, unit is Byte/s.
- tx
Bandwidth Double - Average Transmitted (to Location) Bandwidth of last two minutes, unit is Byte/s.
- bandwidth number
- Average Tatal Bandwidth of last two minutes, unit is Byte/s.
- connection number
- Concurrent connections number of moment when probe read the data.
- connectors
Get
Satellite Endpoint Performance Connector[] - The last performance data of the endpoint from each Connector. Nested
connectors
blocks have the following structure: - rx
Bandwidth number - Average Receive (to Cloud) Bandwidth of last two minutes, unit is Byte/s.
- tx
Bandwidth number - Average Transmitted (to Location) Bandwidth of last two minutes, unit is Byte/s.
- bandwidth float
- Average Tatal Bandwidth of last two minutes, unit is Byte/s.
- connection float
- Concurrent connections number of moment when probe read the data.
- connectors
Sequence[Get
Satellite Endpoint Performance Connector] - The last performance data of the endpoint from each Connector. Nested
connectors
blocks have the following structure: - rx_
bandwidth float - Average Receive (to Cloud) Bandwidth of last two minutes, unit is Byte/s.
- tx_
bandwidth float - Average Transmitted (to Location) Bandwidth of last two minutes, unit is Byte/s.
- bandwidth Number
- Average Tatal Bandwidth of last two minutes, unit is Byte/s.
- connection Number
- Concurrent connections number of moment when probe read the data.
- connectors List<Property Map>
- The last performance data of the endpoint from each Connector. Nested
connectors
blocks have the following structure: - rx
Bandwidth Number - Average Receive (to Cloud) Bandwidth of last two minutes, unit is Byte/s.
- tx
Bandwidth Number - Average Transmitted (to Location) Bandwidth of last two minutes, unit is Byte/s.
GetSatelliteEndpointPerformanceConnector
- Connections double
- Concurrent connections number of moment when probe read the data from the Connector.
- Connector string
- The name of the connector reported the performance data.
- Rx
Bw double - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- Tx
Bw double - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- Connections float64
- Concurrent connections number of moment when probe read the data from the Connector.
- Connector string
- The name of the connector reported the performance data.
- Rx
Bw float64 - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- Tx
Bw float64 - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- connections Double
- Concurrent connections number of moment when probe read the data from the Connector.
- connector String
- The name of the connector reported the performance data.
- rx
Bw Double - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- tx
Bw Double - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- connections number
- Concurrent connections number of moment when probe read the data from the Connector.
- connector string
- The name of the connector reported the performance data.
- rx
Bw number - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- tx
Bw number - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- connections float
- Concurrent connections number of moment when probe read the data from the Connector.
- connector str
- The name of the connector reported the performance data.
- rx_
bw float - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- tx_
bw float - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- connections Number
- Concurrent connections number of moment when probe read the data from the Connector.
- connector String
- The name of the connector reported the performance data.
- rx
Bw Number - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
- tx
Bw Number - Average Transmitted (to Location) Bandwidth of last two minutes read from the Connector, unit is Byte/s.
GetSatelliteEndpointSource
- Enabled bool
- Whether the source is enabled for the endpoint.
- Last
Change string - The last time modify the Endpoint configurations.
- Pending bool
- Whether the source has been enabled on this endpoint.
- Source
Id string - The Source ID.
- Enabled bool
- Whether the source is enabled for the endpoint.
- Last
Change string - The last time modify the Endpoint configurations.
- Pending bool
- Whether the source has been enabled on this endpoint.
- Source
Id string - The Source ID.
- enabled Boolean
- Whether the source is enabled for the endpoint.
- last
Change String - The last time modify the Endpoint configurations.
- pending Boolean
- Whether the source has been enabled on this endpoint.
- source
Id String - The Source ID.
- enabled boolean
- Whether the source is enabled for the endpoint.
- last
Change string - The last time modify the Endpoint configurations.
- pending boolean
- Whether the source has been enabled on this endpoint.
- source
Id string - The Source ID.
- enabled bool
- Whether the source is enabled for the endpoint.
- last_
change str - The last time modify the Endpoint configurations.
- pending bool
- Whether the source has been enabled on this endpoint.
- source_
id str - The Source ID.
- enabled Boolean
- Whether the source is enabled for the endpoint.
- last
Change String - The last time modify the Endpoint configurations.
- pending Boolean
- Whether the source has been enabled on this endpoint.
- source
Id String - The Source ID.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.