Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR action package configuration.
Copyright (c) 2016-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
- type InstallActivate
- type InstallActivate_Input
- type InstallActivate_Input_ActivateForce
- type InstallActivate_Input_Ids
- type InstallActivate_Input_Packages
- type InstallActivate_Input_Reload
- type InstallActivate_Input_ReloadForce
- type InstallActivate_Input_Replace
- type InstallActivate_Input_ReplaceForce
- type InstallActivate_Input_Warm
- type InstallActivate_Input_WarmForce
- type InstallActivate_Input_WarmReplace
- type InstallActivate_Input_WarmReplaceForce
- type InstallActivate_Output
- type InstallAdd
- type InstallAdd_Input
- type InstallAdd_Output
- type InstallCommit
- type InstallCommit_Input
- type InstallCommit_Output
- type InstallDeactivate
- type InstallDeactivate_Input
- type InstallDeactivate_Input_Ids
- type InstallDeactivate_Input_Packages
- type InstallDeactivate_Input_Reload
- type InstallDeactivate_Output
- type InstallExtract
- type InstallExtract_Input
- type InstallExtract_Input_Packages
- type InstallExtract_Output
- type InstallPrepare
- type InstallPrepare_Input
- type InstallPrepare_Input_Ids
- type InstallPrepare_Input_Packages
- type InstallPrepare_Input_PrepareForce
- type InstallPrepare_Output
- type InstallRemove
- type InstallRemove_Input
- type InstallRemove_Input_Ids
- type InstallRemove_Input_Packages
- type InstallRemove_Output
- type InstallUpdate
- type InstallUpdate_Input
- type InstallUpdate_Input_Force
- type InstallUpdate_Input_Replace
- type InstallUpdate_Input_ReplaceCommit
- type InstallUpdate_Input_ReplaceCommitForce
- type InstallUpdate_Input_ReplaceForce
- type InstallUpdate_Input_Warm
- type InstallUpdate_Input_WarmForce
- type InstallUpdate_Input_WarmReplace
- type InstallUpdate_Input_WarmReplaceForce
- type InstallUpdate_Output
- type InstallVerify
- type InstallVerify_Input
- type InstallVerify_Output
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallActivate ¶
type InstallActivate struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallActivate_Input Output InstallActivate_Output }
InstallActivate Cli-command activate
func (*InstallActivate) GetEntityData ¶
func (installActivate *InstallActivate) GetEntityData() *types.CommonEntityData
type InstallActivate_Input ¶
type InstallActivate_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Activate the prepared package. The type is interface{}. ActivatePreparedPkg interface{} // Activate the prepared package with force option. The type is interface{}. Force interface{} // Activate the prepared package with reload option. The type is interface{}. ActivateReload interface{} // Activate the prepared package with reload force option. The type is // interface{}. ActivateReloadForce interface{} // Activate the prepared package with warm option. The type is interface{}. ActivateWarmPreparedPkg interface{} // Activate the prepared package with warm force option. The type is // interface{}. ActivateWarmForcePreparedPkg interface{} // Activate the prepared package with warm replace option. The type is // interface{}. ActivateWarmReplacePreparedPkg interface{} // Activate the prepared package with warm force replace option. The type is // interface{}. ActivateWarmForceReplacePreparedPkg interface{} Warm InstallActivate_Input_Warm WarmForce InstallActivate_Input_WarmForce WarmReplace InstallActivate_Input_WarmReplace WarmReplaceForce InstallActivate_Input_WarmReplaceForce Reload InstallActivate_Input_Reload ReloadForce InstallActivate_Input_ReloadForce Replace InstallActivate_Input_Replace ReplaceForce InstallActivate_Input_ReplaceForce ActivateForce InstallActivate_Input_ActivateForce Packages InstallActivate_Input_Packages Ids InstallActivate_Input_Ids }
InstallActivate_Input
func (*InstallActivate_Input) GetEntityData ¶
func (input *InstallActivate_Input) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_ActivateForce ¶
type InstallActivate_Input_ActivateForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_ActivateForce
func (*InstallActivate_Input_ActivateForce) GetEntityData ¶
func (activateForce *InstallActivate_Input_ActivateForce) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_Ids ¶
type InstallActivate_Input_Ids struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. IdNo []interface{} }
InstallActivate_Input_Ids
func (*InstallActivate_Input_Ids) GetEntityData ¶
func (ids *InstallActivate_Input_Ids) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_Packages ¶
type InstallActivate_Input_Packages struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} }
InstallActivate_Input_Packages
func (*InstallActivate_Input_Packages) GetEntityData ¶
func (packages *InstallActivate_Input_Packages) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_Reload ¶
type InstallActivate_Input_Reload struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_Reload
func (*InstallActivate_Input_Reload) GetEntityData ¶
func (reload *InstallActivate_Input_Reload) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_ReloadForce ¶
type InstallActivate_Input_ReloadForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_ReloadForce
func (*InstallActivate_Input_ReloadForce) GetEntityData ¶
func (reloadForce *InstallActivate_Input_ReloadForce) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_Replace ¶
type InstallActivate_Input_Replace struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_Replace
func (*InstallActivate_Input_Replace) GetEntityData ¶
func (replace *InstallActivate_Input_Replace) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_ReplaceForce ¶
type InstallActivate_Input_ReplaceForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_ReplaceForce
func (*InstallActivate_Input_ReplaceForce) GetEntityData ¶
func (replaceForce *InstallActivate_Input_ReplaceForce) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_Warm ¶
type InstallActivate_Input_Warm struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_Warm
func (*InstallActivate_Input_Warm) GetEntityData ¶
func (warm *InstallActivate_Input_Warm) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_WarmForce ¶
type InstallActivate_Input_WarmForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_WarmForce
func (*InstallActivate_Input_WarmForce) GetEntityData ¶
func (warmForce *InstallActivate_Input_WarmForce) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_WarmReplace ¶
type InstallActivate_Input_WarmReplace struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_WarmReplace
func (*InstallActivate_Input_WarmReplace) GetEntityData ¶
func (warmReplace *InstallActivate_Input_WarmReplace) GetEntityData() *types.CommonEntityData
type InstallActivate_Input_WarmReplaceForce ¶
type InstallActivate_Input_WarmReplaceForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallActivate_Input_WarmReplaceForce
func (*InstallActivate_Input_WarmReplaceForce) GetEntityData ¶
func (warmReplaceForce *InstallActivate_Input_WarmReplaceForce) GetEntityData() *types.CommonEntityData
type InstallActivate_Output ¶
type InstallActivate_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallActivate_Output
func (*InstallActivate_Output) GetEntityData ¶
func (output *InstallActivate_Output) GetEntityData() *types.CommonEntityData
type InstallAdd ¶
type InstallAdd struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallAdd_Input Output InstallAdd_Output }
InstallAdd Cli-command install add source
func (*InstallAdd) GetEntityData ¶
func (installAdd *InstallAdd) GetEntityData() *types.CommonEntityData
type InstallAdd_Input ¶
type InstallAdd_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallAdd_Input
func (*InstallAdd_Input) GetEntityData ¶
func (input *InstallAdd_Input) GetEntityData() *types.CommonEntityData
type InstallAdd_Output ¶
type InstallAdd_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallAdd_Output
func (*InstallAdd_Output) GetEntityData ¶
func (output *InstallAdd_Output) GetEntityData() *types.CommonEntityData
type InstallCommit ¶
type InstallCommit struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallCommit_Input Output InstallCommit_Output }
InstallCommit Cli-command install commit
func (*InstallCommit) GetEntityData ¶
func (installCommit *InstallCommit) GetEntityData() *types.CommonEntityData
type InstallCommit_Input ¶
type InstallCommit_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // commit packages in the system. The type is interface{}. Sdr interface{} }
InstallCommit_Input
func (*InstallCommit_Input) GetEntityData ¶
func (input *InstallCommit_Input) GetEntityData() *types.CommonEntityData
type InstallCommit_Output ¶
type InstallCommit_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallCommit_Output
func (*InstallCommit_Output) GetEntityData ¶
func (output *InstallCommit_Output) GetEntityData() *types.CommonEntityData
type InstallDeactivate ¶
type InstallDeactivate struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallDeactivate_Input Output InstallDeactivate_Output }
InstallDeactivate Cli-command deactivate
func (*InstallDeactivate) GetEntityData ¶
func (installDeactivate *InstallDeactivate) GetEntityData() *types.CommonEntityData
type InstallDeactivate_Input ¶
type InstallDeactivate_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Deactivate all superseded packages. The type is interface{}. Superseded interface{} Reload InstallDeactivate_Input_Reload Packages InstallDeactivate_Input_Packages Ids InstallDeactivate_Input_Ids }
InstallDeactivate_Input
func (*InstallDeactivate_Input) GetEntityData ¶
func (input *InstallDeactivate_Input) GetEntityData() *types.CommonEntityData
type InstallDeactivate_Input_Ids ¶
type InstallDeactivate_Input_Ids struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. IdNo []interface{} }
InstallDeactivate_Input_Ids
func (*InstallDeactivate_Input_Ids) GetEntityData ¶
func (ids *InstallDeactivate_Input_Ids) GetEntityData() *types.CommonEntityData
type InstallDeactivate_Input_Packages ¶
type InstallDeactivate_Input_Packages struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} }
InstallDeactivate_Input_Packages
func (*InstallDeactivate_Input_Packages) GetEntityData ¶
func (packages *InstallDeactivate_Input_Packages) GetEntityData() *types.CommonEntityData
type InstallDeactivate_Input_Reload ¶
type InstallDeactivate_Input_Reload struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallDeactivate_Input_Reload
func (*InstallDeactivate_Input_Reload) GetEntityData ¶
func (reload *InstallDeactivate_Input_Reload) GetEntityData() *types.CommonEntityData
type InstallDeactivate_Output ¶
type InstallDeactivate_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallDeactivate_Output
func (*InstallDeactivate_Output) GetEntityData ¶
func (output *InstallDeactivate_Output) GetEntityData() *types.CommonEntityData
type InstallExtract ¶
type InstallExtract struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallExtract_Input Output InstallExtract_Output }
InstallExtract Cli-command extract
func (*InstallExtract) GetEntityData ¶
func (installExtract *InstallExtract) GetEntityData() *types.CommonEntityData
type InstallExtract_Input ¶
type InstallExtract_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Packages InstallExtract_Input_Packages }
InstallExtract_Input
func (*InstallExtract_Input) GetEntityData ¶
func (input *InstallExtract_Input) GetEntityData() *types.CommonEntityData
type InstallExtract_Input_Packages ¶
type InstallExtract_Input_Packages struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} }
InstallExtract_Input_Packages
func (*InstallExtract_Input_Packages) GetEntityData ¶
func (packages *InstallExtract_Input_Packages) GetEntityData() *types.CommonEntityData
type InstallExtract_Output ¶
type InstallExtract_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallExtract_Output
func (*InstallExtract_Output) GetEntityData ¶
func (output *InstallExtract_Output) GetEntityData() *types.CommonEntityData
type InstallPrepare ¶
type InstallPrepare struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallPrepare_Input Output InstallPrepare_Output }
InstallPrepare Cli-command prepare
func (*InstallPrepare) GetEntityData ¶
func (installPrepare *InstallPrepare) GetEntityData() *types.CommonEntityData
type InstallPrepare_Input ¶
type InstallPrepare_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Clean the prepared packages. The type is interface{}. Clean interface{} Packages InstallPrepare_Input_Packages Ids InstallPrepare_Input_Ids PrepareForce InstallPrepare_Input_PrepareForce }
InstallPrepare_Input
func (*InstallPrepare_Input) GetEntityData ¶
func (input *InstallPrepare_Input) GetEntityData() *types.CommonEntityData
type InstallPrepare_Input_Ids ¶
type InstallPrepare_Input_Ids struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. IdNo []interface{} }
InstallPrepare_Input_Ids
func (*InstallPrepare_Input_Ids) GetEntityData ¶
func (ids *InstallPrepare_Input_Ids) GetEntityData() *types.CommonEntityData
type InstallPrepare_Input_Packages ¶
type InstallPrepare_Input_Packages struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} }
InstallPrepare_Input_Packages
func (*InstallPrepare_Input_Packages) GetEntityData ¶
func (packages *InstallPrepare_Input_Packages) GetEntityData() *types.CommonEntityData
type InstallPrepare_Input_PrepareForce ¶
type InstallPrepare_Input_PrepareForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} // The type is slice of string. Ids []interface{} }
InstallPrepare_Input_PrepareForce
func (*InstallPrepare_Input_PrepareForce) GetEntityData ¶
func (prepareForce *InstallPrepare_Input_PrepareForce) GetEntityData() *types.CommonEntityData
type InstallPrepare_Output ¶
type InstallPrepare_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallPrepare_Output
func (*InstallPrepare_Output) GetEntityData ¶
func (output *InstallPrepare_Output) GetEntityData() *types.CommonEntityData
type InstallRemove ¶
type InstallRemove struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallRemove_Input Output InstallRemove_Output }
InstallRemove Cli-command remove
func (*InstallRemove) GetEntityData ¶
func (installRemove *InstallRemove) GetEntityData() *types.CommonEntityData
type InstallRemove_Input ¶
type InstallRemove_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Remove inactive packages from XR repo. The type is interface{}. Inactive interface{} // Remove inactive packages from Host,Sysadmin and XR repo. The type is // interface{}. Inactiveall interface{} Packages InstallRemove_Input_Packages Ids InstallRemove_Input_Ids }
InstallRemove_Input
func (*InstallRemove_Input) GetEntityData ¶
func (input *InstallRemove_Input) GetEntityData() *types.CommonEntityData
type InstallRemove_Input_Ids ¶
type InstallRemove_Input_Ids struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. IdNo []interface{} }
InstallRemove_Input_Ids
func (*InstallRemove_Input_Ids) GetEntityData ¶
func (ids *InstallRemove_Input_Ids) GetEntityData() *types.CommonEntityData
type InstallRemove_Input_Packages ¶
type InstallRemove_Input_Packages struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Packagename []interface{} }
InstallRemove_Input_Packages
func (*InstallRemove_Input_Packages) GetEntityData ¶
func (packages *InstallRemove_Input_Packages) GetEntityData() *types.CommonEntityData
type InstallRemove_Output ¶
type InstallRemove_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallRemove_Output
func (*InstallRemove_Output) GetEntityData ¶
func (output *InstallRemove_Output) GetEntityData() *types.CommonEntityData
type InstallUpdate ¶
type InstallUpdate struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallUpdate_Input Output InstallUpdate_Output }
InstallUpdate Cli-command install update
func (*InstallUpdate) GetEntityData ¶
func (installUpdate *InstallUpdate) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input ¶
type InstallUpdate_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} Warm InstallUpdate_Input_Warm WarmForce InstallUpdate_Input_WarmForce WarmReplace InstallUpdate_Input_WarmReplace WarmReplaceForce InstallUpdate_Input_WarmReplaceForce Force InstallUpdate_Input_Force Replace InstallUpdate_Input_Replace ReplaceForce InstallUpdate_Input_ReplaceForce ReplaceCommit InstallUpdate_Input_ReplaceCommit ReplaceCommitForce InstallUpdate_Input_ReplaceCommitForce }
InstallUpdate_Input
func (*InstallUpdate_Input) GetEntityData ¶
func (input *InstallUpdate_Input) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_Force ¶
type InstallUpdate_Input_Force struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_Force
func (*InstallUpdate_Input_Force) GetEntityData ¶
func (force *InstallUpdate_Input_Force) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_Replace ¶
type InstallUpdate_Input_Replace struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_Replace
func (*InstallUpdate_Input_Replace) GetEntityData ¶
func (replace *InstallUpdate_Input_Replace) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_ReplaceCommit ¶
type InstallUpdate_Input_ReplaceCommit struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_ReplaceCommit
func (*InstallUpdate_Input_ReplaceCommit) GetEntityData ¶
func (replaceCommit *InstallUpdate_Input_ReplaceCommit) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_ReplaceCommitForce ¶
type InstallUpdate_Input_ReplaceCommitForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_ReplaceCommitForce
func (*InstallUpdate_Input_ReplaceCommitForce) GetEntityData ¶
func (replaceCommitForce *InstallUpdate_Input_ReplaceCommitForce) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_ReplaceForce ¶
type InstallUpdate_Input_ReplaceForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_ReplaceForce
func (*InstallUpdate_Input_ReplaceForce) GetEntityData ¶
func (replaceForce *InstallUpdate_Input_ReplaceForce) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_Warm ¶
type InstallUpdate_Input_Warm struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_Warm
func (*InstallUpdate_Input_Warm) GetEntityData ¶
func (warm *InstallUpdate_Input_Warm) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_WarmForce ¶
type InstallUpdate_Input_WarmForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_WarmForce
func (*InstallUpdate_Input_WarmForce) GetEntityData ¶
func (warmForce *InstallUpdate_Input_WarmForce) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_WarmReplace ¶
type InstallUpdate_Input_WarmReplace struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_WarmReplace
func (*InstallUpdate_Input_WarmReplace) GetEntityData ¶
func (warmReplace *InstallUpdate_Input_WarmReplace) GetEntityData() *types.CommonEntityData
type InstallUpdate_Input_WarmReplaceForce ¶
type InstallUpdate_Input_WarmReplaceForce struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Packagepath interface{} // The type is slice of string. Packagename []interface{} }
InstallUpdate_Input_WarmReplaceForce
func (*InstallUpdate_Input_WarmReplaceForce) GetEntityData ¶
func (warmReplaceForce *InstallUpdate_Input_WarmReplaceForce) GetEntityData() *types.CommonEntityData
type InstallUpdate_Output ¶
type InstallUpdate_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallUpdate_Output
func (*InstallUpdate_Output) GetEntityData ¶
func (output *InstallUpdate_Output) GetEntityData() *types.CommonEntityData
type InstallVerify ¶
type InstallVerify struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Input InstallVerify_Input Output InstallVerify_Output }
InstallVerify Cli-command install verify packages
func (*InstallVerify) GetEntityData ¶
func (installVerify *InstallVerify) GetEntityData() *types.CommonEntityData
type InstallVerify_Input ¶
type InstallVerify_Input struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of string. Location []interface{} }
InstallVerify_Input
func (*InstallVerify_Input) GetEntityData ¶
func (input *InstallVerify_Input) GetEntityData() *types.CommonEntityData
type InstallVerify_Output ¶
type InstallVerify_Output struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // operation id of the triggered action. The type is string. OpId interface{} // case when op-id is not triggered. The type is string. Error interface{} }
InstallVerify_Output
func (*InstallVerify_Output) GetEntityData ¶
func (output *InstallVerify_Output) GetEntityData() *types.CommonEntityData