intersight.getFirmwareChassisUpgrade
Explore with Pulumi AI
Firmware upgrade operation for chassis 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. Network share is used for upgrade that use the image from a network share from your data center.
Using getFirmwareChassisUpgrade
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 getFirmwareChassisUpgrade(args: GetFirmwareChassisUpgradeArgs, opts?: InvokeOptions): Promise<GetFirmwareChassisUpgradeResult>
function getFirmwareChassisUpgradeOutput(args: GetFirmwareChassisUpgradeOutputArgs, opts?: InvokeOptions): Output<GetFirmwareChassisUpgradeResult>def get_firmware_chassis_upgrade(account_moid: Optional[str] = None,
                                 additional_properties: Optional[str] = None,
                                 ancestors: Optional[Sequence[GetFirmwareChassisUpgradeAncestor]] = None,
                                 chassis: Optional[GetFirmwareChassisUpgradeChassis] = None,
                                 class_id: Optional[str] = None,
                                 create_time: Optional[str] = None,
                                 device: Optional[GetFirmwareChassisUpgradeDevice] = None,
                                 direct_download: Optional[GetFirmwareChassisUpgradeDirectDownload] = None,
                                 distributable: Optional[GetFirmwareChassisUpgradeDistributable] = None,
                                 domain_group_moid: Optional[str] = None,
                                 exclude_component_lists: Optional[Sequence[str]] = None,
                                 file_server: Optional[GetFirmwareChassisUpgradeFileServer] = None,
                                 id: Optional[str] = None,
                                 mod_time: Optional[str] = None,
                                 moid: Optional[str] = None,
                                 network_share: Optional[GetFirmwareChassisUpgradeNetworkShare] = None,
                                 object_type: Optional[str] = None,
                                 owners: Optional[Sequence[str]] = None,
                                 parent: Optional[GetFirmwareChassisUpgradeParent] = None,
                                 permission_resources: Optional[Sequence[GetFirmwareChassisUpgradePermissionResource]] = None,
                                 release: Optional[GetFirmwareChassisUpgradeRelease] = None,
                                 shared_scope: Optional[str] = None,
                                 skip_estimate_impact: Optional[bool] = None,
                                 status: Optional[str] = None,
                                 tags: Optional[Sequence[GetFirmwareChassisUpgradeTag]] = None,
                                 upgrade_impact: Optional[GetFirmwareChassisUpgradeUpgradeImpact] = None,
                                 upgrade_status: Optional[GetFirmwareChassisUpgradeUpgradeStatus] = None,
                                 upgrade_type: Optional[str] = None,
                                 version_context: Optional[GetFirmwareChassisUpgradeVersionContext] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetFirmwareChassisUpgradeResult
def get_firmware_chassis_upgrade_output(account_moid: Optional[pulumi.Input[str]] = None,
                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareChassisUpgradeAncestorArgs]]]] = None,
                                 chassis: Optional[pulumi.Input[GetFirmwareChassisUpgradeChassisArgs]] = None,
                                 class_id: Optional[pulumi.Input[str]] = None,
                                 create_time: Optional[pulumi.Input[str]] = None,
                                 device: Optional[pulumi.Input[GetFirmwareChassisUpgradeDeviceArgs]] = None,
                                 direct_download: Optional[pulumi.Input[GetFirmwareChassisUpgradeDirectDownloadArgs]] = None,
                                 distributable: Optional[pulumi.Input[GetFirmwareChassisUpgradeDistributableArgs]] = None,
                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                 exclude_component_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                 file_server: Optional[pulumi.Input[GetFirmwareChassisUpgradeFileServerArgs]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 mod_time: Optional[pulumi.Input[str]] = None,
                                 moid: Optional[pulumi.Input[str]] = None,
                                 network_share: Optional[pulumi.Input[GetFirmwareChassisUpgradeNetworkShareArgs]] = None,
                                 object_type: Optional[pulumi.Input[str]] = None,
                                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                 parent: Optional[pulumi.Input[GetFirmwareChassisUpgradeParentArgs]] = None,
                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareChassisUpgradePermissionResourceArgs]]]] = None,
                                 release: Optional[pulumi.Input[GetFirmwareChassisUpgradeReleaseArgs]] = None,
                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                 skip_estimate_impact: Optional[pulumi.Input[bool]] = None,
                                 status: Optional[pulumi.Input[str]] = None,
                                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFirmwareChassisUpgradeTagArgs]]]] = None,
                                 upgrade_impact: Optional[pulumi.Input[GetFirmwareChassisUpgradeUpgradeImpactArgs]] = None,
                                 upgrade_status: Optional[pulumi.Input[GetFirmwareChassisUpgradeUpgradeStatusArgs]] = None,
                                 upgrade_type: Optional[pulumi.Input[str]] = None,
                                 version_context: Optional[pulumi.Input[GetFirmwareChassisUpgradeVersionContextArgs]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetFirmwareChassisUpgradeResult]func LookupFirmwareChassisUpgrade(ctx *Context, args *LookupFirmwareChassisUpgradeArgs, opts ...InvokeOption) (*LookupFirmwareChassisUpgradeResult, error)
