imcsdk.mometa.lsboot package

Submodules

This module contains the general information for LsbootBootSecurity ManagedObject.

class imcsdk.mometa.lsboot.LsbootBootSecurity.LsbootBootSecurity(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootBootSecurity class.

consts = <imcsdk.mometa.lsboot.LsbootBootSecurity.LsbootBootSecurityConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'secureBoot': 'secure_boot', 'rn': 'rn', 'status': 'status', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10befbc10>, 'secure_boot': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10befb510>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10befbad0>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10befbe90>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10befbb50>}
class imcsdk.mometa.lsboot.LsbootBootSecurity.LsbootBootSecurityConsts[source]
SECURE_BOOT_DISABLE = 'disable'
SECURE_BOOT_DISABLED = 'Disabled'
SECURE_BOOT_ENABLE = 'enable'
SECURE_BOOT_ENABLED = 'Enabled'

This module contains the general information for LsbootDef ManagedObject.

class imcsdk.mometa.lsboot.LsbootDef.LsbootDef(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootDef class.

consts = <imcsdk.mometa.lsboot.LsbootDef.LsbootDefConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'rebootOnUpdate': 'reboot_on_update', 'name': 'name', 'status': 'status', 'purpose': 'purpose', 'rn': 'rn', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0a0290>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0a0510>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0a0410>, 'reboot_on_update': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0a0ad0>, 'purpose': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0a0b50>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0a0990>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0a09d0>}
class imcsdk.mometa.lsboot.LsbootDef.LsbootDefConsts[source]
PURPOSE_OPERATIONAL = 'operational'
PURPOSE_UTILITY = 'utility'
REBOOT_ON_UPDATE_FALSE = 'false'
REBOOT_ON_UPDATE_NO = 'no'
REBOOT_ON_UPDATE_TRUE = 'true'
REBOOT_ON_UPDATE_YES = 'yes'

This module contains the general information for LsbootDevPrecision ManagedObject.

class imcsdk.mometa.lsboot.LsbootDevPrecision.LsbootDevPrecision(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootDevPrecision class.

consts = <imcsdk.mometa.lsboot.LsbootDevPrecision.LsbootDevPrecisionConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'rebootOnUpdate': 'reboot_on_update', 'reapply': 'reapply', 'status': 'status', 'name': 'name', 'purpose': 'purpose', 'lastConfiguredBootOrderSource': 'last_configured_boot_order_source', 'configuredBootMode': 'configured_boot_mode', 'rn': 'rn', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0b76d0>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d4f6cd0>, 'reapply': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0b72d0>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0b7910>, 'reboot_on_update': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0b7210>, 'purpose': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0b7750>, 'configured_boot_mode': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0b7f10>, 'last_configured_boot_order_source': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0b7a50>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d4f6710>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c0b7590>}
class imcsdk.mometa.lsboot.LsbootDevPrecision.LsbootDevPrecisionConsts[source]
CONFIGURED_BOOT_MODE_LEGACY = 'Legacy'
CONFIGURED_BOOT_MODE_NONE = 'None'
CONFIGURED_BOOT_MODE_UEFI = 'Uefi'
LAST_CONFIGURED_BOOT_ORDER_SOURCE_BIOS = 'BIOS'
LAST_CONFIGURED_BOOT_ORDER_SOURCE_CIMC = 'CIMC'
LAST_CONFIGURED_BOOT_ORDER_SOURCE_UNKNOWN = 'UNKNOWN'
PURPOSE_OPERATIONAL = 'operational'
PURPOSE_UTILITY = 'utility'
REAPPLY_FALSE = 'false'
REAPPLY_NO = 'no'
REAPPLY_TRUE = 'true'
REAPPLY_YES = 'yes'
REBOOT_ON_UPDATE_FALSE = 'false'
REBOOT_ON_UPDATE_NO = 'no'
REBOOT_ON_UPDATE_TRUE = 'true'
REBOOT_ON_UPDATE_YES = 'yes'

This module contains the general information for LsbootEfi ManagedObject.

