cisco_ios_xr_aaa_locald_oper_aaa_password_policies_password_policy

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-aaa-locald-oper:aaa/password-policies/password-policy

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PpDet

type PpDet struct {
	MinLen               uint32      `protobuf:"varint,50,opt,name=min_len,json=minLen,proto3" json:"min_len,omitempty"`
	MaxLen               uint32      `protobuf:"varint,51,opt,name=max_len,json=maxLen,proto3" json:"max_len,omitempty"`
	SplChar              uint32      `protobuf:"varint,52,opt,name=spl_char,json=splChar,proto3" json:"spl_char,omitempty"`
	UpperCase            uint32      `protobuf:"varint,53,opt,name=upper_case,json=upperCase,proto3" json:"upper_case,omitempty"`
	LowerCase            uint32      `protobuf:"varint,54,opt,name=lower_case,json=lowerCase,proto3" json:"lower_case,omitempty"`
	Numeric              uint32      `protobuf:"varint,55,opt,name=numeric,proto3" json:"numeric,omitempty"`
	LifeTime             *PpDuration `protobuf:"bytes,56,opt,name=life_time,json=lifeTime,proto3" json:"life_time,omitempty"`
	LockOutTime          *PpDuration `protobuf:"bytes,57,opt,name=lock_out_time,json=lockOutTime,proto3" json:"lock_out_time,omitempty"`
	MinCharChange        uint32      `protobuf:"varint,58,opt,name=min_char_change,json=minCharChange,proto3" json:"min_char_change,omitempty"`
	NumOfUsers           uint32      `protobuf:"varint,59,opt,name=num_of_users,json=numOfUsers,proto3" json:"num_of_users,omitempty"`
	MaxFailAttempts      uint32      `protobuf:"varint,60,opt,name=max_fail_attempts,json=maxFailAttempts,proto3" json:"max_fail_attempts,omitempty"`
	UsrCount             uint32      `protobuf:"varint,61,opt,name=usr_count,json=usrCount,proto3" json:"usr_count,omitempty"`
	ErrCount             uint32      `protobuf:"varint,62,opt,name=err_count,json=errCount,proto3" json:"err_count,omitempty"`
	LockOutCount         uint32      `protobuf:"varint,63,opt,name=lock_out_count,json=lockOutCount,proto3" json:"lock_out_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PpDet) Descriptor

func (*PpDet) Descriptor() ([]byte, []int)

func (*PpDet) GetErrCount

func (m *PpDet) GetErrCount() uint32

func (*PpDet) GetLifeTime

func (m *PpDet) GetLifeTime() *PpDuration

func (*PpDet) GetLockOutCount

func (m *PpDet) GetLockOutCount() uint32

func (*PpDet) GetLockOutTime

func (m *PpDet) GetLockOutTime() *PpDuration

func (*PpDet) GetLowerCase

func (m *PpDet) GetLowerCase() uint32

func (*PpDet) GetMaxFailAttempts

func (m *PpDet) GetMaxFailAttempts() uint32

func (*PpDet) GetMaxLen

func (m *PpDet) GetMaxLen() uint32

func (*PpDet) GetMinCharChange

func (m *PpDet) GetMinCharChange() uint32

func (*PpDet) GetMinLen

func (m *PpDet) GetMinLen() uint32

func (*PpDet) GetNumOfUsers

func (m *PpDet) GetNumOfUsers() uint32

func (*PpDet) GetNumeric

func (m *PpDet) GetNumeric() uint32

func (*PpDet) GetSplChar

func (m *PpDet) GetSplChar() uint32

func (*PpDet) GetUpperCase

func (m *PpDet) GetUpperCase() uint32

func (*PpDet) GetUsrCount

func (m *PpDet) GetUsrCount() uint32

func (*PpDet) ProtoMessage

func (*PpDet) ProtoMessage()

func (*PpDet) Reset

func (m *PpDet) Reset()

func (*PpDet) String

func (m *PpDet) String() string

func (*PpDet) XXX_DiscardUnknown

func (m *PpDet) XXX_DiscardUnknown()

func (*PpDet) XXX_Marshal

func (m *PpDet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PpDet) XXX_Merge

func (m *PpDet) XXX_Merge(src proto.Message)

func (*PpDet) XXX_Size

func (m *PpDet) XXX_Size() int

func (*PpDet) XXX_Unmarshal

func (m *PpDet) XXX_Unmarshal(b []byte) error

type PpDet_KEYS

type PpDet_KEYS struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PpDet_KEYS) Descriptor

func (*PpDet_KEYS) Descriptor() ([]byte, []int)

func (*PpDet_KEYS) GetName

func (m *PpDet_KEYS) GetName() string

func (*PpDet_KEYS) ProtoMessage

func (*PpDet_KEYS) ProtoMessage()

func (*PpDet_KEYS) Reset

func (m *PpDet_KEYS) Reset()

func (*PpDet_KEYS) String

func (m *PpDet_KEYS) String() string

func (*PpDet_KEYS) XXX_DiscardUnknown

func (m *PpDet_KEYS) XXX_DiscardUnknown()

func (*PpDet_KEYS) XXX_Marshal

func (m *PpDet_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PpDet_KEYS) XXX_Merge

func (m *PpDet_KEYS) XXX_Merge(src proto.Message)

func (*PpDet_KEYS) XXX_Size

func (m *PpDet_KEYS) XXX_Size() int

func (*PpDet_KEYS) XXX_Unmarshal

func (m *PpDet_KEYS) XXX_Unmarshal(b []byte) error

type PpDuration

type PpDuration struct {
	Years                uint32   `protobuf:"varint,1,opt,name=years,proto3" json:"years,omitempty"`
	Months               uint32   `protobuf:"varint,2,opt,name=months,proto3" json:"months,omitempty"`
	Days                 uint32   `protobuf:"varint,3,opt,name=days,proto3" json:"days,omitempty"`
	Hours                uint32   `protobuf:"varint,4,opt,name=hours,proto3" json:"hours,omitempty"`
	Mins                 uint32   `protobuf:"varint,5,opt,name=mins,proto3" json:"mins,omitempty"`
	Secs                 uint32   `protobuf:"varint,6,opt,name=secs,proto3" json:"secs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PpDuration) Descriptor

func (*PpDuration) Descriptor() ([]byte, []int)

func (*PpDuration) GetDays

func (m *PpDuration) GetDays() uint32

func (*PpDuration) GetHours

func (m *PpDuration) GetHours() uint32

func (*PpDuration) GetMins

func (m *PpDuration) GetMins() uint32

func (*PpDuration) GetMonths

func (m *PpDuration) GetMonths() uint32

func (*PpDuration) GetSecs

func (m *PpDuration) GetSecs() uint32

func (*PpDuration) GetYears

func (m *PpDuration) GetYears() uint32

func (*PpDuration) ProtoMessage

func (*PpDuration) ProtoMessage()

func (*PpDuration) Reset

func (m *PpDuration) Reset()

func (*PpDuration) String

func (m *PpDuration) String() string

func (*PpDuration) XXX_DiscardUnknown

func (m *PpDuration) XXX_DiscardUnknown()

func (*PpDuration) XXX_Marshal

func (m *PpDuration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PpDuration) XXX_Merge

func (m *PpDuration) XXX_Merge(src proto.Message)

func (*PpDuration) XXX_Size

func (m *PpDuration) XXX_Size() int

func (*PpDuration) XXX_Unmarshal

func (m *PpDuration) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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