types

package
v0.0.0-...-fac1166 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

This module contains a collection of IOS-XR derived YANG data types.

Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EncryptionType

type EncryptionType string

EncryptionType represents The type of encryption used on a password string.

const (
	// The password string is clear text.
	EncryptionType_none EncryptionType = "none"

	// The password is encrypted to an MD5 digest.
	EncryptionType_md5 EncryptionType = "md5"

	// The password is encrypted using Cisco type 7
	// password encryption.
	EncryptionType_proprietary EncryptionType = "proprietary"

	// The password is encrypted using Cisco type 6
	// password encryption.
	EncryptionType_type6 EncryptionType = "type6"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL