imcsdk.mometa.upload package

Submodules

This module contains the general information for UploadCertificate ManagedObject.

class imcsdk.mometa.upload.UploadCertificate.UploadCertificate(parent_mo_or_dn, **kwargs)[source]

Bases: imcsdk.imcmo.ManagedObject

This is UploadCertificate class.

consts = <imcsdk.mometa.upload.UploadCertificate.UploadCertificateConsts instance>
mo_meta = <imcsdk.imccoremeta.MoMeta object>
naming_props = set([])
prop_map = {'dn': 'dn', 'status': 'status', 'protocol': 'protocol', 'remoteFile': 'remote_file', 'certificateContent': 'certificate_content', 'adminAction': 'admin_action', 'user': 'user', 'childAction': 'child_action', 'pwd': 'pwd', 'remoteServer': 'remote_server', 'rn': 'rn'}
prop_meta = {'dn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2a6b90>, 'status': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2a66d0>, 'protocol': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2a61d0>, 'admin_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d7fa610>, 'pwd': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2a6c50>, 'user': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2a6a50>, 'certificate_content': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d7fae50>, 'child_action': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10d7faf10>, 'remote_server': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2a6f50>, 'rn': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2a6490>, 'remote_file': <imcsdk.imccoremeta.MoPropertyMeta object at 0x10c2a6650>}
class imcsdk.mometa.upload.UploadCertificate.UploadCertificateConsts[source]
ADMIN_ACTION_REMOTE_CERT_UPLOAD = 'remote-cert-upload'
PROTOCOL_FTP = 'ftp'
PROTOCOL_HTTP = 'http'
PROTOCOL_NONE = 'none'
PROTOCOL_SCP = 'scp'
PROTOCOL_SFTP = 'sftp'
PROTOCOL_TFTP = 'tftp'

Module contents