Documentation
¶
Overview ¶
Cisco-IOS-XR-icpe-infra-oper:nv-satellite/install/satellite-software-versions/satellite-software-version
Index ¶
- type IcpeOperPackageInfo
- func (*IcpeOperPackageInfo) Descriptor() ([]byte, []int)
- func (m *IcpeOperPackageInfo) GetActivePackages() *IcpeOperPackageList
- func (m *IcpeOperPackageInfo) GetCommittedPackages() *IcpeOperPackageList
- func (m *IcpeOperPackageInfo) GetInactivePackages() *IcpeOperPackageList
- func (*IcpeOperPackageInfo) ProtoMessage()
- func (m *IcpeOperPackageInfo) Reset()
- func (m *IcpeOperPackageInfo) String() string
- func (m *IcpeOperPackageInfo) XXX_DiscardUnknown()
- func (m *IcpeOperPackageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IcpeOperPackageInfo) XXX_Merge(src proto.Message)
- func (m *IcpeOperPackageInfo) XXX_Size() int
- func (m *IcpeOperPackageInfo) XXX_Unmarshal(b []byte) error
- type IcpeOperPackageItem
- func (*IcpeOperPackageItem) Descriptor() ([]byte, []int)
- func (m *IcpeOperPackageItem) GetIsBaseImage() bool
- func (m *IcpeOperPackageItem) GetName() string
- func (m *IcpeOperPackageItem) GetVersion() string
- func (*IcpeOperPackageItem) ProtoMessage()
- func (m *IcpeOperPackageItem) Reset()
- func (m *IcpeOperPackageItem) String() string
- func (m *IcpeOperPackageItem) XXX_DiscardUnknown()
- func (m *IcpeOperPackageItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IcpeOperPackageItem) XXX_Merge(src proto.Message)
- func (m *IcpeOperPackageItem) XXX_Size() int
- func (m *IcpeOperPackageItem) XXX_Unmarshal(b []byte) error
- type IcpeOperPackageList
- func (*IcpeOperPackageList) Descriptor() ([]byte, []int)
- func (m *IcpeOperPackageList) GetPackage() []*IcpeOperPackageItem
- func (*IcpeOperPackageList) ProtoMessage()
- func (m *IcpeOperPackageList) Reset()
- func (m *IcpeOperPackageList) String() string
- func (m *IcpeOperPackageList) XXX_DiscardUnknown()
- func (m *IcpeOperPackageList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IcpeOperPackageList) XXX_Merge(src proto.Message)
- func (m *IcpeOperPackageList) XXX_Size() int
- func (m *IcpeOperPackageList) XXX_Unmarshal(b []byte) error
- type IcpeOperSatPackageInformationType
- func (*IcpeOperSatPackageInformationType) Descriptor() ([]byte, []int)
- func (m *IcpeOperSatPackageInformationType) GetInstallPackageInfo() *IcpeOperPackageInfo
- func (m *IcpeOperSatPackageInformationType) GetPackageSupport() string
- func (m *IcpeOperSatPackageInformationType) GetSatelliteIdXr() uint32
- func (*IcpeOperSatPackageInformationType) ProtoMessage()
- func (m *IcpeOperSatPackageInformationType) Reset()
- func (m *IcpeOperSatPackageInformationType) String() string
- func (m *IcpeOperSatPackageInformationType) XXX_DiscardUnknown()
- func (m *IcpeOperSatPackageInformationType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IcpeOperSatPackageInformationType) XXX_Merge(src proto.Message)
- func (m *IcpeOperSatPackageInformationType) XXX_Size() int
- func (m *IcpeOperSatPackageInformationType) XXX_Unmarshal(b []byte) error
- type IcpeOperSatPackageInformationType_KEYS
- func (*IcpeOperSatPackageInformationType_KEYS) Descriptor() ([]byte, []int)
- func (m *IcpeOperSatPackageInformationType_KEYS) GetSatelliteId() uint32
- func (*IcpeOperSatPackageInformationType_KEYS) ProtoMessage()
- func (m *IcpeOperSatPackageInformationType_KEYS) Reset()
- func (m *IcpeOperSatPackageInformationType_KEYS) String() string
- func (m *IcpeOperSatPackageInformationType_KEYS) XXX_DiscardUnknown()
- func (m *IcpeOperSatPackageInformationType_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IcpeOperSatPackageInformationType_KEYS) XXX_Merge(src proto.Message)
- func (m *IcpeOperSatPackageInformationType_KEYS) XXX_Size() int
- func (m *IcpeOperSatPackageInformationType_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IcpeOperPackageInfo ¶
type IcpeOperPackageInfo struct { ActivePackages *IcpeOperPackageList `protobuf:"bytes,1,opt,name=active_packages,json=activePackages,proto3" json:"active_packages,omitempty"` InactivePackages *IcpeOperPackageList `protobuf:"bytes,2,opt,name=inactive_packages,json=inactivePackages,proto3" json:"inactive_packages,omitempty"` CommittedPackages *IcpeOperPackageList `protobuf:"bytes,3,opt,name=committed_packages,json=committedPackages,proto3" json:"committed_packages,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IcpeOperPackageInfo) Descriptor ¶
func (*IcpeOperPackageInfo) Descriptor() ([]byte, []int)
func (*IcpeOperPackageInfo) GetActivePackages ¶
func (m *IcpeOperPackageInfo) GetActivePackages() *IcpeOperPackageList
func (*IcpeOperPackageInfo) GetCommittedPackages ¶
func (m *IcpeOperPackageInfo) GetCommittedPackages() *IcpeOperPackageList
func (*IcpeOperPackageInfo) GetInactivePackages ¶
func (m *IcpeOperPackageInfo) GetInactivePackages() *IcpeOperPackageList
func (*IcpeOperPackageInfo) ProtoMessage ¶
func (*IcpeOperPackageInfo) ProtoMessage()
func (*IcpeOperPackageInfo) Reset ¶
func (m *IcpeOperPackageInfo) Reset()
func (*IcpeOperPackageInfo) String ¶
func (m *IcpeOperPackageInfo) String() string
func (*IcpeOperPackageInfo) XXX_DiscardUnknown ¶
func (m *IcpeOperPackageInfo) XXX_DiscardUnknown()
func (*IcpeOperPackageInfo) XXX_Marshal ¶
func (m *IcpeOperPackageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IcpeOperPackageInfo) XXX_Merge ¶
func (m *IcpeOperPackageInfo) XXX_Merge(src proto.Message)
func (*IcpeOperPackageInfo) XXX_Size ¶
func (m *IcpeOperPackageInfo) XXX_Size() int
func (*IcpeOperPackageInfo) XXX_Unmarshal ¶
func (m *IcpeOperPackageInfo) XXX_Unmarshal(b []byte) error
type IcpeOperPackageItem ¶
type IcpeOperPackageItem struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` IsBaseImage bool `protobuf:"varint,3,opt,name=is_base_image,json=isBaseImage,proto3" json:"is_base_image,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IcpeOperPackageItem) Descriptor ¶
func (*IcpeOperPackageItem) Descriptor() ([]byte, []int)
func (*IcpeOperPackageItem) GetIsBaseImage ¶
func (m *IcpeOperPackageItem) GetIsBaseImage() bool
func (*IcpeOperPackageItem) GetName ¶
func (m *IcpeOperPackageItem) GetName() string
func (*IcpeOperPackageItem) GetVersion ¶
func (m *IcpeOperPackageItem) GetVersion() string
func (*IcpeOperPackageItem) ProtoMessage ¶
func (*IcpeOperPackageItem) ProtoMessage()
func (*IcpeOperPackageItem) Reset ¶
func (m *IcpeOperPackageItem) Reset()
func (*IcpeOperPackageItem) String ¶
func (m *IcpeOperPackageItem) String() string
func (*IcpeOperPackageItem) XXX_DiscardUnknown ¶
func (m *IcpeOperPackageItem) XXX_DiscardUnknown()
func (*IcpeOperPackageItem) XXX_Marshal ¶
func (m *IcpeOperPackageItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IcpeOperPackageItem) XXX_Merge ¶
func (m *IcpeOperPackageItem) XXX_Merge(src proto.Message)
func (*IcpeOperPackageItem) XXX_Size ¶
func (m *IcpeOperPackageItem) XXX_Size() int
func (*IcpeOperPackageItem) XXX_Unmarshal ¶
func (m *IcpeOperPackageItem) XXX_Unmarshal(b []byte) error
type IcpeOperPackageList ¶
type IcpeOperPackageList struct { Package []*IcpeOperPackageItem `protobuf:"bytes,1,rep,name=package,proto3" json:"package,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IcpeOperPackageList) Descriptor ¶
func (*IcpeOperPackageList) Descriptor() ([]byte, []int)
func (*IcpeOperPackageList) GetPackage ¶
func (m *IcpeOperPackageList) GetPackage() []*IcpeOperPackageItem
func (*IcpeOperPackageList) ProtoMessage ¶
func (*IcpeOperPackageList) ProtoMessage()
func (*IcpeOperPackageList) Reset ¶
func (m *IcpeOperPackageList) Reset()
func (*IcpeOperPackageList) String ¶
func (m *IcpeOperPackageList) String() string
func (*IcpeOperPackageList) XXX_DiscardUnknown ¶
func (m *IcpeOperPackageList) XXX_DiscardUnknown()
func (*IcpeOperPackageList) XXX_Marshal ¶
func (m *IcpeOperPackageList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IcpeOperPackageList) XXX_Merge ¶
func (m *IcpeOperPackageList) XXX_Merge(src proto.Message)
func (*IcpeOperPackageList) XXX_Size ¶
func (m *IcpeOperPackageList) XXX_Size() int
func (*IcpeOperPackageList) XXX_Unmarshal ¶
func (m *IcpeOperPackageList) XXX_Unmarshal(b []byte) error
type IcpeOperSatPackageInformationType ¶
type IcpeOperSatPackageInformationType struct { SatelliteIdXr uint32 `protobuf:"varint,50,opt,name=satellite_id_xr,json=satelliteIdXr,proto3" json:"satellite_id_xr,omitempty"` InstallPackageInfo *IcpeOperPackageInfo `protobuf:"bytes,51,opt,name=install_package_info,json=installPackageInfo,proto3" json:"install_package_info,omitempty"` PackageSupport string `protobuf:"bytes,52,opt,name=package_support,json=packageSupport,proto3" json:"package_support,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IcpeOperSatPackageInformationType) Descriptor ¶
func (*IcpeOperSatPackageInformationType) Descriptor() ([]byte, []int)
func (*IcpeOperSatPackageInformationType) GetInstallPackageInfo ¶
func (m *IcpeOperSatPackageInformationType) GetInstallPackageInfo() *IcpeOperPackageInfo
func (*IcpeOperSatPackageInformationType) GetPackageSupport ¶
func (m *IcpeOperSatPackageInformationType) GetPackageSupport() string
func (*IcpeOperSatPackageInformationType) GetSatelliteIdXr ¶
func (m *IcpeOperSatPackageInformationType) GetSatelliteIdXr() uint32
func (*IcpeOperSatPackageInformationType) ProtoMessage ¶
func (*IcpeOperSatPackageInformationType) ProtoMessage()
func (*IcpeOperSatPackageInformationType) Reset ¶
func (m *IcpeOperSatPackageInformationType) Reset()
func (*IcpeOperSatPackageInformationType) String ¶
func (m *IcpeOperSatPackageInformationType) String() string
func (*IcpeOperSatPackageInformationType) XXX_DiscardUnknown ¶
func (m *IcpeOperSatPackageInformationType) XXX_DiscardUnknown()
func (*IcpeOperSatPackageInformationType) XXX_Marshal ¶
func (m *IcpeOperSatPackageInformationType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IcpeOperSatPackageInformationType) XXX_Merge ¶
func (m *IcpeOperSatPackageInformationType) XXX_Merge(src proto.Message)
func (*IcpeOperSatPackageInformationType) XXX_Size ¶
func (m *IcpeOperSatPackageInformationType) XXX_Size() int
func (*IcpeOperSatPackageInformationType) XXX_Unmarshal ¶
func (m *IcpeOperSatPackageInformationType) XXX_Unmarshal(b []byte) error
type IcpeOperSatPackageInformationType_KEYS ¶
type IcpeOperSatPackageInformationType_KEYS struct { SatelliteId uint32 `protobuf:"varint,1,opt,name=satellite_id,json=satelliteId,proto3" json:"satellite_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IcpeOperSatPackageInformationType_KEYS) Descriptor ¶
func (*IcpeOperSatPackageInformationType_KEYS) Descriptor() ([]byte, []int)
func (*IcpeOperSatPackageInformationType_KEYS) GetSatelliteId ¶
func (m *IcpeOperSatPackageInformationType_KEYS) GetSatelliteId() uint32
func (*IcpeOperSatPackageInformationType_KEYS) ProtoMessage ¶
func (*IcpeOperSatPackageInformationType_KEYS) ProtoMessage()
func (*IcpeOperSatPackageInformationType_KEYS) Reset ¶
func (m *IcpeOperSatPackageInformationType_KEYS) Reset()
func (*IcpeOperSatPackageInformationType_KEYS) String ¶
func (m *IcpeOperSatPackageInformationType_KEYS) String() string
func (*IcpeOperSatPackageInformationType_KEYS) XXX_DiscardUnknown ¶
func (m *IcpeOperSatPackageInformationType_KEYS) XXX_DiscardUnknown()
func (*IcpeOperSatPackageInformationType_KEYS) XXX_Marshal ¶
func (m *IcpeOperSatPackageInformationType_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IcpeOperSatPackageInformationType_KEYS) XXX_Merge ¶
func (m *IcpeOperSatPackageInformationType_KEYS) XXX_Merge(src proto.Message)
func (*IcpeOperSatPackageInformationType_KEYS) XXX_Size ¶
func (m *IcpeOperSatPackageInformationType_KEYS) XXX_Size() int
func (*IcpeOperSatPackageInformationType_KEYS) XXX_Unmarshal ¶
func (m *IcpeOperSatPackageInformationType_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.