class imcsdk.mometa.lsboot.LsbootEfi.LsbootEfi(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootEfi class.

consts = <imcsdk.mometa.lsboot.LsbootEfi.LsbootEfiConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'status': 'status', 'access': 'access', 'rn': 'rn', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c35e1d0>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c35e890>, 'access': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c35ee50>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c35ef90>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c35e490>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c35e090>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c35e450>}
class imcsdk.mometa.lsboot.LsbootEfi.LsbootEfiConsts[source]
ACCESS_READ_ONLY = 'read-only'
TYPE_EFI = 'efi'

This module contains the general information for LsbootHdd ManagedObject.

class imcsdk.mometa.lsboot.LsbootHdd.LsbootHdd(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootHdd class.

consts = <imcsdk.mometa.lsboot.LsbootHdd.LsbootHddConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'dn': 'dn', 'slot': 'slot', 'state': 'state', 'status': 'status', 'name': 'name', 'subtype': 'subtype', 'rn': 'rn', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c109e10>, 'slot': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c1094d0>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c109dd0>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c109310>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c1090d0>, 'subtype': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c109fd0>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c109bd0>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c109b90>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c109410>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bf151d0>}
class imcsdk.mometa.lsboot.LsbootHdd.LsbootHddConsts[source]
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
SUBTYPE_LOCALHDD = 'LOCALHDD'
TYPE_LOCALHDD = 'LOCALHDD'

This module contains the general information for LsbootIscsi ManagedObject.

class imcsdk.mometa.lsboot.LsbootIscsi.LsbootIscsi(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootIscsi class.

consts = <imcsdk.mometa.lsboot.LsbootIscsi.LsbootIscsiConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'dn': 'dn', 'status': 'status', 'port': 'port', 'childAction': 'child_action', 'slot': 'slot', 'name': 'name', 'subtype': 'subtype', 'state': 'state', 'rn': 'rn', 'type': 'type', 'order': 'order'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37a790>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37a710>, 'port': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37a110>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37ae50>, 'slot': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37a810>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37a0d0>, 'subtype': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37a650>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37add0>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37ab90>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37aa50>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c37a950>}
class imcsdk.mometa.lsboot.LsbootIscsi.LsbootIscsiConsts[source]
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
SUBTYPE_ISCSI = 'ISCSI'
TYPE_ISCSI = 'ISCSI'

This module contains the general information for LsbootLan ManagedObject.

