Documentation
¶
Overview ¶
This module contains definitions for the Calvados model objects.
This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration.
This module defines the system users authentication credentials and virtual IP that can be modified in runtime.
Copyright(c) 2011-2017 by Cisco Systems, Inc. All rights reserved.
Copyright (c) 2012-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 Mgmt ¶
type Mgmt struct {
EntityData types.CommonEntityData
YFilter yfilter.YFilter
Ipv4 Mgmt_Ipv4
Ipv6 Mgmt_Ipv6
}
Mgmt
func (*Mgmt) GetEntityData ¶
func (mgmt *Mgmt) GetEntityData() *types.CommonEntityData
type Mgmt_Ipv4 ¶
type Mgmt_Ipv4 struct {
EntityData types.CommonEntityData
YFilter yfilter.YFilter
// The type is string with pattern:
// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(/(([0-9])|([1-2][0-9])|(3[0-2])))?.
Address interface{}
// The type is one of the following types: string with pattern:
// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
// or string with pattern:
// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
SubnetMaskIp interface{}
}
Mgmt_Ipv4
func (*Mgmt_Ipv4) GetEntityData ¶
func (ipv4 *Mgmt_Ipv4) GetEntityData() *types.CommonEntityData
type Mgmt_Ipv6 ¶
type Mgmt_Ipv6 struct {
EntityData types.CommonEntityData
YFilter yfilter.YFilter
// The type is string with pattern:
// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(/(([0-9])|([0-9]{2})|(1[0-1][0-9])|(12[0-8])))?.
Address interface{}
// The type is interface{} with range: 0..128.
Prefix interface{}
}
Mgmt_Ipv6
func (*Mgmt_Ipv6) GetEntityData ¶
func (ipv6 *Mgmt_Ipv6) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.