spirit_install_instmgr_oper

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: 6 Imported by: 0

Documentation

Overview

This module contains a collection of YANG definitions for Cisco IOS-XR spirit-install-instmgr package operational data.

This module contains definitions for the following management objects:

software-install: Install operations info

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 CardTypeEt

type CardTypeEt string

CardTypeEt represents card type

const (
	// Card RP
	CardTypeEt_card_rp CardTypeEt = "card-rp"

	// Card DRP
	CardTypeEt_card_drp CardTypeEt = "card-drp"

	// Card LC
	CardTypeEt_card_lc CardTypeEt = "card-lc"

	// Card SC
	CardTypeEt_card_sc CardTypeEt = "card-sc"

	// Card SP
	CardTypeEt_card_sp CardTypeEt = "card-sp"

	// Card Other
	CardTypeEt_card_other CardTypeEt = "card-other"
)

type IsdErrorEt

type IsdErrorEt string

IsdErrorEt represents isd error

const (
	// ISD ERROR NONE
	IsdErrorEt_none IsdErrorEt = "none"

	// ISD ERROR NOT COMPATIBLE
	IsdErrorEt_not_compatible IsdErrorEt = "not-compatible"

	// ISD ERROR NOT ENOUGH RESOURCE
	IsdErrorEt_not_enough_resource IsdErrorEt = "not-enough-resource"

	// ISD ERROR NOT NSR READY
	IsdErrorEt_not_nsr_ready IsdErrorEt = "not-nsr-ready"

	// ISD ERROR NOT CONNECTED SDR SM
	IsdErrorEt_not_conn_sdrsm IsdErrorEt = "not-conn-sdrsm"

	// ISD ERROR INST CMD INVALID
	IsdErrorEt_cmd_invalid IsdErrorEt = "cmd-invalid"

	// ISD ERROR INST LOAD PREP FAILURE
	IsdErrorEt_load_prep_fail IsdErrorEt = "load-prep-fail"

	// ISD ERROR TIMEOUT
	IsdErrorEt_error_timeout IsdErrorEt = "error-timeout"

	// ISD ERROR NODE DOWN
	IsdErrorEt_err_node_down IsdErrorEt = "err-node-down"

	// ISD ERROR NODE NOT READY
	IsdErrorEt_node_not_ready IsdErrorEt = "node-not-ready"

	// ISD ERROR NODE NEW
	IsdErrorEt_err_node_new IsdErrorEt = "err-node-new"

	// ISD ERROR CARD OIR
	IsdErrorEt_err_card_oir IsdErrorEt = "err-card-oir"

	// ISD ERROR INVALID EVT
	IsdErrorEt_invalid_evt IsdErrorEt = "invalid-evt"

	// ISD ERROR DISCONN FROM CALVADOS
	IsdErrorEt_disconn_from_calv IsdErrorEt = "disconn-from-calv"

	// ISD ERROR GSP DOWN
	IsdErrorEt_gsp_down IsdErrorEt = "gsp-down"

	// ISD ERROR ABORT BY ISM
	IsdErrorEt_abort_by_ism IsdErrorEt = "abort-by-ism"

	// ISD ERROR RPFO
	IsdErrorEt_rpfo IsdErrorEt = "rpfo"

	// ISD ERROR PKG NULL
	IsdErrorEt_pkg_null IsdErrorEt = "pkg-null"

	// ISD ERROR GENERAL
	IsdErrorEt_error_general IsdErrorEt = "error-general"

	// ISD ERROR FSA ERROR
	IsdErrorEt_fsa_error IsdErrorEt = "fsa-error"

	// ISD ERROR POST ISSU
	IsdErrorEt_err_post_issu IsdErrorEt = "err-post-issu"

	// ISD ERROR ISSUDIR RESTART
	IsdErrorEt_err_issu_dir_restart IsdErrorEt = "err-issu-dir-restart"
)

type IsdIssuStatusEt

type IsdIssuStatusEt string

IsdIssuStatusEt represents isd status

