Cisco Meraki v0.3.2 published on Tuesday, Sep 24, 2024 by Pulumi
meraki.networks.getCameraWirelessProfiles
Explore with Pulumi AI
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:
- Network
Id string - networkId path parameter. Network ID
- Wireless
Profile stringId - wirelessProfileId path parameter. Wireless profile ID
- Network
Id string - networkId path parameter. Network ID
- Wireless
Profile stringId - wirelessProfileId path parameter. Wireless profile ID
- network
Id String - networkId path parameter. Network ID
- wireless
Profile StringId - wirelessProfileId path parameter. Wireless profile ID
- network
Id string - networkId path parameter. Network ID
- wireless
Profile stringId - wirelessProfileId path parameter. Wireless profile ID
- network_
id str - networkId path parameter. Network ID
- wireless_
profile_ strid - wirelessProfileId path parameter. Wireless profile ID
- network
Id String - networkId path parameter. Network ID
- wireless
Profile StringId - 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
Get
Camera Wireless Profiles Item - Items
List<Get
Camera Wireless Profiles Item> - Array of ResponseCameraGetNetworkCameraWirelessProfiles
- Network
Id string - networkId path parameter. Network ID
- Wireless
Profile stringId - wirelessProfileId path parameter. Wireless profile ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Camera Wireless Profiles Item - Items
[]Get
Camera Wireless Profiles Item - Array of ResponseCameraGetNetworkCameraWirelessProfiles
- Network
Id string - networkId path parameter. Network ID
- Wireless
Profile stringId - wirelessProfileId path parameter. Wireless profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
Get
Camera Wireless Profiles Item - items
List<Get
Camera Wireless Profiles Item> - Array of ResponseCameraGetNetworkCameraWirelessProfiles
- network
Id String - networkId path parameter. Network ID
- wireless
Profile StringId - wirelessProfileId path parameter. Wireless profile ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
Get
Camera Wireless Profiles Item - items
Get
Camera Wireless Profiles Item[] - Array of ResponseCameraGetNetworkCameraWirelessProfiles
- network
Id string - networkId path parameter. Network ID
- wireless
Profile stringId - wirelessProfileId path parameter. Wireless profile ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
Get
Camera Wireless Profiles Item - items
Sequence[Get
Camera Wireless Profiles Item] - Array of ResponseCameraGetNetworkCameraWirelessProfiles
- network_
id str - networkId path parameter. Network ID
- wireless_
profile_ strid - 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
- network
Id String - networkId path parameter. Network ID
- wireless
Profile StringId - wirelessProfileId path parameter. Wireless profile ID
Supporting Types
GetCameraWirelessProfilesItem
- applied
Device NumberCount - id String
- identity Property Map
- name String
- ssid Property Map
GetCameraWirelessProfilesItemIdentity
GetCameraWirelessProfilesItemSsid
- Auth
Mode string - Encryption
Mode string - Name string
- Auth
Mode string - Encryption
Mode string - Name string
- auth
Mode String - encryption
Mode String - name String
- auth
Mode string - encryption
Mode string - name string
- auth_
mode str - encryption_
mode str - name str
- auth
Mode String - encryption
Mode 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.