Juniper Mist v0.1.1 published on Monday, Nov 4, 2024 by Pulumi
junipermist.org.getVpns
Explore with Pulumi AI
This data source provide the list of the Org VPNs.
Using getVpns
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 getVpns(args: GetVpnsArgs, opts?: InvokeOptions): Promise<GetVpnsResult>
function getVpnsOutput(args: GetVpnsOutputArgs, opts?: InvokeOptions): Output<GetVpnsResult>
def get_vpns(org_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpnsResult
def get_vpns_output(org_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpnsResult]
func GetVpns(ctx *Context, args *GetVpnsArgs, opts ...InvokeOption) (*GetVpnsResult, error)
func GetVpnsOutput(ctx *Context, args *GetVpnsOutputArgs, opts ...InvokeOption) GetVpnsResultOutput
> Note: This function is named GetVpns
in the Go SDK.
public static class GetVpns
{
public static Task<GetVpnsResult> InvokeAsync(GetVpnsArgs args, InvokeOptions? opts = null)
public static Output<GetVpnsResult> Invoke(GetVpnsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVpnsResult> getVpns(GetVpnsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: junipermist:org/getVpns:getVpns
arguments:
# arguments dictionary
The following arguments are supported:
- Org
Id string
- Org
Id string
- org
Id String
- org
Id string
- org_
id str
- org
Id String
getVpns Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Org
Vpns List<Pulumi.Juniper Mist. Org. Outputs. Get Vpns Org Vpn>
- Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Org
Vpns []GetVpns Org Vpn
- id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - org
Vpns List<GetVpns Org Vpn>
- id string
- The provider-assigned unique ID for this managed resource.
- org
Id string - org
Vpns GetVpns Org Vpn[]
- id str
- The provider-assigned unique ID for this managed resource.
- org_
id str - org_
vpns Sequence[GetVpns Org Vpn]
- id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - org
Vpns List<Property Map>
Supporting Types
GetVpnsOrgVpn
- Created
Time double - Id string
- Modified
Time double - Name string
- Org
Id string - Paths
Dictionary<string, Pulumi.
Juniper Mist. Org. Inputs. Get Vpns Org Vpn Paths>
- Created
Time float64 - Id string
- Modified
Time float64 - Name string
- Org
Id string - Paths
map[string]Get
Vpns Org Vpn Paths
- created
Time Double - id String
- modified
Time Double - name String
- org
Id String - paths
Map<String,Get
Vpns Org Vpn Paths>
- created
Time number - id string
- modified
Time number - name string
- org
Id string - paths
{[key: string]: Get
Vpns Org Vpn Paths}
- created_
time float - id str
- modified_
time float - name str
- org_
id str - paths
Mapping[str, Get
Vpns Org Vpn Paths]
- created
Time Number - id String
- modified
Time Number - name String
- org
Id String - paths Map<Property Map>
GetVpnsOrgVpnPaths
- Bfd
Profile string - enum:
broadband
,lte
- Ip string
- if different from the wan port
- Pod int
- Bfd
Profile string - enum:
broadband
,lte
- Ip string
- if different from the wan port
- Pod int
- bfd
Profile String - enum:
broadband
,lte
- ip String
- if different from the wan port
- pod Integer
- bfd
Profile string - enum:
broadband
,lte
- ip string
- if different from the wan port
- pod number
- bfd_
profile str - enum:
broadband
,lte
- ip str
- if different from the wan port
- pod int
- bfd
Profile String - enum:
broadband
,lte
- ip String
- if different from the wan port
- pod Number
Package Details
- Repository
- junipermist pulumi/pulumi-junipermist
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mist
Terraform Provider.