const (
	// ISSU STATUS OK
	IsdIssuStatusEt_ok IsdIssuStatusEt = "ok"

	// ISSU STATUS PREP DONE
	IsdIssuStatusEt_prep_done IsdIssuStatusEt = "prep-done"

	// ISSU STATUS BIG BANG
	IsdIssuStatusEt_big_bang IsdIssuStatusEt = "big-bang"

	// ISSU STATUS DONE
	IsdIssuStatusEt_done IsdIssuStatusEt = "done"

	// ISSU STATUS ABORT
	IsdIssuStatusEt_abort IsdIssuStatusEt = "abort"

	// ISSU STATUS CMD REJECT
	IsdIssuStatusEt_cmd_reject IsdIssuStatusEt = "cmd-reject"

	// ISSU STATUS UNKNOWN
	IsdIssuStatusEt_unknown IsdIssuStatusEt = "unknown"

	// ISSU STATUS ABORT CLEANUP
	IsdIssuStatusEt_abort_cleanup IsdIssuStatusEt = "abort-cleanup"

	// ISSU STATUS CMD ABORT REJECT
	IsdIssuStatusEt_abort_cmd_reject IsdIssuStatusEt = "abort-cmd-reject"
)

type IsdStateEt

type IsdStateEt string

IsdStateEt represents isd state

const (
	// ISSU ST NONE
	IsdStateEt_none IsdStateEt = "none"

	// ISSU ST IDLE
	IsdStateEt_idle IsdStateEt = "idle"

	// ISSU ST INIT
	IsdStateEt_init IsdStateEt = "init"

	// ISSU ST INIT DONE
	IsdStateEt_init_done IsdStateEt = "init-done"

	// ISSU ST LOAD PREP
	IsdStateEt_load_prep IsdStateEt = "load-prep"

	// ISSU ST LOAD EXEC
	IsdStateEt_load_exec IsdStateEt = "load-exec"

	// ISSU ST LOAD ISSU GO
	IsdStateEt_load_issu_go IsdStateEt = "load-issu-go"

	// ISSU ST LOAD DONE
	IsdStateEt_load_done IsdStateEt = "load-done"

	// ISSU ST RUN PREP ISD
	IsdStateEt_run_prep_isd IsdStateEt = "run-prep-isd"

	// ISSU ST RUN PREP ISM
	IsdStateEt_run_prep_ism IsdStateEt = "run-prep-ism"

	// ISSU ST RUN BIG BANG
	IsdStateEt_big_bang IsdStateEt = "big-bang"

	// ISSU ST RUN DONE
	IsdStateEt_run_done IsdStateEt = "run-done"

	// ISSU ST CLEANUP
	IsdStateEt_cleanup IsdStateEt = "cleanup"

	// ISSU ST CLEANUP DONE
	IsdStateEt_cleanup_done IsdStateEt = "cleanup-done"

	// ISSU ST ABORT
	IsdStateEt_abort IsdStateEt = "abort"

	// ISSU ST ABORT DONE
	IsdStateEt_abort_done IsdStateEt = "abort-done"

	// ISSU ST ABORT CLEANUP
	IsdStateEt_abort_cleanup IsdStateEt = "abort-cleanup"

	// ISSU UNKNOWN STATE
	IsdStateEt_unknown_state IsdStateEt = "unknown-state"
)

type IssuNodeRoleEt

type IssuNodeRoleEt string

IssuNodeRoleEt represents ISSU role

const (
	// Unknown
	IssuNodeRoleEt_unknown_role IssuNodeRoleEt = "unknown-role"

	// Primary
	IssuNodeRoleEt_primary_role IssuNodeRoleEt = "primary-role"

	// Secondary
	IssuNodeRoleEt_secondary_role IssuNodeRoleEt = "secondary-role"

	// Tertiary
	IssuNodeRoleEt_tertiary_role IssuNodeRoleEt = "tertiary-role"
)

type IssudirNodeStatusEt

type IssudirNodeStatusEt string

IssudirNodeStatusEt represents ISSU node status

const (
	// Not ISSU Ready
	IssudirNodeStatusEt_not_issu_ready IssudirNodeStatusEt = "not-issu-ready"

	// ISSU Ready
	IssudirNodeStatusEt_issu_ready IssudirNodeStatusEt = "issu-ready"

	// ISSU Go
	IssudirNodeStatusEt_isus_go IssudirNodeStatusEt = "isus-go"

	// Node Fail
	IssudirNodeStatusEt_node_fail IssudirNodeStatusEt = "node-fail"
)

