cisco_ios_xr_plat_chas_invmgr_ng_oper_platform_inventory_racks_rack_slots_slot_cards_card_hardware_information_disk_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: 1

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InvXmlDiskAttribute

type InvXmlDiskAttribute struct {
	DiskName             string   `protobuf:"bytes,1,opt,name=disk_name,json=diskName,proto3" json:"disk_name,omitempty"`
	DiskSize             uint32   `protobuf:"varint,2,opt,name=disk_size,json=diskSize,proto3" json:"disk_size,omitempty"`
	SectorSize           uint32   `protobuf:"varint,3,opt,name=sector_size,json=sectorSize,proto3" json:"sector_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InvXmlDiskAttribute) Descriptor

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

func (*InvXmlDiskAttribute) GetDiskName

func (m *InvXmlDiskAttribute) GetDiskName() string

func (*InvXmlDiskAttribute) GetDiskSize

func (m *InvXmlDiskAttribute) GetDiskSize() uint32

func (*InvXmlDiskAttribute) GetSectorSize

func (m *InvXmlDiskAttribute) GetSectorSize() uint32

func (*InvXmlDiskAttribute) ProtoMessage

func (*InvXmlDiskAttribute) ProtoMessage()

func (*InvXmlDiskAttribute) Reset

func (m *InvXmlDiskAttribute) Reset()

func (*InvXmlDiskAttribute) String

func (m *InvXmlDiskAttribute) String() string

func (*InvXmlDiskAttribute) XXX_DiscardUnknown

func (m *InvXmlDiskAttribute) XXX_DiscardUnknown()

func (*InvXmlDiskAttribute) XXX_Marshal

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

func (*InvXmlDiskAttribute) XXX_Merge

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

func (*InvXmlDiskAttribute) XXX_Size

func (m *InvXmlDiskAttribute) XXX_Size() int

func (*InvXmlDiskAttribute) XXX_Unmarshal

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

type InvXmlDiskInfo

type InvXmlDiskInfo struct {
	DiskName             string                 `protobuf:"bytes,50,opt,name=disk_name,json=diskName,proto3" json:"disk_name,omitempty"`
	DiskSize             uint32                 `protobuf:"varint,51,opt,name=disk_size,json=diskSize,proto3" json:"disk_size,omitempty"`
	SectorSize           uint32                 `protobuf:"varint,52,opt,name=sector_size,json=sectorSize,proto3" json:"sector_size,omitempty"`
	Disks                []*InvXmlDiskAttribute `protobuf:"bytes,53,rep,name=disks,proto3" json:"disks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*InvXmlDiskInfo) Descriptor

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

func (*InvXmlDiskInfo) GetDiskName

func (m *InvXmlDiskInfo) GetDiskName() string

func (*InvXmlDiskInfo) GetDiskSize

func (m *InvXmlDiskInfo) GetDiskSize() uint32

func (*InvXmlDiskInfo) GetDisks

func (m *InvXmlDiskInfo) GetDisks() []*InvXmlDiskAttribute

func (*InvXmlDiskInfo) GetSectorSize

func (m *InvXmlDiskInfo) GetSectorSize() uint32

func (*InvXmlDiskInfo) ProtoMessage

func (*InvXmlDiskInfo) ProtoMessage()

func (*InvXmlDiskInfo) Reset

func (m *InvXmlDiskInfo) Reset()

func (*InvXmlDiskInfo) String

func (m *InvXmlDiskInfo) String() string

func (*InvXmlDiskInfo) XXX_DiscardUnknown

func (m *InvXmlDiskInfo) XXX_DiscardUnknown()

func (*InvXmlDiskInfo) XXX_Marshal

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

func (*InvXmlDiskInfo) XXX_Merge

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

func (*InvXmlDiskInfo) XXX_Size

func (m *InvXmlDiskInfo) XXX_Size() int

func (*InvXmlDiskInfo) XXX_Unmarshal

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

type InvXmlDiskInfo_KEYS

type InvXmlDiskInfo_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 (*InvXmlDiskInfo_KEYS) Descriptor

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

func (*InvXmlDiskInfo_KEYS) GetName

func (m *InvXmlDiskInfo_KEYS) GetName() string

func (*InvXmlDiskInfo_KEYS) GetName_1

func (m *InvXmlDiskInfo_KEYS) GetName_1() string

func (*InvXmlDiskInfo_KEYS) GetName_2

func (m *InvXmlDiskInfo_KEYS) GetName_2() string

func (*InvXmlDiskInfo_KEYS) ProtoMessage

func (*InvXmlDiskInfo_KEYS) ProtoMessage()

func (*InvXmlDiskInfo_KEYS) Reset

func (m *InvXmlDiskInfo_KEYS) Reset()

func (*InvXmlDiskInfo_KEYS) String

func (m *InvXmlDiskInfo_KEYS) String() string

func (*InvXmlDiskInfo_KEYS) XXX_DiscardUnknown

func (m *InvXmlDiskInfo_KEYS) XXX_DiscardUnknown()

func (*InvXmlDiskInfo_KEYS) XXX_Marshal

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

func (*InvXmlDiskInfo_KEYS) XXX_Merge

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

func (*InvXmlDiskInfo_KEYS) XXX_Size

func (m *InvXmlDiskInfo_KEYS) XXX_Size() int

func (*InvXmlDiskInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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