fabric.firmware_repository_profile.internal_firmware_source

The internal source of firmware images, which contains images that are pre-packaged into the controller.

ACI class

firmwareInternalSource

RN

isrc-{name}

Cursor

InternalFirmwareSourceCursor

Parent

fabric.firmware_repository_profile

Atomic

Attributes

Accepted as keyword arguments of .internal_firmware_source(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

Name of the internal firmware source.

authentication_type

authPass

FirmwareAuthPass

key, password

password

The authentication type for the source.

authentication_type_choice

authType

FirmwareAuthenticationType

usePassword, useSshKeyContents

usePassword

The OSPF authentication type specifier. The type options are; default, md5, none, and simple.

description

descr

str

Specifies the description of a policy component.

variable_to_reuse_download_task

dnldTaskFlip

bool

True

Download Task Flip.

ssh_private_key_content

identityPrivateKeyContents

str

ssh_private_key_passphrase

identityPrivateKeyPassphrase

str

Passphrase given at the identity key creation.

ssh_public_key_content

identityPublicKeyContents

str

Certificate contents for data transfer. Used for credentials.

load_catalog_if_exists_and_newer

loadCatalogIfExistsAndNewer

bool

True

password

password

str

The Firmware password or key string.

polling_interval

pollingInterval

int

0

Polling interval in minutes.

protocol

proto

FirmwareDownloadProtocol

http, local, scp, usbkey

scp

The Firmware download protocol.

url

url

str

The firmware URL for the image(s) on the source.

username

user

str

The username for the source.