type NodeRoleEt

type NodeRoleEt string

NodeRoleEt represents node role

const (
	// Unknown
	NodeRoleEt_node_unknown NodeRoleEt = "node-unknown"

	// Active
	NodeRoleEt_node_active NodeRoleEt = "node-active"

	// Standby
	NodeRoleEt_node_standby NodeRoleEt = "node-standby"

	// Unusable
	NodeRoleEt_node_unusable NodeRoleEt = "node-unusable"
)

type SoftwareInstall

type SoftwareInstall struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Show superseded packages.
	Superseded SoftwareInstall_Superseded

	// Show Committed packages installed.
	CommittedSummary SoftwareInstall_CommittedSummary

	// Show active packages installed.
	ActiveSummary SoftwareInstall_ActiveSummary

	// Show XR inactive packages.
	InactiveSummary SoftwareInstall_InactiveSummary

	// Show prepared packages ready for activation.
	Prepare SoftwareInstall_Prepare

	// Show active packages installed.
	Active SoftwareInstall_Active

	// Show install version.
	Version SoftwareInstall_Version

	// Show XR inactive packages.
	Inactive SoftwareInstall_Inactive

	// Show current request.
	Request SoftwareInstall_Request

	// Show superseded packages.
	SupersededSummary SoftwareInstall_SupersededSummary

	// ISSU operation.
	Issu SoftwareInstall_Issu

	// Show Committed packages installed.
	Committed SoftwareInstall_Committed

	// Show log file for all operations.
	AllOperationsLog SoftwareInstall_AllOperationsLog

	// Show the list of installed packages.
	Packages SoftwareInstall_Packages

	// Show log file.
	OperationLogs SoftwareInstall_OperationLogs

	// Show packages stored in install software repositories.
	Repository SoftwareInstall_Repository
}

SoftwareInstall Install operations info

func (*SoftwareInstall) GetEntityData

func (softwareInstall *SoftwareInstall) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Active

type SoftwareInstall_Active struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// active package info. The type is slice of
	// SoftwareInstall_Active_ActivePackageInfo.
	ActivePackageInfo []*SoftwareInstall_Active_ActivePackageInfo
}

SoftwareInstall_Active Show active packages installed

func (*SoftwareInstall_Active) GetEntityData

func (active *SoftwareInstall_Active) GetEntityData() *types.CommonEntityData

type SoftwareInstall_ActiveSummary

type SoftwareInstall_ActiveSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// active package info. The type is slice of
	// SoftwareInstall_ActiveSummary_ActivePackageInfo.
	ActivePackageInfo []*SoftwareInstall_ActiveSummary_ActivePackageInfo
}

SoftwareInstall_ActiveSummary Show active packages installed

func (*SoftwareInstall_ActiveSummary) GetEntityData

func (activeSummary *SoftwareInstall_ActiveSummary) GetEntityData() *types.CommonEntityData

type SoftwareInstall_ActiveSummary_ActivePackageInfo

type SoftwareInstall_ActiveSummary_ActivePackageInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// ErrorMessage. The type is string.
	ErrorMessage interface{}

	// Location. The type is string.
	Location interface{}

	// NodeType. The type is string.
	NodeType interface{}

	// BootPartitionName. The type is string.
	BootPartitionName interface{}

	// NumberOfActivePackages. The type is interface{} with range: 0..4294967295.
	NumberOfActivePackages interface{}

	// ActivePackages. The type is string.
	ActivePackages interface{}
}

SoftwareInstall_ActiveSummary_ActivePackageInfo active package info

func (*SoftwareInstall_ActiveSummary_ActivePackageInfo) GetEntityData

func (activePackageInfo *SoftwareInstall_ActiveSummary_ActivePackageInfo) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Active_ActivePackageInfo

type SoftwareInstall_Active_ActivePackageInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// ErrorMessage. The type is string.
	ErrorMessage interface{}

	// Location. The type is string.
	Location interface{}

	// NodeType. The type is string.
	NodeType interface{}

	// BootPartitionName. The type is string.
	BootPartitionName interface{}

	// NumberOfActivePackages. The type is interface{} with range: 0..4294967295.
	NumberOfActivePackages interface{}

	// ActivePackages. The type is string.
	ActivePackages interface{}
}

