google-native.beyondcorp/v1alpha.getConnection
Gets details of a single Connection.
Using getConnection
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 getConnection(args: GetConnectionArgs, opts?: InvokeOptions): Promise<GetConnectionResult>
function getConnectionOutput(args: GetConnectionOutputArgs, opts?: InvokeOptions): Output<GetConnectionResult>
def get_connection(connection_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectionResult
def get_connection_output(connection_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectionResult]
func LookupConnection(ctx *Context, args *LookupConnectionArgs, opts ...InvokeOption) (*LookupConnectionResult, error)
func LookupConnectionOutput(ctx *Context, args *LookupConnectionOutputArgs, opts ...InvokeOption) LookupConnectionResultOutput
> Note: This function is named LookupConnection
in the Go SDK.
public static class GetConnection
{
public static Task<GetConnectionResult> InvokeAsync(GetConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionResult> Invoke(GetConnectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:beyondcorp/v1alpha:getConnection
arguments:
# arguments dictionary
The following arguments are supported:
- Connection
Id string - Location string
- Project string
- Connection
Id string - Location string
- Project string
- connection
Id String - location String
- project String
- connection
Id string - location string
- project string
- connection_
id str - location str
- project str
- connection
Id String - location String
- project String
getConnection Result
The following output properties are available:
- Application
Endpoint Pulumi.Google Native. Beyond Corp. V1Alpha. Outputs. Application Endpoint Response Address of the remote application endpoint for the BeyondCorp Connection.
- Connectors List<string>
Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be associated with this Connection.
- Create
Time string Timestamp when the resource was created.
- Display
Name string Optional. An arbitrary user-provided name for the connection. Cannot exceed 64 characters.
- Gateway
Pulumi.
Google Native. Beyond Corp. V1Alpha. Outputs. Gateway Response Optional. Gateway used by the connection.
- Labels Dictionary<string, string>
Optional. Resource labels to represent user provided metadata.
- Name string
Unique resource name of the connection. The name is ignored when creating a connection.
- State string
The current state of the connection.
- Type string
The type of network connectivity used by the connection.
- Uid string
A unique identifier for the instance generated by the system.
- Update
Time string Timestamp when the resource was last modified.
- Application
Endpoint ApplicationEndpoint Response Address of the remote application endpoint for the BeyondCorp Connection.
- Connectors []string
Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be associated with this Connection.
- Create
Time string Timestamp when the resource was created.
- Display
Name string Optional. An arbitrary user-provided name for the connection. Cannot exceed 64 characters.
- Gateway
Gateway
Response Optional. Gateway used by the connection.
- Labels map[string]string
Optional. Resource labels to represent user provided metadata.
- Name string
Unique resource name of the connection. The name is ignored when creating a connection.
- State string
The current state of the connection.
- Type string
The type of network connectivity used by the connection.
- Uid string
A unique identifier for the instance generated by the system.
- Update
Time string Timestamp when the resource was last modified.
- application
Endpoint ApplicationEndpoint Response Address of the remote application endpoint for the BeyondCorp Connection.
- connectors List<String>
Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be associated with this Connection.
- create
Time String Timestamp when the resource was created.
- display
Name String Optional. An arbitrary user-provided name for the connection. Cannot exceed 64 characters.
- gateway
Gateway
Response Optional. Gateway used by the connection.
- labels Map<String,String>
Optional. Resource labels to represent user provided metadata.
- name String
Unique resource name of the connection. The name is ignored when creating a connection.
- state String
The current state of the connection.
- type String
The type of network connectivity used by the connection.
- uid String
A unique identifier for the instance generated by the system.
- update
Time String Timestamp when the resource was last modified.
- application
Endpoint ApplicationEndpoint Response Address of the remote application endpoint for the BeyondCorp Connection.
- connectors string[]
Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be associated with this Connection.
- create
Time string Timestamp when the resource was created.
- display
Name string Optional. An arbitrary user-provided name for the connection. Cannot exceed 64 characters.
- gateway
Gateway
Response Optional. Gateway used by the connection.
- labels {[key: string]: string}
Optional. Resource labels to represent user provided metadata.
- name string
Unique resource name of the connection. The name is ignored when creating a connection.
- state string
The current state of the connection.
- type string
The type of network connectivity used by the connection.
- uid string
A unique identifier for the instance generated by the system.
- update
Time string Timestamp when the resource was last modified.
- application_
endpoint ApplicationEndpoint Response Address of the remote application endpoint for the BeyondCorp Connection.
- connectors Sequence[str]
Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be associated with this Connection.
- create_
time str Timestamp when the resource was created.
- display_
name str Optional. An arbitrary user-provided name for the connection. Cannot exceed 64 characters.
- gateway
Gateway
Response Optional. Gateway used by the connection.
- labels Mapping[str, str]
Optional. Resource labels to represent user provided metadata.
- name str
Unique resource name of the connection. The name is ignored when creating a connection.
- state str
The current state of the connection.
- type str
The type of network connectivity used by the connection.
- uid str
A unique identifier for the instance generated by the system.
- update_
time str Timestamp when the resource was last modified.
- application
Endpoint Property Map Address of the remote application endpoint for the BeyondCorp Connection.
- connectors List<String>
Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be associated with this Connection.
- create
Time String Timestamp when the resource was created.
- display
Name String Optional. An arbitrary user-provided name for the connection. Cannot exceed 64 characters.
- gateway Property Map
Optional. Gateway used by the connection.
- labels Map<String>
Optional. Resource labels to represent user provided metadata.
- name String
Unique resource name of the connection. The name is ignored when creating a connection.
- state String
The current state of the connection.
- type String
The type of network connectivity used by the connection.
- uid String
A unique identifier for the instance generated by the system.
- update
Time String Timestamp when the resource was last modified.
Supporting Types
ApplicationEndpointResponse
GatewayResponse
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0