1. Packages
  2. Intersight Provider
  3. API Docs
  4. getStorageBatteryBackupUnit
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getStorageBatteryBackupUnit

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Information of Battery Backup Unit in the storage controller.

    Using getStorageBatteryBackupUnit

    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 getStorageBatteryBackupUnit(args: GetStorageBatteryBackupUnitArgs, opts?: InvokeOptions): Promise<GetStorageBatteryBackupUnitResult>
    function getStorageBatteryBackupUnitOutput(args: GetStorageBatteryBackupUnitOutputArgs, opts?: InvokeOptions): Output<GetStorageBatteryBackupUnitResult>
    def get_storage_battery_backup_unit(account_moid: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        ancestors: Optional[Sequence[GetStorageBatteryBackupUnitAncestor]] = None,
                                        capacitance_in_percent: Optional[float] = None,
                                        charging_state: Optional[str] = None,
                                        class_id: Optional[str] = None,
                                        create_time: Optional[str] = None,
                                        current_in_amps: Optional[float] = None,
                                        design_capacity_in_joules: Optional[str] = None,
                                        design_voltage_in_volts: Optional[float] = None,
                                        device_mo_id: Optional[str] = None,
                                        device_name: Optional[str] = None,
                                        dn: Optional[str] = None,
                                        domain_group_moid: Optional[str] = None,
                                        id: Optional[str] = None,
                                        inventory_device_info: Optional[GetStorageBatteryBackupUnitInventoryDeviceInfo] = None,
                                        is_battery_present: Optional[bool] = None,
                                        is_capacitor: Optional[bool] = None,
                                        is_learn_cycle_requested: Optional[bool] = None,
                                        is_learn_cycle_transparent: Optional[bool] = None,
                                        is_temperature_high: Optional[bool] = None,
                                        is_upgraded: Optional[bool] = None,
                                        is_voltage_low: Optional[bool] = None,
                                        learn_cycle_progress_end_time_stamp: Optional[str] = None,
                                        learn_cycle_progress_start_time_stamp: Optional[str] = None,
                                        learn_cycle_progress_status: Optional[str] = None,
                                        learn_mode: Optional[str] = None,
                                        manufacturing_date: Optional[str] = None,
                                        mod_time: Optional[str] = None,
                                        model: Optional[str] = None,
                                        module_version: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        next_learn_cycle_time_stamp: Optional[str] = None,
                                        object_type: Optional[str] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        pack_energy_in_joules: Optional[str] = None,
                                        parent: Optional[GetStorageBatteryBackupUnitParent] = None,
                                        permission_resources: Optional[Sequence[GetStorageBatteryBackupUnitPermissionResource]] = None,
                                        presence: Optional[str] = None,
                                        previous_fru: Optional[GetStorageBatteryBackupUnitPreviousFru] = None,
                                        registered_device: Optional[GetStorageBatteryBackupUnitRegisteredDevice] = None,
                                        remaining_pool_space_in_percent: Optional[float] = None,
                                        revision: Optional[str] = None,
                                        rn: Optional[str] = None,
                                        serial: Optional[str] = None,
                                        shared_scope: Optional[str] = None,
                                        status: Optional[str] = None,
                                        storage_controller: Optional[GetStorageBatteryBackupUnitStorageController] = None,
                                        tags: Optional[Sequence[GetStorageBatteryBackupUnitTag]] = None,
                                        temperature_in_cel: Optional[float] = None,
                                        type: Optional[str] = None,
                                        vendor: Optional[str] = None,
                                        version_context: Optional[GetStorageBatteryBackupUnitVersionContext] = None,
                                        voltage_in_volts: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetStorageBatteryBackupUnitResult
    def get_storage_battery_backup_unit_output(account_moid: Optional[pulumi.Input[str]] = None,
                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageBatteryBackupUnitAncestorArgs]]]] = None,
                                        capacitance_in_percent: Optional[pulumi.Input[float]] = None,
                                        charging_state: Optional[pulumi.Input[str]] = None,
                                        class_id: Optional[pulumi.Input[str]] = None,
                                        create_time: Optional[pulumi.Input[str]] = None,
                                        current_in_amps: Optional[pulumi.Input[float]] = None,
                                        design_capacity_in_joules: Optional[pulumi.Input[str]] = None,
                                        design_voltage_in_volts: Optional[pulumi.Input[float]] = None,
                                        device_mo_id: Optional[pulumi.Input[str]] = None,
                                        device_name: Optional[pulumi.Input[str]] = None,
                                        dn: Optional[pulumi.Input[str]] = None,
                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        inventory_device_info: Optional[pulumi.Input[GetStorageBatteryBackupUnitInventoryDeviceInfoArgs]] = None,
                                        is_battery_present: Optional[pulumi.Input[bool]] = None,
                                        is_capacitor: Optional[pulumi.Input[bool]] = None,
                                        is_learn_cycle_requested: Optional[pulumi.Input[bool]] = None,
                                        is_learn_cycle_transparent: Optional[pulumi.Input[bool]] = None,
                                        is_temperature_high: Optional[pulumi.Input[bool]] = None,
                                        is_upgraded: Optional[pulumi.Input[bool]] = None,
                                        is_voltage_low: Optional[pulumi.Input[bool]] = None,
                                        learn_cycle_progress_end_time_stamp: Optional[pulumi.Input[str]] = None,
                                        learn_cycle_progress_start_time_stamp: Optional[pulumi.Input[str]] = None,
                                        learn_cycle_progress_status: Optional[pulumi.Input[str]] = None,
                                        learn_mode: Optional[pulumi.Input[str]] = None,
                                        manufacturing_date: Optional[pulumi.Input[str]] = None,
                                        mod_time: Optional[pulumi.Input[str]] = None,
                                        model: Optional[pulumi.Input[str]] = None,
                                        module_version: Optional[pulumi.Input[str]] = None,
                                        moid: Optional[pulumi.Input[str]] = None,
                                        next_learn_cycle_time_stamp: Optional[pulumi.Input[str]] = None,
                                        object_type: Optional[pulumi.Input[str]] = None,
                                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        pack_energy_in_joules: Optional[pulumi.Input[str]] = None,
                                        parent: Optional[pulumi.Input[GetStorageBatteryBackupUnitParentArgs]] = None,
                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageBatteryBackupUnitPermissionResourceArgs]]]] = None,
                                        presence: Optional[pulumi.Input[str]] = None,
                                        previous_fru: Optional[pulumi.Input[GetStorageBatteryBackupUnitPreviousFruArgs]] = None,
                                        registered_device: Optional[pulumi.Input[GetStorageBatteryBackupUnitRegisteredDeviceArgs]] = None,
                                        remaining_pool_space_in_percent: Optional[pulumi.Input[float]] = None,
                                        revision: Optional[pulumi.Input[str]] = None,
                                        rn: Optional[pulumi.Input[str]] = None,
                                        serial: Optional[pulumi.Input[str]] = None,
                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                        status: Optional[pulumi.Input[str]] = None,
                                        storage_controller: Optional[pulumi.Input[GetStorageBatteryBackupUnitStorageControllerArgs]] = None,
                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageBatteryBackupUnitTagArgs]]]] = None,
                                        temperature_in_cel: Optional[pulumi.Input[float]] = None,
                                        type: Optional[pulumi.Input[str]] = None,
                                        vendor: Optional[pulumi.Input[str]] = None,
                                        version_context: Optional[pulumi.Input[GetStorageBatteryBackupUnitVersionContextArgs]] = None,
                                        voltage_in_volts: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetStorageBatteryBackupUnitResult]
    func LookupStorageBatteryBackupUnit(ctx *Context, args *LookupStorageBatteryBackupUnitArgs, opts ...InvokeOption) (*LookupStorageBatteryBackupUnitResult, error)
    func LookupStorageBatteryBackupUnitOutput(ctx *Context, args *LookupStorageBatteryBackupUnitOutputArgs, opts ...InvokeOption) LookupStorageBatteryBackupUnitResultOutput

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

    public static class GetStorageBatteryBackupUnit 
    {
        public static Task<GetStorageBatteryBackupUnitResult> InvokeAsync(GetStorageBatteryBackupUnitArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageBatteryBackupUnitResult> Invoke(GetStorageBatteryBackupUnitInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageBatteryBackupUnitResult> getStorageBatteryBackupUnit(GetStorageBatteryBackupUnitArgs args, InvokeOptions options)
    public static Output<GetStorageBatteryBackupUnitResult> getStorageBatteryBackupUnit(GetStorageBatteryBackupUnitArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageBatteryBackupUnit:getStorageBatteryBackupUnit
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageBatteryBackupUnitAncestor>
    CapacitanceInPercent double
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    ChargingState string
    This holds the charging state of the battery backup unit of the storage controller.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CurrentInAmps double
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    DesignCapacityInJoules string
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    DesignVoltageInVolts double
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DeviceName string
    This refers to the device name of the battery backup unit of the storage controller.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InventoryDeviceInfo GetStorageBatteryBackupUnitInventoryDeviceInfo
    IsBatteryPresent bool
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    IsCapacitor bool
    This indicates the capacitor for the battery backup unit of the storage controller.
    IsLearnCycleRequested bool
    This indicates learn cycle request of the battery backup unit of the storage controller.
    IsLearnCycleTransparent bool
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    IsTemperatureHigh bool
    This indicates the temperature is high for the battery backup unit of the storage controller.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    IsVoltageLow bool
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    LearnCycleProgressEndTimeStamp string
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    LearnCycleProgressStartTimeStamp string
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    LearnCycleProgressStatus string
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    LearnMode string
    This refers to the learn mode of the battery backup unit of the storage controller.
    ManufacturingDate string
    This refers to the manufacture date of the battery backup unit of the storage controller.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    ModuleVersion string
    This refers to the current module version of the battery backup unit of the storage controller.
    Moid string
    The unique identifier of this Managed Object instance.
    NextLearnCycleTimeStamp string
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    ObjectType string
    Owners List<string>
    PackEnergyInJoules string
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    Parent GetStorageBatteryBackupUnitParent
    PermissionResources List<GetStorageBatteryBackupUnitPermissionResource>
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetStorageBatteryBackupUnitPreviousFru
    RegisteredDevice GetStorageBatteryBackupUnitRegisteredDevice
    RemainingPoolSpaceInPercent double
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    This holds the current status of the battery backup unit of the storage controller.
    StorageController GetStorageBatteryBackupUnitStorageController
    Tags List<GetStorageBatteryBackupUnitTag>
    TemperatureInCel double
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    Type string
    This refers to the type of the battery backup unit of the storage controller.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetStorageBatteryBackupUnitVersionContext
    VoltageInVolts string
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageBatteryBackupUnitAncestor
    CapacitanceInPercent float64
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    ChargingState string
    This holds the charging state of the battery backup unit of the storage controller.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CurrentInAmps float64
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    DesignCapacityInJoules string
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    DesignVoltageInVolts float64
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DeviceName string
    This refers to the device name of the battery backup unit of the storage controller.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InventoryDeviceInfo GetStorageBatteryBackupUnitInventoryDeviceInfo
    IsBatteryPresent bool
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    IsCapacitor bool
    This indicates the capacitor for the battery backup unit of the storage controller.
    IsLearnCycleRequested bool
    This indicates learn cycle request of the battery backup unit of the storage controller.
    IsLearnCycleTransparent bool
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    IsTemperatureHigh bool
    This indicates the temperature is high for the battery backup unit of the storage controller.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    IsVoltageLow bool
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    LearnCycleProgressEndTimeStamp string
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    LearnCycleProgressStartTimeStamp string
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    LearnCycleProgressStatus string
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    LearnMode string
    This refers to the learn mode of the battery backup unit of the storage controller.
    ManufacturingDate string
    This refers to the manufacture date of the battery backup unit of the storage controller.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    ModuleVersion string
    This refers to the current module version of the battery backup unit of the storage controller.
    Moid string
    The unique identifier of this Managed Object instance.
    NextLearnCycleTimeStamp string
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    ObjectType string
    Owners []string
    PackEnergyInJoules string
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    Parent GetStorageBatteryBackupUnitParent
    PermissionResources []GetStorageBatteryBackupUnitPermissionResource
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetStorageBatteryBackupUnitPreviousFru
    RegisteredDevice GetStorageBatteryBackupUnitRegisteredDevice
    RemainingPoolSpaceInPercent float64
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    This holds the current status of the battery backup unit of the storage controller.
    StorageController GetStorageBatteryBackupUnitStorageController
    Tags []GetStorageBatteryBackupUnitTag
    TemperatureInCel float64
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    Type string
    This refers to the type of the battery backup unit of the storage controller.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetStorageBatteryBackupUnitVersionContext
    VoltageInVolts string
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageBatteryBackupUnitAncestor>
    capacitanceInPercent Double
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    chargingState String
    This holds the charging state of the battery backup unit of the storage controller.
    classId String
    createTime String
    The time when this managed object was created.
    currentInAmps Double
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    designCapacityInJoules String
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    designVoltageInVolts Double
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    deviceMoId String
    The database identifier of the registered device of an object.
    deviceName String
    This refers to the device name of the battery backup unit of the storage controller.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    inventoryDeviceInfo GetStorageBatteryBackupUnitInventoryDeviceInfo
    isBatteryPresent Boolean
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    isCapacitor Boolean
    This indicates the capacitor for the battery backup unit of the storage controller.
    isLearnCycleRequested Boolean
    This indicates learn cycle request of the battery backup unit of the storage controller.
    isLearnCycleTransparent Boolean
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    isTemperatureHigh Boolean
    This indicates the temperature is high for the battery backup unit of the storage controller.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    isVoltageLow Boolean
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    learnCycleProgressEndTimeStamp String
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    learnCycleProgressStartTimeStamp String
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    learnCycleProgressStatus String
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    learnMode String
    This refers to the learn mode of the battery backup unit of the storage controller.
    manufacturingDate String
    This refers to the manufacture date of the battery backup unit of the storage controller.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moduleVersion String
    This refers to the current module version of the battery backup unit of the storage controller.
    moid String
    The unique identifier of this Managed Object instance.
    nextLearnCycleTimeStamp String
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    objectType String
    owners List<String>
    packEnergyInJoules String
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    parent GetStorageBatteryBackupUnitParent
    permissionResources List<GetStorageBatteryBackupUnitPermissionResource>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetStorageBatteryBackupUnitPreviousFru
    registeredDevice GetStorageBatteryBackupUnitRegisteredDevice
    remainingPoolSpaceInPercent Double
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    This holds the current status of the battery backup unit of the storage controller.
    storageController GetStorageBatteryBackupUnitStorageController
    tags List<GetStorageBatteryBackupUnitTag>
    temperatureInCel Double
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    type String
    This refers to the type of the battery backup unit of the storage controller.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext GetStorageBatteryBackupUnitVersionContext
    voltageInVolts String
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageBatteryBackupUnitAncestor[]
    capacitanceInPercent number
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    chargingState string
    This holds the charging state of the battery backup unit of the storage controller.
    classId string
    createTime string
    The time when this managed object was created.
    currentInAmps number
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    designCapacityInJoules string
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    designVoltageInVolts number
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    deviceMoId string
    The database identifier of the registered device of an object.
    deviceName string
    This refers to the device name of the battery backup unit of the storage controller.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    inventoryDeviceInfo GetStorageBatteryBackupUnitInventoryDeviceInfo
    isBatteryPresent boolean
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    isCapacitor boolean
    This indicates the capacitor for the battery backup unit of the storage controller.
    isLearnCycleRequested boolean
    This indicates learn cycle request of the battery backup unit of the storage controller.
    isLearnCycleTransparent boolean
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    isTemperatureHigh boolean
    This indicates the temperature is high for the battery backup unit of the storage controller.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    isVoltageLow boolean
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    learnCycleProgressEndTimeStamp string
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    learnCycleProgressStartTimeStamp string
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    learnCycleProgressStatus string
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    learnMode string
    This refers to the learn mode of the battery backup unit of the storage controller.
    manufacturingDate string
    This refers to the manufacture date of the battery backup unit of the storage controller.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moduleVersion string
    This refers to the current module version of the battery backup unit of the storage controller.
    moid string
    The unique identifier of this Managed Object instance.
    nextLearnCycleTimeStamp string
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    objectType string
    owners string[]
    packEnergyInJoules string
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    parent GetStorageBatteryBackupUnitParent
    permissionResources GetStorageBatteryBackupUnitPermissionResource[]
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetStorageBatteryBackupUnitPreviousFru
    registeredDevice GetStorageBatteryBackupUnitRegisteredDevice
    remainingPoolSpaceInPercent number
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    This holds the current status of the battery backup unit of the storage controller.
    storageController GetStorageBatteryBackupUnitStorageController
    tags GetStorageBatteryBackupUnitTag[]
    temperatureInCel number
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    type string
    This refers to the type of the battery backup unit of the storage controller.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContext GetStorageBatteryBackupUnitVersionContext
    voltageInVolts string
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageBatteryBackupUnitAncestor]
    capacitance_in_percent float
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    charging_state str
    This holds the charging state of the battery backup unit of the storage controller.
    class_id str
    create_time str
    The time when this managed object was created.
    current_in_amps float
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    design_capacity_in_joules str
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    design_voltage_in_volts float
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    device_mo_id str
    The database identifier of the registered device of an object.
    device_name str
    This refers to the device name of the battery backup unit of the storage controller.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    inventory_device_info GetStorageBatteryBackupUnitInventoryDeviceInfo
    is_battery_present bool
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    is_capacitor bool
    This indicates the capacitor for the battery backup unit of the storage controller.
    is_learn_cycle_requested bool
    This indicates learn cycle request of the battery backup unit of the storage controller.
    is_learn_cycle_transparent bool
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    is_temperature_high bool
    This indicates the temperature is high for the battery backup unit of the storage controller.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    is_voltage_low bool
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    learn_cycle_progress_end_time_stamp str
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    learn_cycle_progress_start_time_stamp str
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    learn_cycle_progress_status str
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    learn_mode str
    This refers to the learn mode of the battery backup unit of the storage controller.
    manufacturing_date str
    This refers to the manufacture date of the battery backup unit of the storage controller.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    module_version str
    This refers to the current module version of the battery backup unit of the storage controller.
    moid str
    The unique identifier of this Managed Object instance.
    next_learn_cycle_time_stamp str
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    object_type str
    owners Sequence[str]
    pack_energy_in_joules str
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    parent GetStorageBatteryBackupUnitParent
    permission_resources Sequence[GetStorageBatteryBackupUnitPermissionResource]
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_fru GetStorageBatteryBackupUnitPreviousFru
    registered_device GetStorageBatteryBackupUnitRegisteredDevice
    remaining_pool_space_in_percent float
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    This holds the current status of the battery backup unit of the storage controller.
    storage_controller GetStorageBatteryBackupUnitStorageController
    tags Sequence[GetStorageBatteryBackupUnitTag]
    temperature_in_cel float
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    type str
    This refers to the type of the battery backup unit of the storage controller.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_context GetStorageBatteryBackupUnitVersionContext
    voltage_in_volts str
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    capacitanceInPercent Number
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    chargingState String
    This holds the charging state of the battery backup unit of the storage controller.
    classId String
    createTime String
    The time when this managed object was created.
    currentInAmps Number
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    designCapacityInJoules String
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    designVoltageInVolts Number
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    deviceMoId String
    The database identifier of the registered device of an object.
    deviceName String
    This refers to the device name of the battery backup unit of the storage controller.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    inventoryDeviceInfo Property Map
    isBatteryPresent Boolean
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    isCapacitor Boolean
    This indicates the capacitor for the battery backup unit of the storage controller.
    isLearnCycleRequested Boolean
    This indicates learn cycle request of the battery backup unit of the storage controller.
    isLearnCycleTransparent Boolean
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    isTemperatureHigh Boolean
    This indicates the temperature is high for the battery backup unit of the storage controller.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    isVoltageLow Boolean
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    learnCycleProgressEndTimeStamp String
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    learnCycleProgressStartTimeStamp String
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    learnCycleProgressStatus String
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    learnMode String
    This refers to the learn mode of the battery backup unit of the storage controller.
    manufacturingDate String
    This refers to the manufacture date of the battery backup unit of the storage controller.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moduleVersion String
    This refers to the current module version of the battery backup unit of the storage controller.
    moid String
    The unique identifier of this Managed Object instance.
    nextLearnCycleTimeStamp String
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    objectType String
    owners List<String>
    packEnergyInJoules String
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    parent Property Map
    permissionResources List<Property Map>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru Property Map
    registeredDevice Property Map
    remainingPoolSpaceInPercent Number
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    This holds the current status of the battery backup unit of the storage controller.
    storageController Property Map
    tags List<Property Map>
    temperatureInCel Number
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    type String
    This refers to the type of the battery backup unit of the storage controller.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext Property Map
    voltageInVolts String
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.

    getStorageBatteryBackupUnit Result

    The following output properties are available:

    Id string
    Results List<GetStorageBatteryBackupUnitResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageBatteryBackupUnitAncestor>
    CapacitanceInPercent double
    ChargingState string
    ClassId string
    CreateTime string
    CurrentInAmps double
    DesignCapacityInJoules string
    DesignVoltageInVolts double
    DeviceMoId string
    DeviceName string
    Dn string
    DomainGroupMoid string
    InventoryDeviceInfo GetStorageBatteryBackupUnitInventoryDeviceInfo
    IsBatteryPresent bool
    IsCapacitor bool
    IsLearnCycleRequested bool
    IsLearnCycleTransparent bool
    IsTemperatureHigh bool
    IsUpgraded bool
    IsVoltageLow bool
    LearnCycleProgressEndTimeStamp string
    LearnCycleProgressStartTimeStamp string
    LearnCycleProgressStatus string
    LearnMode string
    ManufacturingDate string
    ModTime string
    Model string
    ModuleVersion string
    Moid string
    NextLearnCycleTimeStamp string
    ObjectType string
    Owners List<string>
    PackEnergyInJoules string
    Parent GetStorageBatteryBackupUnitParent
    PermissionResources List<GetStorageBatteryBackupUnitPermissionResource>
    Presence string
    PreviousFru GetStorageBatteryBackupUnitPreviousFru
    RegisteredDevice GetStorageBatteryBackupUnitRegisteredDevice
    RemainingPoolSpaceInPercent double
    Revision string
    Rn string
    Serial string
    SharedScope string
    Status string
    StorageController GetStorageBatteryBackupUnitStorageController
    Tags List<GetStorageBatteryBackupUnitTag>
    TemperatureInCel double
    Type string
    Vendor string
    VersionContext GetStorageBatteryBackupUnitVersionContext
    VoltageInVolts string
    Id string
    Results []GetStorageBatteryBackupUnitResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageBatteryBackupUnitAncestor
    CapacitanceInPercent float64
    ChargingState string
    ClassId string
    CreateTime string
    CurrentInAmps float64
    DesignCapacityInJoules string
    DesignVoltageInVolts float64
    DeviceMoId string
    DeviceName string
    Dn string
    DomainGroupMoid string
    InventoryDeviceInfo GetStorageBatteryBackupUnitInventoryDeviceInfo
    IsBatteryPresent bool
    IsCapacitor bool
    IsLearnCycleRequested bool
    IsLearnCycleTransparent bool
    IsTemperatureHigh bool
    IsUpgraded bool
    IsVoltageLow bool
    LearnCycleProgressEndTimeStamp string
    LearnCycleProgressStartTimeStamp string
    LearnCycleProgressStatus string
    LearnMode string
    ManufacturingDate string
    ModTime string
    Model string
    ModuleVersion string
    Moid string
    NextLearnCycleTimeStamp string
    ObjectType string
    Owners []string
    PackEnergyInJoules string
    Parent GetStorageBatteryBackupUnitParent
    PermissionResources []GetStorageBatteryBackupUnitPermissionResource
    Presence string
    PreviousFru GetStorageBatteryBackupUnitPreviousFru
    RegisteredDevice GetStorageBatteryBackupUnitRegisteredDevice
    RemainingPoolSpaceInPercent float64
    Revision string
    Rn string
    Serial string
    SharedScope string
    Status string
    StorageController GetStorageBatteryBackupUnitStorageController
    Tags []GetStorageBatteryBackupUnitTag
    TemperatureInCel float64
    Type string
    Vendor string
    VersionContext GetStorageBatteryBackupUnitVersionContext
    VoltageInVolts string
    id String
    results List<GetStorageBatteryBackupUnitResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageBatteryBackupUnitAncestor>
    capacitanceInPercent Double
    chargingState String
    classId String
    createTime String
    currentInAmps Double
    designCapacityInJoules String
    designVoltageInVolts Double
    deviceMoId String
    deviceName String
    dn String
    domainGroupMoid String
    inventoryDeviceInfo GetStorageBatteryBackupUnitInventoryDeviceInfo
    isBatteryPresent Boolean
    isCapacitor Boolean
    isLearnCycleRequested Boolean
    isLearnCycleTransparent Boolean
    isTemperatureHigh Boolean
    isUpgraded Boolean
    isVoltageLow Boolean
    learnCycleProgressEndTimeStamp String
    learnCycleProgressStartTimeStamp String
    learnCycleProgressStatus String
    learnMode String
    manufacturingDate String
    modTime String
    model String
    moduleVersion String
    moid String
    nextLearnCycleTimeStamp String
    objectType String
    owners List<String>
    packEnergyInJoules String
    parent GetStorageBatteryBackupUnitParent
    permissionResources List<GetStorageBatteryBackupUnitPermissionResource>
    presence String
    previousFru GetStorageBatteryBackupUnitPreviousFru
    registeredDevice GetStorageBatteryBackupUnitRegisteredDevice
    remainingPoolSpaceInPercent Double
    revision String
    rn String
    serial String
    sharedScope String
    status String
    storageController GetStorageBatteryBackupUnitStorageController
    tags List<GetStorageBatteryBackupUnitTag>
    temperatureInCel Double
    type String
    vendor String
    versionContext GetStorageBatteryBackupUnitVersionContext
    voltageInVolts String
    id string
    results GetStorageBatteryBackupUnitResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageBatteryBackupUnitAncestor[]
    capacitanceInPercent number
    chargingState string
    classId string
    createTime string
    currentInAmps number
    designCapacityInJoules string
    designVoltageInVolts number
    deviceMoId string
    deviceName string
    dn string
    domainGroupMoid string
    inventoryDeviceInfo GetStorageBatteryBackupUnitInventoryDeviceInfo
    isBatteryPresent boolean
    isCapacitor boolean
    isLearnCycleRequested boolean
    isLearnCycleTransparent boolean
    isTemperatureHigh boolean
    isUpgraded boolean
    isVoltageLow boolean
    learnCycleProgressEndTimeStamp string
    learnCycleProgressStartTimeStamp string
    learnCycleProgressStatus string
    learnMode string
    manufacturingDate string
    modTime string
    model string
    moduleVersion string
    moid string
    nextLearnCycleTimeStamp string
    objectType string
    owners string[]
    packEnergyInJoules string
    parent GetStorageBatteryBackupUnitParent
    permissionResources GetStorageBatteryBackupUnitPermissionResource[]
    presence string
    previousFru GetStorageBatteryBackupUnitPreviousFru
    registeredDevice GetStorageBatteryBackupUnitRegisteredDevice
    remainingPoolSpaceInPercent number
    revision string
    rn string
    serial string
    sharedScope string
    status string
    storageController GetStorageBatteryBackupUnitStorageController
    tags GetStorageBatteryBackupUnitTag[]
    temperatureInCel number
    type string
    vendor string
    versionContext GetStorageBatteryBackupUnitVersionContext
    voltageInVolts string
    id str
    results Sequence[GetStorageBatteryBackupUnitResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageBatteryBackupUnitAncestor]
    capacitance_in_percent float
    charging_state str
    class_id str
    create_time str
    current_in_amps float
    design_capacity_in_joules str
    design_voltage_in_volts float
    device_mo_id str
    device_name str
    dn str
    domain_group_moid str
    inventory_device_info GetStorageBatteryBackupUnitInventoryDeviceInfo
    is_battery_present bool
    is_capacitor bool
    is_learn_cycle_requested bool
    is_learn_cycle_transparent bool
    is_temperature_high bool
    is_upgraded bool
    is_voltage_low bool
    learn_cycle_progress_end_time_stamp str
    learn_cycle_progress_start_time_stamp str
    learn_cycle_progress_status str
    learn_mode str
    manufacturing_date str
    mod_time str
    model str
    module_version str
    moid str
    next_learn_cycle_time_stamp str
    object_type str
    owners Sequence[str]
    pack_energy_in_joules str
    parent GetStorageBatteryBackupUnitParent
    permission_resources Sequence[GetStorageBatteryBackupUnitPermissionResource]
    presence str
    previous_fru GetStorageBatteryBackupUnitPreviousFru
    registered_device GetStorageBatteryBackupUnitRegisteredDevice
    remaining_pool_space_in_percent float
    revision str
    rn str
    serial str
    shared_scope str
    status str
    storage_controller GetStorageBatteryBackupUnitStorageController
    tags Sequence[GetStorageBatteryBackupUnitTag]
    temperature_in_cel float
    type str
    vendor str
    version_context GetStorageBatteryBackupUnitVersionContext
    voltage_in_volts str
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    capacitanceInPercent Number
    chargingState String
    classId String
    createTime String
    currentInAmps Number
    designCapacityInJoules String
    designVoltageInVolts Number
    deviceMoId String
    deviceName String
    dn String
    domainGroupMoid String
    inventoryDeviceInfo Property Map
    isBatteryPresent Boolean
    isCapacitor Boolean
    isLearnCycleRequested Boolean
    isLearnCycleTransparent Boolean
    isTemperatureHigh Boolean
    isUpgraded Boolean
    isVoltageLow Boolean
    learnCycleProgressEndTimeStamp String
    learnCycleProgressStartTimeStamp String
    learnCycleProgressStatus String
    learnMode String
    manufacturingDate String
    modTime String
    model String
    moduleVersion String
    moid String
    nextLearnCycleTimeStamp String
    objectType String
    owners List<String>
    packEnergyInJoules String
    parent Property Map
    permissionResources List<Property Map>
    presence String
    previousFru Property Map
    registeredDevice Property Map
    remainingPoolSpaceInPercent Number
    revision String
    rn String
    serial String
    sharedScope String
    status String
    storageController Property Map
    tags List<Property Map>
    temperatureInCel Number
    type String
    vendor String
    versionContext Property Map
    voltageInVolts String

    Supporting Types

    GetStorageBatteryBackupUnitAncestor

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitInventoryDeviceInfo

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitParent

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitPermissionResource

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitPreviousFru

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitRegisteredDevice

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageBatteryBackupUnitResultAncestor>
    CapacitanceInPercent double
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    ChargingState string
    This holds the charging state of the battery backup unit of the storage controller.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CurrentInAmps double
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    DesignCapacityInJoules string
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    DesignVoltageInVolts double
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DeviceName string
    This refers to the device name of the battery backup unit of the storage controller.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InventoryDeviceInfos List<GetStorageBatteryBackupUnitResultInventoryDeviceInfo>
    IsBatteryPresent bool
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    IsCapacitor bool
    This indicates the capacitor for the battery backup unit of the storage controller.
    IsLearnCycleRequested bool
    This indicates learn cycle request of the battery backup unit of the storage controller.
    IsLearnCycleTransparent bool
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    IsTemperatureHigh bool
    This indicates the temperature is high for the battery backup unit of the storage controller.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    IsVoltageLow bool
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    LearnCycleProgressEndTimeStamp string
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    LearnCycleProgressStartTimeStamp string
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    LearnCycleProgressStatus string
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    LearnMode string
    This refers to the learn mode of the battery backup unit of the storage controller.
    ManufacturingDate string
    This refers to the manufacture date of the battery backup unit of the storage controller.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    ModuleVersion string
    This refers to the current module version of the battery backup unit of the storage controller.
    Moid string
    The unique identifier of this Managed Object instance.
    NextLearnCycleTimeStamp string
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    ObjectType string
    Owners List<string>
    PackEnergyInJoules string
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    Parents List<GetStorageBatteryBackupUnitResultParent>
    PermissionResources List<GetStorageBatteryBackupUnitResultPermissionResource>
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus List<GetStorageBatteryBackupUnitResultPreviousFrus>
    RegisteredDevices List<GetStorageBatteryBackupUnitResultRegisteredDevice>
    RemainingPoolSpaceInPercent double
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    This holds the current status of the battery backup unit of the storage controller.
    StorageControllers List<GetStorageBatteryBackupUnitResultStorageController>
    Tags List<GetStorageBatteryBackupUnitResultTag>
    TemperatureInCel double
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    Type string
    This refers to the type of the battery backup unit of the storage controller.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts List<GetStorageBatteryBackupUnitResultVersionContext>
    VoltageInVolts string
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageBatteryBackupUnitResultAncestor
    CapacitanceInPercent float64
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    ChargingState string
    This holds the charging state of the battery backup unit of the storage controller.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CurrentInAmps float64
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    DesignCapacityInJoules string
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    DesignVoltageInVolts float64
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DeviceName string
    This refers to the device name of the battery backup unit of the storage controller.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InventoryDeviceInfos []GetStorageBatteryBackupUnitResultInventoryDeviceInfo
    IsBatteryPresent bool
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    IsCapacitor bool
    This indicates the capacitor for the battery backup unit of the storage controller.
    IsLearnCycleRequested bool
    This indicates learn cycle request of the battery backup unit of the storage controller.
    IsLearnCycleTransparent bool
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    IsTemperatureHigh bool
    This indicates the temperature is high for the battery backup unit of the storage controller.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    IsVoltageLow bool
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    LearnCycleProgressEndTimeStamp string
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    LearnCycleProgressStartTimeStamp string
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    LearnCycleProgressStatus string
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    LearnMode string
    This refers to the learn mode of the battery backup unit of the storage controller.
    ManufacturingDate string
    This refers to the manufacture date of the battery backup unit of the storage controller.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    ModuleVersion string
    This refers to the current module version of the battery backup unit of the storage controller.
    Moid string
    The unique identifier of this Managed Object instance.
    NextLearnCycleTimeStamp string
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    ObjectType string
    Owners []string
    PackEnergyInJoules string
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    Parents []GetStorageBatteryBackupUnitResultParent
    PermissionResources []GetStorageBatteryBackupUnitResultPermissionResource
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus []GetStorageBatteryBackupUnitResultPreviousFrus
    RegisteredDevices []GetStorageBatteryBackupUnitResultRegisteredDevice
    RemainingPoolSpaceInPercent float64
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    This holds the current status of the battery backup unit of the storage controller.
    StorageControllers []GetStorageBatteryBackupUnitResultStorageController
    Tags []GetStorageBatteryBackupUnitResultTag
    TemperatureInCel float64
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    Type string
    This refers to the type of the battery backup unit of the storage controller.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts []GetStorageBatteryBackupUnitResultVersionContext
    VoltageInVolts string
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageBatteryBackupUnitResultAncestor>
    capacitanceInPercent Double
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    chargingState String
    This holds the charging state of the battery backup unit of the storage controller.
    classId String
    createTime String
    The time when this managed object was created.
    currentInAmps Double
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    designCapacityInJoules String
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    designVoltageInVolts Double
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    deviceMoId String
    The database identifier of the registered device of an object.
    deviceName String
    This refers to the device name of the battery backup unit of the storage controller.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    inventoryDeviceInfos List<GetStorageBatteryBackupUnitResultInventoryDeviceInfo>
    isBatteryPresent Boolean
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    isCapacitor Boolean
    This indicates the capacitor for the battery backup unit of the storage controller.
    isLearnCycleRequested Boolean
    This indicates learn cycle request of the battery backup unit of the storage controller.
    isLearnCycleTransparent Boolean
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    isTemperatureHigh Boolean
    This indicates the temperature is high for the battery backup unit of the storage controller.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    isVoltageLow Boolean
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    learnCycleProgressEndTimeStamp String
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    learnCycleProgressStartTimeStamp String
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    learnCycleProgressStatus String
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    learnMode String
    This refers to the learn mode of the battery backup unit of the storage controller.
    manufacturingDate String
    This refers to the manufacture date of the battery backup unit of the storage controller.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moduleVersion String
    This refers to the current module version of the battery backup unit of the storage controller.
    moid String
    The unique identifier of this Managed Object instance.
    nextLearnCycleTimeStamp String
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    objectType String
    owners List<String>
    packEnergyInJoules String
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    parents List<GetStorageBatteryBackupUnitResultParent>
    permissionResources List<GetStorageBatteryBackupUnitResultPermissionResource>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<GetStorageBatteryBackupUnitResultPreviousFrus>
    registeredDevices List<GetStorageBatteryBackupUnitResultRegisteredDevice>
    remainingPoolSpaceInPercent Double
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    This holds the current status of the battery backup unit of the storage controller.
    storageControllers List<GetStorageBatteryBackupUnitResultStorageController>
    tags List<GetStorageBatteryBackupUnitResultTag>
    temperatureInCel Double
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    type String
    This refers to the type of the battery backup unit of the storage controller.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<GetStorageBatteryBackupUnitResultVersionContext>
    voltageInVolts String
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageBatteryBackupUnitResultAncestor[]
    capacitanceInPercent number
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    chargingState string
    This holds the charging state of the battery backup unit of the storage controller.
    classId string
    createTime string
    The time when this managed object was created.
    currentInAmps number
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    designCapacityInJoules string
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    designVoltageInVolts number
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    deviceMoId string
    The database identifier of the registered device of an object.
    deviceName string
    This refers to the device name of the battery backup unit of the storage controller.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    inventoryDeviceInfos GetStorageBatteryBackupUnitResultInventoryDeviceInfo[]
    isBatteryPresent boolean
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    isCapacitor boolean
    This indicates the capacitor for the battery backup unit of the storage controller.
    isLearnCycleRequested boolean
    This indicates learn cycle request of the battery backup unit of the storage controller.
    isLearnCycleTransparent boolean
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    isTemperatureHigh boolean
    This indicates the temperature is high for the battery backup unit of the storage controller.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    isVoltageLow boolean
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    learnCycleProgressEndTimeStamp string
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    learnCycleProgressStartTimeStamp string
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    learnCycleProgressStatus string
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    learnMode string
    This refers to the learn mode of the battery backup unit of the storage controller.
    manufacturingDate string
    This refers to the manufacture date of the battery backup unit of the storage controller.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moduleVersion string
    This refers to the current module version of the battery backup unit of the storage controller.
    moid string
    The unique identifier of this Managed Object instance.
    nextLearnCycleTimeStamp string
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    objectType string
    owners string[]
    packEnergyInJoules string
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    parents GetStorageBatteryBackupUnitResultParent[]
    permissionResources GetStorageBatteryBackupUnitResultPermissionResource[]
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus GetStorageBatteryBackupUnitResultPreviousFrus[]
    registeredDevices GetStorageBatteryBackupUnitResultRegisteredDevice[]
    remainingPoolSpaceInPercent number
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    This holds the current status of the battery backup unit of the storage controller.
    storageControllers GetStorageBatteryBackupUnitResultStorageController[]
    tags GetStorageBatteryBackupUnitResultTag[]
    temperatureInCel number
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    type string
    This refers to the type of the battery backup unit of the storage controller.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContexts GetStorageBatteryBackupUnitResultVersionContext[]
    voltageInVolts string
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageBatteryBackupUnitResultAncestor]
    capacitance_in_percent float
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    charging_state str
    This holds the charging state of the battery backup unit of the storage controller.
    class_id str
    create_time str
    The time when this managed object was created.
    current_in_amps float
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    design_capacity_in_joules str
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    design_voltage_in_volts float
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    device_mo_id str
    The database identifier of the registered device of an object.
    device_name str
    This refers to the device name of the battery backup unit of the storage controller.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    inventory_device_infos Sequence[GetStorageBatteryBackupUnitResultInventoryDeviceInfo]
    is_battery_present bool
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    is_capacitor bool
    This indicates the capacitor for the battery backup unit of the storage controller.
    is_learn_cycle_requested bool
    This indicates learn cycle request of the battery backup unit of the storage controller.
    is_learn_cycle_transparent bool
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    is_temperature_high bool
    This indicates the temperature is high for the battery backup unit of the storage controller.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    is_voltage_low bool
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    learn_cycle_progress_end_time_stamp str
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    learn_cycle_progress_start_time_stamp str
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    learn_cycle_progress_status str
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    learn_mode str
    This refers to the learn mode of the battery backup unit of the storage controller.
    manufacturing_date str
    This refers to the manufacture date of the battery backup unit of the storage controller.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    module_version str
    This refers to the current module version of the battery backup unit of the storage controller.
    moid str
    The unique identifier of this Managed Object instance.
    next_learn_cycle_time_stamp str
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    object_type str
    owners Sequence[str]
    pack_energy_in_joules str
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    parents Sequence[GetStorageBatteryBackupUnitResultParent]
    permission_resources Sequence[GetStorageBatteryBackupUnitResultPermissionResource]
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_frus Sequence[GetStorageBatteryBackupUnitResultPreviousFrus]
    registered_devices Sequence[GetStorageBatteryBackupUnitResultRegisteredDevice]
    remaining_pool_space_in_percent float
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    This holds the current status of the battery backup unit of the storage controller.
    storage_controllers Sequence[GetStorageBatteryBackupUnitResultStorageController]
    tags Sequence[GetStorageBatteryBackupUnitResultTag]
    temperature_in_cel float
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    type str
    This refers to the type of the battery backup unit of the storage controller.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_contexts Sequence[GetStorageBatteryBackupUnitResultVersionContext]
    voltage_in_volts str
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    capacitanceInPercent Number
    This holds the capacitance (in percent) of the battery backup unit of the storage controller.
    chargingState String
    This holds the charging state of the battery backup unit of the storage controller.
    classId String
    createTime String
    The time when this managed object was created.
    currentInAmps Number
    This holds the current (in Amps) of the battery backup unit of the storage controller.
    designCapacityInJoules String
    This holds the design Capacity (in joules) of the battery backup unit of the storage controller.
    designVoltageInVolts Number
    This holds the design volatage (in Volts) of the battery backup unit of the storage controller.
    deviceMoId String
    The database identifier of the registered device of an object.
    deviceName String
    This refers to the device name of the battery backup unit of the storage controller.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    inventoryDeviceInfos List<Property Map>
    isBatteryPresent Boolean
    This indicates whether the battery is present for the battery backup unit of the storage controller.
    isCapacitor Boolean
    This indicates the capacitor for the battery backup unit of the storage controller.
    isLearnCycleRequested Boolean
    This indicates learn cycle request of the battery backup unit of the storage controller.
    isLearnCycleTransparent Boolean
    This indicates the learn cycle transparent for the battery backup unit of the storage controller.
    isTemperatureHigh Boolean
    This indicates the temperature is high for the battery backup unit of the storage controller.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    isVoltageLow Boolean
    This indicates the voltage is Low for the battery backup unit of the storage controller.
    learnCycleProgressEndTimeStamp String
    This refers to learn cycle progress end time of the battery backup unit of the storage controller.
    learnCycleProgressStartTimeStamp String
    This refers to learn cycle progress start time of the battery backup unit of the storage controller.
    learnCycleProgressStatus String
    This refers to learn cycle progress status of the battery backup unit of the storage controller.
    learnMode String
    This refers to the learn mode of the battery backup unit of the storage controller.
    manufacturingDate String
    This refers to the manufacture date of the battery backup unit of the storage controller.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moduleVersion String
    This refers to the current module version of the battery backup unit of the storage controller.
    moid String
    The unique identifier of this Managed Object instance.
    nextLearnCycleTimeStamp String
    This refers to next learn cycle timestamp of the battery backup unit of the storage controller.
    objectType String
    owners List<String>
    packEnergyInJoules String
    This holds the pack energy (in joules) of the battery backup unit of the storage controller.
    parents List<Property Map>
    permissionResources List<Property Map>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<Property Map>
    registeredDevices List<Property Map>
    remainingPoolSpaceInPercent Number
    This holds the remaining pool space (in percent) of the battery backup unit of the storage controller.
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    This holds the current status of the battery backup unit of the storage controller.
    storageControllers List<Property Map>
    tags List<Property Map>
    temperatureInCel Number
    This holds the temperature (in Celsius) of the battery backup unit of the storage controller.
    type String
    This refers to the type of the battery backup unit of the storage controller.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<Property Map>
    voltageInVolts String
    This holds the volatage (in Volts) of the battery backup unit of the storage controller.

    GetStorageBatteryBackupUnitResultAncestor

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

    GetStorageBatteryBackupUnitResultInventoryDeviceInfo

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

    GetStorageBatteryBackupUnitResultParent

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

    GetStorageBatteryBackupUnitResultPermissionResource

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

    GetStorageBatteryBackupUnitResultPreviousFrus

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

    GetStorageBatteryBackupUnitResultRegisteredDevice

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

    GetStorageBatteryBackupUnitResultStorageController

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

    GetStorageBatteryBackupUnitResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetStorageBatteryBackupUnitResultVersionContext

    GetStorageBatteryBackupUnitResultVersionContextInterestedMo

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

    GetStorageBatteryBackupUnitResultVersionContextRefMo

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

    GetStorageBatteryBackupUnitStorageController

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetStorageBatteryBackupUnitVersionContext

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitVersionContextInterestedMo

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

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

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

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

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

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

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

    GetStorageBatteryBackupUnitVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet