Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR action package configuration.
Copyright (c) 2016 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 RollBackConfiguration ¶
type RollBackConfiguration struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input RollBackConfiguration_Input }
RollBackConfiguration Rollback a specific commit
func (*RollBackConfiguration) GetEntityData ¶
func (rollBackConfiguration *RollBackConfiguration) GetEntityData() *types.CommonEntityData
type RollBackConfigurationLast ¶
type RollBackConfigurationLast struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input RollBackConfigurationLast_Input }
RollBackConfigurationLast Rollback last <n> commits made
func (*RollBackConfigurationLast) GetEntityData ¶
func (rollBackConfigurationLast *RollBackConfigurationLast) GetEntityData() *types.CommonEntityData
type RollBackConfigurationLast_Input ¶
type RollBackConfigurationLast_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Number of commits to rollback. The type is interface{} with range: 1..100. // This attribute is mandatory. Count interface{} // Override commit blocks. The type is bool. The default value is false. Force interface{} // Rollback via best-effort operation. The type is bool. The default value is // false. BestEffort interface{} // Assign a label to this rollback. The type is string. Label interface{} // Assign a comment to this rollback. The type is string. Comment interface{} }
RollBackConfigurationLast_Input
func (*RollBackConfigurationLast_Input) GetEntityData ¶
func (input *RollBackConfigurationLast_Input) GetEntityData() *types.CommonEntityData
type RollBackConfigurationTo ¶
type RollBackConfigurationTo struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input RollBackConfigurationTo_Input }
RollBackConfigurationTo Rollback up to (and including) a specific commit
func (*RollBackConfigurationTo) GetEntityData ¶
func (rollBackConfigurationTo *RollBackConfigurationTo) GetEntityData() *types.CommonEntityData
type RollBackConfigurationToExclude ¶
type RollBackConfigurationToExclude struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input RollBackConfigurationToExclude_Input }
RollBackConfigurationToExclude Rollback up to (and excluding) a specific commit
func (*RollBackConfigurationToExclude) GetEntityData ¶
func (rollBackConfigurationToExclude *RollBackConfigurationToExclude) GetEntityData() *types.CommonEntityData
type RollBackConfigurationToExclude_Input ¶
type RollBackConfigurationToExclude_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Commit ID. The type is string. This attribute is mandatory. CommitId interface{} // Override commit blocks. The type is bool. The default value is false. Force interface{} // Rollback via best-effort operation. The type is bool. The default value is // false. BestEffort interface{} // Assign a label to this rollback. The type is string. Label interface{} // Assign a comment to this rollback. The type is string. Comment interface{} }
RollBackConfigurationToExclude_Input
func (*RollBackConfigurationToExclude_Input) GetEntityData ¶
func (input *RollBackConfigurationToExclude_Input) GetEntityData() *types.CommonEntityData
type RollBackConfigurationTo_Input ¶
type RollBackConfigurationTo_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Commit ID. The type is string. This attribute is mandatory. CommitId interface{} // Override commit blocks. The type is bool. The default value is false. Force interface{} // Rollback via best-effort operation. The type is bool. The default value is // false. BestEffort interface{} // Assign a label to this rollback. The type is string. Label interface{} // Assign a comment to this rollback. The type is string. Comment interface{} }
RollBackConfigurationTo_Input
func (*RollBackConfigurationTo_Input) GetEntityData ¶
func (input *RollBackConfigurationTo_Input) GetEntityData() *types.CommonEntityData
type RollBackConfiguration_Input ¶
type RollBackConfiguration_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Commit ID. The type is string. This attribute is mandatory. CommitId interface{} // Override commit blocks. The type is bool. The default value is false. Force interface{} // Rollback via best-effort operation. The type is bool. The default value is // false. BestEffort interface{} // Assign a label to this rollback. The type is string. Label interface{} // Assign a comment to this rollback. The type is string. Comment interface{} }
RollBackConfiguration_Input
func (*RollBackConfiguration_Input) GetEntityData ¶
func (input *RollBackConfiguration_Input) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.