struct Apps::LogDevFeatureMessages::SetAgentStateArgument
- Apps::LogDevFeatureMessages::SetAgentStateArgument
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Logical_Device_Feature_Services.pb.crConstant Summary
-
FIELDS =
{1 => {name: :device, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :requested_agent_state, pb_type: AgentState, crystal_type: AgentState, cast_type: AgentState?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :agent_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :password, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :group, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :auto_work_on, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :auto_work_interval, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(device : String | Nil = nil, requested_agent_state : AgentState | Nil = nil, agent_id : String | Nil = nil, password : String | Nil = nil, group : String | Nil = nil, auto_work_on : Bool | Nil = nil, auto_work_interval : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #agent_id : String | Nil
- #agent_id=(agent_id : String | Nil)
- #auto_work_interval : String | Nil
- #auto_work_interval=(auto_work_interval : String | Nil)
- #auto_work_on : Bool | Nil
- #auto_work_on=(auto_work_on : Bool | Nil)
- #device : String | Nil
- #device=(device : String | Nil)
- #group : String | Nil
- #group=(group : String | Nil)
- #password : String | Nil
- #password=(password : String | Nil)
- #requested_agent_state : AgentState | Nil
- #requested_agent_state=(requested_agent_state : AgentState | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(device : String | Nil = nil, requested_agent_state : AgentState | Nil = nil, agent_id : String | Nil = nil, password : String | Nil = nil, group : String | Nil = nil, auto_work_on : Bool | Nil = nil, auto_work_interval : String | Nil = nil)
#