fabric.remote_path

The remote destination path parameters for the data export.

ACI class

fileRemotePath

RN

path-{name}

Cursor

RemotePathCursor

Parent

fabric

Atomic

Attributes

Accepted as keyword arguments of .remote_path(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

The destination for data export.

authentication_type_choice

authType

FileAuthenticationType

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.

host

host

str

Hostname or IP for export destination

identity_private_key_contents

identityPrivateKeyContents

str

ssh_private_key_passphrase

identityPrivateKeyPassphrase

str

Passphrase given at the identity key creation.

identity_public_key_contents

identityPublicKeyContents

str

Certificate contents for data transfer. Used for credentials.

protocol

protocol

FileTransferProtocol

ftp, scp, sftp

sftp

Transfer prtocol to be used for data export

remote_path

remotePath

str

Path where data will reside in the destination

remote_port

remotePort

int

0

Remote port for data export destination

user_name

userName

str

Username to be used to transfer data to destination

password

userPasswd

str

Password to be used to transfer data to destination