1. Packages
  2. Cisco Meraki
  3. API Docs
  4. networks
  5. getCameraWirelessProfiles
Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 by Pulumi

meraki.networks.getCameraWirelessProfiles

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 by Pulumi

    Example Usage

    Using getCameraWirelessProfiles

    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 getCameraWirelessProfiles(args: GetCameraWirelessProfilesArgs, opts?: InvokeOptions): Promise<GetCameraWirelessProfilesResult>
    function getCameraWirelessProfilesOutput(args: GetCameraWirelessProfilesOutputArgs, opts?: InvokeOptions): Output<GetCameraWirelessProfilesResult>
    def get_camera_wireless_profiles(network_id: Optional[str] = None,
                                     wireless_profile_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetCameraWirelessProfilesResult
    def get_camera_wireless_profiles_output(network_id: Optional[pulumi.Input[str]] = None,
                                     wireless_profile_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetCameraWirelessProfilesResult]
    func LookupCameraWirelessProfiles(ctx *Context, args *LookupCameraWirelessProfilesArgs, opts ...InvokeOption) (*LookupCameraWirelessProfilesResult, error)
    func LookupCameraWirelessProfilesOutput(ctx *Context, args *LookupCameraWirelessProfilesOutputArgs, opts ...InvokeOption) LookupCameraWirelessProfilesResultOutput

    > Note: This function is named LookupCameraWirelessProfiles in the Go SDK.

    public static class GetCameraWirelessProfiles 
    {
        public static Task<GetCameraWirelessProfilesResult> InvokeAsync(GetCameraWirelessProfilesArgs args, InvokeOptions? opts = null)
        public static Output<GetCameraWirelessProfilesResult> Invoke(GetCameraWirelessProfilesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCameraWirelessProfilesResult> getCameraWirelessProfiles(GetCameraWirelessProfilesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:networks/getCameraWirelessProfiles:getCameraWirelessProfiles
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkId string
    networkId path parameter. Network ID
    WirelessProfileId string
    wirelessProfileId path parameter. Wireless profile ID
    NetworkId string
    networkId path parameter. Network ID
    WirelessProfileId string
    wirelessProfileId path parameter. Wireless profile ID
    networkId String
    networkId path parameter. Network ID
    wirelessProfileId String
    wirelessProfileId path parameter. Wireless profile ID
    networkId string
    networkId path parameter. Network ID
    wirelessProfileId string
    wirelessProfileId path parameter. Wireless profile ID
    network_id str
    networkId path parameter. Network ID
    wireless_profile_id str
    wirelessProfileId path parameter. Wireless profile ID
    networkId String
    networkId path parameter. Network ID
    wirelessProfileId String
    wirelessProfileId path parameter. Wireless profile ID

    getCameraWirelessProfiles Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetCameraWirelessProfilesItem
    Items List<GetCameraWirelessProfilesItem>
    Array of ResponseCameraGetNetworkCameraWirelessProfiles
    NetworkId string
    networkId path parameter. Network ID
    WirelessProfileId string
    wirelessProfileId path parameter. Wireless profile ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetCameraWirelessProfilesItem
    Items []GetCameraWirelessProfilesItem
    Array of ResponseCameraGetNetworkCameraWirelessProfiles
    NetworkId string
    networkId path parameter. Network ID
    WirelessProfileId string
    wirelessProfileId path parameter. Wireless profile ID
    id String
    The provider-assigned unique ID for this managed resource.
    item GetCameraWirelessProfilesItem
    items List<GetCameraWirelessProfilesItem>
    Array of ResponseCameraGetNetworkCameraWirelessProfiles
    networkId String
    networkId path parameter. Network ID
    wirelessProfileId String
    wirelessProfileId path parameter. Wireless profile ID
    id string
    The provider-assigned unique ID for this managed resource.
    item GetCameraWirelessProfilesItem
    items GetCameraWirelessProfilesItem[]
    Array of ResponseCameraGetNetworkCameraWirelessProfiles
    networkId string
    networkId path parameter. Network ID
    wirelessProfileId string
    wirelessProfileId path parameter. Wireless profile ID
    id str
    The provider-assigned unique ID for this managed resource.
    item GetCameraWirelessProfilesItem
    items Sequence[GetCameraWirelessProfilesItem]
    Array of ResponseCameraGetNetworkCameraWirelessProfiles
    network_id str
    networkId path parameter. Network ID
    wireless_profile_id str
    wirelessProfileId path parameter. Wireless profile ID
    id String
    The provider-assigned unique ID for this managed resource.
    item Property Map
    items List<Property Map>
    Array of ResponseCameraGetNetworkCameraWirelessProfiles
    networkId String
    networkId path parameter. Network ID
    wirelessProfileId String
    wirelessProfileId path parameter. Wireless profile ID

    Supporting Types

    GetCameraWirelessProfilesItem

    GetCameraWirelessProfilesItemIdentity

    Password string
    Username string
    Password string
    Username string
    password String
    username String
    password string
    username string
    password String
    username String

    GetCameraWirelessProfilesItemSsid

    AuthMode string
    EncryptionMode string
    Name string
    AuthMode string
    EncryptionMode string
    Name string
    authMode String
    encryptionMode String
    name String
    authMode string
    encryptionMode string
    name string
    authMode String
    encryptionMode String
    name String

    Package Details

    Repository
    meraki pulumi/pulumi-meraki
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the meraki Terraform Provider.
    meraki logo
    Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 by Pulumi