azure-native.avs.getGlobalReachConnection
A global reach connection resource API Version: 2020-07-17-preview.
Using getGlobalReachConnection
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 getGlobalReachConnection(args: GetGlobalReachConnectionArgs, opts?: InvokeOptions): Promise<GetGlobalReachConnectionResult>
function getGlobalReachConnectionOutput(args: GetGlobalReachConnectionOutputArgs, opts?: InvokeOptions): Output<GetGlobalReachConnectionResult>
def get_global_reach_connection(global_reach_connection_name: Optional[str] = None,
private_cloud_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGlobalReachConnectionResult
def get_global_reach_connection_output(global_reach_connection_name: Optional[pulumi.Input[str]] = None,
private_cloud_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGlobalReachConnectionResult]
func LookupGlobalReachConnection(ctx *Context, args *LookupGlobalReachConnectionArgs, opts ...InvokeOption) (*LookupGlobalReachConnectionResult, error)
func LookupGlobalReachConnectionOutput(ctx *Context, args *LookupGlobalReachConnectionOutputArgs, opts ...InvokeOption) LookupGlobalReachConnectionResultOutput
> Note: This function is named LookupGlobalReachConnection
in the Go SDK.
public static class GetGlobalReachConnection
{
public static Task<GetGlobalReachConnectionResult> InvokeAsync(GetGlobalReachConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetGlobalReachConnectionResult> Invoke(GetGlobalReachConnectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGlobalReachConnectionResult> getGlobalReachConnection(GetGlobalReachConnectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:avs:getGlobalReachConnection
arguments:
# arguments dictionary
The following arguments are supported:
- Global
Reach stringConnection Name Name of the global reach connection in the private cloud
- Private
Cloud stringName Name of the private cloud
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Global
Reach stringConnection Name Name of the global reach connection in the private cloud
- Private
Cloud stringName Name of the private cloud
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- global
Reach StringConnection Name Name of the global reach connection in the private cloud
- private
Cloud StringName Name of the private cloud
- resource
Group StringName The name of the resource group. The name is case insensitive.
- global
Reach stringConnection Name Name of the global reach connection in the private cloud
- private
Cloud stringName Name of the private cloud
- resource
Group stringName The name of the resource group. The name is case insensitive.
- global_
reach_ strconnection_ name Name of the global reach connection in the private cloud
- private_
cloud_ strname Name of the private cloud
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- global
Reach StringConnection Name Name of the global reach connection in the private cloud
- private
Cloud StringName Name of the private cloud
- resource
Group StringName The name of the resource group. The name is case insensitive.
getGlobalReachConnection Result
The following output properties are available:
- Address
Prefix string The network used for global reach carved out from the original network block provided for the private cloud
- Circuit
Connection stringStatus The connection status of the global reach connection
- Id string
Resource ID.
- Name string
Resource name.
- Provisioning
State string The state of the ExpressRoute Circuit Authorization provisioning
- Type string
Resource type.
- string
Authorization key from the peer express route used for the global reach connection
- Peer
Express stringRoute Circuit Identifier of the ExpressRoute Circuit to peer with in the global reach connection
- Address
Prefix string The network used for global reach carved out from the original network block provided for the private cloud
- Circuit
Connection stringStatus The connection status of the global reach connection
- Id string
Resource ID.
- Name string
Resource name.
- Provisioning
State string The state of the ExpressRoute Circuit Authorization provisioning
- Type string
Resource type.
- string
Authorization key from the peer express route used for the global reach connection
- Peer
Express stringRoute Circuit Identifier of the ExpressRoute Circuit to peer with in the global reach connection
- address
Prefix String The network used for global reach carved out from the original network block provided for the private cloud
- circuit
Connection StringStatus The connection status of the global reach connection
- id String
Resource ID.
- name String
Resource name.
- provisioning
State String The state of the ExpressRoute Circuit Authorization provisioning
- type String
Resource type.
- String
Authorization key from the peer express route used for the global reach connection
- peer
Express StringRoute Circuit Identifier of the ExpressRoute Circuit to peer with in the global reach connection
- address
Prefix string The network used for global reach carved out from the original network block provided for the private cloud
- circuit
Connection stringStatus The connection status of the global reach connection
- id string
Resource ID.
- name string
Resource name.
- provisioning
State string The state of the ExpressRoute Circuit Authorization provisioning
- type string
Resource type.
- string
Authorization key from the peer express route used for the global reach connection
- peer
Express stringRoute Circuit Identifier of the ExpressRoute Circuit to peer with in the global reach connection
- address_
prefix str The network used for global reach carved out from the original network block provided for the private cloud
- circuit_
connection_ strstatus The connection status of the global reach connection
- id str
Resource ID.
- name str
Resource name.
- provisioning_
state str The state of the ExpressRoute Circuit Authorization provisioning
- type str
Resource type.
- str
Authorization key from the peer express route used for the global reach connection
- peer_
express_ strroute_ circuit Identifier of the ExpressRoute Circuit to peer with in the global reach connection
- address
Prefix String The network used for global reach carved out from the original network block provided for the private cloud
- circuit
Connection StringStatus The connection status of the global reach connection
- id String
Resource ID.
- name String
Resource name.
- provisioning
State String The state of the ExpressRoute Circuit Authorization provisioning
- type String
Resource type.
- String
Authorization key from the peer express route used for the global reach connection
- peer
Express StringRoute Circuit Identifier of the ExpressRoute Circuit to peer with in the global reach connection
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0