SoftwareInstall_Active_ActivePackageInfo active package info

func (*SoftwareInstall_Active_ActivePackageInfo) GetEntityData

func (activePackageInfo *SoftwareInstall_Active_ActivePackageInfo) GetEntityData() *types.CommonEntityData

type SoftwareInstall_AllOperationsLog

type SoftwareInstall_AllOperationsLog struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Show detailed log file for all operations - reverse.
	ReverseDetail SoftwareInstall_AllOperationsLog_ReverseDetail

	// Show log file for all operations - reverse.
	Reverse SoftwareInstall_AllOperationsLog_Reverse

	// Show summary log file for all operations.
	Summary SoftwareInstall_AllOperationsLog_Summary

	// Show detailed log file for all operations.
	Detail SoftwareInstall_AllOperationsLog_Detail
}

SoftwareInstall_AllOperationsLog Show log file for all operations

func (*SoftwareInstall_AllOperationsLog) GetEntityData

func (allOperationsLog *SoftwareInstall_AllOperationsLog) GetEntityData() *types.CommonEntityData

type SoftwareInstall_AllOperationsLog_Detail

type SoftwareInstall_AllOperationsLog_Detail struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_AllOperationsLog_Detail Show detailed log file for all operations

func (*SoftwareInstall_AllOperationsLog_Detail) GetEntityData

type SoftwareInstall_AllOperationsLog_Reverse

type SoftwareInstall_AllOperationsLog_Reverse struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_AllOperationsLog_Reverse Show log file for all operations - reverse

func (*SoftwareInstall_AllOperationsLog_Reverse) GetEntityData

type SoftwareInstall_AllOperationsLog_ReverseDetail

type SoftwareInstall_AllOperationsLog_ReverseDetail struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_AllOperationsLog_ReverseDetail Show detailed log file for all operations - reverse

func (*SoftwareInstall_AllOperationsLog_ReverseDetail) GetEntityData

type SoftwareInstall_AllOperationsLog_Summary

type SoftwareInstall_AllOperationsLog_Summary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_AllOperationsLog_Summary Show summary log file for all operations

func (*SoftwareInstall_AllOperationsLog_Summary) GetEntityData

type SoftwareInstall_Committed

type SoftwareInstall_Committed struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// committed package info. The type is slice of
	// SoftwareInstall_Committed_CommittedPackageInfo.
	CommittedPackageInfo []*SoftwareInstall_Committed_CommittedPackageInfo
}

SoftwareInstall_Committed Show Committed packages installed

func (*SoftwareInstall_Committed) GetEntityData

func (committed *SoftwareInstall_Committed) GetEntityData() *types.CommonEntityData

type SoftwareInstall_CommittedSummary

type SoftwareInstall_CommittedSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// committed package info. The type is slice of
	// SoftwareInstall_CommittedSummary_CommittedPackageInfo.
	CommittedPackageInfo []*SoftwareInstall_CommittedSummary_CommittedPackageInfo
}

SoftwareInstall_CommittedSummary Show Committed packages installed

func (*SoftwareInstall_CommittedSummary) GetEntityData

func (committedSummary *SoftwareInstall_CommittedSummary) GetEntityData() *types.CommonEntityData

type SoftwareInstall_CommittedSummary_CommittedPackageInfo

type SoftwareInstall_CommittedSummary_CommittedPackageInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// ErrorMessage. The type is string.
	ErrorMessage interface{}

	// Location. The type is string.
	Location interface{}

	// NodeType. The type is string.
	NodeType interface{}

	// BootPartitionName. The type is string.
	BootPartitionName interface{}

	// NumberOfCommittedPackages. The type is interface{} with range:
	// 0..4294967295.
	NumberOfCommittedPackages interface{}

	// CommittedPackages. The type is string.
	CommittedPackages interface{}
}

SoftwareInstall_CommittedSummary_CommittedPackageInfo committed package info

func (*SoftwareInstall_CommittedSummary_CommittedPackageInfo) GetEntityData

func (committedPackageInfo *SoftwareInstall_CommittedSummary_CommittedPackageInfo) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Committed_CommittedPackageInfo

