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 SDR-SM support config for SDR ¶
Copyright(c) 2011-2017 by Cisco Systems, Inc. All rights reserved.
Copyright (c) 2012-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
- type CardType
- type PrivateSdr
- type PrivateSdr_SdrName
- type PrivateSdr_SdrName_Pairing
- type SdrConfig
- type SdrConfig_Sdr
- type SdrConfig_Sdr_Action
- type SdrConfig_Sdr_Action_Location
- type SdrConfig_Sdr_Detail
- type SdrConfig_Sdr_Detail_Location
- type SdrConfig_Sdr_Detail_Location_RebootHist1
- type SdrConfig_Sdr_Issu
- type SdrConfig_Sdr_Location
- type SdrConfig_Sdr_Nodes
- type SdrConfig_Sdr_Nodes_Location
- type SdrConfig_Sdr_Pairing
- type SdrConfig_Sdr_Pairing2
- type SdrConfig_Sdr_Pairing2_Pairing
- type SdrConfig_Sdr_Pairing2_Sdrlead
- type SdrConfig_Sdr_PairingMode
- type SdrConfig_Sdr_RebootHistory
- type SdrConfig_Sdr_RebootHistory_DefaultDisp
- type SdrConfig_Sdr_RebootHistory_DefaultDisp_Location
- type SdrConfig_Sdr_RebootHistory_DefaultDisp_Location_RebootHist2
- type SdrConfig_Sdr_RebootHistory_Reverse
- type SdrConfig_Sdr_RebootHistory_Reverse_Location
- type SdrConfig_Sdr_RebootHistory_Reverse_Location_RebootHist2
- type SdrConfig_Sdr_Resources
- type SdrConfig_Sdr_Resources_CardType
- type SdrManager
- type SdrManager_SdrMgr
- type SdrManager_SdrMgr_Trace
- type SdrManager_SdrMgr_Trace_Location
- type SdrManager_SdrMgr_Trace_Location_AllOptions
- type SdrManager_SdrMgr_Trace_Location_AllOptions_TraceBlocks
- type SdrOperation
- type SdrOperation_Sdr
- type SdrOperation_Sdr_Nodes
- type SdrOperation_Sdr_Nodes_Location
- type VmReloadReason
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateSdr ¶
type PrivateSdr struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of PrivateSdr_SdrName. SdrName []*PrivateSdr_SdrName }
PrivateSdr
func (*PrivateSdr) GetEntityData ¶
func (privateSdr *PrivateSdr) GetEntityData() *types.CommonEntityData
type PrivateSdr_SdrName ¶
type PrivateSdr_SdrName struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Name interface{} // The type is interface{} with range: 0..4294967295. Id interface{} // The type is interface{} with range: 0..4294967295. LeadRack0 interface{} // The type is interface{} with range: 0..4294967295. LeadRack1 interface{} // The type is slice of PrivateSdr_SdrName_Pairing. Pairing []*PrivateSdr_SdrName_Pairing }
PrivateSdr_SdrName
func (*PrivateSdr_SdrName) GetEntityData ¶
func (sdrName *PrivateSdr_SdrName) GetEntityData() *types.CommonEntityData
type PrivateSdr_SdrName_Pairing ¶
type PrivateSdr_SdrName_Pairing struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. Num interface{} // The type is bool. SecondExist interface{} // The type is interface{} with range: 0..4294967295. Rp1Rack interface{} // The type is interface{} with range: 0..4294967295. Rp1Slot interface{} // The type is interface{} with range: 0..4294967295. Rp2Rack interface{} // The type is interface{} with range: 0..4294967295. Rp2Slot interface{} }
PrivateSdr_SdrName_Pairing
func (*PrivateSdr_SdrName_Pairing) GetEntityData ¶
func (pairing *PrivateSdr_SdrName_Pairing) GetEntityData() *types.CommonEntityData
type SdrConfig ¶
type SdrConfig struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Add/Edit a Secure Domain Router by name. The type is slice of // SdrConfig_Sdr. Sdr []*SdrConfig_Sdr }
SdrConfig
func (*SdrConfig) GetEntityData ¶
func (sdrConfig *SdrConfig) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr ¶
type SdrConfig_Sdr struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Name of the Secure Domain Router , 30 max // characters. The type is string with pattern: [a-zA-Z0-9_-]{1,30}. Name interface{} // List of the initial image and packages for the Secure Domain Router. The // type is string. InitialImage interface{} // Amount of time between lead down to declare SDR down. The type is // interface{} with range: 0..4294967295. LeadDownDelta interface{} // Setting for pairing mode. The type is PairingMode. PairingMode interface{} // ISSU flag. Once disabled, ISSU won't be performed for this SDR. The type is // Issu. Issu interface{} // Edit resources for a Secure Domain Router. Resources SdrConfig_Sdr_Resources // Enter list of nodes' location to add to this LR. The type is slice of // SdrConfig_Sdr_Location. Location []*SdrConfig_Sdr_Location Action SdrConfig_Sdr_Action Detail SdrConfig_Sdr_Detail RebootHistory SdrConfig_Sdr_RebootHistory Nodes SdrConfig_Sdr_Nodes Pairing2 SdrConfig_Sdr_Pairing2 // Add/Edit a RP Pairing by name. The type is slice of SdrConfig_Sdr_Pairing. Pairing []*SdrConfig_Sdr_Pairing }
SdrConfig_Sdr Add/Edit a Secure Domain Router by name
func (*SdrConfig_Sdr) GetEntityData ¶
func (sdr *SdrConfig_Sdr) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Action ¶
type SdrConfig_Sdr_Action struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of SdrConfig_Sdr_Action_Location. Location []*SdrConfig_Sdr_Action_Location }
SdrConfig_Sdr_Action
func (*SdrConfig_Sdr_Action) GetEntityData ¶
func (action *SdrConfig_Sdr_Action) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Action_Location ¶
type SdrConfig_Sdr_Action_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Enter location or all. The type is string with // pattern: // ((0?[0-9]|1[1-5]|[bB]\d)/((([rR]([sS]){0,1}[pP])|[cC][bB])?\d{1,2})/[V][M](0?[0-9]|1[1-5]))?|all. NodeLocation interface{} }
SdrConfig_Sdr_Action_Location
func (*SdrConfig_Sdr_Action_Location) GetEntityData ¶
func (location *SdrConfig_Sdr_Action_Location) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Detail ¶
type SdrConfig_Sdr_Detail struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of SdrConfig_Sdr_Detail_Location. Location []*SdrConfig_Sdr_Detail_Location }
SdrConfig_Sdr_Detail
func (*SdrConfig_Sdr_Detail) GetEntityData ¶
func (detail *SdrConfig_Sdr_Detail) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Detail_Location ¶
type SdrConfig_Sdr_Detail_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((0?[0-9]|1[1-5]|[bB]\d)/((([rR]([sS]){0,1}[pP])|[cC][bB])?\d{1,2})/[V][M](0?[0-9]|1[1-5]))?. NodeLocation interface{} // The type is interface{} with range: 0..4294967295. SdrId interface{} // IP address of VM. 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}]+)?. IpAddr interface{} // MAC address of VM. The type is string. MacAddress interface{} // The type is string. BootPart interface{} // The type is string. DataPart interface{} // The type is string. BigDisk interface{} // The type is interface{} with range: 0..4294967295. VmId interface{} // The type is interface{} with range: 0..4294967295. Vmcpu interface{} // The type is interface{} with range: 0..4294967295. Vmmemory interface{} // The type is string. CardType interface{} // The type is string. CardSerial interface{} // The type is string. RackType interface{} // The type is string. ChassisSerial interface{} // The type is string. HwVersion interface{} // The type is string. MgmtExtVlan interface{} // State of VM. The type is string. State interface{} // The type is string. StartTime interface{} // Number of times rebooted since first boot. The type is interface{} with // range: 0..4294967295. RebootCount interface{} // Number of times rebooted since lasr card reload. The type is interface{} // with range: 0..4294967295. RhCount interface{} // The type is slice of SdrConfig_Sdr_Detail_Location_RebootHist1. RebootHist1 []*SdrConfig_Sdr_Detail_Location_RebootHist1 }
SdrConfig_Sdr_Detail_Location
func (*SdrConfig_Sdr_Detail_Location) GetEntityData ¶
func (location *SdrConfig_Sdr_Detail_Location) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Detail_Location_RebootHist1 ¶
type SdrConfig_Sdr_Detail_Location_RebootHist1 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. Count interface{} // The type is string. Time interface{} // Reason for reload. The type is string. Reason interface{} }
SdrConfig_Sdr_Detail_Location_RebootHist1
func (*SdrConfig_Sdr_Detail_Location_RebootHist1) GetEntityData ¶
func (rebootHist1 *SdrConfig_Sdr_Detail_Location_RebootHist1) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Issu ¶
type SdrConfig_Sdr_Issu string
SdrConfig_Sdr_Issu represents ISSU flag. Once disabled, ISSU won't be performed for this SDR.
const (
SdrConfig_Sdr_Issu_disable SdrConfig_Sdr_Issu = "disable"
)
type SdrConfig_Sdr_Location ¶
type SdrConfig_Sdr_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Enter location or all. The type is string with // pattern: // ((0?[0-9]|1[1-5]|[bB]\d)/(([rR][pP]|[lL][cC]|[cC][bB])?\d{1,2}))(/[cC][pP][uU]0)?|all. NodeLocation interface{} }
SdrConfig_Sdr_Location Enter list of nodes' location to add to this LR
func (*SdrConfig_Sdr_Location) GetEntityData ¶
func (location *SdrConfig_Sdr_Location) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Nodes ¶
type SdrConfig_Sdr_Nodes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of SdrConfig_Sdr_Nodes_Location. Location []*SdrConfig_Sdr_Nodes_Location }
SdrConfig_Sdr_Nodes
func (*SdrConfig_Sdr_Nodes) GetEntityData ¶
func (nodes *SdrConfig_Sdr_Nodes) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Nodes_Location ¶
type SdrConfig_Sdr_Nodes_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((0?[0-9]|1[1-5]|[bB]\d)/((([rR]([sS]){0,1}[pP])|[cC][bB])?\d{1,2})/[V][M](0?[0-9]|1[1-5]))?. NodeLocation interface{} // The type is interface{} with range: 0..4294967295. SdrId interface{} // IP address of VM. 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}]+)?. IpAddr interface{} // MAC address of VM. The type is string. MacAddress interface{} // State of VM. The type is string. State interface{} // The type is string. StartTime interface{} // Reason for last reload. The type is string. ReloadReason interface{} // Number of times rebooted since first boot. The type is interface{} with // range: 0..4294967295. RebootCount interface{} // Number of times rebooted since first boot. The type is interface{} with // range: 0..4294967295. RhCount interface{} }
SdrConfig_Sdr_Nodes_Location
func (*SdrConfig_Sdr_Nodes_Location) GetEntityData ¶
func (location *SdrConfig_Sdr_Nodes_Location) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Pairing ¶
type SdrConfig_Sdr_Pairing struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // [a-zA-Z0-9_-]{1,64}. Name interface{} // Enter RP Node location. The type is string with pattern: // ((0?[0-9]|1[1-5]|[bB]\d)/(([rR][pP]|[cC][bB])\d{1,2}))(/[cC][pP][uU]0)?. // This attribute is mandatory. Rp1 interface{} // Enter RP Node location. The type is string with pattern: // ((0?[0-9]|1[1-5]|[bB]\d)/(([rR][pP]|[cC][bB])\d{1,2}))(/[cC][pP][uU]0)?. // This attribute is mandatory. Rp2 interface{} }
SdrConfig_Sdr_Pairing Add/Edit a RP Pairing by name
func (*SdrConfig_Sdr_Pairing) GetEntityData ¶
func (pairing *SdrConfig_Sdr_Pairing) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Pairing2 ¶
type SdrConfig_Sdr_Pairing2 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Mode of Pairing. The type is string. PairingMode interface{} Sdrlead SdrConfig_Sdr_Pairing2_Sdrlead // The type is slice of SdrConfig_Sdr_Pairing2_Pairing. Pairing []*SdrConfig_Sdr_Pairing2_Pairing }
SdrConfig_Sdr_Pairing2
func (*SdrConfig_Sdr_Pairing2) GetEntityData ¶
func (pairing2 *SdrConfig_Sdr_Pairing2) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Pairing2_Pairing ¶
type SdrConfig_Sdr_Pairing2_Pairing struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Name interface{} // The type is string. Rp1 interface{} // The type is string. Rp2 interface{} }
SdrConfig_Sdr_Pairing2_Pairing
func (*SdrConfig_Sdr_Pairing2_Pairing) GetEntityData ¶
func (pairing *SdrConfig_Sdr_Pairing2_Pairing) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Pairing2_Sdrlead ¶
type SdrConfig_Sdr_Pairing2_Sdrlead struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Rp1 interface{} // The type is string. Rp2 interface{} }
SdrConfig_Sdr_Pairing2_Sdrlead
func (*SdrConfig_Sdr_Pairing2_Sdrlead) GetEntityData ¶
func (sdrlead *SdrConfig_Sdr_Pairing2_Sdrlead) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_PairingMode ¶
type SdrConfig_Sdr_PairingMode string
SdrConfig_Sdr_PairingMode represents Setting for pairing mode
const ( SdrConfig_Sdr_PairingMode_intra_rack SdrConfig_Sdr_PairingMode = "intra-rack" SdrConfig_Sdr_PairingMode_inter_rack SdrConfig_Sdr_PairingMode = "inter-rack" )
type SdrConfig_Sdr_RebootHistory ¶
type SdrConfig_Sdr_RebootHistory struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Reverse SdrConfig_Sdr_RebootHistory_Reverse DefaultDisp SdrConfig_Sdr_RebootHistory_DefaultDisp }
SdrConfig_Sdr_RebootHistory
func (*SdrConfig_Sdr_RebootHistory) GetEntityData ¶
func (rebootHistory *SdrConfig_Sdr_RebootHistory) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_RebootHistory_DefaultDisp ¶
type SdrConfig_Sdr_RebootHistory_DefaultDisp struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of SdrConfig_Sdr_RebootHistory_DefaultDisp_Location. Location []*SdrConfig_Sdr_RebootHistory_DefaultDisp_Location }
SdrConfig_Sdr_RebootHistory_DefaultDisp
func (*SdrConfig_Sdr_RebootHistory_DefaultDisp) GetEntityData ¶
func (defaultDisp *SdrConfig_Sdr_RebootHistory_DefaultDisp) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_RebootHistory_DefaultDisp_Location ¶
type SdrConfig_Sdr_RebootHistory_DefaultDisp_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((0?[0-9]|1[1-5]|[bB]\d)/((([rR]([sS]){0,1}[pP])|[cC][bB])?\d{1,2})/[V][M](0?[0-9]|1[1-5]))?. NodeLocation interface{} // Number of times rebooted since first boot. The type is interface{} with // range: 0..4294967295. RebootCount interface{} // Number of times rebooted since last card reload. The type is interface{} // with range: 0..4294967295. RhCount interface{} // The type is slice of // SdrConfig_Sdr_RebootHistory_DefaultDisp_Location_RebootHist2. RebootHist2 []*SdrConfig_Sdr_RebootHistory_DefaultDisp_Location_RebootHist2 }
SdrConfig_Sdr_RebootHistory_DefaultDisp_Location
func (*SdrConfig_Sdr_RebootHistory_DefaultDisp_Location) GetEntityData ¶
func (location *SdrConfig_Sdr_RebootHistory_DefaultDisp_Location) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_RebootHistory_DefaultDisp_Location_RebootHist2 ¶
type SdrConfig_Sdr_RebootHistory_DefaultDisp_Location_RebootHist2 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. Count interface{} // The type is string. Time interface{} // Reason for reload. The type is string. Reason interface{} }
SdrConfig_Sdr_RebootHistory_DefaultDisp_Location_RebootHist2
func (*SdrConfig_Sdr_RebootHistory_DefaultDisp_Location_RebootHist2) GetEntityData ¶
func (rebootHist2 *SdrConfig_Sdr_RebootHistory_DefaultDisp_Location_RebootHist2) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_RebootHistory_Reverse ¶
type SdrConfig_Sdr_RebootHistory_Reverse struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of SdrConfig_Sdr_RebootHistory_Reverse_Location. Location []*SdrConfig_Sdr_RebootHistory_Reverse_Location }
SdrConfig_Sdr_RebootHistory_Reverse
func (*SdrConfig_Sdr_RebootHistory_Reverse) GetEntityData ¶
func (reverse *SdrConfig_Sdr_RebootHistory_Reverse) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_RebootHistory_Reverse_Location ¶
type SdrConfig_Sdr_RebootHistory_Reverse_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((0?[0-9]|1[1-5]|[bB]\d)/((([rR]([sS]){0,1}[pP])|[cC][bB])?\d{1,2})/[V][M](0?[0-9]|1[1-5]))?. NodeLocation interface{} // Number of times rebooted since first boot. The type is interface{} with // range: 0..4294967295. RebootCount interface{} // Number of times rebooted since last card reload. The type is interface{} // with range: 0..4294967295. RhCount interface{} // The type is slice of // SdrConfig_Sdr_RebootHistory_Reverse_Location_RebootHist2. RebootHist2 []*SdrConfig_Sdr_RebootHistory_Reverse_Location_RebootHist2 }
SdrConfig_Sdr_RebootHistory_Reverse_Location
func (*SdrConfig_Sdr_RebootHistory_Reverse_Location) GetEntityData ¶
func (location *SdrConfig_Sdr_RebootHistory_Reverse_Location) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_RebootHistory_Reverse_Location_RebootHist2 ¶
type SdrConfig_Sdr_RebootHistory_Reverse_Location_RebootHist2 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. Count interface{} // The type is string. Time interface{} // Reason for reload. The type is string. Reason interface{} }
SdrConfig_Sdr_RebootHistory_Reverse_Location_RebootHist2
func (*SdrConfig_Sdr_RebootHistory_Reverse_Location_RebootHist2) GetEntityData ¶
func (rebootHist2 *SdrConfig_Sdr_RebootHistory_Reverse_Location_RebootHist2) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Resources ¶
type SdrConfig_Sdr_Resources struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Fgids for a Secure Domain Router. The type is interface{} with range: // 25000..524288. Fgid interface{} // Management External VLAN for Secure Domain Router. The type is interface{} // with range: 2..4094. MgmtExtVlan interface{} // Edit disk space size for a Secure Domain Router, unit in [MB]. The type is // interface{} with range: 0..4294967295. DiskSpaceSize interface{} // The type is slice of SdrConfig_Sdr_Resources_CardType. CardType []*SdrConfig_Sdr_Resources_CardType }
SdrConfig_Sdr_Resources Edit resources for a Secure Domain Router
func (*SdrConfig_Sdr_Resources) GetEntityData ¶
func (resources *SdrConfig_Sdr_Resources) GetEntityData() *types.CommonEntityData
type SdrConfig_Sdr_Resources_CardType ¶
type SdrConfig_Sdr_Resources_CardType struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Card Type. The type is CardType. Type interface{} // VM Memory Size in units of [GB]. The type is interface{} with range: // 1..128. VmMemory interface{} // VM Number of CPUs. The type is interface{} with range: 1..128. VmCpu interface{} }
SdrConfig_Sdr_Resources_CardType
func (*SdrConfig_Sdr_Resources_CardType) GetEntityData ¶
func (cardType *SdrConfig_Sdr_Resources_CardType) GetEntityData() *types.CommonEntityData
type SdrManager ¶
type SdrManager struct { EntityData types.CommonEntityData YFilter yfilter.YFilter SdrMgr SdrManager_SdrMgr }
SdrManager
func (*SdrManager) GetEntityData ¶
func (sdrManager *SdrManager) GetEntityData() *types.CommonEntityData
type SdrManager_SdrMgr ¶
type SdrManager_SdrMgr struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // show traceable processes. The type is slice of SdrManager_SdrMgr_Trace. Trace []*SdrManager_SdrMgr_Trace }
SdrManager_SdrMgr
func (*SdrManager_SdrMgr) GetEntityData ¶
func (sdrMgr *SdrManager_SdrMgr) GetEntityData() *types.CommonEntityData
type SdrManager_SdrMgr_Trace ¶
type SdrManager_SdrMgr_Trace struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Buffer interface{} // The type is slice of SdrManager_SdrMgr_Trace_Location. Location []*SdrManager_SdrMgr_Trace_Location }
SdrManager_SdrMgr_Trace show traceable processes
func (*SdrManager_SdrMgr_Trace) GetEntityData ¶
func (trace *SdrManager_SdrMgr_Trace) GetEntityData() *types.CommonEntityData
type SdrManager_SdrMgr_Trace_Location ¶
type SdrManager_SdrMgr_Trace_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocationName interface{} // The type is slice of SdrManager_SdrMgr_Trace_Location_AllOptions. AllOptions []*SdrManager_SdrMgr_Trace_Location_AllOptions }
SdrManager_SdrMgr_Trace_Location
func (*SdrManager_SdrMgr_Trace_Location) GetEntityData ¶
func (location *SdrManager_SdrMgr_Trace_Location) GetEntityData() *types.CommonEntityData
type SdrManager_SdrMgr_Trace_Location_AllOptions ¶
type SdrManager_SdrMgr_Trace_Location_AllOptions struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Option interface{} // The type is slice of // SdrManager_SdrMgr_Trace_Location_AllOptions_TraceBlocks. TraceBlocks []*SdrManager_SdrMgr_Trace_Location_AllOptions_TraceBlocks }
SdrManager_SdrMgr_Trace_Location_AllOptions
func (*SdrManager_SdrMgr_Trace_Location_AllOptions) GetEntityData ¶
func (allOptions *SdrManager_SdrMgr_Trace_Location_AllOptions) GetEntityData() *types.CommonEntityData
type SdrManager_SdrMgr_Trace_Location_AllOptions_TraceBlocks ¶
type SdrManager_SdrMgr_Trace_Location_AllOptions_TraceBlocks struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // Trace output block. The type is string. Data interface{} }
SdrManager_SdrMgr_Trace_Location_AllOptions_TraceBlocks
func (*SdrManager_SdrMgr_Trace_Location_AllOptions_TraceBlocks) GetEntityData ¶
func (traceBlocks *SdrManager_SdrMgr_Trace_Location_AllOptions_TraceBlocks) GetEntityData() *types.CommonEntityData
type SdrOperation ¶
type SdrOperation struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // SDR. The type is slice of SdrOperation_Sdr. Sdr []*SdrOperation_Sdr }
SdrOperation
func (*SdrOperation) GetEntityData ¶
func (sdrOperation *SdrOperation) GetEntityData() *types.CommonEntityData
type SdrOperation_Sdr ¶
type SdrOperation_Sdr struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Name of the Secure Domain Router, 30 max // characters. The type is string with pattern: [a-zA-Z0-9_-]{1,30}. Name interface{} Nodes SdrOperation_Sdr_Nodes }
SdrOperation_Sdr SDR
func (*SdrOperation_Sdr) GetEntityData ¶
func (sdr *SdrOperation_Sdr) GetEntityData() *types.CommonEntityData
type SdrOperation_Sdr_Nodes ¶
type SdrOperation_Sdr_Nodes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of SdrOperation_Sdr_Nodes_Location. Location []*SdrOperation_Sdr_Nodes_Location }
SdrOperation_Sdr_Nodes
func (*SdrOperation_Sdr_Nodes) GetEntityData ¶
func (nodes *SdrOperation_Sdr_Nodes) GetEntityData() *types.CommonEntityData
type SdrOperation_Sdr_Nodes_Location ¶
type SdrOperation_Sdr_Nodes_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. NodeLocation interface{} // This attribute is a key. The type is interface{} with range: 0..4294967295. NodeType interface{} // Progress of Operation. The type is string. Progress interface{} // State of Operation. The type is string. State interface{} }
SdrOperation_Sdr_Nodes_Location
func (*SdrOperation_Sdr_Nodes_Location) GetEntityData ¶
func (location *SdrOperation_Sdr_Nodes_Location) GetEntityData() *types.CommonEntityData
type VmReloadReason ¶
type VmReloadReason string
VmReloadReason represents The List of vm reload reasons
const ( VmReloadReason_CARD_OFFLINE VmReloadReason = "CARD_OFFLINE" VmReloadReason_CARD_SHUTDOWN VmReloadReason = "CARD_SHUTDOWN" VmReloadReason_ALL_VM_RELOAD VmReloadReason = "ALL_VM_RELOAD" VmReloadReason_VM_REQUESTED_GRACEFUL_RELOAD VmReloadReason = "VM_REQUESTED_GRACEFUL_RELOAD" VmReloadReason_VM_REQUESTED_UNGRACEFUL_RELOAD VmReloadReason = "VM_REQUESTED_UNGRACEFUL_RELOAD" VmReloadReason_SDR_CLI_REQUESTED VmReloadReason = "SDR_CLI_REQUESTED" VmReloadReason_SDR_VCPU_VMEM_CHANGED VmReloadReason = "SDR_VCPU_VMEM_CHANGED" VmReloadReason_SDR_HEARTBEAT_FAILURE VmReloadReason = "SDR_HEARTBEAT_FAILURE" VmReloadReason_FIRST_BOOT VmReloadReason = "FIRST_BOOT" VmReloadReason_SMU VmReloadReason = "SMU" VmReloadReason_REASON_UNKNOWN VmReloadReason = "REASON_UNKNOWN" )