func LookupFirmwareChassisUpgradeOutput(ctx *Context, args *LookupFirmwareChassisUpgradeOutputArgs, opts ...InvokeOption) LookupFirmwareChassisUpgradeResultOutput> Note: This function is named LookupFirmwareChassisUpgrade in the Go SDK.
public static class GetFirmwareChassisUpgrade 
{
    public static Task<GetFirmwareChassisUpgradeResult> InvokeAsync(GetFirmwareChassisUpgradeArgs args, InvokeOptions? opts = null)
    public static Output<GetFirmwareChassisUpgradeResult> Invoke(GetFirmwareChassisUpgradeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFirmwareChassisUpgradeResult> getFirmwareChassisUpgrade(GetFirmwareChassisUpgradeArgs args, InvokeOptions options)
public static Output<GetFirmwareChassisUpgradeResult> getFirmwareChassisUpgrade(GetFirmwareChassisUpgradeArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getFirmwareChassisUpgrade:getFirmwareChassisUpgrade
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetFirmware Chassis Upgrade Ancestor> 
- Chassis
GetFirmware Chassis Upgrade Chassis 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Device
GetFirmware Chassis Upgrade Device 
- DirectDownload GetFirmware Chassis Upgrade Direct Download 
- Distributable
GetFirmware Chassis Upgrade Distributable 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExcludeComponent List<string>Lists 
- FileServer GetFirmware Chassis Upgrade File Server 
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- 
GetFirmware Chassis Upgrade Network Share 
- ObjectType string
- Owners List<string>
- Parent
GetFirmware Chassis Upgrade Parent 
- PermissionResources List<GetFirmware Chassis Upgrade Permission Resource> 
- Release
GetFirmware Chassis Upgrade Release 
- 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.
- SkipEstimate boolImpact 
- 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.
- 
List<GetFirmware Chassis Upgrade Tag> 
- UpgradeImpact GetFirmware Chassis Upgrade Upgrade Impact 
- UpgradeStatus GetFirmware Chassis Upgrade Upgrade Status 
- 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 GetFirmware Chassis Upgrade Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetFirmware Chassis Upgrade Ancestor 
- Chassis
GetFirmware Chassis Upgrade Chassis 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Device
GetFirmware Chassis Upgrade Device 
- DirectDownload GetFirmware Chassis Upgrade Direct Download 
- Distributable
GetFirmware Chassis Upgrade Distributable 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExcludeComponent []stringLists 
- FileServer GetFirmware Chassis Upgrade File Server 
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- 
GetFirmware Chassis Upgrade Network Share 
- ObjectType string
- Owners []string
- Parent
GetFirmware Chassis Upgrade Parent 
- PermissionResources []GetFirmware Chassis Upgrade Permission Resource 
- Release
GetFirmware Chassis Upgrade Release 
- 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.
- SkipEstimate boolImpact 
- 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.
- 
[]GetFirmware Chassis Upgrade Tag 
- UpgradeImpact GetFirmware Chassis Upgrade Upgrade Impact 
- UpgradeStatus GetFirmware Chassis Upgrade Upgrade Status 
- 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 GetFirmware Chassis Upgrade Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetFirmware Chassis Upgrade Ancestor> 
- chassis
GetFirmware Chassis Upgrade Chassis 
- classId String
- createTime String
- The time when this managed object was created.
- device
GetFirmware Chassis Upgrade Device 
- directDownload GetFirmware Chassis Upgrade Direct Download 
- distributable
GetFirmware Chassis Upgrade Distributable 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- excludeComponent List<String>Lists 
- fileServer GetFirmware Chassis Upgrade File Server 
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- 
GetFirmware Chassis Upgrade Network Share 
- objectType String
- owners List<String>
- parent
GetFirmware Chassis Upgrade Parent 
- permissionResources List<GetFirmware Chassis Upgrade Permission Resource> 
- release
GetFirmware Chassis Upgrade Release 
- 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.
- skipEstimate BooleanImpact 
- 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.
- 
List<GetFirmware Chassis Upgrade Tag> 
- upgradeImpact GetFirmware Chassis Upgrade Upgrade Impact 
- upgradeStatus GetFirmware Chassis Upgrade Upgrade Status 
- 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 GetFirmware Chassis Upgrade Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetFirmware Chassis Upgrade Ancestor[] 
- chassis
GetFirmware Chassis Upgrade Chassis 
- classId string
- createTime string
- The time when this managed object was created.
- device
GetFirmware Chassis Upgrade Device 
- directDownload GetFirmware Chassis Upgrade Direct Download 
- distributable
GetFirmware Chassis Upgrade Distributable 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- excludeComponent string[]Lists 
- fileServer GetFirmware Chassis Upgrade File Server 
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- 
GetFirmware Chassis Upgrade Network Share 
- objectType string
- owners string[]
- parent
GetFirmware Chassis Upgrade Parent 
- permissionResources GetFirmware Chassis Upgrade Permission Resource[] 
- release
GetFirmware Chassis Upgrade Release 
- 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.
- skipEstimate booleanImpact 
- 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.
- 
GetFirmware Chassis Upgrade Tag[] 
- upgradeImpact GetFirmware Chassis Upgrade Upgrade Impact 
- upgradeStatus GetFirmware Chassis Upgrade Upgrade Status 
- 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 GetFirmware Chassis Upgrade Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetFirmware Chassis Upgrade Ancestor] 
- chassis
GetFirmware Chassis Upgrade Chassis 
- class_id str
- create_time str
- The time when this managed object was created.
- device
GetFirmware Chassis Upgrade Device 
- direct_download GetFirmware Chassis Upgrade Direct Download 
- distributable
GetFirmware Chassis Upgrade Distributable 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- exclude_component_ Sequence[str]lists 
- file_server GetFirmware Chassis Upgrade File Server 
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- 
GetFirmware Chassis Upgrade Network Share 
- object_type str
- owners Sequence[str]
- parent
GetFirmware Chassis Upgrade Parent 
- permission_resources Sequence[GetFirmware Chassis Upgrade Permission Resource] 
- release
GetFirmware Chassis Upgrade Release 
- 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_ boolimpact 
- 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.
- 
Sequence[GetFirmware Chassis Upgrade Tag] 
- upgrade_impact GetFirmware Chassis Upgrade Upgrade Impact 
- upgrade_status GetFirmware Chassis Upgrade Upgrade Status 
- 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 GetFirmware Chassis Upgrade Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- chassis Property Map
- classId String
- createTime String
- The time when this managed object was created.
- device Property Map
- directDownload Property Map
- distributable Property Map
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- excludeComponent List<String>Lists 
- 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.
- Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- release Property Map
- 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.
- skipEstimate BooleanImpact 
- 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.
- 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
getFirmwareChassisUpgrade Result
The following output properties are available:
- Id string
- Results
List<GetFirmware Chassis Upgrade Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetFirmware Chassis Upgrade Ancestor> 
- Chassis
GetFirmware Chassis Upgrade Chassis 
- ClassId string
- CreateTime string
- Device
GetFirmware Chassis Upgrade Device 
- DirectDownload GetFirmware Chassis Upgrade Direct Download 
- Distributable
GetFirmware Chassis Upgrade Distributable 
- DomainGroup stringMoid 
- ExcludeComponent List<string>Lists 
- FileServer GetFirmware Chassis Upgrade File Server 
- ModTime string
- Moid string
- 
GetFirmware Chassis Upgrade Network Share 
- ObjectType string
- Owners List<string>
- Parent
GetFirmware Chassis Upgrade Parent 
- PermissionResources List<GetFirmware Chassis Upgrade Permission Resource> 
- Release
GetFirmware Chassis Upgrade Release 
- string
- SkipEstimate boolImpact 
- Status string
- 
List<GetFirmware Chassis Upgrade Tag> 
- UpgradeImpact GetFirmware Chassis Upgrade Upgrade Impact 
- UpgradeStatus GetFirmware Chassis Upgrade Upgrade Status 
- UpgradeType string
- VersionContext GetFirmware Chassis Upgrade Version Context 
- Id string
- Results
[]GetFirmware Chassis Upgrade Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetFirmware Chassis Upgrade Ancestor 
- Chassis
GetFirmware Chassis Upgrade Chassis 
- ClassId string
- CreateTime string
- Device
GetFirmware Chassis Upgrade Device 
- DirectDownload GetFirmware Chassis Upgrade Direct Download 
- Distributable
GetFirmware Chassis Upgrade Distributable 
- DomainGroup stringMoid 
- ExcludeComponent []stringLists 
- FileServer GetFirmware Chassis Upgrade File Server 
- ModTime string
- Moid string
- 
GetFirmware Chassis Upgrade Network Share 
- ObjectType string
- Owners []string
- Parent
GetFirmware Chassis Upgrade Parent 
- PermissionResources []GetFirmware Chassis Upgrade Permission Resource 
- Release
GetFirmware Chassis Upgrade Release 
- string
- SkipEstimate boolImpact 
- Status string
- 
[]GetFirmware Chassis Upgrade Tag 
- UpgradeImpact GetFirmware Chassis Upgrade Upgrade Impact 
- UpgradeStatus GetFirmware Chassis Upgrade Upgrade Status 
- UpgradeType string
- VersionContext GetFirmware Chassis Upgrade Version Context 
- id String
- results
List<GetFirmware Chassis Upgrade Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetFirmware Chassis Upgrade Ancestor> 
- chassis
GetFirmware Chassis Upgrade Chassis 
- classId String
- createTime String
- device
GetFirmware Chassis Upgrade Device 
- directDownload GetFirmware Chassis Upgrade Direct Download 
- distributable
GetFirmware Chassis Upgrade Distributable 
- domainGroup StringMoid 
- excludeComponent List<String>Lists 
- fileServer GetFirmware Chassis Upgrade File Server 
- modTime String
- moid String
- 
GetFirmware Chassis Upgrade Network Share 
- objectType String
- owners List<String>
- parent
GetFirmware Chassis Upgrade Parent 
- permissionResources List<GetFirmware Chassis Upgrade Permission Resource> 
- release
GetFirmware Chassis Upgrade Release 
- String
- skipEstimate BooleanImpact 
- status String
- 
List<GetFirmware Chassis Upgrade Tag> 
- upgradeImpact GetFirmware Chassis Upgrade Upgrade Impact 
- upgradeStatus GetFirmware Chassis Upgrade Upgrade Status 
- upgradeType String
- versionContext GetFirmware Chassis Upgrade Version Context 
- id string
- results
GetFirmware Chassis Upgrade Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetFirmware Chassis Upgrade Ancestor[] 
- chassis
GetFirmware Chassis Upgrade Chassis 
- classId string
- createTime string
- device
GetFirmware Chassis Upgrade Device 
- directDownload GetFirmware Chassis Upgrade Direct Download 
- distributable
GetFirmware Chassis Upgrade Distributable 
- domainGroup stringMoid 
- excludeComponent string[]Lists 
- fileServer GetFirmware Chassis Upgrade File Server 
- modTime string
- moid string
- 
GetFirmware Chassis Upgrade Network Share 
- objectType string
- owners string[]
- parent
GetFirmware Chassis Upgrade Parent 
- permissionResources GetFirmware Chassis Upgrade Permission Resource[] 
- release
GetFirmware Chassis Upgrade Release 
- string
- skipEstimate booleanImpact 
- status string
- 
GetFirmware Chassis Upgrade Tag[] 
- upgradeImpact GetFirmware Chassis Upgrade Upgrade Impact 
- upgradeStatus GetFirmware Chassis Upgrade Upgrade Status 
- upgradeType string
- versionContext GetFirmware Chassis Upgrade Version Context 
- id str
- results
Sequence[GetFirmware Chassis Upgrade Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetFirmware Chassis Upgrade Ancestor] 
- chassis
GetFirmware Chassis Upgrade Chassis 
- class_id str
- create_time str
- device
GetFirmware Chassis Upgrade Device 
- direct_download GetFirmware Chassis Upgrade Direct Download 
- distributable
GetFirmware Chassis Upgrade Distributable 
- domain_group_ strmoid 
- exclude_component_ Sequence[str]lists 
- file_server GetFirmware Chassis Upgrade File Server 
- mod_time str
- moid str
- 
GetFirmware Chassis Upgrade Network Share 
- object_type str
- owners Sequence[str]
- parent
GetFirmware Chassis Upgrade Parent 
- permission_resources Sequence[GetFirmware Chassis Upgrade Permission Resource] 
- release
GetFirmware Chassis Upgrade Release 
- str
- skip_estimate_ boolimpact 
- status str
- 
Sequence[GetFirmware Chassis Upgrade Tag] 
- upgrade_impact GetFirmware Chassis Upgrade Upgrade Impact 
- upgrade_status GetFirmware Chassis Upgrade Upgrade Status 
- upgrade_type str
- version_context GetFirmware Chassis Upgrade Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- chassis Property Map
- classId String
- createTime String
- device Property Map
- directDownload Property Map
- distributable Property Map
- domainGroup StringMoid 
- excludeComponent List<String>Lists 
- fileServer Property Map
- modTime String
- moid String
- Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- release Property Map
- String
- skipEstimate BooleanImpact 
- status String
- List<Property Map>
- upgradeImpact Property Map
- upgradeStatus Property Map
- upgradeType String
- versionContext Property Map
Supporting Types
GetFirmwareChassisUpgradeAncestor    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeChassis    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeDevice    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeDirectDownload     
- 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 GetFirmware Chassis Upgrade Direct Download Http Server 
- 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.
 
- IsPassword boolSet 
- 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 GetFirmware Chassis Upgrade Direct Download Http Server 
- 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.
 
- IsPassword boolSet 
- 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 GetFirmware Chassis Upgrade Direct Download Http Server 
- 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.
 
- isPassword BooleanSet 
- 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 GetFirmware Chassis Upgrade Direct Download Http Server 
- 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.
 
- isPassword booleanSet 
- 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 GetFirmware Chassis Upgrade Direct Download Http Server 
- 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_ boolset 
- 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.
 
- isPassword BooleanSet 
- 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.
GetFirmwareChassisUpgradeDirectDownloadHttpServer       
- 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.
- 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.
GetFirmwareChassisUpgradeDistributable    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeFileServer     
- 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.
- 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.
GetFirmwareChassisUpgradeNetworkShare     
- AdditionalProperties string
- CifsServer GetFirmware Chassis Upgrade Network Share Cifs Server 
- 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 GetFirmware Chassis Upgrade Network Share Http Server 
- HTTP (for WWW) file server option for network share upgrade.
- IsPassword boolSet 
- 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 GetFirmware Chassis Upgrade Network Share Nfs Server 
- 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 GetFirmware Chassis Upgrade Network Share Cifs Server 
- 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 GetFirmware Chassis Upgrade Network Share Http Server 
- HTTP (for WWW) file server option for network share upgrade.
- IsPassword boolSet 
- 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 GetFirmware Chassis Upgrade Network Share Nfs Server 
- 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 GetFirmware Chassis Upgrade Network Share Cifs Server 
- 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 GetFirmware Chassis Upgrade Network Share Http Server 
- HTTP (for WWW) file server option for network share upgrade.
- isPassword BooleanSet 
- 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 GetFirmware Chassis Upgrade Network Share Nfs Server 
- 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 GetFirmware Chassis Upgrade Network Share Cifs Server 
- 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 GetFirmware Chassis Upgrade Network Share Http Server 
- HTTP (for WWW) file server option for network share upgrade.
- isPassword booleanSet 
- 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 GetFirmware Chassis Upgrade Network Share Nfs Server 
- 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 GetFirmware Chassis Upgrade Network Share Cifs Server 
- 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 GetFirmware Chassis Upgrade Network Share Http Server 
- HTTP (for WWW) file server option for network share upgrade.
- is_password_ boolset 
- 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 GetFirmware Chassis Upgrade Network Share Nfs Server 
- 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.
- isPassword BooleanSet 
- 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.
GetFirmwareChassisUpgradeNetworkShareCifsServer       
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- String
- Directory where the image is stored. Example:share/subfolder.
GetFirmwareChassisUpgradeNetworkShareHttpServer       
- 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.
- 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.
GetFirmwareChassisUpgradeNetworkShareNfsServer       
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- String
- Directory where the image is stored. For example:/share/subfolder.
GetFirmwareChassisUpgradeParent    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradePermissionResource     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeRelease    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetFirmware Chassis Upgrade Result Ancestor> 
- Chassis
List<GetFirmware Chassis Upgrade Result Chassis> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Devices
List<GetFirmware Chassis Upgrade Result Device> 
- DirectDownloads List<GetFirmware Chassis Upgrade Result Direct Download> 
- Distributables
List<GetFirmware Chassis Upgrade Result Distributable> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExcludeComponent List<string>Lists 
- FileServers List<GetFirmware Chassis Upgrade Result File Server> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- 
List<GetFirmware Chassis Upgrade Result Network Share> 
- ObjectType string
- Owners List<string>
- Parents
List<GetFirmware Chassis Upgrade Result Parent> 
- PermissionResources List<GetFirmware Chassis Upgrade Result Permission Resource> 
- Releases
List<GetFirmware Chassis Upgrade Result Release> 
- 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.
- SkipEstimate boolImpact 
- 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.
- 
List<GetFirmware Chassis Upgrade Result Tag> 
- UpgradeImpacts List<GetFirmware Chassis Upgrade Result Upgrade Impact> 
- UpgradeStatuses List<GetFirmware Chassis Upgrade Result Upgrade Status> 
- 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<GetFirmware Chassis Upgrade Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetFirmware Chassis Upgrade Result Ancestor 
- Chassis
[]GetFirmware Chassis Upgrade Result Chassis 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Devices
[]GetFirmware Chassis Upgrade Result Device 
- DirectDownloads []GetFirmware Chassis Upgrade Result Direct Download 
- Distributables
[]GetFirmware Chassis Upgrade Result Distributable 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExcludeComponent []stringLists 
- FileServers []GetFirmware Chassis Upgrade Result File Server 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- 
[]GetFirmware Chassis Upgrade Result Network Share 
- ObjectType string
- Owners []string
- Parents
[]GetFirmware Chassis Upgrade Result Parent 
- PermissionResources []GetFirmware Chassis Upgrade Result Permission Resource 
- Releases
[]GetFirmware Chassis Upgrade Result Release 
- 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.
- SkipEstimate boolImpact 
- 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.
- 
[]GetFirmware Chassis Upgrade Result Tag 
- UpgradeImpacts []GetFirmware Chassis Upgrade Result Upgrade Impact 
- UpgradeStatuses []GetFirmware Chassis Upgrade Result Upgrade Status 
- 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 []GetFirmware Chassis Upgrade Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetFirmware Chassis Upgrade Result Ancestor> 
- chassis
List<GetFirmware Chassis Upgrade Result Chassis> 
- classId String
- createTime String
- The time when this managed object was created.
- devices
List<GetFirmware Chassis Upgrade Result Device> 
- directDownloads List<GetFirmware Chassis Upgrade Result Direct Download> 
- distributables
List<GetFirmware Chassis Upgrade Result Distributable> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- excludeComponent List<String>Lists 
- fileServers List<GetFirmware Chassis Upgrade Result File Server> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- 
List<GetFirmware Chassis Upgrade Result Network Share> 
- objectType String
- owners List<String>
- parents
List<GetFirmware Chassis Upgrade Result Parent> 
- permissionResources List<GetFirmware Chassis Upgrade Result Permission Resource> 
- releases
List<GetFirmware Chassis Upgrade Result Release> 
- 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.
- skipEstimate BooleanImpact 
- 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.
- 
List<GetFirmware Chassis Upgrade Result Tag> 
- upgradeImpacts List<GetFirmware Chassis Upgrade Result Upgrade Impact> 
- upgradeStatuses List<GetFirmware Chassis Upgrade Result Upgrade Status> 
- 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<GetFirmware Chassis Upgrade Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetFirmware Chassis Upgrade Result Ancestor[] 
- chassis
GetFirmware Chassis Upgrade Result Chassis[] 
- classId string
- createTime string
- The time when this managed object was created.
- devices
GetFirmware Chassis Upgrade Result Device[] 
- directDownloads GetFirmware Chassis Upgrade Result Direct Download[] 
- distributables
GetFirmware Chassis Upgrade Result Distributable[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- excludeComponent string[]Lists 
- fileServers GetFirmware Chassis Upgrade Result File Server[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- 
GetFirmware Chassis Upgrade Result Network Share[] 
- objectType string
- owners string[]
- parents
GetFirmware Chassis Upgrade Result Parent[] 
- permissionResources GetFirmware Chassis Upgrade Result Permission Resource[] 
- releases
GetFirmware Chassis Upgrade Result Release[] 
- 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.
- skipEstimate booleanImpact 
- 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.
- 
GetFirmware Chassis Upgrade Result Tag[] 
- upgradeImpacts GetFirmware Chassis Upgrade Result Upgrade Impact[] 
- upgradeStatuses GetFirmware Chassis Upgrade Result Upgrade Status[] 
- 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 GetFirmware Chassis Upgrade Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetFirmware Chassis Upgrade Result Ancestor] 
- chassis
Sequence[GetFirmware Chassis Upgrade Result Chassis] 
- class_id str
- create_time str
- The time when this managed object was created.
- devices
Sequence[GetFirmware Chassis Upgrade Result Device] 
- direct_downloads Sequence[GetFirmware Chassis Upgrade Result Direct Download] 
- distributables
Sequence[GetFirmware Chassis Upgrade Result Distributable] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- exclude_component_ Sequence[str]lists 
- file_servers Sequence[GetFirmware Chassis Upgrade Result File Server] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- 
Sequence[GetFirmware Chassis Upgrade Result Network Share] 
- object_type str
- owners Sequence[str]
- parents
Sequence[GetFirmware Chassis Upgrade Result Parent] 
- permission_resources Sequence[GetFirmware Chassis Upgrade Result Permission Resource] 
- releases
Sequence[GetFirmware Chassis Upgrade Result Release] 
- 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_ boolimpact 
- 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.
- 
Sequence[GetFirmware Chassis Upgrade Result Tag] 
- upgrade_impacts Sequence[GetFirmware Chassis Upgrade Result Upgrade Impact] 
- upgrade_statuses Sequence[GetFirmware Chassis Upgrade Result Upgrade Status] 
- 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[GetFirmware Chassis Upgrade Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- chassis 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>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- excludeComponent List<String>Lists 
- 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.
- List<Property Map>
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- releases List<Property Map>
- 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.
- skipEstimate BooleanImpact 
- 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.
- 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>
GetFirmwareChassisUpgradeResultAncestor     
- 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
- 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
GetFirmwareChassisUpgradeResultChassis     
- 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
- 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
GetFirmwareChassisUpgradeResultDevice     
- 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
- 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
GetFirmwareChassisUpgradeResultDirectDownload      
- AdditionalProperties string
- ClassId string
- HttpServers List<GetFirmware Chassis Upgrade Result Direct Download Http Server> 
- ImageSource string
- IsPassword boolSet 
- ObjectType string
- Password string
- Upgradeoption string
- Username string
- AdditionalProperties string
- ClassId string
- HttpServers []GetFirmware Chassis Upgrade Result Direct Download Http Server 
- ImageSource string
- IsPassword boolSet 
- ObjectType string
- Password string
- Upgradeoption string
- Username string
- additionalProperties String
- classId String
- httpServers List<GetFirmware Chassis Upgrade Result Direct Download Http Server> 
- imageSource String
- isPassword BooleanSet 
- objectType String
- password String
- upgradeoption String
- username String
- additionalProperties string
- classId string
- httpServers GetFirmware Chassis Upgrade Result Direct Download Http Server[] 
- imageSource string
- isPassword booleanSet 
- objectType string
- password string
- upgradeoption string
- username string
- additionalProperties String
- classId String
- httpServers List<Property Map>
- imageSource String
- isPassword BooleanSet 
- objectType String
- password String
- upgradeoption String
- username String
GetFirmwareChassisUpgradeResultDirectDownloadHttpServer        
- AdditionalProperties string
- ClassId string
- LocationLink string
- MountOptions string
- ObjectType string
- AdditionalProperties string
- ClassId string
- LocationLink string
- MountOptions string
- ObjectType string
- additionalProperties String
- classId String
- locationLink String
- mountOptions String
- objectType String
- additionalProperties string
- classId string
- locationLink string
- mountOptions string
- objectType string
- additional_properties str
- class_id str
- location_link str
- mount_options str
- object_type str
- additionalProperties String
- classId String
- locationLink String
- mountOptions String
- objectType String
GetFirmwareChassisUpgradeResultDistributable     
- 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
- 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
GetFirmwareChassisUpgradeResultFileServer      
- AdditionalProperties string
- ClassId string
- ObjectType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- additionalProperties String
- classId String
- objectType String
- additionalProperties string
- classId string
- objectType string
- additional_properties str
- class_id str
- object_type str
- additionalProperties String
- classId String
- objectType String
GetFirmwareChassisUpgradeResultNetworkShare      
- AdditionalProperties string
- CifsServers List<GetFirmware Chassis Upgrade Result Network Share Cifs Server> 
- ClassId string
- HttpServers List<GetFirmware Chassis Upgrade Result Network Share Http Server> 
- IsPassword boolSet 
- MapType string
- NfsServers List<GetFirmware Chassis Upgrade Result Network Share Nfs Server> 
- ObjectType string
- Password string
- Upgradeoption string
- Username string
- AdditionalProperties string
- CifsServers []GetFirmware Chassis Upgrade Result Network Share Cifs Server 
- ClassId string
- HttpServers []GetFirmware Chassis Upgrade Result Network Share Http Server 
- IsPassword boolSet 
- MapType string
- NfsServers []GetFirmware Chassis Upgrade Result Network Share Nfs Server 
- ObjectType string
- Password string
- Upgradeoption string
- Username string
- additionalProperties String
- cifsServers List<GetFirmware Chassis Upgrade Result Network Share Cifs Server> 
- classId String
- httpServers List<GetFirmware Chassis Upgrade Result Network Share Http Server> 
- isPassword BooleanSet 
- mapType String
- nfsServers List<GetFirmware Chassis Upgrade Result Network Share Nfs Server> 
- objectType String
- password String
- upgradeoption String
- username String
- additionalProperties string
- cifsServers GetFirmware Chassis Upgrade Result Network Share Cifs Server[] 
- classId string
- httpServers GetFirmware Chassis Upgrade Result Network Share Http Server[] 
- isPassword booleanSet 
- mapType string
- nfsServers GetFirmware Chassis Upgrade Result Network Share Nfs Server[] 
- objectType string
- password string
- upgradeoption string
- username string
- additional_properties str
- cifs_servers Sequence[GetFirmware Chassis Upgrade Result Network Share Cifs Server] 
- class_id str
- http_servers Sequence[GetFirmware Chassis Upgrade Result Network Share Http Server] 
- is_password_ boolset 
- map_type str
- nfs_servers Sequence[GetFirmware Chassis Upgrade Result Network Share Nfs Server] 
- object_type str
- password str
- upgradeoption str
- username str
- additionalProperties String
- cifsServers List<Property Map>
- classId String
- httpServers List<Property Map>
- isPassword BooleanSet 
- mapType String
- nfsServers List<Property Map>
- objectType String
- password String
- upgradeoption String
- username String
GetFirmwareChassisUpgradeResultNetworkShareCifsServer        
- AdditionalProperties string
- ClassId string
- FileLocation string
- MountOptions string
- ObjectType string
- RemoteFile string
- RemoteIp string
- string
- AdditionalProperties string
- ClassId string
- FileLocation string
- MountOptions string
- ObjectType string
- RemoteFile string
- RemoteIp string
- string
- additionalProperties String
- classId String
- fileLocation String
- mountOptions String
- objectType String
- remoteFile String
- remoteIp String
- String
- additionalProperties string
- classId string
- fileLocation string
- mountOptions string
- objectType string
- remoteFile string
- remoteIp string
- string
- additional_properties str
- class_id str
- file_location str
- mount_options str
- object_type str
- remote_file str
- remote_ip str
- str
- additionalProperties String
- classId String
- fileLocation String
- mountOptions String
- objectType String
- remoteFile String
- remoteIp String
- String
GetFirmwareChassisUpgradeResultNetworkShareHttpServer        
- AdditionalProperties string
- ClassId string
- LocationLink string
- MountOptions string
- ObjectType string
- AdditionalProperties string
- ClassId string
- LocationLink string
- MountOptions string
- ObjectType string
- additionalProperties String
- classId String
- locationLink String
- mountOptions String
- objectType String
- additionalProperties string
- classId string
- locationLink string
- mountOptions string
- objectType string
- additional_properties str
- class_id str
- location_link str
- mount_options str
- object_type str
- additionalProperties String
- classId String
- locationLink String
- mountOptions String
- objectType String
GetFirmwareChassisUpgradeResultNetworkShareNfsServer        
- AdditionalProperties string
- ClassId string
- FileLocation string
- MountOptions string
- ObjectType string
- RemoteFile string
- RemoteIp string
- string
- AdditionalProperties string
- ClassId string
- FileLocation string
- MountOptions string
- ObjectType string
- RemoteFile string
- RemoteIp string
- string
- additionalProperties String
- classId String
- fileLocation String
- mountOptions String
- objectType String
- remoteFile String
- remoteIp String
- String
- additionalProperties string
- classId string
- fileLocation string
- mountOptions string
- objectType string
- remoteFile string
- remoteIp string
- string
- additional_properties str
- class_id str
- file_location str
- mount_options str
- object_type str
- remote_file str
- remote_ip str
- str
- additionalProperties String
- classId String
- fileLocation String
- mountOptions String
- objectType String
- remoteFile String
- remoteIp String
- String
GetFirmwareChassisUpgradeResultParent     
- 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
- 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
GetFirmwareChassisUpgradeResultPermissionResource      
- 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
- 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
GetFirmwareChassisUpgradeResultRelease     
- 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
- 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
GetFirmwareChassisUpgradeResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetFirmwareChassisUpgradeResultUpgradeImpact      
- 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
- 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
GetFirmwareChassisUpgradeResultUpgradeStatus      
- 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
- 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
GetFirmwareChassisUpgradeResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetFirmwareChassisUpgradeResultVersionContextInterestedMo        
- 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
- 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
GetFirmwareChassisUpgradeResultVersionContextRefMo        
- 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
- 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
GetFirmwareChassisUpgradeTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetFirmwareChassisUpgradeUpgradeImpact     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeUpgradeStatus     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeVersionContext     
- 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<GetFirmware Chassis Upgrade Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetFirmware Chassis Upgrade Version Context Ref Mo 
- 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 []GetFirmware Chassis Upgrade Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetFirmware Chassis Upgrade Version Context Ref Mo 
- 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 List<GetFirmware Chassis Upgrade Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetFirmware Chassis Upgrade Version Context Ref Mo 
- 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 GetFirmware Chassis Upgrade Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetFirmware Chassis Upgrade Version Context Ref Mo 
- 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[GetFirmware Chassis Upgrade Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetFirmware Chassis Upgrade Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.
 
GetFirmwareChassisUpgradeVersionContextInterestedMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetFirmwareChassisUpgradeVersionContextRefMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.