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 dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Firmware Chassis Upgrade Ancestor> - Chassis
Get
Firmware Chassis Upgrade Chassis - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Get
Firmware Chassis Upgrade Device - Direct
Download GetFirmware Chassis Upgrade Direct Download - Distributable
Get
Firmware Chassis Upgrade Distributable - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Component List<string>Lists - File
Server GetFirmware Chassis Upgrade File Server - Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Get
Firmware Chassis Upgrade Network Share - Object
Type string - Owners List<string>
- Parent
Get
Firmware Chassis Upgrade Parent - Permission
Resources List<GetFirmware Chassis Upgrade Permission Resource> - Release
Get
Firmware 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.
- Skip
Estimate 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<Get
Firmware Chassis Upgrade Tag> - Upgrade
Impact GetFirmware Chassis Upgrade Upgrade Impact - Upgrade
Status GetFirmware Chassis Upgrade Upgrade Status - Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Context GetFirmware Chassis Upgrade Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Firmware Chassis Upgrade Ancestor - Chassis
Get
Firmware Chassis Upgrade Chassis - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Get
Firmware Chassis Upgrade Device - Direct
Download GetFirmware Chassis Upgrade Direct Download - Distributable
Get
Firmware Chassis Upgrade Distributable - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Component []stringLists - File
Server GetFirmware Chassis Upgrade File Server - Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Get
Firmware Chassis Upgrade Network Share - Object
Type string - Owners []string
- Parent
Get
Firmware Chassis Upgrade Parent - Permission
Resources []GetFirmware Chassis Upgrade Permission Resource - Release
Get
Firmware 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.
- Skip
Estimate 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. - []Get
Firmware Chassis Upgrade Tag - Upgrade
Impact GetFirmware Chassis Upgrade Upgrade Impact - Upgrade
Status GetFirmware Chassis Upgrade Upgrade Status - Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Context GetFirmware Chassis Upgrade Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Firmware Chassis Upgrade Ancestor> - chassis
Get
Firmware Chassis Upgrade Chassis - class
Id String - create
Time String - The time when this managed object was created.
- device
Get
Firmware Chassis Upgrade Device - direct
Download GetFirmware Chassis Upgrade Direct Download - distributable
Get
Firmware Chassis Upgrade Distributable - domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Component List<String>Lists - file
Server GetFirmware Chassis Upgrade File Server - id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- Get
Firmware Chassis Upgrade Network Share - object
Type String - owners List<String>
- parent
Get
Firmware Chassis Upgrade Parent - permission
Resources List<GetFirmware Chassis Upgrade Permission Resource> - release
Get
Firmware 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.
- skip
Estimate 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<Get
Firmware Chassis Upgrade Tag> - upgrade
Impact GetFirmware Chassis Upgrade Upgrade Impact - upgrade
Status GetFirmware Chassis Upgrade Upgrade Status - upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Context GetFirmware Chassis Upgrade Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Firmware Chassis Upgrade Ancestor[] - chassis
Get
Firmware Chassis Upgrade Chassis - class
Id string - create
Time string - The time when this managed object was created.
- device
Get
Firmware Chassis Upgrade Device - direct
Download GetFirmware Chassis Upgrade Direct Download - distributable
Get
Firmware Chassis Upgrade Distributable - domain
Group stringMoid - The DomainGroup ID for this managed object.
- exclude
Component string[]Lists - file
Server GetFirmware Chassis Upgrade File Server - id string
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- Get
Firmware Chassis Upgrade Network Share - object
Type string - owners string[]
- parent
Get
Firmware Chassis Upgrade Parent - permission
Resources GetFirmware Chassis Upgrade Permission Resource[] - release
Get
Firmware 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.
- skip
Estimate 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. - Get
Firmware Chassis Upgrade Tag[] - upgrade
Impact GetFirmware Chassis Upgrade Upgrade Impact - upgrade
Status GetFirmware Chassis Upgrade Upgrade Status - upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Context GetFirmware Chassis Upgrade Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Firmware Chassis Upgrade Ancestor] - chassis
Get
Firmware Chassis Upgrade Chassis - class_
id str - create_
time str - The time when this managed object was created.
- device
Get
Firmware Chassis Upgrade Device - direct_
download GetFirmware Chassis Upgrade Direct Download - distributable
Get
Firmware 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.
- Get
Firmware Chassis Upgrade Network Share - object_
type str - owners Sequence[str]
- parent
Get
Firmware Chassis Upgrade Parent - permission_
resources Sequence[GetFirmware Chassis Upgrade Permission Resource] - release
Get
Firmware 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[Get
Firmware 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
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- chassis Property Map
- class
Id String - create
Time String - The time when this managed object was created.
- device Property Map
- direct
Download Property Map - distributable Property Map
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Component List<String>Lists - file
Server Property Map - id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- Property Map
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources 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.
- skip
Estimate 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>
- upgrade
Impact Property Map - upgrade
Status Property Map - upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Context Property Map
getFirmwareChassisUpgrade Result
The following output properties are available:
- Id string
- Results
List<Get
Firmware Chassis Upgrade Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Firmware Chassis Upgrade Ancestor> - Chassis
Get
Firmware Chassis Upgrade Chassis - Class
Id string - Create
Time string - Device
Get
Firmware Chassis Upgrade Device - Direct
Download GetFirmware Chassis Upgrade Direct Download - Distributable
Get
Firmware Chassis Upgrade Distributable - Domain
Group stringMoid - Exclude
Component List<string>Lists - File
Server GetFirmware Chassis Upgrade File Server - Mod
Time string - Moid string
- Get
Firmware Chassis Upgrade Network Share - Object
Type string - Owners List<string>
- Parent
Get
Firmware Chassis Upgrade Parent - Permission
Resources List<GetFirmware Chassis Upgrade Permission Resource> - Release
Get
Firmware Chassis Upgrade Release - string
- Skip
Estimate boolImpact - Status string
- List<Get
Firmware Chassis Upgrade Tag> - Upgrade
Impact GetFirmware Chassis Upgrade Upgrade Impact - Upgrade
Status GetFirmware Chassis Upgrade Upgrade Status - Upgrade
Type string - Version
Context GetFirmware Chassis Upgrade Version Context
- Id string
- Results
[]Get
Firmware Chassis Upgrade Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Firmware Chassis Upgrade Ancestor - Chassis
Get
Firmware Chassis Upgrade Chassis - Class
Id string - Create
Time string - Device
Get
Firmware Chassis Upgrade Device - Direct
Download GetFirmware Chassis Upgrade Direct Download - Distributable
Get
Firmware Chassis Upgrade Distributable - Domain
Group stringMoid - Exclude
Component []stringLists - File
Server GetFirmware Chassis Upgrade File Server - Mod
Time string - Moid string
- Get
Firmware Chassis Upgrade Network Share - Object
Type string - Owners []string
- Parent
Get
Firmware Chassis Upgrade Parent - Permission
Resources []GetFirmware Chassis Upgrade Permission Resource - Release
Get
Firmware Chassis Upgrade Release - string
- Skip
Estimate boolImpact - Status string
- []Get
Firmware Chassis Upgrade Tag - Upgrade
Impact GetFirmware Chassis Upgrade Upgrade Impact - Upgrade
Status GetFirmware Chassis Upgrade Upgrade Status - Upgrade
Type string - Version
Context GetFirmware Chassis Upgrade Version Context
- id String
- results
List<Get
Firmware Chassis Upgrade Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Firmware Chassis Upgrade Ancestor> - chassis
Get
Firmware Chassis Upgrade Chassis - class
Id String - create
Time String - device
Get
Firmware Chassis Upgrade Device - direct
Download GetFirmware Chassis Upgrade Direct Download - distributable
Get
Firmware Chassis Upgrade Distributable - domain
Group StringMoid - exclude
Component List<String>Lists - file
Server GetFirmware Chassis Upgrade File Server - mod
Time String - moid String
- Get
Firmware Chassis Upgrade Network Share - object
Type String - owners List<String>
- parent
Get
Firmware Chassis Upgrade Parent - permission
Resources List<GetFirmware Chassis Upgrade Permission Resource> - release
Get
Firmware Chassis Upgrade Release - String
- skip
Estimate BooleanImpact - status String
- List<Get
Firmware Chassis Upgrade Tag> - upgrade
Impact GetFirmware Chassis Upgrade Upgrade Impact - upgrade
Status GetFirmware Chassis Upgrade Upgrade Status - upgrade
Type String - version
Context GetFirmware Chassis Upgrade Version Context
- id string
- results
Get
Firmware Chassis Upgrade Result[] - account
Moid string - additional
Properties string - ancestors
Get
Firmware Chassis Upgrade Ancestor[] - chassis
Get
Firmware Chassis Upgrade Chassis - class
Id string - create
Time string - device
Get
Firmware Chassis Upgrade Device - direct
Download GetFirmware Chassis Upgrade Direct Download - distributable
Get
Firmware Chassis Upgrade Distributable - domain
Group stringMoid - exclude
Component string[]Lists - file
Server GetFirmware Chassis Upgrade File Server - mod
Time string - moid string
- Get
Firmware Chassis Upgrade Network Share - object
Type string - owners string[]
- parent
Get
Firmware Chassis Upgrade Parent - permission
Resources GetFirmware Chassis Upgrade Permission Resource[] - release
Get
Firmware Chassis Upgrade Release - string
- skip
Estimate booleanImpact - status string
- Get
Firmware Chassis Upgrade Tag[] - upgrade
Impact GetFirmware Chassis Upgrade Upgrade Impact - upgrade
Status GetFirmware Chassis Upgrade Upgrade Status - upgrade
Type string - version
Context GetFirmware Chassis Upgrade Version Context
- id str
- results
Sequence[Get
Firmware Chassis Upgrade Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Firmware Chassis Upgrade Ancestor] - chassis
Get
Firmware Chassis Upgrade Chassis - class_
id str - create_
time str - device
Get
Firmware Chassis Upgrade Device - direct_
download GetFirmware Chassis Upgrade Direct Download - distributable
Get
Firmware Chassis Upgrade Distributable - domain_
group_ strmoid - exclude_
component_ Sequence[str]lists - file_
server GetFirmware Chassis Upgrade File Server - mod_
time str - moid str
- Get
Firmware Chassis Upgrade Network Share - object_
type str - owners Sequence[str]
- parent
Get
Firmware Chassis Upgrade Parent - permission_
resources Sequence[GetFirmware Chassis Upgrade Permission Resource] - release
Get
Firmware Chassis Upgrade Release - str
- skip_
estimate_ boolimpact - status str
- Sequence[Get
Firmware 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>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- chassis Property Map
- class
Id String - create
Time String - device Property Map
- direct
Download Property Map - distributable Property Map
- domain
Group StringMoid - exclude
Component List<String>Lists - file
Server Property Map - mod
Time String - moid String
- Property Map
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - release Property Map
- String
- skip
Estimate BooleanImpact - status String
- List<Property Map>
- upgrade
Impact Property Map - upgrade
Status Property Map - upgrade
Type String - version
Context Property Map
Supporting Types
GetFirmwareChassisUpgradeAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Http
Server GetFirmware Chassis Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- Image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the local https server.
- Upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- Username string
- Username as configured on the local https server.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Http
Server GetFirmware Chassis Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- Image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- Is
Password boolSet - Indicates whether the value of the 'password' property has been set.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the local https server.
- Upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- Username string
- Username as configured on the local https server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server GetFirmware Chassis Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- image
Source String - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the local https server.
- upgradeoption String
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- username String
- Username as configured on the local https server.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server GetFirmware Chassis Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server.
- image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- is
Password booleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password string
- Password as configured on the local https server.
- upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- username string
- Username as configured on the local https server.
- 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server Property Map - HTTP Server option when the image source is a local HTTPS server.
- image
Source String - Source type referring the image to be downloaded from CCO or from a local HTTPS server.
cisco
- Image to be downloaded from Cisco software repository.localHttp
- Image to be downloaded from a https server.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the local https server.
- upgradeoption String
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.sd_download_only
- Direct upgrade SD download only.sd_upgrade_only
- Direct upgrade SD upgrade only.sd_upgrade_full
- Direct upgrade SD upgrade full.download_only
- Direct upgrade image download only.upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.chassis_upgrade_full
- Direct upgrade chassis upgrade full.monitor_only
- Direct upgrade monitor progress only.validate_only
- Validate whether a component is ready for ugprade.cancel_only
- Cancel pending upgrade only.
- username String
- Username as configured on the local https server.
GetFirmwareChassisUpgradeDirectDownloadHttpServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFirmwareChassisUpgradeDistributable
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetFirmwareChassisUpgradeNetworkShare
- Additional
Properties string - Cifs
Server GetFirmware Chassis Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Http
Server 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 string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- Nfs
Server GetFirmware Chassis Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the file server.
- Upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- Username string
- Username as configured on the file server.
- Additional
Properties string - Cifs
Server GetFirmware Chassis Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Http
Server 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 string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- Nfs
Server GetFirmware Chassis Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the file server.
- Upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- Username string
- Username as configured on the file server.
- additional
Properties String - cifs
Server GetFirmware Chassis Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server GetFirmware Chassis Upgrade Network Share Http Server - HTTP (for WWW) file server option for network share upgrade.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- map
Type String - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- nfs
Server GetFirmware Chassis Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the file server.
- upgradeoption String
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- username String
- Username as configured on the file server.
- additional
Properties string - cifs
Server GetFirmware Chassis Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server GetFirmware Chassis Upgrade Network Share Http Server - HTTP (for WWW) file server option for network share upgrade.
- is
Password booleanSet - Indicates whether the value of the 'password' property has been set.
- map
Type string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- nfs
Server GetFirmware Chassis Upgrade Network Share Nfs Server - NFS file server option for network share upgrade.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password string
- Password as configured on the file server.
- upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- username string
- Username as configured on the file server.
- 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.
- additional
Properties String - cifs
Server Property Map - CIFS file server option for network share upgrade.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- http
Server Property Map - HTTP (for WWW) file server option for network share upgrade.
- is
Password BooleanSet - Indicates whether the value of the 'password' property has been set.
- map
Type String - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.
nfs
- File server protocol used is NFS.cifs
- File server protocol used is CIFS.www
- File server protocol used is WWW.
- nfs
Server Property Map - NFS file server option for network share upgrade.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the file server.
- upgradeoption String
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.
nw_upgrade_full
- Network upgrade option for full upgrade.nw_upgrade_mount_only
- Network upgrade mount only.
- username String
- Username as configured on the file server.
GetFirmwareChassisUpgradeNetworkShareCifsServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Remote
File string - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. Example:share/subfolder.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Remote
File string - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. Example:share/subfolder.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File String - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- Directory where the image is stored. Example:share/subfolder.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File string - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip string - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.
none
- The default authentication protocol is decided by the endpoint.ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.ntlmi
- Mount options of CIFS file server is ntlmi.ntlmv2
- Mount options of CIFS file server is ntlmv2.ntlmv2i
- Mount options of CIFS file server is ntlmv2i.ntlmssp
- Mount options of CIFS file server is ntlmssp.ntlmsspi
- Mount options of CIFS file server is ntlmsspi.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File String - Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- Directory where the image is stored. Example:share/subfolder.
GetFirmwareChassisUpgradeNetworkShareHttpServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFirmwareChassisUpgradeNetworkShareNfsServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Remote
File string - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. For example:/share/subfolder.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Remote
File string - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- Directory where the image is stored. For example:/share/subfolder.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option as configured on the NFS Server. For example:nolock.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File String - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- Directory where the image is stored. For example:/share/subfolder.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File string - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip string - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option as configured on the NFS Server. For example:nolock.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
File String - Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- Directory where the image is stored. For example:/share/subfolder.
GetFirmwareChassisUpgradeParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Firmware Chassis Upgrade Result Ancestor> - Chassis
List<Get
Firmware Chassis Upgrade Result Chassis> - Class
Id string - Create
Time string - The time when this managed object was created.
- Devices
List<Get
Firmware Chassis Upgrade Result Device> - Direct
Downloads List<GetFirmware Chassis Upgrade Result Direct Download> - Distributables
List<Get
Firmware Chassis Upgrade Result Distributable> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Component List<string>Lists - File
Servers List<GetFirmware Chassis Upgrade Result File Server> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- List<Get
Firmware Chassis Upgrade Result Network Share> - Object
Type string - Owners List<string>
- Parents
List<Get
Firmware Chassis Upgrade Result Parent> - Permission
Resources List<GetFirmware Chassis Upgrade Result Permission Resource> - Releases
List<Get
Firmware 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.
- Skip
Estimate 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<Get
Firmware Chassis Upgrade Result Tag> - Upgrade
Impacts List<GetFirmware Chassis Upgrade Result Upgrade Impact> - Upgrade
Statuses List<GetFirmware Chassis Upgrade Result Upgrade Status> - Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Contexts List<GetFirmware Chassis Upgrade Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Firmware Chassis Upgrade Result Ancestor - Chassis
[]Get
Firmware Chassis Upgrade Result Chassis - Class
Id string - Create
Time string - The time when this managed object was created.
- Devices
[]Get
Firmware Chassis Upgrade Result Device - Direct
Downloads []GetFirmware Chassis Upgrade Result Direct Download - Distributables
[]Get
Firmware Chassis Upgrade Result Distributable - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Exclude
Component []stringLists - File
Servers []GetFirmware Chassis Upgrade Result File Server - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- []Get
Firmware Chassis Upgrade Result Network Share - Object
Type string - Owners []string
- Parents
[]Get
Firmware Chassis Upgrade Result Parent - Permission
Resources []GetFirmware Chassis Upgrade Result Permission Resource - Releases
[]Get
Firmware 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.
- Skip
Estimate 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. - []Get
Firmware Chassis Upgrade Result Tag - Upgrade
Impacts []GetFirmware Chassis Upgrade Result Upgrade Impact - Upgrade
Statuses []GetFirmware Chassis Upgrade Result Upgrade Status - Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Contexts []GetFirmware Chassis Upgrade Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Firmware Chassis Upgrade Result Ancestor> - chassis
List<Get
Firmware Chassis Upgrade Result Chassis> - class
Id String - create
Time String - The time when this managed object was created.
- devices
List<Get
Firmware Chassis Upgrade Result Device> - direct
Downloads List<GetFirmware Chassis Upgrade Result Direct Download> - distributables
List<Get
Firmware Chassis Upgrade Result Distributable> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Component List<String>Lists - file
Servers List<GetFirmware Chassis Upgrade Result File Server> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- List<Get
Firmware Chassis Upgrade Result Network Share> - object
Type String - owners List<String>
- parents
List<Get
Firmware Chassis Upgrade Result Parent> - permission
Resources List<GetFirmware Chassis Upgrade Result Permission Resource> - releases
List<Get
Firmware 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.
- skip
Estimate 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<Get
Firmware Chassis Upgrade Result Tag> - upgrade
Impacts List<GetFirmware Chassis Upgrade Result Upgrade Impact> - upgrade
Statuses List<GetFirmware Chassis Upgrade Result Upgrade Status> - upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts List<GetFirmware Chassis Upgrade Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Firmware Chassis Upgrade Result Ancestor[] - chassis
Get
Firmware Chassis Upgrade Result Chassis[] - class
Id string - create
Time string - The time when this managed object was created.
- devices
Get
Firmware Chassis Upgrade Result Device[] - direct
Downloads GetFirmware Chassis Upgrade Result Direct Download[] - distributables
Get
Firmware Chassis Upgrade Result Distributable[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- exclude
Component string[]Lists - file
Servers GetFirmware Chassis Upgrade Result File Server[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- Get
Firmware Chassis Upgrade Result Network Share[] - object
Type string - owners string[]
- parents
Get
Firmware Chassis Upgrade Result Parent[] - permission
Resources GetFirmware Chassis Upgrade Result Permission Resource[] - releases
Get
Firmware 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.
- skip
Estimate 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. - Get
Firmware Chassis Upgrade Result Tag[] - upgrade
Impacts GetFirmware Chassis Upgrade Result Upgrade Impact[] - upgrade
Statuses GetFirmware Chassis Upgrade Result Upgrade Status[] - upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts GetFirmware Chassis Upgrade Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Firmware Chassis Upgrade Result Ancestor] - chassis
Sequence[Get
Firmware Chassis Upgrade Result Chassis] - class_
id str - create_
time str - The time when this managed object was created.
- devices
Sequence[Get
Firmware Chassis Upgrade Result Device] - direct_
downloads Sequence[GetFirmware Chassis Upgrade Result Direct Download] - distributables
Sequence[Get
Firmware 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[Get
Firmware Chassis Upgrade Result Network Share] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Firmware Chassis Upgrade Result Parent] - permission_
resources Sequence[GetFirmware Chassis Upgrade Result Permission Resource] - releases
Sequence[Get
Firmware 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[Get
Firmware 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]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- chassis List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- devices List<Property Map>
- direct
Downloads List<Property Map> - distributables List<Property Map>
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- exclude
Component List<String>Lists - file
Servers List<Property Map> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- List<Property Map>
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources 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.
- skip
Estimate 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>
- upgrade
Impacts List<Property Map> - upgrade
Statuses List<Property Map> - upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts List<Property Map>
GetFirmwareChassisUpgradeResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultChassis
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultDirectDownload
- Additional
Properties string - Class
Id string - Http
Servers List<GetFirmware Chassis Upgrade Result Direct Download Http Server> - Image
Source string - Is
Password boolSet - Object
Type string - Password string
- Upgradeoption string
- Username string
- Additional
Properties string - Class
Id string - Http
Servers []GetFirmware Chassis Upgrade Result Direct Download Http Server - Image
Source string - Is
Password boolSet - Object
Type string - Password string
- Upgradeoption string
- Username string
- additional
Properties String - class
Id String - http
Servers List<GetFirmware Chassis Upgrade Result Direct Download Http Server> - image
Source String - is
Password BooleanSet - object
Type String - password String
- upgradeoption String
- username String
- additional
Properties string - class
Id string - http
Servers GetFirmware Chassis Upgrade Result Direct Download Http Server[] - image
Source string - is
Password booleanSet - object
Type string - password string
- upgradeoption string
- username string
- additional
Properties String - class
Id String - http
Servers List<Property Map> - image
Source String - is
Password BooleanSet - object
Type String - password String
- upgradeoption String
- username String
GetFirmwareChassisUpgradeResultDirectDownloadHttpServer
- Additional
Properties string - Class
Id string - Location
Link string - Mount
Options string - Object
Type string
- Additional
Properties string - Class
Id string - Location
Link string - Mount
Options string - Object
Type string
- additional
Properties String - class
Id String - location
Link String - mount
Options String - object
Type String
- additional
Properties string - class
Id string - location
Link string - mount
Options string - object
Type string
- additional_
properties str - class_
id str - location_
link str - mount_
options str - object_
type str
- additional
Properties String - class
Id String - location
Link String - mount
Options String - object
Type String
GetFirmwareChassisUpgradeResultDistributable
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultFileServer
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetFirmwareChassisUpgradeResultNetworkShare
- Additional
Properties string - Cifs
Servers List<GetFirmware Chassis Upgrade Result Network Share Cifs Server> - Class
Id string - Http
Servers List<GetFirmware Chassis Upgrade Result Network Share Http Server> - Is
Password boolSet - Map
Type string - Nfs
Servers List<GetFirmware Chassis Upgrade Result Network Share Nfs Server> - Object
Type string - Password string
- Upgradeoption string
- Username string
- Additional
Properties string - Cifs
Servers []GetFirmware Chassis Upgrade Result Network Share Cifs Server - Class
Id string - Http
Servers []GetFirmware Chassis Upgrade Result Network Share Http Server - Is
Password boolSet - Map
Type string - Nfs
Servers []GetFirmware Chassis Upgrade Result Network Share Nfs Server - Object
Type string - Password string
- Upgradeoption string
- Username string
- additional
Properties String - cifs
Servers List<GetFirmware Chassis Upgrade Result Network Share Cifs Server> - class
Id String - http
Servers List<GetFirmware Chassis Upgrade Result Network Share Http Server> - is
Password BooleanSet - map
Type String - nfs
Servers List<GetFirmware Chassis Upgrade Result Network Share Nfs Server> - object
Type String - password String
- upgradeoption String
- username String
- additional
Properties string - cifs
Servers GetFirmware Chassis Upgrade Result Network Share Cifs Server[] - class
Id string - http
Servers GetFirmware Chassis Upgrade Result Network Share Http Server[] - is
Password booleanSet - map
Type string - nfs
Servers GetFirmware Chassis Upgrade Result Network Share Nfs Server[] - object
Type 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
- additional
Properties String - cifs
Servers List<Property Map> - class
Id String - http
Servers List<Property Map> - is
Password BooleanSet - map
Type String - nfs
Servers List<Property Map> - object
Type String - password String
- upgradeoption String
- username String
GetFirmwareChassisUpgradeResultNetworkShareCifsServer
- Additional
Properties string - Class
Id string - File
Location string - Mount
Options string - Object
Type string - Remote
File string - Remote
Ip string - string
- Additional
Properties string - Class
Id string - File
Location string - Mount
Options string - Object
Type string - Remote
File string - Remote
Ip string - string
- additional
Properties String - class
Id String - file
Location String - mount
Options String - object
Type String - remote
File String - remote
Ip String - String
- additional
Properties string - class
Id string - file
Location string - mount
Options string - object
Type string - remote
File string - remote
Ip string - string
- additional_
properties str - class_
id str - file_
location str - mount_
options str - object_
type str - remote_
file str - remote_
ip str - str
- additional
Properties String - class
Id String - file
Location String - mount
Options String - object
Type String - remote
File String - remote
Ip String - String
GetFirmwareChassisUpgradeResultNetworkShareHttpServer
- Additional
Properties string - Class
Id string - Location
Link string - Mount
Options string - Object
Type string
- Additional
Properties string - Class
Id string - Location
Link string - Mount
Options string - Object
Type string
- additional
Properties String - class
Id String - location
Link String - mount
Options String - object
Type String
- additional
Properties string - class
Id string - location
Link string - mount
Options string - object
Type string
- additional_
properties str - class_
id str - location_
link str - mount_
options str - object_
type str
- additional
Properties String - class
Id String - location
Link String - mount
Options String - object
Type String
GetFirmwareChassisUpgradeResultNetworkShareNfsServer
- Additional
Properties string - Class
Id string - File
Location string - Mount
Options string - Object
Type string - Remote
File string - Remote
Ip string - string
- Additional
Properties string - Class
Id string - File
Location string - Mount
Options string - Object
Type string - Remote
File string - Remote
Ip string - string
- additional
Properties String - class
Id String - file
Location String - mount
Options String - object
Type String - remote
File String - remote
Ip String - String
- additional
Properties string - class
Id string - file
Location string - mount
Options string - object
Type string - remote
File string - remote
Ip string - string
- additional_
properties str - class_
id str - file_
location str - mount_
options str - object_
type str - remote_
file str - remote_
ip str - str
- additional
Properties String - class
Id String - file
Location String - mount
Options String - object
Type String - remote
File String - remote
Ip String - String
GetFirmwareChassisUpgradeResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultRelease
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetFirmwareChassisUpgradeResultUpgradeImpact
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultUpgradeStatus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetFirmwareChassisUpgradeResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFirmwareChassisUpgradeTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetFirmwareChassisUpgradeUpgradeImpact
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFirmware Chassis Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFirmware Chassis Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetFirmware Chassis Upgrade Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFirmware Chassis Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetFirmware Chassis Upgrade Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFirmware Chassis Upgrade Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetFirmwareChassisUpgradeVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- 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
intersight
Terraform Provider.