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

meraki.networks.FirmwareUpgrades

Explore with Pulumi AI

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

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.meraki.networks.FirmwareUpgrades;
    import com.pulumi.meraki.networks.FirmwareUpgradesArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsApplianceArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsApplianceNextUpgradeArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsApplianceNextUpgradeToVersionArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsCameraArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsCameraNextUpgradeArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsCameraNextUpgradeToVersionArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsSensorArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsSensorNextUpgradeArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsSensorNextUpgradeToVersionArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsSwitchArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsSwitchNextUpgradeArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsSwitchNextUpgradeToVersionArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsWirelessArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsWirelessNextUpgradeArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesProductsWirelessNextUpgradeToVersionArgs;
    import com.pulumi.meraki.networks.inputs.FirmwareUpgradesUpgradeWindowArgs;
    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) {
            var example = new FirmwareUpgrades("example", FirmwareUpgradesArgs.builder()
                .networkId("string")
                .products(FirmwareUpgradesProductsArgs.builder()
                    .appliance(FirmwareUpgradesProductsApplianceArgs.builder()
                        .nextUpgrade(FirmwareUpgradesProductsApplianceNextUpgradeArgs.builder()
                            .time("2019-03-17T17:22:52Z")
                            .toVersion(FirmwareUpgradesProductsApplianceNextUpgradeToVersionArgs.builder()
                                .id("1001")
                                .build())
                            .build())
                        .participateInNextBetaRelease(false)
                        .build())
                    .camera(FirmwareUpgradesProductsCameraArgs.builder()
                        .nextUpgrade(FirmwareUpgradesProductsCameraNextUpgradeArgs.builder()
                            .time("2019-03-17T17:22:52Z")
                            .toVersion(FirmwareUpgradesProductsCameraNextUpgradeToVersionArgs.builder()
                                .id("1003")
                                .build())
                            .build())
                        .participateInNextBetaRelease(false)
                        .build())
                    .cellular_gateway(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .sensor(FirmwareUpgradesProductsSensorArgs.builder()
                        .nextUpgrade(FirmwareUpgradesProductsSensorNextUpgradeArgs.builder()
                            .time("2019-03-17T17:22:52Z")
                            .toVersion(FirmwareUpgradesProductsSensorNextUpgradeToVersionArgs.builder()
                                .id("1005")
                                .build())
                            .build())
                        .participateInNextBetaRelease(false)
                        .build())
                    .switch_(FirmwareUpgradesProductsSwitchArgs.builder()
                        .nextUpgrade(FirmwareUpgradesProductsSwitchNextUpgradeArgs.builder()
                            .time("2019-03-17T17:22:52Z")
                            .toVersion(FirmwareUpgradesProductsSwitchNextUpgradeToVersionArgs.builder()
                                .id("1002")
                                .build())
                            .build())
                        .participateInNextBetaRelease(false)
                        .build())
                    .switch_catalyst(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .wireless(FirmwareUpgradesProductsWirelessArgs.builder()
                        .nextUpgrade(FirmwareUpgradesProductsWirelessNextUpgradeArgs.builder()
                            .time("2019-03-17T17:22:52Z")
                            .toVersion(FirmwareUpgradesProductsWirelessNextUpgradeToVersionArgs.builder()
                                .id("1000")
                                .build())
                            .build())
                        .participateInNextBetaRelease(false)
                        .build())
                    .build())
                .timezone("America/Los_Angeles")
                .upgradeWindow(FirmwareUpgradesUpgradeWindowArgs.builder()
                    .day_of_week("sun")
                    .hour_of_day("4:00")
                    .build())
                .build());
    
            ctx.export("merakiNetworksFirmwareUpgradesExample", example);
        }
    }
    
    resources:
      example:
        type: meraki:networks:FirmwareUpgrades
        properties:
          networkId: string
          products:
            appliance:
              nextUpgrade:
                time: 2019-03-17T17:22:52Z
                toVersion:
                  id: '1001'
              participateInNextBetaRelease: false
            camera:
              nextUpgrade:
                time: 2019-03-17T17:22:52Z
                toVersion:
                  id: '1003'
              participateInNextBetaRelease: false
            cellular_gateway:
              nextUpgrade:
                time: 2019-03-17T17:22:52Z
                toVersion:
                  id: '1004'
              participateInNextBetaRelease: false
            sensor:
              nextUpgrade:
                time: 2019-03-17T17:22:52Z
                toVersion:
                  id: '1005'
              participateInNextBetaRelease: false
            switch:
              nextUpgrade:
                time: 2019-03-17T17:22:52Z
                toVersion:
                  id: '1002'
              participateInNextBetaRelease: false
            switch_catalyst:
              nextUpgrade:
                time: 2019-03-17T17:22:52Z
                toVersion:
                  id: '1234'
              participateInNextBetaRelease: false
            wireless:
              nextUpgrade:
                time: 2019-03-17T17:22:52Z
                toVersion:
                  id: '1000'
              participateInNextBetaRelease: false
          timezone: America/Los_Angeles
          upgradeWindow:
            day_of_week: sun
            hour_of_day: 4:00
    outputs:
      merakiNetworksFirmwareUpgradesExample: ${example}
    

    Create FirmwareUpgrades Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FirmwareUpgrades(name: string, args: FirmwareUpgradesArgs, opts?: CustomResourceOptions);
    @overload
    def FirmwareUpgrades(resource_name: str,
                         args: FirmwareUpgradesArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def FirmwareUpgrades(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         network_id: Optional[str] = None,
                         products: Optional[FirmwareUpgradesProductsArgs] = None,
                         timezone: Optional[str] = None,
                         upgrade_window: Optional[FirmwareUpgradesUpgradeWindowArgs] = None)
    func NewFirmwareUpgrades(ctx *Context, name string, args FirmwareUpgradesArgs, opts ...ResourceOption) (*FirmwareUpgrades, error)
    public FirmwareUpgrades(string name, FirmwareUpgradesArgs args, CustomResourceOptions? opts = null)
    public FirmwareUpgrades(String name, FirmwareUpgradesArgs args)
    public FirmwareUpgrades(String name, FirmwareUpgradesArgs args, CustomResourceOptions options)
    
    type: meraki:networks:FirmwareUpgrades
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args FirmwareUpgradesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args FirmwareUpgradesArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args FirmwareUpgradesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FirmwareUpgradesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FirmwareUpgradesArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var firmwareUpgradesResource = new Meraki.Networks.FirmwareUpgrades("firmwareUpgradesResource", new()
    {
        NetworkId = "string",
        Products = new Meraki.Networks.Inputs.FirmwareUpgradesProductsArgs
        {
            Appliance = new Meraki.Networks.Inputs.FirmwareUpgradesProductsApplianceArgs
            {
                AvailableVersions = new[]
                {
                    new Meraki.Networks.Inputs.FirmwareUpgradesProductsApplianceAvailableVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                CurrentVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsApplianceCurrentVersionArgs
                {
                    Firmware = "string",
                    Id = "string",
                    ReleaseDate = "string",
                    ReleaseType = "string",
                    ShortName = "string",
                },
                LastUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsApplianceLastUpgradeArgs
                {
                    FromVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsApplianceLastUpgradeFromVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsApplianceLastUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                NextUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsApplianceNextUpgradeArgs
                {
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsApplianceNextUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                ParticipateInNextBetaRelease = false,
            },
            Camera = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCameraArgs
            {
                AvailableVersions = new[]
                {
                    new Meraki.Networks.Inputs.FirmwareUpgradesProductsCameraAvailableVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                CurrentVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCameraCurrentVersionArgs
                {
                    Firmware = "string",
                    Id = "string",
                    ReleaseDate = "string",
                    ReleaseType = "string",
                    ShortName = "string",
                },
                LastUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCameraLastUpgradeArgs
                {
                    FromVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCameraLastUpgradeFromVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCameraLastUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                NextUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCameraNextUpgradeArgs
                {
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCameraNextUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                ParticipateInNextBetaRelease = false,
            },
            CellularGateway = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCellularGatewayArgs
            {
                AvailableVersions = new[]
                {
                    new Meraki.Networks.Inputs.FirmwareUpgradesProductsCellularGatewayAvailableVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                CurrentVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCellularGatewayCurrentVersionArgs
                {
                    Firmware = "string",
                    Id = "string",
                    ReleaseDate = "string",
                    ReleaseType = "string",
                    ShortName = "string",
                },
                LastUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCellularGatewayLastUpgradeArgs
                {
                    FromVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                NextUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCellularGatewayNextUpgradeArgs
                {
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                ParticipateInNextBetaRelease = false,
            },
            Sensor = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSensorArgs
            {
                AvailableVersions = new[]
                {
                    new Meraki.Networks.Inputs.FirmwareUpgradesProductsSensorAvailableVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                CurrentVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSensorCurrentVersionArgs
                {
                    Firmware = "string",
                    Id = "string",
                    ReleaseDate = "string",
                    ReleaseType = "string",
                    ShortName = "string",
                },
                LastUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSensorLastUpgradeArgs
                {
                    FromVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSensorLastUpgradeFromVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSensorLastUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                NextUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSensorNextUpgradeArgs
                {
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSensorNextUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                ParticipateInNextBetaRelease = false,
            },
            Switch = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchArgs
            {
                AvailableVersions = new[]
                {
                    new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchAvailableVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                CurrentVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchCurrentVersionArgs
                {
                    Firmware = "string",
                    Id = "string",
                    ReleaseDate = "string",
                    ReleaseType = "string",
                    ShortName = "string",
                },
                LastUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchLastUpgradeArgs
                {
                    FromVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchLastUpgradeFromVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchLastUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                NextUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchNextUpgradeArgs
                {
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchNextUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                ParticipateInNextBetaRelease = false,
            },
            SwitchCatalyst = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchCatalystArgs
            {
                NextUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchCatalystNextUpgradeArgs
                {
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersionArgs
                    {
                        Id = "string",
                    },
                },
                ParticipateInNextBetaRelease = false,
            },
            Wireless = new Meraki.Networks.Inputs.FirmwareUpgradesProductsWirelessArgs
            {
                AvailableVersions = new[]
                {
                    new Meraki.Networks.Inputs.FirmwareUpgradesProductsWirelessAvailableVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                CurrentVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsWirelessCurrentVersionArgs
                {
                    Firmware = "string",
                    Id = "string",
                    ReleaseDate = "string",
                    ReleaseType = "string",
                    ShortName = "string",
                },
                LastUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsWirelessLastUpgradeArgs
                {
                    FromVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsWirelessLastUpgradeFromVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsWirelessLastUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                NextUpgrade = new Meraki.Networks.Inputs.FirmwareUpgradesProductsWirelessNextUpgradeArgs
                {
                    Time = "string",
                    ToVersion = new Meraki.Networks.Inputs.FirmwareUpgradesProductsWirelessNextUpgradeToVersionArgs
                    {
                        Firmware = "string",
                        Id = "string",
                        ReleaseDate = "string",
                        ReleaseType = "string",
                        ShortName = "string",
                    },
                },
                ParticipateInNextBetaRelease = false,
            },
        },
        Timezone = "string",
        UpgradeWindow = new Meraki.Networks.Inputs.FirmwareUpgradesUpgradeWindowArgs
        {
            DayOfWeek = "string",
            HourOfDay = "string",
        },
    });
    
    example, err := networks.NewFirmwareUpgrades(ctx, "firmwareUpgradesResource", &networks.FirmwareUpgradesArgs{
    	NetworkId: pulumi.String("string"),
    	Products: &networks.FirmwareUpgradesProductsArgs{
    		Appliance: &networks.FirmwareUpgradesProductsApplianceArgs{
    			AvailableVersions: networks.FirmwareUpgradesProductsApplianceAvailableVersionArray{
    				&networks.FirmwareUpgradesProductsApplianceAvailableVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			CurrentVersion: &networks.FirmwareUpgradesProductsApplianceCurrentVersionArgs{
    				Firmware:    pulumi.String("string"),
    				Id:          pulumi.String("string"),
    				ReleaseDate: pulumi.String("string"),
    				ReleaseType: pulumi.String("string"),
    				ShortName:   pulumi.String("string"),
    			},
    			LastUpgrade: &networks.FirmwareUpgradesProductsApplianceLastUpgradeArgs{
    				FromVersion: &networks.FirmwareUpgradesProductsApplianceLastUpgradeFromVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsApplianceLastUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			NextUpgrade: &networks.FirmwareUpgradesProductsApplianceNextUpgradeArgs{
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsApplianceNextUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			ParticipateInNextBetaRelease: pulumi.Bool(false),
    		},
    		Camera: &networks.FirmwareUpgradesProductsCameraArgs{
    			AvailableVersions: networks.FirmwareUpgradesProductsCameraAvailableVersionArray{
    				&networks.FirmwareUpgradesProductsCameraAvailableVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			CurrentVersion: &networks.FirmwareUpgradesProductsCameraCurrentVersionArgs{
    				Firmware:    pulumi.String("string"),
    				Id:          pulumi.String("string"),
    				ReleaseDate: pulumi.String("string"),
    				ReleaseType: pulumi.String("string"),
    				ShortName:   pulumi.String("string"),
    			},
    			LastUpgrade: &networks.FirmwareUpgradesProductsCameraLastUpgradeArgs{
    				FromVersion: &networks.FirmwareUpgradesProductsCameraLastUpgradeFromVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsCameraLastUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			NextUpgrade: &networks.FirmwareUpgradesProductsCameraNextUpgradeArgs{
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsCameraNextUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			ParticipateInNextBetaRelease: pulumi.Bool(false),
    		},
    		CellularGateway: &networks.FirmwareUpgradesProductsCellularGatewayArgs{
    			AvailableVersions: networks.FirmwareUpgradesProductsCellularGatewayAvailableVersionArray{
    				&networks.FirmwareUpgradesProductsCellularGatewayAvailableVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			CurrentVersion: &networks.FirmwareUpgradesProductsCellularGatewayCurrentVersionArgs{
    				Firmware:    pulumi.String("string"),
    				Id:          pulumi.String("string"),
    				ReleaseDate: pulumi.String("string"),
    				ReleaseType: pulumi.String("string"),
    				ShortName:   pulumi.String("string"),
    			},
    			LastUpgrade: &networks.FirmwareUpgradesProductsCellularGatewayLastUpgradeArgs{
    				FromVersion: &networks.FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			NextUpgrade: &networks.FirmwareUpgradesProductsCellularGatewayNextUpgradeArgs{
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			ParticipateInNextBetaRelease: pulumi.Bool(false),
    		},
    		Sensor: &networks.FirmwareUpgradesProductsSensorArgs{
    			AvailableVersions: networks.FirmwareUpgradesProductsSensorAvailableVersionArray{
    				&networks.FirmwareUpgradesProductsSensorAvailableVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			CurrentVersion: &networks.FirmwareUpgradesProductsSensorCurrentVersionArgs{
    				Firmware:    pulumi.String("string"),
    				Id:          pulumi.String("string"),
    				ReleaseDate: pulumi.String("string"),
    				ReleaseType: pulumi.String("string"),
    				ShortName:   pulumi.String("string"),
    			},
    			LastUpgrade: &networks.FirmwareUpgradesProductsSensorLastUpgradeArgs{
    				FromVersion: &networks.FirmwareUpgradesProductsSensorLastUpgradeFromVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsSensorLastUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			NextUpgrade: &networks.FirmwareUpgradesProductsSensorNextUpgradeArgs{
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsSensorNextUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			ParticipateInNextBetaRelease: pulumi.Bool(false),
    		},
    		Switch: &networks.FirmwareUpgradesProductsSwitchArgs{
    			AvailableVersions: networks.FirmwareUpgradesProductsSwitchAvailableVersionArray{
    				&networks.FirmwareUpgradesProductsSwitchAvailableVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			CurrentVersion: &networks.FirmwareUpgradesProductsSwitchCurrentVersionArgs{
    				Firmware:    pulumi.String("string"),
    				Id:          pulumi.String("string"),
    				ReleaseDate: pulumi.String("string"),
    				ReleaseType: pulumi.String("string"),
    				ShortName:   pulumi.String("string"),
    			},
    			LastUpgrade: &networks.FirmwareUpgradesProductsSwitchLastUpgradeArgs{
    				FromVersion: &networks.FirmwareUpgradesProductsSwitchLastUpgradeFromVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsSwitchLastUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			NextUpgrade: &networks.FirmwareUpgradesProductsSwitchNextUpgradeArgs{
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsSwitchNextUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			ParticipateInNextBetaRelease: pulumi.Bool(false),
    		},
    		SwitchCatalyst: &networks.FirmwareUpgradesProductsSwitchCatalystArgs{
    			NextUpgrade: &networks.FirmwareUpgradesProductsSwitchCatalystNextUpgradeArgs{
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersionArgs{
    					Id: pulumi.String("string"),
    				},
    			},
    			ParticipateInNextBetaRelease: pulumi.Bool(false),
    		},
    		Wireless: &networks.FirmwareUpgradesProductsWirelessArgs{
    			AvailableVersions: networks.FirmwareUpgradesProductsWirelessAvailableVersionArray{
    				&networks.FirmwareUpgradesProductsWirelessAvailableVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			CurrentVersion: &networks.FirmwareUpgradesProductsWirelessCurrentVersionArgs{
    				Firmware:    pulumi.String("string"),
    				Id:          pulumi.String("string"),
    				ReleaseDate: pulumi.String("string"),
    				ReleaseType: pulumi.String("string"),
    				ShortName:   pulumi.String("string"),
    			},
    			LastUpgrade: &networks.FirmwareUpgradesProductsWirelessLastUpgradeArgs{
    				FromVersion: &networks.FirmwareUpgradesProductsWirelessLastUpgradeFromVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsWirelessLastUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			NextUpgrade: &networks.FirmwareUpgradesProductsWirelessNextUpgradeArgs{
    				Time: pulumi.String("string"),
    				ToVersion: &networks.FirmwareUpgradesProductsWirelessNextUpgradeToVersionArgs{
    					Firmware:    pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					ReleaseDate: pulumi.String("string"),
    					ReleaseType: pulumi.String("string"),
    					ShortName:   pulumi.String("string"),
    				},
    			},
    			ParticipateInNextBetaRelease: pulumi.Bool(false),
    		},
    	},
    	Timezone: pulumi.String("string"),
    	UpgradeWindow: &networks.FirmwareUpgradesUpgradeWindowArgs{
    		DayOfWeek: pulumi.String("string"),
    		HourOfDay: pulumi.String("string"),
    	},
    })
    
    var firmwareUpgradesResource = new FirmwareUpgrades("firmwareUpgradesResource", FirmwareUpgradesArgs.builder()
        .networkId("string")
        .products(FirmwareUpgradesProductsArgs.builder()
            .appliance(FirmwareUpgradesProductsApplianceArgs.builder()
                .availableVersions(FirmwareUpgradesProductsApplianceAvailableVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .currentVersion(FirmwareUpgradesProductsApplianceCurrentVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .lastUpgrade(FirmwareUpgradesProductsApplianceLastUpgradeArgs.builder()
                    .fromVersion(FirmwareUpgradesProductsApplianceLastUpgradeFromVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsApplianceLastUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .nextUpgrade(FirmwareUpgradesProductsApplianceNextUpgradeArgs.builder()
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsApplianceNextUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .participateInNextBetaRelease(false)
                .build())
            .camera(FirmwareUpgradesProductsCameraArgs.builder()
                .availableVersions(FirmwareUpgradesProductsCameraAvailableVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .currentVersion(FirmwareUpgradesProductsCameraCurrentVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .lastUpgrade(FirmwareUpgradesProductsCameraLastUpgradeArgs.builder()
                    .fromVersion(FirmwareUpgradesProductsCameraLastUpgradeFromVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsCameraLastUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .nextUpgrade(FirmwareUpgradesProductsCameraNextUpgradeArgs.builder()
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsCameraNextUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .participateInNextBetaRelease(false)
                .build())
            .cellularGateway(FirmwareUpgradesProductsCellularGatewayArgs.builder()
                .availableVersions(FirmwareUpgradesProductsCellularGatewayAvailableVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .currentVersion(FirmwareUpgradesProductsCellularGatewayCurrentVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .lastUpgrade(FirmwareUpgradesProductsCellularGatewayLastUpgradeArgs.builder()
                    .fromVersion(FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .nextUpgrade(FirmwareUpgradesProductsCellularGatewayNextUpgradeArgs.builder()
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .participateInNextBetaRelease(false)
                .build())
            .sensor(FirmwareUpgradesProductsSensorArgs.builder()
                .availableVersions(FirmwareUpgradesProductsSensorAvailableVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .currentVersion(FirmwareUpgradesProductsSensorCurrentVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .lastUpgrade(FirmwareUpgradesProductsSensorLastUpgradeArgs.builder()
                    .fromVersion(FirmwareUpgradesProductsSensorLastUpgradeFromVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsSensorLastUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .nextUpgrade(FirmwareUpgradesProductsSensorNextUpgradeArgs.builder()
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsSensorNextUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .participateInNextBetaRelease(false)
                .build())
            .switch_(FirmwareUpgradesProductsSwitchArgs.builder()
                .availableVersions(FirmwareUpgradesProductsSwitchAvailableVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .currentVersion(FirmwareUpgradesProductsSwitchCurrentVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .lastUpgrade(FirmwareUpgradesProductsSwitchLastUpgradeArgs.builder()
                    .fromVersion(FirmwareUpgradesProductsSwitchLastUpgradeFromVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsSwitchLastUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .nextUpgrade(FirmwareUpgradesProductsSwitchNextUpgradeArgs.builder()
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsSwitchNextUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .participateInNextBetaRelease(false)
                .build())
            .switchCatalyst(FirmwareUpgradesProductsSwitchCatalystArgs.builder()
                .nextUpgrade(FirmwareUpgradesProductsSwitchCatalystNextUpgradeArgs.builder()
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersionArgs.builder()
                        .id("string")
                        .build())
                    .build())
                .participateInNextBetaRelease(false)
                .build())
            .wireless(FirmwareUpgradesProductsWirelessArgs.builder()
                .availableVersions(FirmwareUpgradesProductsWirelessAvailableVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .currentVersion(FirmwareUpgradesProductsWirelessCurrentVersionArgs.builder()
                    .firmware("string")
                    .id("string")
                    .releaseDate("string")
                    .releaseType("string")
                    .shortName("string")
                    .build())
                .lastUpgrade(FirmwareUpgradesProductsWirelessLastUpgradeArgs.builder()
                    .fromVersion(FirmwareUpgradesProductsWirelessLastUpgradeFromVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsWirelessLastUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .nextUpgrade(FirmwareUpgradesProductsWirelessNextUpgradeArgs.builder()
                    .time("string")
                    .toVersion(FirmwareUpgradesProductsWirelessNextUpgradeToVersionArgs.builder()
                        .firmware("string")
                        .id("string")
                        .releaseDate("string")
                        .releaseType("string")
                        .shortName("string")
                        .build())
                    .build())
                .participateInNextBetaRelease(false)
                .build())
            .build())
        .timezone("string")
        .upgradeWindow(FirmwareUpgradesUpgradeWindowArgs.builder()
            .dayOfWeek("string")
            .hourOfDay("string")
            .build())
        .build());
    
    firmware_upgrades_resource = meraki.networks.FirmwareUpgrades("firmwareUpgradesResource",
        network_id="string",
        products=meraki.networks.FirmwareUpgradesProductsArgs(
            appliance=meraki.networks.FirmwareUpgradesProductsApplianceArgs(
                available_versions=[meraki.networks.FirmwareUpgradesProductsApplianceAvailableVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                )],
                current_version=meraki.networks.FirmwareUpgradesProductsApplianceCurrentVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                ),
                last_upgrade=meraki.networks.FirmwareUpgradesProductsApplianceLastUpgradeArgs(
                    from_version=meraki.networks.FirmwareUpgradesProductsApplianceLastUpgradeFromVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsApplianceLastUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                next_upgrade=meraki.networks.FirmwareUpgradesProductsApplianceNextUpgradeArgs(
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsApplianceNextUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                participate_in_next_beta_release=False,
            ),
            camera=meraki.networks.FirmwareUpgradesProductsCameraArgs(
                available_versions=[meraki.networks.FirmwareUpgradesProductsCameraAvailableVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                )],
                current_version=meraki.networks.FirmwareUpgradesProductsCameraCurrentVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                ),
                last_upgrade=meraki.networks.FirmwareUpgradesProductsCameraLastUpgradeArgs(
                    from_version=meraki.networks.FirmwareUpgradesProductsCameraLastUpgradeFromVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsCameraLastUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                next_upgrade=meraki.networks.FirmwareUpgradesProductsCameraNextUpgradeArgs(
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsCameraNextUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                participate_in_next_beta_release=False,
            ),
            cellular_gateway=meraki.networks.FirmwareUpgradesProductsCellularGatewayArgs(
                available_versions=[meraki.networks.FirmwareUpgradesProductsCellularGatewayAvailableVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                )],
                current_version=meraki.networks.FirmwareUpgradesProductsCellularGatewayCurrentVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                ),
                last_upgrade=meraki.networks.FirmwareUpgradesProductsCellularGatewayLastUpgradeArgs(
                    from_version=meraki.networks.FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                next_upgrade=meraki.networks.FirmwareUpgradesProductsCellularGatewayNextUpgradeArgs(
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                participate_in_next_beta_release=False,
            ),
            sensor=meraki.networks.FirmwareUpgradesProductsSensorArgs(
                available_versions=[meraki.networks.FirmwareUpgradesProductsSensorAvailableVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                )],
                current_version=meraki.networks.FirmwareUpgradesProductsSensorCurrentVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                ),
                last_upgrade=meraki.networks.FirmwareUpgradesProductsSensorLastUpgradeArgs(
                    from_version=meraki.networks.FirmwareUpgradesProductsSensorLastUpgradeFromVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsSensorLastUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                next_upgrade=meraki.networks.FirmwareUpgradesProductsSensorNextUpgradeArgs(
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsSensorNextUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                participate_in_next_beta_release=False,
            ),
            switch=meraki.networks.FirmwareUpgradesProductsSwitchArgs(
                available_versions=[meraki.networks.FirmwareUpgradesProductsSwitchAvailableVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                )],
                current_version=meraki.networks.FirmwareUpgradesProductsSwitchCurrentVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                ),
                last_upgrade=meraki.networks.FirmwareUpgradesProductsSwitchLastUpgradeArgs(
                    from_version=meraki.networks.FirmwareUpgradesProductsSwitchLastUpgradeFromVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsSwitchLastUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                next_upgrade=meraki.networks.FirmwareUpgradesProductsSwitchNextUpgradeArgs(
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsSwitchNextUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                participate_in_next_beta_release=False,
            ),
            switch_catalyst=meraki.networks.FirmwareUpgradesProductsSwitchCatalystArgs(
                next_upgrade=meraki.networks.FirmwareUpgradesProductsSwitchCatalystNextUpgradeArgs(
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersionArgs(
                        id="string",
                    ),
                ),
                participate_in_next_beta_release=False,
            ),
            wireless=meraki.networks.FirmwareUpgradesProductsWirelessArgs(
                available_versions=[meraki.networks.FirmwareUpgradesProductsWirelessAvailableVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                )],
                current_version=meraki.networks.FirmwareUpgradesProductsWirelessCurrentVersionArgs(
                    firmware="string",
                    id="string",
                    release_date="string",
                    release_type="string",
                    short_name="string",
                ),
                last_upgrade=meraki.networks.FirmwareUpgradesProductsWirelessLastUpgradeArgs(
                    from_version=meraki.networks.FirmwareUpgradesProductsWirelessLastUpgradeFromVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsWirelessLastUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                next_upgrade=meraki.networks.FirmwareUpgradesProductsWirelessNextUpgradeArgs(
                    time="string",
                    to_version=meraki.networks.FirmwareUpgradesProductsWirelessNextUpgradeToVersionArgs(
                        firmware="string",
                        id="string",
                        release_date="string",
                        release_type="string",
                        short_name="string",
                    ),
                ),
                participate_in_next_beta_release=False,
            ),
        ),
        timezone="string",
        upgrade_window=meraki.networks.FirmwareUpgradesUpgradeWindowArgs(
            day_of_week="string",
            hour_of_day="string",
        ))
    
    const firmwareUpgradesResource = new meraki.networks.FirmwareUpgrades("firmwareUpgradesResource", {
        networkId: "string",
        products: {
            appliance: {
                availableVersions: [{
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                }],
                currentVersion: {
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                },
                lastUpgrade: {
                    fromVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                nextUpgrade: {
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                participateInNextBetaRelease: false,
            },
            camera: {
                availableVersions: [{
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                }],
                currentVersion: {
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                },
                lastUpgrade: {
                    fromVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                nextUpgrade: {
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                participateInNextBetaRelease: false,
            },
            cellularGateway: {
                availableVersions: [{
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                }],
                currentVersion: {
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                },
                lastUpgrade: {
                    fromVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                nextUpgrade: {
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                participateInNextBetaRelease: false,
            },
            sensor: {
                availableVersions: [{
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                }],
                currentVersion: {
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                },
                lastUpgrade: {
                    fromVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                nextUpgrade: {
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                participateInNextBetaRelease: false,
            },
            "switch": {
                availableVersions: [{
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                }],
                currentVersion: {
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                },
                lastUpgrade: {
                    fromVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                nextUpgrade: {
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                participateInNextBetaRelease: false,
            },
            switchCatalyst: {
                nextUpgrade: {
                    time: "string",
                    toVersion: {
                        id: "string",
                    },
                },
                participateInNextBetaRelease: false,
            },
            wireless: {
                availableVersions: [{
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                }],
                currentVersion: {
                    firmware: "string",
                    id: "string",
                    releaseDate: "string",
                    releaseType: "string",
                    shortName: "string",
                },
                lastUpgrade: {
                    fromVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                nextUpgrade: {
                    time: "string",
                    toVersion: {
                        firmware: "string",
                        id: "string",
                        releaseDate: "string",
                        releaseType: "string",
                        shortName: "string",
                    },
                },
                participateInNextBetaRelease: false,
            },
        },
        timezone: "string",
        upgradeWindow: {
            dayOfWeek: "string",
            hourOfDay: "string",
        },
    });
    
    type: meraki:networks:FirmwareUpgrades
    properties:
        networkId: string
        products:
            appliance:
                availableVersions:
                    - firmware: string
                      id: string
                      releaseDate: string
                      releaseType: string
                      shortName: string
                currentVersion:
                    firmware: string
                    id: string
                    releaseDate: string
                    releaseType: string
                    shortName: string
                lastUpgrade:
                    fromVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                nextUpgrade:
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                participateInNextBetaRelease: false
            camera:
                availableVersions:
                    - firmware: string
                      id: string
                      releaseDate: string
                      releaseType: string
                      shortName: string
                currentVersion:
                    firmware: string
                    id: string
                    releaseDate: string
                    releaseType: string
                    shortName: string
                lastUpgrade:
                    fromVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                nextUpgrade:
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                participateInNextBetaRelease: false
            cellularGateway:
                availableVersions:
                    - firmware: string
                      id: string
                      releaseDate: string
                      releaseType: string
                      shortName: string
                currentVersion:
                    firmware: string
                    id: string
                    releaseDate: string
                    releaseType: string
                    shortName: string
                lastUpgrade:
                    fromVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                nextUpgrade:
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                participateInNextBetaRelease: false
            sensor:
                availableVersions:
                    - firmware: string
                      id: string
                      releaseDate: string
                      releaseType: string
                      shortName: string
                currentVersion:
                    firmware: string
                    id: string
                    releaseDate: string
                    releaseType: string
                    shortName: string
                lastUpgrade:
                    fromVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                nextUpgrade:
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                participateInNextBetaRelease: false
            switch:
                availableVersions:
                    - firmware: string
                      id: string
                      releaseDate: string
                      releaseType: string
                      shortName: string
                currentVersion:
                    firmware: string
                    id: string
                    releaseDate: string
                    releaseType: string
                    shortName: string
                lastUpgrade:
                    fromVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                nextUpgrade:
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                participateInNextBetaRelease: false
            switchCatalyst:
                nextUpgrade:
                    time: string
                    toVersion:
                        id: string
                participateInNextBetaRelease: false
            wireless:
                availableVersions:
                    - firmware: string
                      id: string
                      releaseDate: string
                      releaseType: string
                      shortName: string
                currentVersion:
                    firmware: string
                    id: string
                    releaseDate: string
                    releaseType: string
                    shortName: string
                lastUpgrade:
                    fromVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                nextUpgrade:
                    time: string
                    toVersion:
                        firmware: string
                        id: string
                        releaseDate: string
                        releaseType: string
                        shortName: string
                participateInNextBetaRelease: false
        timezone: string
        upgradeWindow:
            dayOfWeek: string
            hourOfDay: string
    

    FirmwareUpgrades Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The FirmwareUpgrades resource accepts the following input properties:

    NetworkId string
    networkId path parameter. Network ID
    Products FirmwareUpgradesProducts
    The network devices to be updated
    Timezone string
    The timezone for the network
    UpgradeWindow FirmwareUpgradesUpgradeWindow
    Upgrade window for devices in network
    NetworkId string
    networkId path parameter. Network ID
    Products FirmwareUpgradesProductsArgs
    The network devices to be updated
    Timezone string
    The timezone for the network
    UpgradeWindow FirmwareUpgradesUpgradeWindowArgs
    Upgrade window for devices in network
    networkId String
    networkId path parameter. Network ID
    products FirmwareUpgradesProducts
    The network devices to be updated
    timezone String
    The timezone for the network
    upgradeWindow FirmwareUpgradesUpgradeWindow
    Upgrade window for devices in network
    networkId string
    networkId path parameter. Network ID
    products FirmwareUpgradesProducts
    The network devices to be updated
    timezone string
    The timezone for the network
    upgradeWindow FirmwareUpgradesUpgradeWindow
    Upgrade window for devices in network
    network_id str
    networkId path parameter. Network ID
    products FirmwareUpgradesProductsArgs
    The network devices to be updated
    timezone str
    The timezone for the network
    upgrade_window FirmwareUpgradesUpgradeWindowArgs
    Upgrade window for devices in network
    networkId String
    networkId path parameter. Network ID
    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

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FirmwareUpgrades resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing FirmwareUpgrades Resource

    Get an existing FirmwareUpgrades resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: FirmwareUpgradesState, opts?: CustomResourceOptions): FirmwareUpgrades
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            network_id: Optional[str] = None,
            products: Optional[FirmwareUpgradesProductsArgs] = None,
            timezone: Optional[str] = None,
            upgrade_window: Optional[FirmwareUpgradesUpgradeWindowArgs] = None) -> FirmwareUpgrades
    func GetFirmwareUpgrades(ctx *Context, name string, id IDInput, state *FirmwareUpgradesState, opts ...ResourceOption) (*FirmwareUpgrades, error)
    public static FirmwareUpgrades Get(string name, Input<string> id, FirmwareUpgradesState? state, CustomResourceOptions? opts = null)
    public static FirmwareUpgrades get(String name, Output<String> id, FirmwareUpgradesState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    NetworkId string
    networkId path parameter. Network ID
    Products FirmwareUpgradesProducts
    The network devices to be updated
    Timezone string
    The timezone for the network
    UpgradeWindow FirmwareUpgradesUpgradeWindow
    Upgrade window for devices in network
    NetworkId string
    networkId path parameter. Network ID
    Products FirmwareUpgradesProductsArgs
    The network devices to be updated
    Timezone string
    The timezone for the network
    UpgradeWindow FirmwareUpgradesUpgradeWindowArgs
    Upgrade window for devices in network
    networkId String
    networkId path parameter. Network ID
    products FirmwareUpgradesProducts
    The network devices to be updated
    timezone String
    The timezone for the network
    upgradeWindow FirmwareUpgradesUpgradeWindow
    Upgrade window for devices in network
    networkId string
    networkId path parameter. Network ID
    products FirmwareUpgradesProducts
    The network devices to be updated
    timezone string
    The timezone for the network
    upgradeWindow FirmwareUpgradesUpgradeWindow
    Upgrade window for devices in network
    network_id str
    networkId path parameter. Network ID
    products FirmwareUpgradesProductsArgs
    The network devices to be updated
    timezone str
    The timezone for the network
    upgrade_window FirmwareUpgradesUpgradeWindowArgs
    Upgrade window for devices in network
    networkId String
    networkId path parameter. Network ID
    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

    Supporting Types

    FirmwareUpgradesProducts, FirmwareUpgradesProductsArgs

    Appliance FirmwareUpgradesProductsAppliance
    The network device to be updated
    Camera FirmwareUpgradesProductsCamera
    The network device to be updated
    CellularGateway FirmwareUpgradesProductsCellularGateway
    The network device to be updated
    Sensor FirmwareUpgradesProductsSensor
    The network device to be updated
    Switch FirmwareUpgradesProductsSwitch
    The network device to be updated
    SwitchCatalyst FirmwareUpgradesProductsSwitchCatalyst
    The network device to be updated
    Wireless FirmwareUpgradesProductsWireless
    The network device to be updated
    Appliance FirmwareUpgradesProductsAppliance
    The network device to be updated
    Camera FirmwareUpgradesProductsCamera
    The network device to be updated
    CellularGateway FirmwareUpgradesProductsCellularGateway
    The network device to be updated
    Sensor FirmwareUpgradesProductsSensor
    The network device to be updated
    Switch FirmwareUpgradesProductsSwitch
    The network device to be updated
    SwitchCatalyst FirmwareUpgradesProductsSwitchCatalyst
    The network device to be updated
    Wireless FirmwareUpgradesProductsWireless
    The network device to be updated
    appliance FirmwareUpgradesProductsAppliance
    The network device to be updated
    camera FirmwareUpgradesProductsCamera
    The network device to be updated
    cellularGateway FirmwareUpgradesProductsCellularGateway
    The network device to be updated
    sensor FirmwareUpgradesProductsSensor
    The network device to be updated
    switchCatalyst FirmwareUpgradesProductsSwitchCatalyst
    The network device to be updated
    switch_ FirmwareUpgradesProductsSwitch
    The network device to be updated
    wireless FirmwareUpgradesProductsWireless
    The network device to be updated
    appliance FirmwareUpgradesProductsAppliance
    The network device to be updated
    camera FirmwareUpgradesProductsCamera
    The network device to be updated
    cellularGateway FirmwareUpgradesProductsCellularGateway
    The network device to be updated
    sensor FirmwareUpgradesProductsSensor
    The network device to be updated
    switch FirmwareUpgradesProductsSwitch
    The network device to be updated
    switchCatalyst FirmwareUpgradesProductsSwitchCatalyst
    The network device to be updated
    wireless FirmwareUpgradesProductsWireless
    The network device to be updated
    appliance FirmwareUpgradesProductsAppliance
    The network device to be updated
    camera FirmwareUpgradesProductsCamera
    The network device to be updated
    cellular_gateway FirmwareUpgradesProductsCellularGateway
    The network device to be updated
    sensor FirmwareUpgradesProductsSensor
    The network device to be updated
    switch FirmwareUpgradesProductsSwitch
    The network device to be updated
    switch_catalyst FirmwareUpgradesProductsSwitchCatalyst
    The network device to be updated
    wireless FirmwareUpgradesProductsWireless
    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
    switchCatalyst Property Map
    The network device to be updated
    wireless Property Map
    The network device to be updated

    FirmwareUpgradesProductsAppliance, FirmwareUpgradesProductsApplianceArgs

    AvailableVersions List<FirmwareUpgradesProductsApplianceAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsApplianceCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []FirmwareUpgradesProductsApplianceAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsApplianceCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<FirmwareUpgradesProductsApplianceAvailableVersion>
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsApplianceCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions FirmwareUpgradesProductsApplianceAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsApplianceCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsApplianceNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[FirmwareUpgradesProductsApplianceAvailableVersion]
    Firmware versions available for upgrade
    current_version FirmwareUpgradesProductsApplianceCurrentVersion
    Details of the current version on the device
    last_upgrade FirmwareUpgradesProductsApplianceLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade FirmwareUpgradesProductsApplianceNextUpgrade
    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

    FirmwareUpgradesProductsApplianceAvailableVersion, FirmwareUpgradesProductsApplianceAvailableVersionArgs

    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

    FirmwareUpgradesProductsApplianceCurrentVersion, FirmwareUpgradesProductsApplianceCurrentVersionArgs

    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

    FirmwareUpgradesProductsApplianceLastUpgrade, FirmwareUpgradesProductsApplianceLastUpgradeArgs

    FromVersion FirmwareUpgradesProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion FirmwareUpgradesProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsApplianceLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version FirmwareUpgradesProductsApplianceLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version FirmwareUpgradesProductsApplianceLastUpgradeToVersion
    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

    FirmwareUpgradesProductsApplianceLastUpgradeFromVersion, FirmwareUpgradesProductsApplianceLastUpgradeFromVersionArgs

    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

    FirmwareUpgradesProductsApplianceLastUpgradeToVersion, FirmwareUpgradesProductsApplianceLastUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsApplianceNextUpgrade, FirmwareUpgradesProductsApplianceNextUpgradeArgs

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsApplianceNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version FirmwareUpgradesProductsApplianceNextUpgradeToVersion
    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

    FirmwareUpgradesProductsApplianceNextUpgradeToVersion, FirmwareUpgradesProductsApplianceNextUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsCamera, FirmwareUpgradesProductsCameraArgs

    AvailableVersions List<FirmwareUpgradesProductsCameraAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsCameraCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []FirmwareUpgradesProductsCameraAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsCameraCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<FirmwareUpgradesProductsCameraAvailableVersion>
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsCameraCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions FirmwareUpgradesProductsCameraAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsCameraCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsCameraNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[FirmwareUpgradesProductsCameraAvailableVersion]
    Firmware versions available for upgrade
    current_version FirmwareUpgradesProductsCameraCurrentVersion
    Details of the current version on the device
    last_upgrade FirmwareUpgradesProductsCameraLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade FirmwareUpgradesProductsCameraNextUpgrade
    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

    FirmwareUpgradesProductsCameraAvailableVersion, FirmwareUpgradesProductsCameraAvailableVersionArgs

    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

    FirmwareUpgradesProductsCameraCurrentVersion, FirmwareUpgradesProductsCameraCurrentVersionArgs

    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

    FirmwareUpgradesProductsCameraLastUpgrade, FirmwareUpgradesProductsCameraLastUpgradeArgs

    FromVersion FirmwareUpgradesProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion FirmwareUpgradesProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsCameraLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version FirmwareUpgradesProductsCameraLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version FirmwareUpgradesProductsCameraLastUpgradeToVersion
    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

    FirmwareUpgradesProductsCameraLastUpgradeFromVersion, FirmwareUpgradesProductsCameraLastUpgradeFromVersionArgs

    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

    FirmwareUpgradesProductsCameraLastUpgradeToVersion, FirmwareUpgradesProductsCameraLastUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsCameraNextUpgrade, FirmwareUpgradesProductsCameraNextUpgradeArgs

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsCameraNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version FirmwareUpgradesProductsCameraNextUpgradeToVersion
    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

    FirmwareUpgradesProductsCameraNextUpgradeToVersion, FirmwareUpgradesProductsCameraNextUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsCellularGateway, FirmwareUpgradesProductsCellularGatewayArgs

    AvailableVersions List<FirmwareUpgradesProductsCellularGatewayAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []FirmwareUpgradesProductsCellularGatewayAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<FirmwareUpgradesProductsCellularGatewayAvailableVersion>
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions FirmwareUpgradesProductsCellularGatewayAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsCellularGatewayNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[FirmwareUpgradesProductsCellularGatewayAvailableVersion]
    Firmware versions available for upgrade
    current_version FirmwareUpgradesProductsCellularGatewayCurrentVersion
    Details of the current version on the device
    last_upgrade FirmwareUpgradesProductsCellularGatewayLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade FirmwareUpgradesProductsCellularGatewayNextUpgrade
    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

    FirmwareUpgradesProductsCellularGatewayAvailableVersion, FirmwareUpgradesProductsCellularGatewayAvailableVersionArgs

    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

    FirmwareUpgradesProductsCellularGatewayCurrentVersion, FirmwareUpgradesProductsCellularGatewayCurrentVersionArgs

    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

    FirmwareUpgradesProductsCellularGatewayLastUpgrade, FirmwareUpgradesProductsCellularGatewayLastUpgradeArgs

    FromVersion FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersion
    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

    FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersion, FirmwareUpgradesProductsCellularGatewayLastUpgradeFromVersionArgs

    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

    FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersion, FirmwareUpgradesProductsCellularGatewayLastUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsCellularGatewayNextUpgrade, FirmwareUpgradesProductsCellularGatewayNextUpgradeArgs

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersion
    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

    FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersion, FirmwareUpgradesProductsCellularGatewayNextUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsSensor, FirmwareUpgradesProductsSensorArgs

    AvailableVersions List<FirmwareUpgradesProductsSensorAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsSensorCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []FirmwareUpgradesProductsSensorAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsSensorCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<FirmwareUpgradesProductsSensorAvailableVersion>
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsSensorCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions FirmwareUpgradesProductsSensorAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsSensorCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsSensorNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[FirmwareUpgradesProductsSensorAvailableVersion]
    Firmware versions available for upgrade
    current_version FirmwareUpgradesProductsSensorCurrentVersion
    Details of the current version on the device
    last_upgrade FirmwareUpgradesProductsSensorLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade FirmwareUpgradesProductsSensorNextUpgrade
    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

    FirmwareUpgradesProductsSensorAvailableVersion, FirmwareUpgradesProductsSensorAvailableVersionArgs

    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

    FirmwareUpgradesProductsSensorCurrentVersion, FirmwareUpgradesProductsSensorCurrentVersionArgs

    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

    FirmwareUpgradesProductsSensorLastUpgrade, FirmwareUpgradesProductsSensorLastUpgradeArgs

    FromVersion FirmwareUpgradesProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion FirmwareUpgradesProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsSensorLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version FirmwareUpgradesProductsSensorLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version FirmwareUpgradesProductsSensorLastUpgradeToVersion
    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

    FirmwareUpgradesProductsSensorLastUpgradeFromVersion, FirmwareUpgradesProductsSensorLastUpgradeFromVersionArgs

    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

    FirmwareUpgradesProductsSensorLastUpgradeToVersion, FirmwareUpgradesProductsSensorLastUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsSensorNextUpgrade, FirmwareUpgradesProductsSensorNextUpgradeArgs

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsSensorNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version FirmwareUpgradesProductsSensorNextUpgradeToVersion
    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

    FirmwareUpgradesProductsSensorNextUpgradeToVersion, FirmwareUpgradesProductsSensorNextUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsSwitch, FirmwareUpgradesProductsSwitchArgs

    AvailableVersions List<FirmwareUpgradesProductsSwitchAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsSwitchCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []FirmwareUpgradesProductsSwitchAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsSwitchCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<FirmwareUpgradesProductsSwitchAvailableVersion>
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsSwitchCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions FirmwareUpgradesProductsSwitchAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsSwitchCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsSwitchNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[FirmwareUpgradesProductsSwitchAvailableVersion]
    Firmware versions available for upgrade
    current_version FirmwareUpgradesProductsSwitchCurrentVersion
    Details of the current version on the device
    last_upgrade FirmwareUpgradesProductsSwitchLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade FirmwareUpgradesProductsSwitchNextUpgrade
    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

    FirmwareUpgradesProductsSwitchAvailableVersion, FirmwareUpgradesProductsSwitchAvailableVersionArgs

    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

    FirmwareUpgradesProductsSwitchCatalyst, FirmwareUpgradesProductsSwitchCatalystArgs

    NextUpgrade FirmwareUpgradesProductsSwitchCatalystNextUpgrade
    The pending firmware upgrade if it exists
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    NextUpgrade FirmwareUpgradesProductsSwitchCatalystNextUpgrade
    The pending firmware upgrade if it exists
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    nextUpgrade FirmwareUpgradesProductsSwitchCatalystNextUpgrade
    The pending firmware upgrade if it exists
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    nextUpgrade FirmwareUpgradesProductsSwitchCatalystNextUpgrade
    The pending firmware upgrade if it exists
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    next_upgrade FirmwareUpgradesProductsSwitchCatalystNextUpgrade
    The pending firmware upgrade if it exists
    participate_in_next_beta_release bool
    Whether or not the network wants beta firmware
    nextUpgrade Property Map
    The pending firmware upgrade if it exists
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware

    FirmwareUpgradesProductsSwitchCatalystNextUpgrade, FirmwareUpgradesProductsSwitchCatalystNextUpgradeArgs

    Time string
    The time of the last successful upgrade
    ToVersion FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersion
    The version to be updated to
    Time string
    The time of the last successful upgrade
    ToVersion FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersion
    The version to be updated to
    time String
    The time of the last successful upgrade
    toVersion FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersion
    The version to be updated to
    time string
    The time of the last successful upgrade
    toVersion FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersion
    The version to be updated to
    time str
    The time of the last successful upgrade
    to_version FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersion
    The version to be updated to
    time String
    The time of the last successful upgrade
    toVersion Property Map
    The version to be updated to

    FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersion, FirmwareUpgradesProductsSwitchCatalystNextUpgradeToVersionArgs

    Id string
    The version ID
    Id string
    The version ID
    id String
    The version ID
    id string
    The version ID
    id str
    The version ID
    id String
    The version ID

    FirmwareUpgradesProductsSwitchCurrentVersion, FirmwareUpgradesProductsSwitchCurrentVersionArgs

    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

    FirmwareUpgradesProductsSwitchLastUpgrade, FirmwareUpgradesProductsSwitchLastUpgradeArgs

    FromVersion FirmwareUpgradesProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion FirmwareUpgradesProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsSwitchLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version FirmwareUpgradesProductsSwitchLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version FirmwareUpgradesProductsSwitchLastUpgradeToVersion
    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

    FirmwareUpgradesProductsSwitchLastUpgradeFromVersion, FirmwareUpgradesProductsSwitchLastUpgradeFromVersionArgs

    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

    FirmwareUpgradesProductsSwitchLastUpgradeToVersion, FirmwareUpgradesProductsSwitchLastUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsSwitchNextUpgrade, FirmwareUpgradesProductsSwitchNextUpgradeArgs

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsSwitchNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version FirmwareUpgradesProductsSwitchNextUpgradeToVersion
    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

    FirmwareUpgradesProductsSwitchNextUpgradeToVersion, FirmwareUpgradesProductsSwitchNextUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsWireless, FirmwareUpgradesProductsWirelessArgs

    AvailableVersions List<FirmwareUpgradesProductsWirelessAvailableVersion>
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsWirelessCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    AvailableVersions []FirmwareUpgradesProductsWirelessAvailableVersion
    Firmware versions available for upgrade
    CurrentVersion FirmwareUpgradesProductsWirelessCurrentVersion
    Details of the current version on the device
    LastUpgrade FirmwareUpgradesProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    NextUpgrade FirmwareUpgradesProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    ParticipateInNextBetaRelease bool
    Whether or not the network wants beta firmware
    availableVersions List<FirmwareUpgradesProductsWirelessAvailableVersion>
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsWirelessCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease Boolean
    Whether or not the network wants beta firmware
    availableVersions FirmwareUpgradesProductsWirelessAvailableVersion[]
    Firmware versions available for upgrade
    currentVersion FirmwareUpgradesProductsWirelessCurrentVersion
    Details of the current version on the device
    lastUpgrade FirmwareUpgradesProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    nextUpgrade FirmwareUpgradesProductsWirelessNextUpgrade
    Details of the next firmware upgrade on the device
    participateInNextBetaRelease boolean
    Whether or not the network wants beta firmware
    available_versions Sequence[FirmwareUpgradesProductsWirelessAvailableVersion]
    Firmware versions available for upgrade
    current_version FirmwareUpgradesProductsWirelessCurrentVersion
    Details of the current version on the device
    last_upgrade FirmwareUpgradesProductsWirelessLastUpgrade
    Details of the last firmware upgrade on the device
    next_upgrade FirmwareUpgradesProductsWirelessNextUpgrade
    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

    FirmwareUpgradesProductsWirelessAvailableVersion, FirmwareUpgradesProductsWirelessAvailableVersionArgs

    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

    FirmwareUpgradesProductsWirelessCurrentVersion, FirmwareUpgradesProductsWirelessCurrentVersionArgs

    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

    FirmwareUpgradesProductsWirelessLastUpgrade, FirmwareUpgradesProductsWirelessLastUpgradeArgs

    FromVersion FirmwareUpgradesProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    FromVersion FirmwareUpgradesProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    Time string
    Timestamp of the last successful firmware upgrade
    ToVersion FirmwareUpgradesProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    time String
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    fromVersion FirmwareUpgradesProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    time string
    Timestamp of the last successful firmware upgrade
    toVersion FirmwareUpgradesProductsWirelessLastUpgradeToVersion
    Details of the version the device upgraded to
    from_version FirmwareUpgradesProductsWirelessLastUpgradeFromVersion
    Details of the version the device upgraded from
    time str
    Timestamp of the last successful firmware upgrade
    to_version FirmwareUpgradesProductsWirelessLastUpgradeToVersion
    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

    FirmwareUpgradesProductsWirelessLastUpgradeFromVersion, FirmwareUpgradesProductsWirelessLastUpgradeFromVersionArgs

    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

    FirmwareUpgradesProductsWirelessLastUpgradeToVersion, FirmwareUpgradesProductsWirelessLastUpgradeToVersionArgs

    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

    FirmwareUpgradesProductsWirelessNextUpgrade, FirmwareUpgradesProductsWirelessNextUpgradeArgs

    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    Time string
    Timestamp of the next scheduled firmware upgrade
    ToVersion FirmwareUpgradesProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time String
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time string
    Timestamp of the next scheduled firmware upgrade
    toVersion FirmwareUpgradesProductsWirelessNextUpgradeToVersion
    Details of the version the device will upgrade to if it exists
    time str
    Timestamp of the next scheduled firmware upgrade
    to_version FirmwareUpgradesProductsWirelessNextUpgradeToVersion
    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

    FirmwareUpgradesProductsWirelessNextUpgradeToVersion, FirmwareUpgradesProductsWirelessNextUpgradeToVersionArgs

    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

    FirmwareUpgradesUpgradeWindow, FirmwareUpgradesUpgradeWindowArgs

    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

    Import

    $ pulumi import meraki:networks/firmwareUpgrades:FirmwareUpgrades example "network_id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

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