1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getFirmwareSecureRouterUpgrade
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet

    Firmware upgrade operation for Secure Router that downloads the image located at Cisco/appliance/user provided HTTP repository or uses the image from a network share and upgrade. Direct download is used for upgrade that uses the image from a Cisco repository or an appliance repository.

    Using getFirmwareSecureRouterUpgrade

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFirmwareSecureRouterUpgrade(args: GetFirmwareSecureRouterUpgradeArgs, opts?: InvokeOptions): Promise<GetFirmwareSecureRouterUpgradeResult>
    function getFirmwareSecureRouterUpgradeOutput(args: GetFirmwareSecureRouterUpgradeOutputArgs, opts?: InvokeOutputOptions): Output<GetFirmwareSecureRouterUpgradeResult>
    def get_firmware_secure_router_upgrade(account_moid: Optional[str] = None,
                                           additional_properties: Optional[str] = None,
                                           ancestors: Optional[Sequence[GetFirmwareSecureRouterUpgradeAncestor]] = None,
                                           class_id: Optional[str] = None,
                                           create_time: Optional[str] = None,
                                           device: Optional[GetFirmwareSecureRouterUpgradeDevice] = None,
                                           direct_download: Optional[GetFirmwareSecureRouterUpgradeDirectDownload] = None,
                                           distributable: Optional[GetFirmwareSecureRouterUpgradeDistributable] = None,
                                           domain_group_moid: Optional[str] = None,
                                           file_server: Optional[GetFirmwareSecureRouterUpgradeFileServer] = None,
                                           id: Optional[str] = None,
                                           mod_time: Optional[str] = None,
                                           moid: Optional[str] = None,
                                           network_secure_router: Optional[GetFirmwareSecureRouterUpgradeNetworkSecureRouter] = None,
                                           network_share: Optional[GetFirmwareSecureRouterUpgradeNetworkShare] = None,
                                           object_type: Optional[str] = None,
                                           owners: Optional[Sequence[str]] = None,
                                           parent: Optional[GetFirmwareSecureRouterUpgradeParent] = None,
                                           permission_resources: Optional[Sequence[GetFirmwareSecureRouterUpgradePermissionResource]] = None,
                                           release: Optional[GetFirmwareSecureRouterUpgradeRelease] = None,
                                           shared_scope: Optional[str] = None,
                                           skip_estimate_impact: Optional[bool] = None,
                                           status: Optional[str] = None,
                                           tags: Optional[Sequence[GetFirmwareSecureRouterUpgradeTag]] = None,
                                           upgrade_impact: Optional[GetFirmwareSecureRouterUpgradeUpgradeImpact] = None,
                                           upgrade_status: Optional[GetFirmwareSecureRouterUpgradeUpgradeStatus] = None,
                                           upgrade_type: Optional[str] = None,
                                           version_context: Optional[GetFirmwareSecureRouterUpgradeVersionContext] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetFirmwareSecureRouterUpgradeResult
    def get_firmware_secure_router_upgrade_output(account_moid: pulumi.Input[Optional[str]] = None,
                                           additional_properties: pulumi.Input[Optional[str]] = None,
                                           ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetFirmwareSecureRouterUpgradeAncestorArgs]]]] = None,
                                           class_id: pulumi.Input[Optional[str]] = None,
                                           create_time: pulumi.Input[Optional[str]] = None,
                                           device: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeDeviceArgs]] = None,
                                           direct_download: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeDirectDownloadArgs]] = None,
                                           distributable: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeDistributableArgs]] = None,
                                           domain_group_moid: pulumi.Input[Optional[str]] = None,
                                           file_server: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeFileServerArgs]] = None,
                                           id: pulumi.Input[Optional[str]] = None,
                                           mod_time: pulumi.Input[Optional[str]] = None,
                                           moid: pulumi.Input[Optional[str]] = None,
                                           network_secure_router: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeNetworkSecureRouterArgs]] = None,
                                           network_share: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeNetworkShareArgs]] = None,
                                           object_type: pulumi.Input[Optional[str]] = None,
                                           owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                           parent: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeParentArgs]] = None,
                                           permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetFirmwareSecureRouterUpgradePermissionResourceArgs]]]] = None,
                                           release: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeReleaseArgs]] = None,
                                           shared_scope: pulumi.Input[Optional[str]] = None,
                                           skip_estimate_impact: pulumi.Input[Optional[bool]] = None,
                                           status: pulumi.Input[Optional[str]] = None,
                                           tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetFirmwareSecureRouterUpgradeTagArgs]]]] = None,
                                           upgrade_impact: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeUpgradeImpactArgs]] = None,
                                           upgrade_status: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeUpgradeStatusArgs]] = None,
                                           upgrade_type: pulumi.Input[Optional[str]] = None,
                                           version_context: pulumi.Input[Optional[GetFirmwareSecureRouterUpgradeVersionContextArgs]] = None,
                                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetFirmwareSecureRouterUpgradeResult]
    func LookupFirmwareSecureRouterUpgrade(ctx *Context, args *LookupFirmwareSecureRouterUpgradeArgs, opts ...InvokeOption) (*LookupFirmwareSecureRouterUpgradeResult, error)
    func LookupFirmwareSecureRouterUpgradeOutput(ctx *Context, args *LookupFirmwareSecureRouterUpgradeOutputArgs, opts ...InvokeOption) LookupFirmwareSecureRouterUpgradeResultOutput

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

    public static class GetFirmwareSecureRouterUpgrade 
    {
        public static Task<GetFirmwareSecureRouterUpgradeResult> InvokeAsync(GetFirmwareSecureRouterUpgradeArgs args, InvokeOptions? opts = null)
        public static Output<GetFirmwareSecureRouterUpgradeResult> Invoke(GetFirmwareSecureRouterUpgradeInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetFirmwareSecureRouterUpgradeResult> Invoke(GetFirmwareSecureRouterUpgradeInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetFirmwareSecureRouterUpgradeResult> getFirmwareSecureRouterUpgrade(GetFirmwareSecureRouterUpgradeArgs args, InvokeOptions options)
    public static Output<GetFirmwareSecureRouterUpgradeResult> getFirmwareSecureRouterUpgrade(GetFirmwareSecureRouterUpgradeArgs args, InvokeOptions options)
    public static Output<GetFirmwareSecureRouterUpgradeResult> getFirmwareSecureRouterUpgrade(GetFirmwareSecureRouterUpgradeArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getFirmwareSecureRouterUpgrade:getFirmwareSecureRouterUpgrade
      arguments:
        # arguments dictionary
    data "intersight_get_firmware_secure_router_upgrade" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFirmwareSecureRouterUpgradeAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Device GetFirmwareSecureRouterUpgradeDevice
    DirectDownload GetFirmwareSecureRouterUpgradeDirectDownload
    Distributable GetFirmwareSecureRouterUpgradeDistributable
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileServer GetFirmwareSecureRouterUpgradeFileServer
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkSecureRouter GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    NetworkShare GetFirmwareSecureRouterUpgradeNetworkShare
    ObjectType string
    Owners List<string>
    Parent GetFirmwareSecureRouterUpgradeParent
    PermissionResources List<GetFirmwareSecureRouterUpgradePermissionResource>
    Release GetFirmwareSecureRouterUpgradeRelease
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SkipEstimateImpact bool
    User has the option to skip the estimate impact calculation.
    Status string
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    Tags List<GetFirmwareSecureRouterUpgradeTag>
    UpgradeImpact GetFirmwareSecureRouterUpgradeUpgradeImpact
    UpgradeStatus GetFirmwareSecureRouterUpgradeUpgradeStatus
    UpgradeType string
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    VersionContext GetFirmwareSecureRouterUpgradeVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFirmwareSecureRouterUpgradeAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Device GetFirmwareSecureRouterUpgradeDevice
    DirectDownload GetFirmwareSecureRouterUpgradeDirectDownload
    Distributable GetFirmwareSecureRouterUpgradeDistributable
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileServer GetFirmwareSecureRouterUpgradeFileServer
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkSecureRouter GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    NetworkShare GetFirmwareSecureRouterUpgradeNetworkShare
    ObjectType string
    Owners []string
    Parent GetFirmwareSecureRouterUpgradeParent
    PermissionResources []GetFirmwareSecureRouterUpgradePermissionResource
    Release GetFirmwareSecureRouterUpgradeRelease
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SkipEstimateImpact bool
    User has the option to skip the estimate impact calculation.
    Status string
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    Tags []GetFirmwareSecureRouterUpgradeTag
    UpgradeImpact GetFirmwareSecureRouterUpgradeUpgradeImpact
    UpgradeStatus GetFirmwareSecureRouterUpgradeUpgradeStatus
    UpgradeType string
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    VersionContext GetFirmwareSecureRouterUpgradeVersionContext
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    device object
    direct_download object
    distributable object
    domain_group_moid string
    The DomainGroup ID for this managed object.
    file_server object
    id string
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    network_secure_router object
    network_share object
    object_type string
    owners list(string)
    parent object
    permission_resources list(object)
    release object
    shared_scope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skip_estimate_impact bool
    User has the option to skip the estimate impact calculation.
    status string
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags list(object)
    upgrade_impact object
    upgrade_status object
    upgrade_type string
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    version_context object
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFirmwareSecureRouterUpgradeAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    device GetFirmwareSecureRouterUpgradeDevice
    directDownload GetFirmwareSecureRouterUpgradeDirectDownload
    distributable GetFirmwareSecureRouterUpgradeDistributable
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileServer GetFirmwareSecureRouterUpgradeFileServer
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    networkSecureRouter GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    networkShare GetFirmwareSecureRouterUpgradeNetworkShare
    objectType String
    owners List<String>
    parent GetFirmwareSecureRouterUpgradeParent
    permissionResources List<GetFirmwareSecureRouterUpgradePermissionResource>
    release GetFirmwareSecureRouterUpgradeRelease
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skipEstimateImpact Boolean
    User has the option to skip the estimate impact calculation.
    status String
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags List<GetFirmwareSecureRouterUpgradeTag>
    upgradeImpact GetFirmwareSecureRouterUpgradeUpgradeImpact
    upgradeStatus GetFirmwareSecureRouterUpgradeUpgradeStatus
    upgradeType String
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    versionContext GetFirmwareSecureRouterUpgradeVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFirmwareSecureRouterUpgradeAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    device GetFirmwareSecureRouterUpgradeDevice
    directDownload GetFirmwareSecureRouterUpgradeDirectDownload
    distributable GetFirmwareSecureRouterUpgradeDistributable
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fileServer GetFirmwareSecureRouterUpgradeFileServer
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    networkSecureRouter GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    networkShare GetFirmwareSecureRouterUpgradeNetworkShare
    objectType string
    owners string[]
    parent GetFirmwareSecureRouterUpgradeParent
    permissionResources GetFirmwareSecureRouterUpgradePermissionResource[]
    release GetFirmwareSecureRouterUpgradeRelease
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skipEstimateImpact boolean
    User has the option to skip the estimate impact calculation.
    status string
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags GetFirmwareSecureRouterUpgradeTag[]
    upgradeImpact GetFirmwareSecureRouterUpgradeUpgradeImpact
    upgradeStatus GetFirmwareSecureRouterUpgradeUpgradeStatus
    upgradeType string
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    versionContext GetFirmwareSecureRouterUpgradeVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFirmwareSecureRouterUpgradeAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    device GetFirmwareSecureRouterUpgradeDevice
    direct_download GetFirmwareSecureRouterUpgradeDirectDownload
    distributable GetFirmwareSecureRouterUpgradeDistributable
    domain_group_moid str
    The DomainGroup ID for this managed object.
    file_server GetFirmwareSecureRouterUpgradeFileServer
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    network_secure_router GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    network_share GetFirmwareSecureRouterUpgradeNetworkShare
    object_type str
    owners Sequence[str]
    parent GetFirmwareSecureRouterUpgradeParent
    permission_resources Sequence[GetFirmwareSecureRouterUpgradePermissionResource]
    release GetFirmwareSecureRouterUpgradeRelease
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skip_estimate_impact bool
    User has the option to skip the estimate impact calculation.
    status str
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags Sequence[GetFirmwareSecureRouterUpgradeTag]
    upgrade_impact GetFirmwareSecureRouterUpgradeUpgradeImpact
    upgrade_status GetFirmwareSecureRouterUpgradeUpgradeStatus
    upgrade_type str
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    version_context GetFirmwareSecureRouterUpgradeVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    device Property Map
    directDownload Property Map
    distributable Property Map
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileServer Property Map
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    networkSecureRouter Property Map
    networkShare Property Map
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    release Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skipEstimateImpact Boolean
    User has the option to skip the estimate impact calculation.
    status String
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags List<Property Map>
    upgradeImpact Property Map
    upgradeStatus Property Map
    upgradeType String
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    versionContext Property Map

    getFirmwareSecureRouterUpgrade Result

    The following output properties are available:

    Id string
    Results List<GetFirmwareSecureRouterUpgradeResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetFirmwareSecureRouterUpgradeAncestor>
    ClassId string
    CreateTime string
    Device GetFirmwareSecureRouterUpgradeDevice
    DirectDownload GetFirmwareSecureRouterUpgradeDirectDownload
    Distributable GetFirmwareSecureRouterUpgradeDistributable
    DomainGroupMoid string
    FileServer GetFirmwareSecureRouterUpgradeFileServer
    ModTime string
    Moid string
    NetworkSecureRouter GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    NetworkShare GetFirmwareSecureRouterUpgradeNetworkShare
    ObjectType string
    Owners List<string>
    Parent GetFirmwareSecureRouterUpgradeParent
    PermissionResources List<GetFirmwareSecureRouterUpgradePermissionResource>
    Release GetFirmwareSecureRouterUpgradeRelease
    SharedScope string
    SkipEstimateImpact bool
    Status string
    Tags List<GetFirmwareSecureRouterUpgradeTag>
    UpgradeImpact GetFirmwareSecureRouterUpgradeUpgradeImpact
    UpgradeStatus GetFirmwareSecureRouterUpgradeUpgradeStatus
    UpgradeType string
    VersionContext GetFirmwareSecureRouterUpgradeVersionContext
    Id string
    Results []GetFirmwareSecureRouterUpgradeResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetFirmwareSecureRouterUpgradeAncestor
    ClassId string
    CreateTime string
    Device GetFirmwareSecureRouterUpgradeDevice
    DirectDownload GetFirmwareSecureRouterUpgradeDirectDownload
    Distributable GetFirmwareSecureRouterUpgradeDistributable
    DomainGroupMoid string
    FileServer GetFirmwareSecureRouterUpgradeFileServer
    ModTime string
    Moid string
    NetworkSecureRouter GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    NetworkShare GetFirmwareSecureRouterUpgradeNetworkShare
    ObjectType string
    Owners []string
    Parent GetFirmwareSecureRouterUpgradeParent
    PermissionResources []GetFirmwareSecureRouterUpgradePermissionResource
    Release GetFirmwareSecureRouterUpgradeRelease
    SharedScope string
    SkipEstimateImpact bool
    Status string
    Tags []GetFirmwareSecureRouterUpgradeTag
    UpgradeImpact GetFirmwareSecureRouterUpgradeUpgradeImpact
    UpgradeStatus GetFirmwareSecureRouterUpgradeUpgradeStatus
    UpgradeType string
    VersionContext GetFirmwareSecureRouterUpgradeVersionContext
    id String
    results List<GetFirmwareSecureRouterUpgradeResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetFirmwareSecureRouterUpgradeAncestor>
    classId String
    createTime String
    device GetFirmwareSecureRouterUpgradeDevice
    directDownload GetFirmwareSecureRouterUpgradeDirectDownload
    distributable GetFirmwareSecureRouterUpgradeDistributable
    domainGroupMoid String
    fileServer GetFirmwareSecureRouterUpgradeFileServer
    modTime String
    moid String
    networkSecureRouter GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    networkShare GetFirmwareSecureRouterUpgradeNetworkShare
    objectType String
    owners List<String>
    parent GetFirmwareSecureRouterUpgradeParent
    permissionResources List<GetFirmwareSecureRouterUpgradePermissionResource>
    release GetFirmwareSecureRouterUpgradeRelease
    sharedScope String
    skipEstimateImpact Boolean
    status String
    tags List<GetFirmwareSecureRouterUpgradeTag>
    upgradeImpact GetFirmwareSecureRouterUpgradeUpgradeImpact
    upgradeStatus GetFirmwareSecureRouterUpgradeUpgradeStatus
    upgradeType String
    versionContext GetFirmwareSecureRouterUpgradeVersionContext
    id string
    results GetFirmwareSecureRouterUpgradeResult[]
    accountMoid string
    additionalProperties string
    ancestors GetFirmwareSecureRouterUpgradeAncestor[]
    classId string
    createTime string
    device GetFirmwareSecureRouterUpgradeDevice
    directDownload GetFirmwareSecureRouterUpgradeDirectDownload
    distributable GetFirmwareSecureRouterUpgradeDistributable
    domainGroupMoid string
    fileServer GetFirmwareSecureRouterUpgradeFileServer
    modTime string
    moid string
    networkSecureRouter GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    networkShare GetFirmwareSecureRouterUpgradeNetworkShare
    objectType string
    owners string[]
    parent GetFirmwareSecureRouterUpgradeParent
    permissionResources GetFirmwareSecureRouterUpgradePermissionResource[]
    release GetFirmwareSecureRouterUpgradeRelease
    sharedScope string
    skipEstimateImpact boolean
    status string
    tags GetFirmwareSecureRouterUpgradeTag[]
    upgradeImpact GetFirmwareSecureRouterUpgradeUpgradeImpact
    upgradeStatus GetFirmwareSecureRouterUpgradeUpgradeStatus
    upgradeType string
    versionContext GetFirmwareSecureRouterUpgradeVersionContext
    id str
    results Sequence[GetFirmwareSecureRouterUpgradeResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetFirmwareSecureRouterUpgradeAncestor]
    class_id str
    create_time str
    device GetFirmwareSecureRouterUpgradeDevice
    direct_download GetFirmwareSecureRouterUpgradeDirectDownload
    distributable GetFirmwareSecureRouterUpgradeDistributable
    domain_group_moid str
    file_server GetFirmwareSecureRouterUpgradeFileServer
    mod_time str
    moid str
    network_secure_router GetFirmwareSecureRouterUpgradeNetworkSecureRouter
    network_share GetFirmwareSecureRouterUpgradeNetworkShare
    object_type str
    owners Sequence[str]
    parent GetFirmwareSecureRouterUpgradeParent
    permission_resources Sequence[GetFirmwareSecureRouterUpgradePermissionResource]
    release GetFirmwareSecureRouterUpgradeRelease
    shared_scope str
    skip_estimate_impact bool
    status str
    tags Sequence[GetFirmwareSecureRouterUpgradeTag]
    upgrade_impact GetFirmwareSecureRouterUpgradeUpgradeImpact
    upgrade_status GetFirmwareSecureRouterUpgradeUpgradeStatus
    upgrade_type str
    version_context GetFirmwareSecureRouterUpgradeVersionContext

    Supporting Types

    GetFirmwareSecureRouterUpgradeAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeDirectDownload

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    HttpServer GetFirmwareSecureRouterUpgradeDirectDownloadHttpServer
    HTTP Server option when the image source is a local HTTPS server.
    ImageSource string
    Source type referring the image to be downloaded from CCO or from a local HTTPS server.

    • cisco - Image to be downloaded from Cisco software repository.
    • localHttp - Image to be downloaded from a https server.
    IsPasswordSet bool
    Indicates whether the value of the 'password' property has been set.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Password string
    Password as configured on the local https server.
    Upgradeoption string
    Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.

    • sd_upgrade_mount_only - Direct upgrade SD upgrade mount only.
    • sd_download_only - Direct upgrade SD download only.
    • sd_upgrade_only - Direct upgrade SD upgrade only.
    • sd_upgrade_full - Direct upgrade SD upgrade full.
    • download_only - Direct upgrade image download only.
    • upgrade_full - The upgrade downloads or mounts the image, and reboots immediately for an upgrade.
    • upgrade_mount_only - The upgrade downloads or mounts the image. The upgrade happens in next reboot.
    • chassis_upgrade_full - Direct upgrade chassis upgrade full.
    • monitor_only - Direct upgrade monitor progress only.
    • validate_only - Validate whether a component is ready for ugprade.
    • cancel_only - Cancel pending upgrade only.
    Username string
    Username as configured on the local https server.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    HttpServer GetFirmwareSecureRouterUpgradeDirectDownloadHttpServer
    HTTP Server option when the image source is a local HTTPS server.
    ImageSource string
    Source type referring the image to be downloaded from CCO or from a local HTTPS server.

    • cisco - Image to be downloaded from Cisco software repository.
    • localHttp - Image to be downloaded from a https server.
    IsPasswordSet bool
    Indicates whether the value of the 'password' property has been set.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Password string
    Password as configured on the local https server.
    Upgradeoption string
    Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.

    • sd_upgrade_mount_only - Direct upgrade SD upgrade mount only.
    • sd_download_only - Direct upgrade SD download only.
    • sd_upgrade_only - Direct upgrade SD upgrade only.
    • sd_upgrade_full - Direct upgrade SD upgrade full.
    • download_only - Direct upgrade image download only.
    • upgrade_full - The upgrade downloads or mounts the image, and reboots immediately for an upgrade.
    • upgrade_mount_only - The upgrade downloads or mounts the image. The upgrade happens in next reboot.
    • chassis_upgrade_full - Direct upgrade chassis upgrade full.
    • monitor_only - Direct upgrade monitor progress only.
    • validate_only - Validate whether a component is ready for ugprade.
    • cancel_only - Cancel pending upgrade only.
    Username string
    Username as configured on the local https server.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    http_server object
    HTTP Server option when the image source is a local HTTPS server.
    image_source string
    Source type referring the image to be downloaded from CCO or from a local HTTPS server.

    • cisco - Image to be downloaded from Cisco software repository.
    • localHttp - Image to be downloaded from a https server.
    is_password_set bool
    Indicates whether the value of the 'password' property has been set.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password string
    Password as configured on the local https server.
    upgradeoption string
    Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.

    • sd_upgrade_mount_only - Direct upgrade SD upgrade mount only.
    • sd_download_only - Direct upgrade SD download only.
    • sd_upgrade_only - Direct upgrade SD upgrade only.
    • sd_upgrade_full - Direct upgrade SD upgrade full.
    • download_only - Direct upgrade image download only.
    • upgrade_full - The upgrade downloads or mounts the image, and reboots immediately for an upgrade.
    • upgrade_mount_only - The upgrade downloads or mounts the image. The upgrade happens in next reboot.
    • chassis_upgrade_full - Direct upgrade chassis upgrade full.
    • monitor_only - Direct upgrade monitor progress only.
    • validate_only - Validate whether a component is ready for ugprade.
    • cancel_only - Cancel pending upgrade only.
    username string
    Username as configured on the local https server.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    httpServer GetFirmwareSecureRouterUpgradeDirectDownloadHttpServer
    HTTP Server option when the image source is a local HTTPS server.
    imageSource String
    Source type referring the image to be downloaded from CCO or from a local HTTPS server.

    • cisco - Image to be downloaded from Cisco software repository.
    • localHttp - Image to be downloaded from a https server.
    isPasswordSet Boolean
    Indicates whether the value of the 'password' property has been set.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password String
    Password as configured on the local https server.
    upgradeoption String
    Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.

    • sd_upgrade_mount_only - Direct upgrade SD upgrade mount only.
    • sd_download_only - Direct upgrade SD download only.
    • sd_upgrade_only - Direct upgrade SD upgrade only.
    • sd_upgrade_full - Direct upgrade SD upgrade full.
    • download_only - Direct upgrade image download only.
    • upgrade_full - The upgrade downloads or mounts the image, and reboots immediately for an upgrade.
    • upgrade_mount_only - The upgrade downloads or mounts the image. The upgrade happens in next reboot.
    • chassis_upgrade_full - Direct upgrade chassis upgrade full.
    • monitor_only - Direct upgrade monitor progress only.
    • validate_only - Validate whether a component is ready for ugprade.
    • cancel_only - Cancel pending upgrade only.
    username String
    Username as configured on the local https server.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    httpServer GetFirmwareSecureRouterUpgradeDirectDownloadHttpServer
    HTTP Server option when the image source is a local HTTPS server.
    imageSource string
    Source type referring the image to be downloaded from CCO or from a local HTTPS server.

    • cisco - Image to be downloaded from Cisco software repository.
    • localHttp - Image to be downloaded from a https server.
    isPasswordSet boolean
    Indicates whether the value of the 'password' property has been set.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password string
    Password as configured on the local https server.
    upgradeoption string
    Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.

    • sd_upgrade_mount_only - Direct upgrade SD upgrade mount only.
    • sd_download_only - Direct upgrade SD download only.
    • sd_upgrade_only - Direct upgrade SD upgrade only.
    • sd_upgrade_full - Direct upgrade SD upgrade full.
    • download_only - Direct upgrade image download only.
    • upgrade_full - The upgrade downloads or mounts the image, and reboots immediately for an upgrade.
    • upgrade_mount_only - The upgrade downloads or mounts the image. The upgrade happens in next reboot.
    • chassis_upgrade_full - Direct upgrade chassis upgrade full.
    • monitor_only - Direct upgrade monitor progress only.
    • validate_only - Validate whether a component is ready for ugprade.
    • cancel_only - Cancel pending upgrade only.
    username string
    Username as configured on the local https server.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    http_server GetFirmwareSecureRouterUpgradeDirectDownloadHttpServer
    HTTP Server option when the image source is a local HTTPS server.
    image_source str
    Source type referring the image to be downloaded from CCO or from a local HTTPS server.

    • cisco - Image to be downloaded from Cisco software repository.
    • localHttp - Image to be downloaded from a https server.
    is_password_set bool
    Indicates whether the value of the 'password' property has been set.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password str
    Password as configured on the local https server.
    upgradeoption str
    Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.

    • sd_upgrade_mount_only - Direct upgrade SD upgrade mount only.
    • sd_download_only - Direct upgrade SD download only.
    • sd_upgrade_only - Direct upgrade SD upgrade only.
    • sd_upgrade_full - Direct upgrade SD upgrade full.
    • download_only - Direct upgrade image download only.
    • upgrade_full - The upgrade downloads or mounts the image, and reboots immediately for an upgrade.
    • upgrade_mount_only - The upgrade downloads or mounts the image. The upgrade happens in next reboot.
    • chassis_upgrade_full - Direct upgrade chassis upgrade full.
    • monitor_only - Direct upgrade monitor progress only.
    • validate_only - Validate whether a component is ready for ugprade.
    • cancel_only - Cancel pending upgrade only.
    username str
    Username as configured on the local https server.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    httpServer Property Map
    HTTP Server option when the image source is a local HTTPS server.
    imageSource String
    Source type referring the image to be downloaded from CCO or from a local HTTPS server.

    • cisco - Image to be downloaded from Cisco software repository.
    • localHttp - Image to be downloaded from a https server.
    isPasswordSet Boolean
    Indicates whether the value of the 'password' property has been set.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password String
    Password as configured on the local https server.
    upgradeoption String
    Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.

    • sd_upgrade_mount_only - Direct upgrade SD upgrade mount only.
    • sd_download_only - Direct upgrade SD download only.
    • sd_upgrade_only - Direct upgrade SD upgrade only.
    • sd_upgrade_full - Direct upgrade SD upgrade full.
    • download_only - Direct upgrade image download only.
    • upgrade_full - The upgrade downloads or mounts the image, and reboots immediately for an upgrade.
    • upgrade_mount_only - The upgrade downloads or mounts the image. The upgrade happens in next reboot.
    • chassis_upgrade_full - Direct upgrade chassis upgrade full.
    • monitor_only - Direct upgrade monitor progress only.
    • validate_only - Validate whether a component is ready for ugprade.
    • cancel_only - Cancel pending upgrade only.
    username String
    Username as configured on the local https server.

    GetFirmwareSecureRouterUpgradeDirectDownloadHttpServer

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    LocationLink string
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    MountOptions string
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    LocationLink string
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    MountOptions string
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    location_link string
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mount_options string
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    locationLink String
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mountOptions String
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    locationLink string
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mountOptions string
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    location_link str
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mount_options str
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    locationLink String
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mountOptions String
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetFirmwareSecureRouterUpgradeDistributable

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeFileServer

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetFirmwareSecureRouterUpgradeNetworkSecureRouter

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeNetworkShare

    AdditionalProperties string
    CifsServer GetFirmwareSecureRouterUpgradeNetworkShareCifsServer
    CIFS file server option for network share upgrade.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    HttpServer GetFirmwareSecureRouterUpgradeNetworkShareHttpServer
    HTTP (for WWW) file server option for network share upgrade.
    IsPasswordSet bool
    Indicates whether the value of the 'password' property has been set.
    MapType string
    File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.

    • nfs - File server protocol used is NFS.
    • cifs - File server protocol used is CIFS.
    • www - File server protocol used is WWW.
    NfsServer GetFirmwareSecureRouterUpgradeNetworkShareNfsServer
    NFS file server option for network share upgrade.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Password string
    Password as configured on the file server.
    Upgradeoption string
    Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.

    • nw_upgrade_full - Network upgrade option for full upgrade.
    • nw_upgrade_mount_only - Network upgrade mount only.
    Username string
    Username as configured on the file server.
    AdditionalProperties string
    CifsServer GetFirmwareSecureRouterUpgradeNetworkShareCifsServer
    CIFS file server option for network share upgrade.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    HttpServer GetFirmwareSecureRouterUpgradeNetworkShareHttpServer
    HTTP (for WWW) file server option for network share upgrade.
    IsPasswordSet bool
    Indicates whether the value of the 'password' property has been set.
    MapType string
    File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.

    • nfs - File server protocol used is NFS.
    • cifs - File server protocol used is CIFS.
    • www - File server protocol used is WWW.
    NfsServer GetFirmwareSecureRouterUpgradeNetworkShareNfsServer
    NFS file server option for network share upgrade.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Password string
    Password as configured on the file server.
    Upgradeoption string
    Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.

    • nw_upgrade_full - Network upgrade option for full upgrade.
    • nw_upgrade_mount_only - Network upgrade mount only.
    Username string
    Username as configured on the file server.
    additional_properties string
    cifs_server object
    CIFS file server option for network share upgrade.
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    http_server object
    HTTP (for WWW) file server option for network share upgrade.
    is_password_set bool
    Indicates whether the value of the 'password' property has been set.
    map_type string
    File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.

    • nfs - File server protocol used is NFS.
    • cifs - File server protocol used is CIFS.
    • www - File server protocol used is WWW.
    nfs_server object
    NFS file server option for network share upgrade.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password string
    Password as configured on the file server.
    upgradeoption string
    Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.

    • nw_upgrade_full - Network upgrade option for full upgrade.
    • nw_upgrade_mount_only - Network upgrade mount only.
    username string
    Username as configured on the file server.
    additionalProperties String
    cifsServer GetFirmwareSecureRouterUpgradeNetworkShareCifsServer
    CIFS file server option for network share upgrade.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    httpServer GetFirmwareSecureRouterUpgradeNetworkShareHttpServer
    HTTP (for WWW) file server option for network share upgrade.
    isPasswordSet Boolean
    Indicates whether the value of the 'password' property has been set.
    mapType String
    File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.

    • nfs - File server protocol used is NFS.
    • cifs - File server protocol used is CIFS.
    • www - File server protocol used is WWW.
    nfsServer GetFirmwareSecureRouterUpgradeNetworkShareNfsServer
    NFS file server option for network share upgrade.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password String
    Password as configured on the file server.
    upgradeoption String
    Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.

    • nw_upgrade_full - Network upgrade option for full upgrade.
    • nw_upgrade_mount_only - Network upgrade mount only.
    username String
    Username as configured on the file server.
    additionalProperties string
    cifsServer GetFirmwareSecureRouterUpgradeNetworkShareCifsServer
    CIFS file server option for network share upgrade.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    httpServer GetFirmwareSecureRouterUpgradeNetworkShareHttpServer
    HTTP (for WWW) file server option for network share upgrade.
    isPasswordSet boolean
    Indicates whether the value of the 'password' property has been set.
    mapType string
    File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.

    • nfs - File server protocol used is NFS.
    • cifs - File server protocol used is CIFS.
    • www - File server protocol used is WWW.
    nfsServer GetFirmwareSecureRouterUpgradeNetworkShareNfsServer
    NFS file server option for network share upgrade.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password string
    Password as configured on the file server.
    upgradeoption string
    Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.

    • nw_upgrade_full - Network upgrade option for full upgrade.
    • nw_upgrade_mount_only - Network upgrade mount only.
    username string
    Username as configured on the file server.
    additional_properties str
    cifs_server GetFirmwareSecureRouterUpgradeNetworkShareCifsServer
    CIFS file server option for network share upgrade.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    http_server GetFirmwareSecureRouterUpgradeNetworkShareHttpServer
    HTTP (for WWW) file server option for network share upgrade.
    is_password_set bool
    Indicates whether the value of the 'password' property has been set.
    map_type str
    File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.

    • nfs - File server protocol used is NFS.
    • cifs - File server protocol used is CIFS.
    • www - File server protocol used is WWW.
    nfs_server GetFirmwareSecureRouterUpgradeNetworkShareNfsServer
    NFS file server option for network share upgrade.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password str
    Password as configured on the file server.
    upgradeoption str
    Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.

    • nw_upgrade_full - Network upgrade option for full upgrade.
    • nw_upgrade_mount_only - Network upgrade mount only.
    username str
    Username as configured on the file server.
    additionalProperties String
    cifsServer Property Map
    CIFS file server option for network share upgrade.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    httpServer Property Map
    HTTP (for WWW) file server option for network share upgrade.
    isPasswordSet Boolean
    Indicates whether the value of the 'password' property has been set.
    mapType String
    File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.

    • nfs - File server protocol used is NFS.
    • cifs - File server protocol used is CIFS.
    • www - File server protocol used is WWW.
    nfsServer Property Map
    NFS file server option for network share upgrade.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    password String
    Password as configured on the file server.
    upgradeoption String
    Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.

    • nw_upgrade_full - Network upgrade option for full upgrade.
    • nw_upgrade_mount_only - Network upgrade mount only.
    username String
    Username as configured on the file server.

    GetFirmwareSecureRouterUpgradeNetworkShareCifsServer

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FileLocation string
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    MountOptions string
    Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.

    • none - The default authentication protocol is decided by the endpoint.
    • ntlm - The external CIFS server is configured with ntlm as the authentication protocol.
    • ntlmi - Mount options of CIFS file server is ntlmi.
    • ntlmv2 - Mount options of CIFS file server is ntlmv2.
    • ntlmv2i - Mount options of CIFS file server is ntlmv2i.
    • ntlmssp - Mount options of CIFS file server is ntlmssp.
    • ntlmsspi - Mount options of CIFS file server is ntlmsspi.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RemoteFile string
    Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
    RemoteIp string
    CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    RemoteShare string
    Directory where the image is stored. Example:share/subfolder.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FileLocation string
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    MountOptions string
    Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.

    • none - The default authentication protocol is decided by the endpoint.
    • ntlm - The external CIFS server is configured with ntlm as the authentication protocol.
    • ntlmi - Mount options of CIFS file server is ntlmi.
    • ntlmv2 - Mount options of CIFS file server is ntlmv2.
    • ntlmv2i - Mount options of CIFS file server is ntlmv2i.
    • ntlmssp - Mount options of CIFS file server is ntlmssp.
    • ntlmsspi - Mount options of CIFS file server is ntlmsspi.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RemoteFile string
    Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
    RemoteIp string
    CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    RemoteShare string
    Directory where the image is stored. Example:share/subfolder.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    file_location string
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mount_options string
    Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.

    • none - The default authentication protocol is decided by the endpoint.
    • ntlm - The external CIFS server is configured with ntlm as the authentication protocol.
    • ntlmi - Mount options of CIFS file server is ntlmi.
    • ntlmv2 - Mount options of CIFS file server is ntlmv2.
    • ntlmv2i - Mount options of CIFS file server is ntlmv2i.
    • ntlmssp - Mount options of CIFS file server is ntlmssp.
    • ntlmsspi - Mount options of CIFS file server is ntlmsspi.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remote_file string
    Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
    remote_ip string
    CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remote_share string
    Directory where the image is stored. Example:share/subfolder.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileLocation String
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mountOptions String
    Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.

    • none - The default authentication protocol is decided by the endpoint.
    • ntlm - The external CIFS server is configured with ntlm as the authentication protocol.
    • ntlmi - Mount options of CIFS file server is ntlmi.
    • ntlmv2 - Mount options of CIFS file server is ntlmv2.
    • ntlmv2i - Mount options of CIFS file server is ntlmv2i.
    • ntlmssp - Mount options of CIFS file server is ntlmssp.
    • ntlmsspi - Mount options of CIFS file server is ntlmsspi.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteFile String
    Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
    remoteIp String
    CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remoteShare String
    Directory where the image is stored. Example:share/subfolder.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileLocation string
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mountOptions string
    Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.

    • none - The default authentication protocol is decided by the endpoint.
    • ntlm - The external CIFS server is configured with ntlm as the authentication protocol.
    • ntlmi - Mount options of CIFS file server is ntlmi.
    • ntlmv2 - Mount options of CIFS file server is ntlmv2.
    • ntlmv2i - Mount options of CIFS file server is ntlmv2i.
    • ntlmssp - Mount options of CIFS file server is ntlmssp.
    • ntlmsspi - Mount options of CIFS file server is ntlmsspi.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteFile string
    Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
    remoteIp string
    CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remoteShare string
    Directory where the image is stored. Example:share/subfolder.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    file_location str
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mount_options str
    Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.

    • none - The default authentication protocol is decided by the endpoint.
    • ntlm - The external CIFS server is configured with ntlm as the authentication protocol.
    • ntlmi - Mount options of CIFS file server is ntlmi.
    • ntlmv2 - Mount options of CIFS file server is ntlmv2.
    • ntlmv2i - Mount options of CIFS file server is ntlmv2i.
    • ntlmssp - Mount options of CIFS file server is ntlmssp.
    • ntlmsspi - Mount options of CIFS file server is ntlmsspi.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remote_file str
    Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
    remote_ip str
    CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remote_share str
    Directory where the image is stored. Example:share/subfolder.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileLocation String
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mountOptions String
    Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.

    • none - The default authentication protocol is decided by the endpoint.
    • ntlm - The external CIFS server is configured with ntlm as the authentication protocol.
    • ntlmi - Mount options of CIFS file server is ntlmi.
    • ntlmv2 - Mount options of CIFS file server is ntlmv2.
    • ntlmv2i - Mount options of CIFS file server is ntlmv2i.
    • ntlmssp - Mount options of CIFS file server is ntlmssp.
    • ntlmsspi - Mount options of CIFS file server is ntlmsspi.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteFile String
    Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
    remoteIp String
    CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remoteShare String
    Directory where the image is stored. Example:share/subfolder.

    GetFirmwareSecureRouterUpgradeNetworkShareHttpServer

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    LocationLink string
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    MountOptions string
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    LocationLink string
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    MountOptions string
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    location_link string
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mount_options string
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    locationLink String
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mountOptions String
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    locationLink string
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mountOptions string
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    location_link str
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mount_options str
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    locationLink String
    HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
    mountOptions String
    Mount option as configured on the HTTP server. Empty if nothing is configured.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetFirmwareSecureRouterUpgradeNetworkShareNfsServer

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FileLocation string
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    MountOptions string
    Mount option as configured on the NFS Server. For example:nolock.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RemoteFile string
    Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
    RemoteIp string
    NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    RemoteShare string
    Directory where the image is stored. For example:/share/subfolder.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FileLocation string
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    MountOptions string
    Mount option as configured on the NFS Server. For example:nolock.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RemoteFile string
    Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
    RemoteIp string
    NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    RemoteShare string
    Directory where the image is stored. For example:/share/subfolder.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    file_location string
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mount_options string
    Mount option as configured on the NFS Server. For example:nolock.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remote_file string
    Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
    remote_ip string
    NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remote_share string
    Directory where the image is stored. For example:/share/subfolder.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileLocation String
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mountOptions String
    Mount option as configured on the NFS Server. For example:nolock.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteFile String
    Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
    remoteIp String
    NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remoteShare String
    Directory where the image is stored. For example:/share/subfolder.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileLocation string
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mountOptions string
    Mount option as configured on the NFS Server. For example:nolock.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteFile string
    Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
    remoteIp string
    NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remoteShare string
    Directory where the image is stored. For example:/share/subfolder.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    file_location str
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mount_options str
    Mount option as configured on the NFS Server. For example:nolock.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remote_file str
    Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
    remote_ip str
    NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remote_share str
    Directory where the image is stored. For example:/share/subfolder.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileLocation String
    The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
    mountOptions String
    Mount option as configured on the NFS Server. For example:nolock.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteFile String
    Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
    remoteIp String
    NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
    remoteShare String
    Directory where the image is stored. For example:/share/subfolder.

    GetFirmwareSecureRouterUpgradeParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradePermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeRelease

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFirmwareSecureRouterUpgradeResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Devices List<GetFirmwareSecureRouterUpgradeResultDevice>
    DirectDownloads List<GetFirmwareSecureRouterUpgradeResultDirectDownload>
    Distributables List<GetFirmwareSecureRouterUpgradeResultDistributable>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileServers List<GetFirmwareSecureRouterUpgradeResultFileServer>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkSecureRouters List<GetFirmwareSecureRouterUpgradeResultNetworkSecureRouter>
    NetworkShares List<GetFirmwareSecureRouterUpgradeResultNetworkShare>
    ObjectType string
    Owners List<string>
    Parents List<GetFirmwareSecureRouterUpgradeResultParent>
    PermissionResources List<GetFirmwareSecureRouterUpgradeResultPermissionResource>
    Releases List<GetFirmwareSecureRouterUpgradeResultRelease>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SkipEstimateImpact bool
    User has the option to skip the estimate impact calculation.
    Status string
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    Tags List<GetFirmwareSecureRouterUpgradeResultTag>
    UpgradeImpacts List<GetFirmwareSecureRouterUpgradeResultUpgradeImpact>
    UpgradeStatuses List<GetFirmwareSecureRouterUpgradeResultUpgradeStatus>
    UpgradeType string
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    VersionContexts List<GetFirmwareSecureRouterUpgradeResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFirmwareSecureRouterUpgradeResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Devices []GetFirmwareSecureRouterUpgradeResultDevice
    DirectDownloads []GetFirmwareSecureRouterUpgradeResultDirectDownload
    Distributables []GetFirmwareSecureRouterUpgradeResultDistributable
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileServers []GetFirmwareSecureRouterUpgradeResultFileServer
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkSecureRouters []GetFirmwareSecureRouterUpgradeResultNetworkSecureRouter
    NetworkShares []GetFirmwareSecureRouterUpgradeResultNetworkShare
    ObjectType string
    Owners []string
    Parents []GetFirmwareSecureRouterUpgradeResultParent
    PermissionResources []GetFirmwareSecureRouterUpgradeResultPermissionResource
    Releases []GetFirmwareSecureRouterUpgradeResultRelease
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SkipEstimateImpact bool
    User has the option to skip the estimate impact calculation.
    Status string
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    Tags []GetFirmwareSecureRouterUpgradeResultTag
    UpgradeImpacts []GetFirmwareSecureRouterUpgradeResultUpgradeImpact
    UpgradeStatuses []GetFirmwareSecureRouterUpgradeResultUpgradeStatus
    UpgradeType string
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    VersionContexts []GetFirmwareSecureRouterUpgradeResultVersionContext
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    devices list(object)
    direct_downloads list(object)
    distributables list(object)
    domain_group_moid string
    The DomainGroup ID for this managed object.
    file_servers list(object)
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    network_secure_routers list(object)
    network_shares list(object)
    object_type string
    owners list(string)
    parents list(object)
    permission_resources list(object)
    releases list(object)
    shared_scope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skip_estimate_impact bool
    User has the option to skip the estimate impact calculation.
    status string
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags list(object)
    upgrade_impacts list(object)
    upgrade_statuses list(object)
    upgrade_type string
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    version_contexts list(object)
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFirmwareSecureRouterUpgradeResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    devices List<GetFirmwareSecureRouterUpgradeResultDevice>
    directDownloads List<GetFirmwareSecureRouterUpgradeResultDirectDownload>
    distributables List<GetFirmwareSecureRouterUpgradeResultDistributable>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileServers List<GetFirmwareSecureRouterUpgradeResultFileServer>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    networkSecureRouters List<GetFirmwareSecureRouterUpgradeResultNetworkSecureRouter>
    networkShares List<GetFirmwareSecureRouterUpgradeResultNetworkShare>
    objectType String
    owners List<String>
    parents List<GetFirmwareSecureRouterUpgradeResultParent>
    permissionResources List<GetFirmwareSecureRouterUpgradeResultPermissionResource>
    releases List<GetFirmwareSecureRouterUpgradeResultRelease>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skipEstimateImpact Boolean
    User has the option to skip the estimate impact calculation.
    status String
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags List<GetFirmwareSecureRouterUpgradeResultTag>
    upgradeImpacts List<GetFirmwareSecureRouterUpgradeResultUpgradeImpact>
    upgradeStatuses List<GetFirmwareSecureRouterUpgradeResultUpgradeStatus>
    upgradeType String
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    versionContexts List<GetFirmwareSecureRouterUpgradeResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFirmwareSecureRouterUpgradeResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    devices GetFirmwareSecureRouterUpgradeResultDevice[]
    directDownloads GetFirmwareSecureRouterUpgradeResultDirectDownload[]
    distributables GetFirmwareSecureRouterUpgradeResultDistributable[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fileServers GetFirmwareSecureRouterUpgradeResultFileServer[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    networkSecureRouters GetFirmwareSecureRouterUpgradeResultNetworkSecureRouter[]
    networkShares GetFirmwareSecureRouterUpgradeResultNetworkShare[]
    objectType string
    owners string[]
    parents GetFirmwareSecureRouterUpgradeResultParent[]
    permissionResources GetFirmwareSecureRouterUpgradeResultPermissionResource[]
    releases GetFirmwareSecureRouterUpgradeResultRelease[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skipEstimateImpact boolean
    User has the option to skip the estimate impact calculation.
    status string
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags GetFirmwareSecureRouterUpgradeResultTag[]
    upgradeImpacts GetFirmwareSecureRouterUpgradeResultUpgradeImpact[]
    upgradeStatuses GetFirmwareSecureRouterUpgradeResultUpgradeStatus[]
    upgradeType string
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    versionContexts GetFirmwareSecureRouterUpgradeResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFirmwareSecureRouterUpgradeResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    devices Sequence[GetFirmwareSecureRouterUpgradeResultDevice]
    direct_downloads Sequence[GetFirmwareSecureRouterUpgradeResultDirectDownload]
    distributables Sequence[GetFirmwareSecureRouterUpgradeResultDistributable]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    file_servers Sequence[GetFirmwareSecureRouterUpgradeResultFileServer]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    network_secure_routers Sequence[GetFirmwareSecureRouterUpgradeResultNetworkSecureRouter]
    network_shares Sequence[GetFirmwareSecureRouterUpgradeResultNetworkShare]
    object_type str
    owners Sequence[str]
    parents Sequence[GetFirmwareSecureRouterUpgradeResultParent]
    permission_resources Sequence[GetFirmwareSecureRouterUpgradeResultPermissionResource]
    releases Sequence[GetFirmwareSecureRouterUpgradeResultRelease]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skip_estimate_impact bool
    User has the option to skip the estimate impact calculation.
    status str
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags Sequence[GetFirmwareSecureRouterUpgradeResultTag]
    upgrade_impacts Sequence[GetFirmwareSecureRouterUpgradeResultUpgradeImpact]
    upgrade_statuses Sequence[GetFirmwareSecureRouterUpgradeResultUpgradeStatus]
    upgrade_type str
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    version_contexts Sequence[GetFirmwareSecureRouterUpgradeResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    devices List<Property Map>
    directDownloads List<Property Map>
    distributables List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileServers List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    networkSecureRouters List<Property Map>
    networkShares List<Property Map>
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    releases List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    skipEstimateImpact Boolean
    User has the option to skip the estimate impact calculation.
    status String
    Status of the upgrade operation.* NONE - Upgrade status is not populated.* IN_PROGRESS - The upgrade is in progress.* SUCCESSFUL - The upgrade successfully completed.* FAILED - The upgrade shows failed status.* TERMINATED - The upgrade has been terminated.
    tags List<Property Map>
    upgradeImpacts List<Property Map>
    upgradeStatuses List<Property Map>
    upgradeType String
    Desired upgrade mode to choose either direct download based upgrade or network share upgrade.* direct_upgrade - Upgrade mode is direct download.* network_upgrade - Upgrade mode is network upgrade.
    versionContexts List<Property Map>

    GetFirmwareSecureRouterUpgradeResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultDirectDownload

    GetFirmwareSecureRouterUpgradeResultDirectDownloadHttpServer

    GetFirmwareSecureRouterUpgradeResultDistributable

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultFileServer

    GetFirmwareSecureRouterUpgradeResultNetworkSecureRouter

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultNetworkShare

    GetFirmwareSecureRouterUpgradeResultNetworkShareCifsServer

    GetFirmwareSecureRouterUpgradeResultNetworkShareHttpServer

    GetFirmwareSecureRouterUpgradeResultNetworkShareNfsServer

    GetFirmwareSecureRouterUpgradeResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultRelease

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultTag

    GetFirmwareSecureRouterUpgradeResultTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultTagDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultUpgradeImpact

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultUpgradeStatus

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultVersionContext

    GetFirmwareSecureRouterUpgradeResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additional_properties string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFirmwareSecureRouterUpgradeTag

    AdditionalProperties string
    AncestorDefinitions List<GetFirmwareSecureRouterUpgradeTagAncestorDefinition>
    Definition GetFirmwareSecureRouterUpgradeTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetFirmwareSecureRouterUpgradeTagAncestorDefinition
    Definition GetFirmwareSecureRouterUpgradeTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additional_properties string
    ancestor_definitions list(object)
    definition object
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetFirmwareSecureRouterUpgradeTagAncestorDefinition>
    definition GetFirmwareSecureRouterUpgradeTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetFirmwareSecureRouterUpgradeTagAncestorDefinition[]
    definition GetFirmwareSecureRouterUpgradeTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetFirmwareSecureRouterUpgradeTagAncestorDefinition]
    definition GetFirmwareSecureRouterUpgradeTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetFirmwareSecureRouterUpgradeTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeTagDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeUpgradeImpact

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeUpgradeStatus

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetFirmwareSecureRouterUpgradeVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetFirmwareSecureRouterUpgradeVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetFirmwareSecureRouterUpgradeVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetFirmwareSecureRouterUpgradeVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos list(object)
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo object
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    version_type string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetFirmwareSecureRouterUpgradeVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetFirmwareSecureRouterUpgradeVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetFirmwareSecureRouterUpgradeVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetFirmwareSecureRouterUpgradeVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetFirmwareSecureRouterUpgradeVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetFirmwareSecureRouterUpgradeVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetFirmwareSecureRouterUpgradeVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFirmwareSecureRouterUpgradeVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial