Documentation ¶
Overview ¶
Cisco-IOS-XR-shellutil-oper:system-time/clock
Index ¶
- type TimeDate
- func (*TimeDate) Descriptor() ([]byte, []int)
- func (m *TimeDate) GetDay() uint32
- func (m *TimeDate) GetHour() uint32
- func (m *TimeDate) GetMillisecond() uint32
- func (m *TimeDate) GetMinute() uint32
- func (m *TimeDate) GetMonth() uint32
- func (m *TimeDate) GetSecond() uint32
- func (m *TimeDate) GetTimeSource() string
- func (m *TimeDate) GetTimeZone() string
- func (m *TimeDate) GetWday() uint32
- func (m *TimeDate) GetYear() uint32
- func (*TimeDate) ProtoMessage()
- func (m *TimeDate) Reset()
- func (m *TimeDate) String() string
- func (m *TimeDate) XXX_DiscardUnknown()
- func (m *TimeDate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TimeDate) XXX_Merge(src proto.Message)
- func (m *TimeDate) XXX_Size() int
- func (m *TimeDate) XXX_Unmarshal(b []byte) error
- type TimeDate_KEYS
- func (*TimeDate_KEYS) Descriptor() ([]byte, []int)
- func (*TimeDate_KEYS) ProtoMessage()
- func (m *TimeDate_KEYS) Reset()
- func (m *TimeDate_KEYS) String() string
- func (m *TimeDate_KEYS) XXX_DiscardUnknown()
- func (m *TimeDate_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TimeDate_KEYS) XXX_Merge(src proto.Message)
- func (m *TimeDate_KEYS) XXX_Size() int
- func (m *TimeDate_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeDate ¶
type TimeDate struct { Year uint32 `protobuf:"varint,50,opt,name=year,proto3" json:"year,omitempty"` Month uint32 `protobuf:"varint,51,opt,name=month,proto3" json:"month,omitempty"` Day uint32 `protobuf:"varint,52,opt,name=day,proto3" json:"day,omitempty"` Hour uint32 `protobuf:"varint,53,opt,name=hour,proto3" json:"hour,omitempty"` Minute uint32 `protobuf:"varint,54,opt,name=minute,proto3" json:"minute,omitempty"` Second uint32 `protobuf:"varint,55,opt,name=second,proto3" json:"second,omitempty"` Millisecond uint32 `protobuf:"varint,56,opt,name=millisecond,proto3" json:"millisecond,omitempty"` Wday uint32 `protobuf:"varint,57,opt,name=wday,proto3" json:"wday,omitempty"` TimeZone string `protobuf:"bytes,58,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` TimeSource string `protobuf:"bytes,59,opt,name=time_source,json=timeSource,proto3" json:"time_source,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TimeDate) Descriptor ¶
func (*TimeDate) GetMillisecond ¶
func (*TimeDate) GetTimeSource ¶
func (*TimeDate) GetTimeZone ¶
func (*TimeDate) ProtoMessage ¶
func (*TimeDate) ProtoMessage()
func (*TimeDate) XXX_DiscardUnknown ¶
func (m *TimeDate) XXX_DiscardUnknown()
func (*TimeDate) XXX_Marshal ¶
func (*TimeDate) XXX_Unmarshal ¶
type TimeDate_KEYS ¶
type TimeDate_KEYS struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TimeDate_KEYS) Descriptor ¶
func (*TimeDate_KEYS) Descriptor() ([]byte, []int)
func (*TimeDate_KEYS) ProtoMessage ¶
func (*TimeDate_KEYS) ProtoMessage()
func (*TimeDate_KEYS) Reset ¶
func (m *TimeDate_KEYS) Reset()
func (*TimeDate_KEYS) String ¶
func (m *TimeDate_KEYS) String() string
func (*TimeDate_KEYS) XXX_DiscardUnknown ¶
func (m *TimeDate_KEYS) XXX_DiscardUnknown()
func (*TimeDate_KEYS) XXX_Marshal ¶
func (m *TimeDate_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TimeDate_KEYS) XXX_Merge ¶
func (m *TimeDate_KEYS) XXX_Merge(src proto.Message)
func (*TimeDate_KEYS) XXX_Size ¶
func (m *TimeDate_KEYS) XXX_Size() int
func (*TimeDate_KEYS) XXX_Unmarshal ¶
func (m *TimeDate_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.