type SoftwareInstall_Committed_CommittedPackageInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// ErrorMessage. The type is string.
	ErrorMessage interface{}

	// Location. The type is string.
	Location interface{}

	// NodeType. The type is string.
	NodeType interface{}

	// BootPartitionName. The type is string.
	BootPartitionName interface{}

	// NumberOfCommittedPackages. The type is interface{} with range:
	// 0..4294967295.
	NumberOfCommittedPackages interface{}

	// CommittedPackages. The type is string.
	CommittedPackages interface{}
}

SoftwareInstall_Committed_CommittedPackageInfo committed package info

func (*SoftwareInstall_Committed_CommittedPackageInfo) GetEntityData

func (committedPackageInfo *SoftwareInstall_Committed_CommittedPackageInfo) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Inactive

type SoftwareInstall_Inactive struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_Inactive Show XR inactive packages

func (*SoftwareInstall_Inactive) GetEntityData

func (inactive *SoftwareInstall_Inactive) GetEntityData() *types.CommonEntityData

type SoftwareInstall_InactiveSummary

type SoftwareInstall_InactiveSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_InactiveSummary Show XR inactive packages

func (*SoftwareInstall_InactiveSummary) GetEntityData

func (inactiveSummary *SoftwareInstall_InactiveSummary) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Issu

type SoftwareInstall_Issu struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Show XR install issu stage.
	Stage SoftwareInstall_Issu_Stage

	// Show XR install issu inventory.
	Inventory SoftwareInstall_Issu_Inventory
}

SoftwareInstall_Issu ISSU operation

func (*SoftwareInstall_Issu) GetEntityData

func (issu *SoftwareInstall_Issu) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Issu_Inventory

type SoftwareInstall_Issu_Inventory struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// invinfo. The type is slice of SoftwareInstall_Issu_Inventory_Invinfo.
	Invinfo []*SoftwareInstall_Issu_Inventory_Invinfo
}

SoftwareInstall_Issu_Inventory Show XR install issu inventory

func (*SoftwareInstall_Issu_Inventory) GetEntityData

func (inventory *SoftwareInstall_Issu_Inventory) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Issu_Inventory_Invinfo

type SoftwareInstall_Issu_Inventory_Invinfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Node ID. The type is interface{} with range: -2147483648..2147483647.
	NodeId interface{}

	// Node Type. The type is CardTypeEt.
	NodeType interface{}

	// ISSU Node Role. The type is IssuNodeRoleEt.
	IssuNodeRole interface{}

	// Node State. The type is IssudirNodeStatusEt.
	NodeState interface{}

	// Node role. The type is NodeRoleEt.
	NodeRole interface{}
}

SoftwareInstall_Issu_Inventory_Invinfo invinfo

func (*SoftwareInstall_Issu_Inventory_Invinfo) GetEntityData

type SoftwareInstall_Issu_Stage

type SoftwareInstall_Issu_Stage struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// State. The type is IsdStateEt.
	State interface{}

	// ISSU Node Count. The type is interface{} with range:
	// -2147483648..2147483647.
	IssuNodeCnt interface{}

	// ISSU Ready Node Count. The type is interface{} with range:
	// -2147483648..2147483647.
	IssuReadyNodeCnt interface{}

	// Percentage. The type is interface{} with range: -2147483648..2147483647.
	// Units are percentage.
	Percentage interface{}

	// Abort Status. The type is IsdIssuStatusEt.
	IssuStatus interface{}

	// ISSU Error. The type is IsdErrorEt.
	IssuError interface{}
}

SoftwareInstall_Issu_Stage Show XR install issu stage

func (*SoftwareInstall_Issu_Stage) GetEntityData

func (stage *SoftwareInstall_Issu_Stage) GetEntityData() *types.CommonEntityData

type SoftwareInstall_OperationLogs

type SoftwareInstall_OperationLogs struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Show log file for the specified install ID. The type is slice of
	// SoftwareInstall_OperationLogs_OperationLog.
	OperationLog []*SoftwareInstall_OperationLogs_OperationLog
}

SoftwareInstall_OperationLogs Show log file

func (*SoftwareInstall_OperationLogs) GetEntityData

func (operationLogs *SoftwareInstall_OperationLogs) GetEntityData() *types.CommonEntityData

