1. Packages
  2. Cisco Meraki
  3. API Docs
  4. networks
  5. getFirmwareUpgrades
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

meraki.networks.getFirmwareUpgrades

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as meraki from "@pulumi/meraki";
    
    const example = meraki.networks.getFirmwareUpgrades({
        networkId: "string",
    });
    export const merakiNetworksFirmwareUpgradesExample = example.then(example => example.item);
    
    import pulumi
    import pulumi_meraki as meraki
    
    example = meraki.networks.get_firmware_upgrades(network_id="string")
    pulumi.export("merakiNetworksFirmwareUpgradesExample", example.item)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := networks.LookupFirmwareUpgrades(ctx, &networks.LookupFirmwareUpgradesArgs{
    			NetworkId: "string",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("merakiNetworksFirmwareUpgradesExample", example.Item)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Meraki = Pulumi.Meraki;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Meraki.Networks.GetFirmwareUpgrades.Invoke(new()
        {
            NetworkId = "string",
        });
    
        return new Dictionary<string, object?>
        {
            ["merakiNetworksFirmwareUpgradesExample"] = example.Apply(getFirmwareUpgradesResult => getFirmwareUpgradesResult.Item),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.meraki.networks.NetworksFunctions;
    import com.pulumi.meraki.networks.inputs.GetFirmwareUpgradesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = NetworksFunctions.getFirmwareUpgrades(GetFirmwareUpgradesArgs.builder()
                .networkId("string")
                .build());
    
            ctx.export("merakiNetworksFirmwareUpgradesExample", example.applyValue(getFirmwareUpgradesResult -> getFirmwareUpgradesResult.item()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: meraki:networks:getFirmwareUpgrades
          Arguments:
            networkId: string
    outputs:
      merakiNetworksFirmwareUpgradesExample: ${example.item}
    

    Using getFirmwareUpgrades

    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 getFirmwareUpgrades(args: GetFirmwareUpgradesArgs, opts?: InvokeOptions): Promise<GetFirmwareUpgradesResult>
    function getFirmwareUpgradesOutput(args: GetFirmwareUpgradesOutputArgs, opts?: InvokeOptions): Output<GetFirmwareUpgradesResult>
    def get_firmware_upgrades(network_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetFirmwareUpgradesResult
    def get_firmware_upgrades_output(network_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetFirmwareUpgradesResult]
    func LookupFirmwareUpgrades(ctx *Context, args *LookupFirmwareUpgradesArgs, opts ...InvokeOption) (*LookupFirmwareUpgradesResult, error)
    func LookupFirmwareUpgradesOutput(ctx *Context, args *LookupFirmwareUpgradesOutputArgs, opts ...InvokeOption) LookupFirmwareUpgradesResultOutput

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

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

    The following arguments are supported:

    NetworkId string
    networkId path parameter. Network ID
    NetworkId string
    networkId path parameter. Network ID
    networkId String
    networkId path parameter. Network ID
    networkId string
    networkId path parameter. Network ID
    network_id str
    networkId path parameter. Network ID
    networkId String
    networkId path parameter. Network ID

    getFirmwareUpgrades Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetFirmwareUpgradesItem
    NetworkId string
    networkId path parameter. Network ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetFirmwareUpgradesItem
    NetworkId string
    networkId path parameter. Network ID
    id String
    The provider-assigned unique ID for this managed resource.
    item GetFirmwareUpgradesItem
    networkId String
    networkId path parameter. Network ID
    id string
    The provider-assigned unique ID for this managed resource.
    item GetFirmwareUpgradesItem
    networkId string
    networkId path parameter. Network ID
    id str
    The provider-assigned unique ID for this managed resource.
    item GetFirmwareUpgradesItem
    network_id str
    networkId path parameter. Network ID
    id String
    The provider-assigned unique ID for this managed resource.
    item Property Map
    networkId String
    networkId path parameter. Network ID

    Supporting Types

    GetFirmwareUpgradesItem

    Products GetFirmwareUpgradesItemProducts
    The network devices to be updated
    Timezone string
    The timezone for the network
    UpgradeWindow GetFirmwareUpgradesItemUpgradeWindow
    Upgrade window for devices in network
    Products GetFirmwareUpgradesItemProducts
    The network devices to be updated
    Timezone string
    The timezone for the network
    UpgradeWindow GetFirmwareUpgradesItemUpgradeWindow
    Upgrade window for devices in network
    products GetFirmwareUpgradesItemProducts
    The network devices to be updated
    timezone String
    The timezone for the network
    upgradeWindow GetFirmwareUpgradesItemUpgradeWindow
    Upgrade window for devices in network
    products GetFirmwareUpgradesItemProducts
    The network devices to be updated
    timezone string
    The timezone for the network
    upgradeWindow GetFirmwareUpgradesItemUpgradeWindow
    Upgrade window for devices in network
    products GetFirmwareUpgradesItemProducts
    The network devices to be updated
    timezone str
    The timezone for the network
    upgrade_window GetFirmwareUpgradesItemUpgradeWindow
    Upgrade window for devices in network
    products Property Map
    The network devices to be updated
    timezone String
    The timezone for the network
    upgradeWindow Property Map
    Upgrade window for devices in network

    GetFirmwareUpgradesItemProducts

    Appliance GetFirmwareUpgradesItemProductsAppliance
    The network device to be updated
    Camera GetFirmwareUpgradesItemProductsCamera
    The network device to be updated
    CellularGateway GetFirmwareUpgradesItemProductsCellularGateway
    The network device to be updated
    Sensor GetFirmwareUpgradesItemProductsSensor
    The network device to be updated
    Switch GetFirmwareUpgradesItemProductsSwitch
    The network device to be updated
    Wireless GetFirmwareUpgradesItemProductsWireless
    The network device to be updated
    Appliance GetFirmwareUpgradesItemProductsAppliance
    The network device to be updated
    Camera GetFirmwareUpgradesItemProductsCamera
    The network device to be updated
    CellularGateway GetFirmwareUpgradesItemProductsCellularGateway
    The network device to be updated
    Sensor GetFirmwareUpgradesItemProductsSensor
    The network device to be updated
    Switch GetFirmwareUpgradesItemProductsSwitch
    The network device to be updated
    Wireless GetFirmwareUpgradesItemProductsWireless
    The network device to be updated
    appliance GetFirmwareUpgradesItemProductsAppliance
    The network device to be updated
    camera GetFirmwareUpgradesItemProductsCamera
    The network device to be updated
    cellularGateway GetFirmwareUpgradesItemProductsCellularGateway
    The network device to be updated
    sensor GetFirmwareUpgradesItemProductsSensor
    The network device to be updated
    switch_ GetFirmwareUpgradesItemProductsSwitch
    The network device to be updated
    wireless GetFirmwareUpgradesItemProductsWireless
    The network device to be updated
    appliance GetFirmwareUpgradesItemProductsAppliance
    The network device to be updated
    camera GetFirmwareUpgradesItemProductsCamera
    The network device to be updated
    cellularGateway GetFirmwareUpgradesItemProductsCellularGateway
    The network device to be updated
    sensor GetFirmwareUpgradesItemProductsSensor
    The network device to be updated
    switch GetFirmwareUpgradesItemProductsSwitch
    The network device to be updated
    wireless GetFirmwareUpgradesItemProductsWireless
    The network device to be updated
    appliance GetFirmwareUpgradesItemProductsAppliance
    The network device to be updated
    camera GetFirmwareUpgradesItemProductsCamera
    The network device to be updated
    cellular_gateway GetFirmwareUpgradesItemProductsCellularGateway
    The network device to be updated
    sensor GetFirmwareUpgradesItemProductsSensor
    The network device to be updated
    switch GetFirmwareUpgradesItemProductsSwitch
    The network device to be updated
    wireless GetFirmwareUpgradesItemProductsWireless
    The network device to be updated
    appliance Property Map
    The network device to be updated
    camera Property Map
    The network device to be updated
    cellularGateway Property Map
    The network device to be updated
    sensor Property Map
    The network device to be updated
    switch Property Map
    The network device to be updated
    wireless Property Map
    The network device to be updated

    GetFirmwareUpgradesItemProductsAppliance

    AvailableVersions List<GetFirmwareUpgradesItemProductsApplianceAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsApplianceCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []GetFirmwareUpgradesItemProductsApplianceAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsApplianceCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<GetFirmwareUpgradesItemProductsApplianceAvailableVersion>
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsApplianceCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions GetFirmwareUpgradesItemProductsApplianceAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsApplianceCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[GetFirmwareUpgradesItemProductsApplianceAvailableVersion]
    Firmware versions available for upgrade
    current_version GetFirmwareUpgradesItemProductsApplianceCurrentVersion
    Details of the current version on the device
    last_upgrade GetFirmwareUpgradesItemProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade GetFirmwareUpgradesItemProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    participate_in_next_beta_release bool
    Whether or not the network wants beta firmware
    availableVersions List<Property Map>
    Firmware versions available for upgrade
    currentVersion Property Map
    Details of the current version on the device
    lastUpgrade Property Map
    Details of the last firmware upgrade on the device
    nextUpgrade Property Map
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware

    GetFirmwareUpgradesItemProductsApplianceAvailableVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsApplianceCurrentVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsApplianceLastUpgrade

    FromVersion GetFirmwareUpgradesItemProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion GetFirmwareUpgradesItemProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version GetFirmwareUpgradesItemProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version GetFirmwareUpgradesItemProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion Property Map
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion Property Map
    Details of the version the device upgraded to

    GetFirmwareUpgradesItemProductsApplianceLastUpgradeFromVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsApplianceLastUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsApplianceNextUpgrade

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version GetFirmwareUpgradesItemProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion Property Map
    Details of the version the device will upgrade to if it exists

    GetFirmwareUpgradesItemProductsApplianceNextUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCamera

    AvailableVersions List<GetFirmwareUpgradesItemProductsCameraAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsCameraCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []GetFirmwareUpgradesItemProductsCameraAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsCameraCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<GetFirmwareUpgradesItemProductsCameraAvailableVersion>
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsCameraCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions GetFirmwareUpgradesItemProductsCameraAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsCameraCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[GetFirmwareUpgradesItemProductsCameraAvailableVersion]
    Firmware versions available for upgrade
    current_version GetFirmwareUpgradesItemProductsCameraCurrentVersion
    Details of the current version on the device
    last_upgrade GetFirmwareUpgradesItemProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade GetFirmwareUpgradesItemProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    participate_in_next_beta_release bool
    Whether or not the network wants beta firmware
    availableVersions List<Property Map>
    Firmware versions available for upgrade
    currentVersion Property Map
    Details of the current version on the device
    lastUpgrade Property Map
    Details of the last firmware upgrade on the device
    nextUpgrade Property Map
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware

    GetFirmwareUpgradesItemProductsCameraAvailableVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCameraCurrentVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCameraLastUpgrade

    FromVersion GetFirmwareUpgradesItemProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion GetFirmwareUpgradesItemProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version GetFirmwareUpgradesItemProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version GetFirmwareUpgradesItemProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion Property Map
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion Property Map
    Details of the version the device upgraded to

    GetFirmwareUpgradesItemProductsCameraLastUpgradeFromVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCameraLastUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCameraNextUpgrade

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version GetFirmwareUpgradesItemProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion Property Map
    Details of the version the device will upgrade to if it exists

    GetFirmwareUpgradesItemProductsCameraNextUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCellularGateway

    AvailableVersions List<GetFirmwareUpgradesItemProductsCellularGatewayAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []GetFirmwareUpgradesItemProductsCellularGatewayAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<GetFirmwareUpgradesItemProductsCellularGatewayAvailableVersion>
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions GetFirmwareUpgradesItemProductsCellularGatewayAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[GetFirmwareUpgradesItemProductsCellularGatewayAvailableVersion]
    Firmware versions available for upgrade
    current_version GetFirmwareUpgradesItemProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    last_upgrade GetFirmwareUpgradesItemProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade GetFirmwareUpgradesItemProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    participate_in_next_beta_release bool
    Whether or not the network wants beta firmware
    availableVersions List<Property Map>
    Firmware versions available for upgrade
    currentVersion Property Map
    Details of the current version on the device
    lastUpgrade Property Map
    Details of the last firmware upgrade on the device
    nextUpgrade Property Map
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware

    GetFirmwareUpgradesItemProductsCellularGatewayAvailableVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCellularGatewayCurrentVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCellularGatewayLastUpgrade

    FromVersion GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion Property Map
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion Property Map
    Details of the version the device upgraded to

    GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeFromVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCellularGatewayLastUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsCellularGatewayNextUpgrade

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version GetFirmwareUpgradesItemProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion Property Map
    Details of the version the device will upgrade to if it exists

    GetFirmwareUpgradesItemProductsCellularGatewayNextUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSensor

    AvailableVersions List<GetFirmwareUpgradesItemProductsSensorAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsSensorCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []GetFirmwareUpgradesItemProductsSensorAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsSensorCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<GetFirmwareUpgradesItemProductsSensorAvailableVersion>
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsSensorCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions GetFirmwareUpgradesItemProductsSensorAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsSensorCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[GetFirmwareUpgradesItemProductsSensorAvailableVersion]
    Firmware versions available for upgrade
    current_version GetFirmwareUpgradesItemProductsSensorCurrentVersion
    Details of the current version on the device
    last_upgrade GetFirmwareUpgradesItemProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade GetFirmwareUpgradesItemProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    participate_in_next_beta_release bool
    Whether or not the network wants beta firmware
    availableVersions List<Property Map>
    Firmware versions available for upgrade
    currentVersion Property Map
    Details of the current version on the device
    lastUpgrade Property Map
    Details of the last firmware upgrade on the device
    nextUpgrade Property Map
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware

    GetFirmwareUpgradesItemProductsSensorAvailableVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSensorCurrentVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSensorLastUpgrade

    FromVersion GetFirmwareUpgradesItemProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion GetFirmwareUpgradesItemProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version GetFirmwareUpgradesItemProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version GetFirmwareUpgradesItemProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion Property Map
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion Property Map
    Details of the version the device upgraded to

    GetFirmwareUpgradesItemProductsSensorLastUpgradeFromVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSensorLastUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSensorNextUpgrade

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version GetFirmwareUpgradesItemProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion Property Map
    Details of the version the device will upgrade to if it exists

    GetFirmwareUpgradesItemProductsSensorNextUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSwitch

    AvailableVersions List<GetFirmwareUpgradesItemProductsSwitchAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsSwitchCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []GetFirmwareUpgradesItemProductsSwitchAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsSwitchCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<GetFirmwareUpgradesItemProductsSwitchAvailableVersion>
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsSwitchCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions GetFirmwareUpgradesItemProductsSwitchAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsSwitchCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[GetFirmwareUpgradesItemProductsSwitchAvailableVersion]
    Firmware versions available for upgrade
    current_version GetFirmwareUpgradesItemProductsSwitchCurrentVersion
    Details of the current version on the device
    last_upgrade GetFirmwareUpgradesItemProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade GetFirmwareUpgradesItemProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    participate_in_next_beta_release bool
    Whether or not the network wants beta firmware
    availableVersions List<Property Map>
    Firmware versions available for upgrade
    currentVersion Property Map
    Details of the current version on the device
    lastUpgrade Property Map
    Details of the last firmware upgrade on the device
    nextUpgrade Property Map
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware

    GetFirmwareUpgradesItemProductsSwitchAvailableVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSwitchCurrentVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSwitchLastUpgrade

    FromVersion GetFirmwareUpgradesItemProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion GetFirmwareUpgradesItemProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version GetFirmwareUpgradesItemProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version GetFirmwareUpgradesItemProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion Property Map
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion Property Map
    Details of the version the device upgraded to

    GetFirmwareUpgradesItemProductsSwitchLastUpgradeFromVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSwitchLastUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsSwitchNextUpgrade

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version GetFirmwareUpgradesItemProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion Property Map
    Details of the version the device will upgrade to if it exists

    GetFirmwareUpgradesItemProductsSwitchNextUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsWireless

    AvailableVersions List<GetFirmwareUpgradesItemProductsWirelessAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsWirelessCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []GetFirmwareUpgradesItemProductsWirelessAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion GetFirmwareUpgradesItemProductsWirelessCurrentVersion
    Details of the current version on the device
    LastUpgrade GetFirmwareUpgradesItemProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade GetFirmwareUpgradesItemProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<GetFirmwareUpgradesItemProductsWirelessAvailableVersion>
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsWirelessCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions GetFirmwareUpgradesItemProductsWirelessAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion GetFirmwareUpgradesItemProductsWirelessCurrentVersion
    Details of the current version on the device
    lastUpgrade GetFirmwareUpgradesItemProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade GetFirmwareUpgradesItemProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[GetFirmwareUpgradesItemProductsWirelessAvailableVersion]
    Firmware versions available for upgrade
    current_version GetFirmwareUpgradesItemProductsWirelessCurrentVersion
    Details of the current version on the device
    last_upgrade GetFirmwareUpgradesItemProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade GetFirmwareUpgradesItemProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    participate_in_next_beta_release bool
    Whether or not the network wants beta firmware
    availableVersions List<Property Map>
    Firmware versions available for upgrade
    currentVersion Property Map
    Details of the current version on the device
    lastUpgrade Property Map
    Details of the last firmware upgrade on the device
    nextUpgrade Property Map
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware

    GetFirmwareUpgradesItemProductsWirelessAvailableVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsWirelessCurrentVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsWirelessLastUpgrade

    FromVersion GetFirmwareUpgradesItemProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion GetFirmwareUpgradesItemProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion GetFirmwareUpgradesItemProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version GetFirmwareUpgradesItemProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version GetFirmwareUpgradesItemProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion Property Map
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion Property Map
    Details of the version the device upgraded to

    GetFirmwareUpgradesItemProductsWirelessLastUpgradeFromVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsWirelessLastUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemProductsWirelessNextUpgrade

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion GetFirmwareUpgradesItemProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion GetFirmwareUpgradesItemProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version GetFirmwareUpgradesItemProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion Property Map
    Details of the version the device will upgrade to if it exists

    GetFirmwareUpgradesItemProductsWirelessNextUpgradeToVersion

    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    Firmware string
    Name of the firmware version
    Id string
    Firmware version identifier
    ReleaseDate string
    Release date of the firmware version
    ReleaseType string
    Release type of the firmware version
    ShortName string
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name
    firmware string
    Name of the firmware version
    id string
    Firmware version identifier
    releaseDate string
    Release date of the firmware version
    releaseType string
    Release type of the firmware version
    shortName string
    Firmware version short name
    firmware str
    Name of the firmware version
    id str
    Firmware version identifier
    release_date str
    Release date of the firmware version
    release_type str
    Release type of the firmware version
    short_name str
    Firmware version short name
    firmware String
    Name of the firmware version
    id String
    Firmware version identifier
    releaseDate String
    Release date of the firmware version
    releaseType String
    Release type of the firmware version
    shortName String
    Firmware version short name

    GetFirmwareUpgradesItemUpgradeWindow

    DayOfWeek string
    Day of the week
    HourOfDay string
    Hour of the day
    DayOfWeek string
    Day of the week
    HourOfDay string
    Hour of the day
    dayOfWeek String
    Day of the week
    hourOfDay String
    Hour of the day
    dayOfWeek string
    Day of the week
    hourOfDay string
    Hour of the day
    day_of_week str
    Day of the week
    hour_of_day str
    Hour of the day
    dayOfWeek String
    Day of the week
    hourOfDay String
    Hour of the day

    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.4 published on Friday, Jun 14, 2024 by Pulumi