cisco_ios_xr_plat_chas_invmgr_ng_oper_platform_inventory_racks_rack_slots_slot_cards_card_hardware_information_motherboard_information

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-plat-chas-invmgr-ng-oper:platform-inventory/racks/rack/slots/slot/cards/card/hardware-information/motherboard-information

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InvBootflash

type InvBootflash struct {
	ImageName            string   `protobuf:"bytes,1,opt,name=image_name,json=imageName,proto3" json:"image_name,omitempty"`
	PlatformType         string   `protobuf:"bytes,2,opt,name=platform_type,json=platformType,proto3" json:"platform_type,omitempty"`
	MajorVersion         uint32   `protobuf:"varint,3,opt,name=major_version,json=majorVersion,proto3" json:"major_version,omitempty"`
	MinorVersion         uint32   `protobuf:"varint,4,opt,name=minor_version,json=minorVersion,proto3" json:"minor_version,omitempty"`
	MicroImageVersion    string   `protobuf:"bytes,5,opt,name=micro_image_version,json=microImageVersion,proto3" json:"micro_image_version,omitempty"`
	PlatformSpecific     string   `protobuf:"bytes,6,opt,name=platform_specific,json=platformSpecific,proto3" json:"platform_specific,omitempty"`
	ReleaseType          string   `protobuf:"bytes,7,opt,name=release_type,json=releaseType,proto3" json:"release_type,omitempty"`
	BootflashType        string   `protobuf:"bytes,8,opt,name=bootflash_type,json=bootflashType,proto3" json:"bootflash_type,omitempty"`
	BootflashSize        uint32   `protobuf:"varint,9,opt,name=bootflash_size,json=bootflashSize,proto3" json:"bootflash_size,omitempty"`
	SectorSize           uint32   `protobuf:"varint,10,opt,name=sector_size,json=sectorSize,proto3" json:"sector_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InvBootflash) Descriptor

func (*InvBootflash) Descriptor() ([]byte, []int)

func (*InvBootflash) GetBootflashSize

func (m *InvBootflash) GetBootflashSize() uint32

func (*InvBootflash) GetBootflashType

func (m *InvBootflash) GetBootflashType() string

func (*InvBootflash) GetImageName

func (m *InvBootflash) GetImageName() string

func (*InvBootflash) GetMajorVersion

func (m *InvBootflash) GetMajorVersion() uint32

func (*InvBootflash) GetMicroImageVersion

func (m *InvBootflash) GetMicroImageVersion() string

func (*InvBootflash) GetMinorVersion

func (m *InvBootflash) GetMinorVersion() uint32

func (*InvBootflash) GetPlatformSpecific

func (m *InvBootflash) GetPlatformSpecific() string

func (*InvBootflash) GetPlatformType

func (m *InvBootflash) GetPlatformType() string

func (*InvBootflash) GetReleaseType

func (m *InvBootflash) GetReleaseType() string

func (*InvBootflash) GetSectorSize

func (m *InvBootflash) GetSectorSize() uint32

func (*InvBootflash) ProtoMessage

func (*InvBootflash) ProtoMessage()

func (*InvBootflash) Reset

func (m *InvBootflash) Reset()

func (*InvBootflash) String

func (m *InvBootflash) String() string

func (*InvBootflash) XXX_DiscardUnknown

func (m *InvBootflash) XXX_DiscardUnknown()

func (*InvBootflash) XXX_Marshal

func (m *InvBootflash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvBootflash) XXX_Merge

func (m *InvBootflash) XXX_Merge(src proto.Message)

func (*InvBootflash) XXX_Size

func (m *InvBootflash) XXX_Size() int

func (*InvBootflash) XXX_Unmarshal

func (m *InvBootflash) XXX_Unmarshal(b []byte) error

type InvImage

type InvImage struct {
	ImageName            string   `protobuf:"bytes,1,opt,name=image_name,json=imageName,proto3" json:"image_name,omitempty"`
	MajorVersion         uint32   `protobuf:"varint,2,opt,name=major_version,json=majorVersion,proto3" json:"major_version,omitempty"`
	MinorVersion         uint32   `protobuf:"varint,3,opt,name=minor_version,json=minorVersion,proto3" json:"minor_version,omitempty"`
	MicroImageVersion    string   `protobuf:"bytes,4,opt,name=micro_image_version,json=microImageVersion,proto3" json:"micro_image_version,omitempty"`
	PlatformSpecific     string   `protobuf:"bytes,5,opt,name=platform_specific,json=platformSpecific,proto3" json:"platform_specific,omitempty"`
	ReleaseType          string   `protobuf:"bytes,6,opt,name=release_type,json=releaseType,proto3" json:"release_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InvImage) Descriptor

func (*InvImage) Descriptor() ([]byte, []int)

func (*InvImage) GetImageName

func (m *InvImage) GetImageName() string

func (*InvImage) GetMajorVersion

func (m *InvImage) GetMajorVersion() uint32

func (*InvImage) GetMicroImageVersion

func (m *InvImage) GetMicroImageVersion() string

func (*InvImage) GetMinorVersion

func (m *InvImage) GetMinorVersion() uint32

func (*InvImage) GetPlatformSpecific

func (m *InvImage) GetPlatformSpecific() string

func (*InvImage) GetReleaseType

func (m *InvImage) GetReleaseType() string

func (*InvImage) ProtoMessage

func (*InvImage) ProtoMessage()

func (*InvImage) Reset

func (m *InvImage) Reset()

func (*InvImage) String

func (m *InvImage) String() string

func (*InvImage) XXX_DiscardUnknown

func (m *InvImage) XXX_DiscardUnknown()

func (*InvImage) XXX_Marshal

func (m *InvImage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvImage) XXX_Merge

func (m *InvImage) XXX_Merge(src proto.Message)

func (*InvImage) XXX_Size

func (m *InvImage) XXX_Size() int

func (*InvImage) XXX_Unmarshal

func (m *InvImage) XXX_Unmarshal(b []byte) error

type InvProcessor

type InvProcessor struct {
	ProcessorType        string   `protobuf:"bytes,1,opt,name=processor_type,json=processorType,proto3" json:"processor_type,omitempty"`
	Speed                string   `protobuf:"bytes,2,opt,name=speed,proto3" json:"speed,omitempty"`
	Revision             string   `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InvProcessor) Descriptor

func (*InvProcessor) Descriptor() ([]byte, []int)

func (*InvProcessor) GetProcessorType

func (m *InvProcessor) GetProcessorType() string

func (*InvProcessor) GetRevision

func (m *InvProcessor) GetRevision() string

func (*InvProcessor) GetSpeed

func (m *InvProcessor) GetSpeed() string

func (*InvProcessor) ProtoMessage

func (*InvProcessor) ProtoMessage()

func (*InvProcessor) Reset

func (m *InvProcessor) Reset()

func (*InvProcessor) String

func (m *InvProcessor) String() string

func (*InvProcessor) XXX_DiscardUnknown

func (m *InvProcessor) XXX_DiscardUnknown()

func (*InvProcessor) XXX_Marshal

func (m *InvProcessor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvProcessor) XXX_Merge

func (m *InvProcessor) XXX_Merge(src proto.Message)

func (*InvProcessor) XXX_Size

func (m *InvProcessor) XXX_Size() int

func (*InvProcessor) XXX_Unmarshal

func (m *InvProcessor) XXX_Unmarshal(b []byte) error

type InvXmlMotherboardInfo

type InvXmlMotherboardInfo struct {
	Rom                  *InvImage     `protobuf:"bytes,50,opt,name=rom,proto3" json:"rom,omitempty"`
	Bootflash            *InvBootflash `protobuf:"bytes,51,opt,name=bootflash,proto3" json:"bootflash,omitempty"`
	Processor            *InvProcessor `protobuf:"bytes,52,opt,name=processor,proto3" json:"processor,omitempty"`
	MainMemorySize       uint64        `protobuf:"varint,53,opt,name=main_memory_size,json=mainMemorySize,proto3" json:"main_memory_size,omitempty"`
	NvramSize            uint64        `protobuf:"varint,54,opt,name=nvram_size,json=nvramSize,proto3" json:"nvram_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*InvXmlMotherboardInfo) Descriptor

func (*InvXmlMotherboardInfo) Descriptor() ([]byte, []int)

func (*InvXmlMotherboardInfo) GetBootflash

func (m *InvXmlMotherboardInfo) GetBootflash() *InvBootflash

func (*InvXmlMotherboardInfo) GetMainMemorySize

func (m *InvXmlMotherboardInfo) GetMainMemorySize() uint64

func (*InvXmlMotherboardInfo) GetNvramSize

func (m *InvXmlMotherboardInfo) GetNvramSize() uint64

func (*InvXmlMotherboardInfo) GetProcessor

func (m *InvXmlMotherboardInfo) GetProcessor() *InvProcessor

func (*InvXmlMotherboardInfo) GetRom

func (m *InvXmlMotherboardInfo) GetRom() *InvImage

func (*InvXmlMotherboardInfo) ProtoMessage

func (*InvXmlMotherboardInfo) ProtoMessage()

func (*InvXmlMotherboardInfo) Reset

func (m *InvXmlMotherboardInfo) Reset()

func (*InvXmlMotherboardInfo) String

func (m *InvXmlMotherboardInfo) String() string

func (*InvXmlMotherboardInfo) XXX_DiscardUnknown

func (m *InvXmlMotherboardInfo) XXX_DiscardUnknown()

func (*InvXmlMotherboardInfo) XXX_Marshal

func (m *InvXmlMotherboardInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvXmlMotherboardInfo) XXX_Merge

func (m *InvXmlMotherboardInfo) XXX_Merge(src proto.Message)

func (*InvXmlMotherboardInfo) XXX_Size

func (m *InvXmlMotherboardInfo) XXX_Size() int

func (*InvXmlMotherboardInfo) XXX_Unmarshal

func (m *InvXmlMotherboardInfo) XXX_Unmarshal(b []byte) error

type InvXmlMotherboardInfo_KEYS

type InvXmlMotherboardInfo_KEYS struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Name_1               string   `protobuf:"bytes,2,opt,name=name_1,json=name1,proto3" json:"name_1,omitempty"`
	Name_2               string   `protobuf:"bytes,3,opt,name=name_2,json=name2,proto3" json:"name_2,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InvXmlMotherboardInfo_KEYS) Descriptor

func (*InvXmlMotherboardInfo_KEYS) Descriptor() ([]byte, []int)

func (*InvXmlMotherboardInfo_KEYS) GetName

func (m *InvXmlMotherboardInfo_KEYS) GetName() string

func (*InvXmlMotherboardInfo_KEYS) GetName_1

func (m *InvXmlMotherboardInfo_KEYS) GetName_1() string

func (*InvXmlMotherboardInfo_KEYS) GetName_2

func (m *InvXmlMotherboardInfo_KEYS) GetName_2() string

func (*InvXmlMotherboardInfo_KEYS) ProtoMessage

func (*InvXmlMotherboardInfo_KEYS) ProtoMessage()

func (*InvXmlMotherboardInfo_KEYS) Reset

func (m *InvXmlMotherboardInfo_KEYS) Reset()

func (*InvXmlMotherboardInfo_KEYS) String

func (m *InvXmlMotherboardInfo_KEYS) String() string

func (*InvXmlMotherboardInfo_KEYS) XXX_DiscardUnknown

func (m *InvXmlMotherboardInfo_KEYS) XXX_DiscardUnknown()

func (*InvXmlMotherboardInfo_KEYS) XXX_Marshal

func (m *InvXmlMotherboardInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvXmlMotherboardInfo_KEYS) XXX_Merge

func (m *InvXmlMotherboardInfo_KEYS) XXX_Merge(src proto.Message)

func (*InvXmlMotherboardInfo_KEYS) XXX_Size

func (m *InvXmlMotherboardInfo_KEYS) XXX_Size() int

func (*InvXmlMotherboardInfo_KEYS) XXX_Unmarshal

func (m *InvXmlMotherboardInfo_KEYS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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