type SoftwareInstall_OperationLogs_OperationLog

type SoftwareInstall_OperationLogs_OperationLog struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Log ID number. The type is interface{} with range:
	// 0..4294967295.
	LogId interface{}

	// Show summary log file for the specified install ID.
	Summary SoftwareInstall_OperationLogs_OperationLog_Summary

	// Show detailed log file for the specified install ID.
	Detail SoftwareInstall_OperationLogs_OperationLog_Detail
}

SoftwareInstall_OperationLogs_OperationLog Show log file for the specified install ID

func (*SoftwareInstall_OperationLogs_OperationLog) GetEntityData

func (operationLog *SoftwareInstall_OperationLogs_OperationLog) GetEntityData() *types.CommonEntityData

type SoftwareInstall_OperationLogs_OperationLog_Detail

type SoftwareInstall_OperationLogs_OperationLog_Detail struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_OperationLogs_OperationLog_Detail Show detailed log file for the specified install ID

func (*SoftwareInstall_OperationLogs_OperationLog_Detail) GetEntityData

type SoftwareInstall_OperationLogs_OperationLog_Summary

type SoftwareInstall_OperationLogs_OperationLog_Summary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_OperationLogs_OperationLog_Summary Show summary log file for the specified install ID

func (*SoftwareInstall_OperationLogs_OperationLog_Summary) GetEntityData

type SoftwareInstall_Packages

type SoftwareInstall_Packages struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Show the info for a installed package. The type is slice of
	// SoftwareInstall_Packages_Package.
	Package []*SoftwareInstall_Packages_Package
}

SoftwareInstall_Packages Show the list of installed packages

func (*SoftwareInstall_Packages) GetEntityData

func (packages *SoftwareInstall_Packages) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Packages_Package

type SoftwareInstall_Packages_Package struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Package name. The type is string.
	PackageName interface{}

	// Show the verbose info for a installed package.
	Verbose SoftwareInstall_Packages_Package_Verbose

	// Show the info for a installed package.
	Brief SoftwareInstall_Packages_Package_Brief

	// Show the deatil info for a installed package.
	Detail SoftwareInstall_Packages_Package_Detail
}

SoftwareInstall_Packages_Package Show the info for a installed package

func (*SoftwareInstall_Packages_Package) GetEntityData

type SoftwareInstall_Packages_Package_Brief

type SoftwareInstall_Packages_Package_Brief struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_Packages_Package_Brief Show the info for a installed package

func (*SoftwareInstall_Packages_Package_Brief) GetEntityData

type SoftwareInstall_Packages_Package_Detail

type SoftwareInstall_Packages_Package_Detail struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_Packages_Package_Detail Show the deatil info for a installed package

func (*SoftwareInstall_Packages_Package_Detail) GetEntityData

type SoftwareInstall_Packages_Package_Verbose

type SoftwareInstall_Packages_Package_Verbose struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_Packages_Package_Verbose Show the verbose info for a installed package

func (*SoftwareInstall_Packages_Package_Verbose) GetEntityData

type SoftwareInstall_Prepare

type SoftwareInstall_Prepare struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// NoPrepareDone. The type is string.
	NoPrepareDone interface{}

	// PreparedBootImage. The type is string.
	PreparedBootImage interface{}

	// PreparedBootPartition. The type is string.
	PreparedBootPartition interface{}

	// RestartType. The type is string.
	RestartType interface{}

	// ActivateMessage. The type is string.
	ActivateMessage interface{}

	// PrepareCleanMessage. The type is string.
	PrepareCleanMessage interface{}

	// rpm. The type is slice of SoftwareInstall_Prepare_Rpm.
	Rpm []*SoftwareInstall_Prepare_Rpm

	// package. The type is slice of SoftwareInstall_Prepare_Package.
	Package []*SoftwareInstall_Prepare_Package
}

SoftwareInstall_Prepare Show prepared packages ready for activation

func (*SoftwareInstall_Prepare) GetEntityData

func (prepare *SoftwareInstall_Prepare) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Prepare_Package

type SoftwareInstall_Prepare_Package struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// package. The type is string.
	Package interface{}
}

SoftwareInstall_Prepare_Package package

