cisco_ios_xr_icpe_infra_oper_nv_satellite_satellite_versions_satellite_version

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-icpe-infra-oper:nv-satellite/satellite-versions/satellite-version

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IcpeOperSatRemoteVersionType

type IcpeOperSatRemoteVersionType struct {
	SatelliteIdXr        uint32              `protobuf:"varint,50,opt,name=satellite_id_xr,json=satelliteIdXr,proto3" json:"satellite_id_xr,omitempty"`
	VersionCheckState    string              `protobuf:"bytes,51,opt,name=version_check_state,json=versionCheckState,proto3" json:"version_check_state,omitempty"`
	RemoteVersionPresent bool                `protobuf:"varint,52,opt,name=remote_version_present,json=remoteVersionPresent,proto3" json:"remote_version_present,omitempty"`
	RemoteVersion        []string            `protobuf:"bytes,53,rep,name=remote_version,json=remoteVersion,proto3" json:"remote_version,omitempty"`
	ActiveVersion        *IcpeOperSatVersion `protobuf:"bytes,54,opt,name=active_version,json=activeVersion,proto3" json:"active_version,omitempty"`
	TransferredVersion   *IcpeOperSatVersion `protobuf:"bytes,55,opt,name=transferred_version,json=transferredVersion,proto3" json:"transferred_version,omitempty"`
	CommittedVersion     *IcpeOperSatVersion `protobuf:"bytes,56,opt,name=committed_version,json=committedVersion,proto3" json:"committed_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*IcpeOperSatRemoteVersionType) Descriptor

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

func (*IcpeOperSatRemoteVersionType) GetActiveVersion

func (m *IcpeOperSatRemoteVersionType) GetActiveVersion() *IcpeOperSatVersion

func (*IcpeOperSatRemoteVersionType) GetCommittedVersion

func (m *IcpeOperSatRemoteVersionType) GetCommittedVersion() *IcpeOperSatVersion

func (*IcpeOperSatRemoteVersionType) GetRemoteVersion

func (m *IcpeOperSatRemoteVersionType) GetRemoteVersion() []string

func (*IcpeOperSatRemoteVersionType) GetRemoteVersionPresent

func (m *IcpeOperSatRemoteVersionType) GetRemoteVersionPresent() bool

func (*IcpeOperSatRemoteVersionType) GetSatelliteIdXr

func (m *IcpeOperSatRemoteVersionType) GetSatelliteIdXr() uint32

func (*IcpeOperSatRemoteVersionType) GetTransferredVersion

func (m *IcpeOperSatRemoteVersionType) GetTransferredVersion() *IcpeOperSatVersion

func (*IcpeOperSatRemoteVersionType) GetVersionCheckState

func (m *IcpeOperSatRemoteVersionType) GetVersionCheckState() string

func (*IcpeOperSatRemoteVersionType) ProtoMessage

func (*IcpeOperSatRemoteVersionType) ProtoMessage()

func (*IcpeOperSatRemoteVersionType) Reset

func (m *IcpeOperSatRemoteVersionType) Reset()

func (*IcpeOperSatRemoteVersionType) String

func (*IcpeOperSatRemoteVersionType) XXX_DiscardUnknown

func (m *IcpeOperSatRemoteVersionType) XXX_DiscardUnknown()

func (*IcpeOperSatRemoteVersionType) XXX_Marshal

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

func (*IcpeOperSatRemoteVersionType) XXX_Merge

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

func (*IcpeOperSatRemoteVersionType) XXX_Size

func (m *IcpeOperSatRemoteVersionType) XXX_Size() int

func (*IcpeOperSatRemoteVersionType) XXX_Unmarshal

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

type IcpeOperSatRemoteVersionType_KEYS

type IcpeOperSatRemoteVersionType_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 (*IcpeOperSatRemoteVersionType_KEYS) Descriptor

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

func (*IcpeOperSatRemoteVersionType_KEYS) GetSatelliteId

func (m *IcpeOperSatRemoteVersionType_KEYS) GetSatelliteId() uint32

func (*IcpeOperSatRemoteVersionType_KEYS) ProtoMessage

func (*IcpeOperSatRemoteVersionType_KEYS) ProtoMessage()

func (*IcpeOperSatRemoteVersionType_KEYS) Reset

func (*IcpeOperSatRemoteVersionType_KEYS) String

func (*IcpeOperSatRemoteVersionType_KEYS) XXX_DiscardUnknown

func (m *IcpeOperSatRemoteVersionType_KEYS) XXX_DiscardUnknown()

func (*IcpeOperSatRemoteVersionType_KEYS) XXX_Marshal

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

func (*IcpeOperSatRemoteVersionType_KEYS) XXX_Merge

func (*IcpeOperSatRemoteVersionType_KEYS) XXX_Size

func (m *IcpeOperSatRemoteVersionType_KEYS) XXX_Size() int

func (*IcpeOperSatRemoteVersionType_KEYS) XXX_Unmarshal

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

type IcpeOperSatVersion

type IcpeOperSatVersion struct {
	VersionCheckState    string   `protobuf:"bytes,1,opt,name=version_check_state,json=versionCheckState,proto3" json:"version_check_state,omitempty"`
	RemoteVersionPresent bool     `protobuf:"varint,2,opt,name=remote_version_present,json=remoteVersionPresent,proto3" json:"remote_version_present,omitempty"`
	RemoteVersion        []string `protobuf:"bytes,3,rep,name=remote_version,json=remoteVersion,proto3" json:"remote_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeOperSatVersion) Descriptor

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

func (*IcpeOperSatVersion) GetRemoteVersion

func (m *IcpeOperSatVersion) GetRemoteVersion() []string

func (*IcpeOperSatVersion) GetRemoteVersionPresent

func (m *IcpeOperSatVersion) GetRemoteVersionPresent() bool

func (*IcpeOperSatVersion) GetVersionCheckState

func (m *IcpeOperSatVersion) GetVersionCheckState() string

func (*IcpeOperSatVersion) ProtoMessage

func (*IcpeOperSatVersion) ProtoMessage()

func (*IcpeOperSatVersion) Reset

func (m *IcpeOperSatVersion) Reset()

func (*IcpeOperSatVersion) String

func (m *IcpeOperSatVersion) String() string

func (*IcpeOperSatVersion) XXX_DiscardUnknown

func (m *IcpeOperSatVersion) XXX_DiscardUnknown()

func (*IcpeOperSatVersion) XXX_Marshal

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

func (*IcpeOperSatVersion) XXX_Merge

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

func (*IcpeOperSatVersion) XXX_Size

func (m *IcpeOperSatVersion) XXX_Size() int

func (*IcpeOperSatVersion) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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