cisco_ios_xr_dot1x_oper_dot1x_nodes_node_dot1x_defaults

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-dot1x-oper:dot1x/nodes/node/dot1x-defaults

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dot1XAuthTimers

type Dot1XAuthTimers struct {
	QuietPeriod          uint32   `protobuf:"varint,1,opt,name=quiet_period,json=quietPeriod,proto3" json:"quiet_period,omitempty"`
	TxPeriod             uint32   `protobuf:"varint,2,opt,name=tx_period,json=txPeriod,proto3" json:"tx_period,omitempty"`
	MaxReauthReq         uint32   `protobuf:"varint,3,opt,name=max_reauth_req,json=maxReauthReq,proto3" json:"max_reauth_req,omitempty"`
	SuppTimeout          uint32   `protobuf:"varint,4,opt,name=supp_timeout,json=suppTimeout,proto3" json:"supp_timeout,omitempty"`
	MaxReq               uint32   `protobuf:"varint,5,opt,name=max_req,json=maxReq,proto3" json:"max_req,omitempty"`
	ReauthPeriod         uint32   `protobuf:"varint,6,opt,name=reauth_period,json=reauthPeriod,proto3" json:"reauth_period,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Dot1XAuthTimers) Descriptor

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

func (*Dot1XAuthTimers) GetMaxReauthReq

func (m *Dot1XAuthTimers) GetMaxReauthReq() uint32

func (*Dot1XAuthTimers) GetMaxReq

func (m *Dot1XAuthTimers) GetMaxReq() uint32

func (*Dot1XAuthTimers) GetQuietPeriod

func (m *Dot1XAuthTimers) GetQuietPeriod() uint32

func (*Dot1XAuthTimers) GetReauthPeriod

func (m *Dot1XAuthTimers) GetReauthPeriod() uint32

func (*Dot1XAuthTimers) GetSuppTimeout

func (m *Dot1XAuthTimers) GetSuppTimeout() uint32

func (*Dot1XAuthTimers) GetTxPeriod

func (m *Dot1XAuthTimers) GetTxPeriod() uint32

func (*Dot1XAuthTimers) ProtoMessage

func (*Dot1XAuthTimers) ProtoMessage()

func (*Dot1XAuthTimers) Reset

func (m *Dot1XAuthTimers) Reset()

func (*Dot1XAuthTimers) String

func (m *Dot1XAuthTimers) String() string

func (*Dot1XAuthTimers) XXX_DiscardUnknown

func (m *Dot1XAuthTimers) XXX_DiscardUnknown()

func (*Dot1XAuthTimers) XXX_Marshal

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

func (*Dot1XAuthTimers) XXX_Merge

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

func (*Dot1XAuthTimers) XXX_Size

func (m *Dot1XAuthTimers) XXX_Size() int

func (*Dot1XAuthTimers) XXX_Unmarshal

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

type Dot1XDefault

type Dot1XDefault struct {
	Version              uint32           `protobuf:"varint,50,opt,name=version,proto3" json:"version,omitempty"`
	AuthTimers           *Dot1XAuthTimers `protobuf:"bytes,51,opt,name=auth_timers,json=authTimers,proto3" json:"auth_timers,omitempty"`
	SuppTimers           *Dot1XSuppTimers `protobuf:"bytes,52,opt,name=supp_timers,json=suppTimers,proto3" json:"supp_timers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Dot1XDefault) Descriptor

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

func (*Dot1XDefault) GetAuthTimers

func (m *Dot1XDefault) GetAuthTimers() *Dot1XAuthTimers

func (*Dot1XDefault) GetSuppTimers

func (m *Dot1XDefault) GetSuppTimers() *Dot1XSuppTimers

func (*Dot1XDefault) GetVersion

func (m *Dot1XDefault) GetVersion() uint32

func (*Dot1XDefault) ProtoMessage

func (*Dot1XDefault) ProtoMessage()

func (*Dot1XDefault) Reset

func (m *Dot1XDefault) Reset()

func (*Dot1XDefault) String

func (m *Dot1XDefault) String() string

func (*Dot1XDefault) XXX_DiscardUnknown

func (m *Dot1XDefault) XXX_DiscardUnknown()

func (*Dot1XDefault) XXX_Marshal

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

func (*Dot1XDefault) XXX_Merge

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

func (*Dot1XDefault) XXX_Size

func (m *Dot1XDefault) XXX_Size() int

func (*Dot1XDefault) XXX_Unmarshal

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

type Dot1XDefault_KEYS

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

func (*Dot1XDefault_KEYS) Descriptor

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

func (*Dot1XDefault_KEYS) GetNodeName

func (m *Dot1XDefault_KEYS) GetNodeName() string

func (*Dot1XDefault_KEYS) ProtoMessage

func (*Dot1XDefault_KEYS) ProtoMessage()

func (*Dot1XDefault_KEYS) Reset

func (m *Dot1XDefault_KEYS) Reset()

func (*Dot1XDefault_KEYS) String

func (m *Dot1XDefault_KEYS) String() string

func (*Dot1XDefault_KEYS) XXX_DiscardUnknown

func (m *Dot1XDefault_KEYS) XXX_DiscardUnknown()

func (*Dot1XDefault_KEYS) XXX_Marshal

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

func (*Dot1XDefault_KEYS) XXX_Merge

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

func (*Dot1XDefault_KEYS) XXX_Size

func (m *Dot1XDefault_KEYS) XXX_Size() int

func (*Dot1XDefault_KEYS) XXX_Unmarshal

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

type Dot1XSuppTimers

type Dot1XSuppTimers struct {
	AuthPeriod           uint32   `protobuf:"varint,1,opt,name=auth_period,json=authPeriod,proto3" json:"auth_period,omitempty"`
	HeldPeriod           uint32   `protobuf:"varint,2,opt,name=held_period,json=heldPeriod,proto3" json:"held_period,omitempty"`
	StartPeriod          uint32   `protobuf:"varint,3,opt,name=start_period,json=startPeriod,proto3" json:"start_period,omitempty"`
	MaxStart             uint32   `protobuf:"varint,4,opt,name=max_start,json=maxStart,proto3" json:"max_start,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Dot1XSuppTimers) Descriptor

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

func (*Dot1XSuppTimers) GetAuthPeriod

func (m *Dot1XSuppTimers) GetAuthPeriod() uint32

func (*Dot1XSuppTimers) GetHeldPeriod

func (m *Dot1XSuppTimers) GetHeldPeriod() uint32

func (*Dot1XSuppTimers) GetMaxStart

func (m *Dot1XSuppTimers) GetMaxStart() uint32

func (*Dot1XSuppTimers) GetStartPeriod

func (m *Dot1XSuppTimers) GetStartPeriod() uint32

func (*Dot1XSuppTimers) ProtoMessage

func (*Dot1XSuppTimers) ProtoMessage()

func (*Dot1XSuppTimers) Reset

func (m *Dot1XSuppTimers) Reset()

func (*Dot1XSuppTimers) String

func (m *Dot1XSuppTimers) String() string

func (*Dot1XSuppTimers) XXX_DiscardUnknown

func (m *Dot1XSuppTimers) XXX_DiscardUnknown()

func (*Dot1XSuppTimers) XXX_Marshal

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

func (*Dot1XSuppTimers) XXX_Merge

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

func (*Dot1XSuppTimers) XXX_Size

func (m *Dot1XSuppTimers) XXX_Size() int

func (*Dot1XSuppTimers) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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