class imcsdk.mometa.lsboot.LsbootLan.LsbootLan(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootLan class.

consts = <imcsdk.mometa.lsboot.LsbootLan.LsbootLanConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'access': 'access', 'dn': 'dn', 'status': 'status', 'rn': 'rn', 'prot': 'prot', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'access': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ad0e3d0>, 'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ad0e310>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2bc7d0>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2bca90>, 'prot': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2bc590>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2bc650>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2bce90>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ad0ecd0>}
class imcsdk.mometa.lsboot.LsbootLan.LsbootLanConsts[source]
ACCESS_READ_ONLY = 'read-only'
PROT_GPXE = 'gpxe'
PROT_I_SCSI = 'iSCSI'
PROT_PXE = 'pxe'
TYPE_LAN = 'lan'

This module contains the general information for LsbootLocalStorage ManagedObject.

class imcsdk.mometa.lsboot.LsbootLocalStorage.LsbootLocalStorage(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootLocalStorage class.

consts = <imcsdk.mometa.lsboot.LsbootLocalStorage.LsbootLocalStorageConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'status': 'status', 'rn': 'rn', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c109050>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c169450>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10ac7ec90>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b781390>}
class imcsdk.mometa.lsboot.LsbootLocalStorage.LsbootLocalStorageConsts[source]

This module contains the general information for LsbootPchStorage ManagedObject.

class imcsdk.mometa.lsboot.LsbootPchStorage.LsbootPchStorage(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootPchStorage class.

consts = <imcsdk.mometa.lsboot.LsbootPchStorage.LsbootPchStorageConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'dn': 'dn', 'status': 'status', 'state': 'state', 'name': 'name', 'rn': 'rn', 'type': 'type', 'order': 'order', 'lun': 'lun', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcdcf90>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b44d510>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b44d050>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcdca90>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b44d750>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b44d810>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b44d250>, 'lun': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcdc550>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcdc790>}
class imcsdk.mometa.lsboot.LsbootPchStorage.LsbootPchStorageConsts[source]
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
TYPE_PCHSTORAGE = 'PCHSTORAGE'

This module contains the general information for LsbootPxe ManagedObject.

class imcsdk.mometa.lsboot.LsbootPxe.LsbootPxe(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootPxe class.

consts = <imcsdk.mometa.lsboot.LsbootPxe.LsbootPxeConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'dn': 'dn', 'status': 'status', 'port': 'port', 'childAction': 'child_action', 'slot': 'slot', 'name': 'name', 'subtype': 'subtype', 'state': 'state', 'rn': 'rn', 'type': 'type', 'order': 'order'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d0bfcd0>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6f9490>, 'port': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6f9d10>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d0bf990>, 'slot': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6f9dd0>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcdc2d0>, 'subtype': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6f9f50>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6f99d0>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6f9e10>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6f9310>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6f98d0>}
class imcsdk.mometa.lsboot.LsbootPxe.LsbootPxeConsts[source]
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
SUBTYPE_PXE = 'PXE'
TYPE_PXE = 'PXE'

This module contains the general information for LsbootSan ManagedObject.

class imcsdk.mometa.lsboot.LsbootSan.LsbootSan(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootSan class.

consts = <imcsdk.mometa.lsboot.LsbootSan.LsbootSanConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'dn': 'dn', 'status': 'status', 'childAction': 'child_action', 'slot': 'slot', 'name': 'name', 'subtype': 'subtype', 'state': 'state', 'rn': 'rn', 'type': 'type', 'order': 'order', 'lun': 'lun'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b978fd0>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bf8f790>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b978210>, 'slot': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bf8f410>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bf8f750>, 'subtype': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10be9dcd0>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bf8ffd0>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bf8f6d0>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10be9d4d0>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bf8fd90>, 'lun': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bf8fa50>}
class imcsdk.mometa.lsboot.LsbootSan.LsbootSanConsts[source]
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
SUBTYPE_SAN = 'SAN'
TYPE_SAN = 'SAN'

This module contains the general information for LsbootSd ManagedObject.

class imcsdk.mometa.lsboot.LsbootSd.LsbootSd(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootSd class.

consts = <imcsdk.mometa.lsboot.LsbootSd.LsbootSdConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'dn': 'dn', 'status': 'status', 'state': 'state', 'name': 'name', 'subtype': 'subtype', 'rn': 'rn', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfe3c90>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6c6550>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6c6e90>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfe3390>, 'subtype': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6c69d0>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6c6810>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6c6450>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b6c6490>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfe3bd0>}
class imcsdk.mometa.lsboot.LsbootSd.LsbootSdConsts[source]
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
SUBTYPE_SDCARD = 'SDCARD'
TYPE_SDCARD = 'SDCARD'

This module contains the general information for LsbootStorage ManagedObject.

class imcsdk.mometa.lsboot.LsbootStorage.LsbootStorage(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootStorage class.

consts = <imcsdk.mometa.lsboot.LsbootStorage.LsbootStorageConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'status': 'status', 'access': 'access', 'rn': 'rn', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfced90>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfce690>, 'access': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfcec50>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfce6d0>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10cb8a910>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfce350>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bfce050>}
class imcsdk.mometa.lsboot.LsbootStorage.LsbootStorageConsts[source]
ACCESS_READ_WRITE = 'read-write'
TYPE_STORAGE = 'storage'

This module contains the general information for LsbootUefiShell ManagedObject.

class imcsdk.mometa.lsboot.LsbootUefiShell.LsbootUefiShell(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootUefiShell class.

consts = <imcsdk.mometa.lsboot.LsbootUefiShell.LsbootUefiShellConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'dn': 'dn', 'status': 'status', 'state': 'state', 'name': 'name', 'rn': 'rn', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d8f2d50>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b931c10>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b9314d0>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d8f2d90>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d8f2b50>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10b931990>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d8f20d0>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d4cf250>}
class imcsdk.mometa.lsboot.LsbootUefiShell.LsbootUefiShellConsts[source]
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
TYPE_UEFISHELL = 'UEFISHELL'

This module contains the general information for LsbootUsb ManagedObject.

class imcsdk.mometa.lsboot.LsbootUsb.LsbootUsb(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootUsb class.

consts = <imcsdk.mometa.lsboot.LsbootUsb.LsbootUsbConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'dn': 'dn', 'status': 'status', 'state': 'state', 'name': 'name', 'subtype': 'subtype', 'rn': 'rn', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d723350>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d723510>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d723b90>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d723d90>, 'subtype': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d723e50>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d723210>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d723f50>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d7235d0>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d7237d0>}
class imcsdk.mometa.lsboot.LsbootUsb.LsbootUsbConsts[source]
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
SUBTYPE_ = ''
SUBTYPE_USB_CD = 'usb-cd'
SUBTYPE_USB_FDD = 'usb-fdd'
SUBTYPE_USB_HDD = 'usb-hdd'
TYPE_USB = 'USB'

This module contains the general information for LsbootVMedia ManagedObject.

class imcsdk.mometa.lsboot.LsbootVMedia.LsbootVMedia(parent_mo_or_dn, name, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootVMedia class.

consts = <imcsdk.mometa.lsboot.LsbootVMedia.LsbootVMediaConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'name'])
prop_map = {'access': 'access', 'dn': 'dn', 'state': 'state', 'status': 'status', 'name': 'name', 'subtype': 'subtype', 'rn': 'rn', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'access': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6490>, 'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb64d0>, 'state': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6c10>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6d90>, 'name': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6e10>, 'subtype': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6790>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6090>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6ed0>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6510>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10bcb6d10>}
class imcsdk.mometa.lsboot.LsbootVMedia.LsbootVMediaConsts[source]
ACCESS_ = ''
ACCESS_READ_ONLY_LOCAL = 'read-only-local'
ACCESS_READ_ONLY_REMOTE = 'read-only-remote'
ACCESS_READ_WRITE_DRIVE = 'read-write-drive'
ACCESS_READ_WRITE_LOCAL = 'read-write-local'
ACCESS_READ_WRITE_REMOTE = 'read-write-remote'
STATE_DISABLED = 'Disabled'
STATE_ENABLED = 'Enabled'
SUBTYPE_ = ''
SUBTYPE_CIMC_MAPPED_DVD = 'cimc-mapped-dvd'
SUBTYPE_CIMC_MAPPED_HDD = 'cimc-mapped-hdd'
SUBTYPE_KVM_MAPPED_DVD = 'kvm-mapped-dvd'
SUBTYPE_KVM_MAPPED_FDD = 'kvm-mapped-fdd'
SUBTYPE_KVM_MAPPED_HDD = 'kvm-mapped-hdd'
TYPE_VMEDIA = 'VMEDIA'

This module contains the general information for LsbootVirtualMedia ManagedObject.

class imcsdk.mometa.lsboot.LsbootVirtualMedia.LsbootVirtualMedia(parent_mo_or_dn, access, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is LsbootVirtualMedia class.

consts = <imcsdk.mometa.lsboot.LsbootVirtualMedia.LsbootVirtualMediaConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([u'access'])
prop_map = {'dn': 'dn', 'status': 'status', 'access': 'access', 'rn': 'rn', 'type': 'type', 'order': 'order', 'childAction': 'child_action'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10baa85d0>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10baa8e50>, 'access': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10baa82d0>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10baa87d0>, 'type': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10baa8910>, 'order': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10baa8790>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10baa89d0>}
class imcsdk.mometa.lsboot.LsbootVirtualMedia.LsbootVirtualMediaConsts[source]
ACCESS_READ_ONLY = 'read-only'
ACCESS_READ_WRITE = 'read-write'
TYPE_VIRTUAL_MEDIA = 'virtual-media'

Module contents