func (*SoftwareInstall_Prepare_Package) GetEntityData

type SoftwareInstall_Prepare_Rpm

type SoftwareInstall_Prepare_Rpm struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// package. The type is string.
	Package interface{}
}

SoftwareInstall_Prepare_Rpm rpm

func (*SoftwareInstall_Prepare_Rpm) GetEntityData

func (rpm *SoftwareInstall_Prepare_Rpm) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Repository

type SoftwareInstall_Repository struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Show install software repository for XR.
	Xr SoftwareInstall_Repository_Xr

	// Show contents of all install software repositories.
	All SoftwareInstall_Repository_All
}

SoftwareInstall_Repository Show packages stored in install software repositories

func (*SoftwareInstall_Repository) GetEntityData

func (repository *SoftwareInstall_Repository) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Repository_All

type SoftwareInstall_Repository_All struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_Repository_All Show contents of all install software repositories

func (*SoftwareInstall_Repository_All) GetEntityData

type SoftwareInstall_Repository_Xr

type SoftwareInstall_Repository_Xr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_Repository_Xr Show install software repository for XR

func (*SoftwareInstall_Repository_Xr) GetEntityData

type SoftwareInstall_Request

type SoftwareInstall_Request struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// CurrInstOper. The type is string.
	CurrInstOper interface{}
}

SoftwareInstall_Request Show current request

func (*SoftwareInstall_Request) GetEntityData

func (request *SoftwareInstall_Request) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Superseded

type SoftwareInstall_Superseded struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// superseded package info. The type is slice of
	// SoftwareInstall_Superseded_SupersededPackageInfo.
	SupersededPackageInfo []*SoftwareInstall_Superseded_SupersededPackageInfo
}

SoftwareInstall_Superseded Show superseded packages

func (*SoftwareInstall_Superseded) GetEntityData

func (superseded *SoftwareInstall_Superseded) GetEntityData() *types.CommonEntityData

type SoftwareInstall_SupersededSummary

type SoftwareInstall_SupersededSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// log. The type is string.
	Log interface{}
}

SoftwareInstall_SupersededSummary Show superseded packages

func (*SoftwareInstall_SupersededSummary) GetEntityData

func (supersededSummary *SoftwareInstall_SupersededSummary) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Superseded_SupersededPackageInfo

type SoftwareInstall_Superseded_SupersededPackageInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// ErrorMessage. The type is string.
	ErrorMessage interface{}

	// Location. The type is string.
	Location interface{}

	// NodeType. The type is string.
	NodeType interface{}

	// BootPartitionName. The type is string.
	BootPartitionName interface{}

	// SupersededPackages. The type is string.
	SupersededPackages interface{}
}

SoftwareInstall_Superseded_SupersededPackageInfo superseded package info

func (*SoftwareInstall_Superseded_SupersededPackageInfo) GetEntityData

func (supersededPackageInfo *SoftwareInstall_Superseded_SupersededPackageInfo) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Version

type SoftwareInstall_Version struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Path where all cisco packages are installed. The type is string.
	Location interface{}

	// label name. The type is string.
	Label interface{}

	// copyright info. The type is string.
	CopyrightInfo interface{}

	// hardware info of the router. The type is string.
	HardwareInfo interface{}

	// duration since when system is up. The type is string.
	SystemUptime interface{}

	// this tag is deprecated. The type is string.
	ImgInfo interface{}

	// package. The type is slice of SoftwareInstall_Version_Package.
	Package []*SoftwareInstall_Version_Package
}

SoftwareInstall_Version Show install version

func (*SoftwareInstall_Version) GetEntityData

func (version *SoftwareInstall_Version) GetEntityData() *types.CommonEntityData

type SoftwareInstall_Version_Package

type SoftwareInstall_Version_Package struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Name. The type is string.
	Name interface{}

	// Running version. The type is string.
	Version interface{}

	// User built by. The type is string.
	BuiltBy interface{}

	// Time built. The type is string.
	BuiltOn interface{}

	// Build host. The type is string.
	BuildHost interface{}

	// Workspace built in. The type is string.
	Workspace interface{}
}

SoftwareInstall_Version_Package package

func (*SoftwareInstall_Version_Package) GetEntityData

Jump to

Keyboard shortcuts

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