Class: Teapot::TempestDB::TempestDBService::PprSingleTarget_args
- Inherits:
-
Object
- Object
- Teapot::TempestDB::TempestDBService::PprSingleTarget_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/tempest_d_b_service.rb
Constant Summary collapse
- EDGETYPE =
1- SEEDNODES =
2- TARGETNODE =
3- BIPPRPARAMS =
4- FIELDS =
{ EDGETYPE => {:type => ::Thrift::Types::STRING, :name => 'edgeType'}, SEEDNODES => {:type => ::Thrift::Types::LIST, :name => 'seedNodes', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Teapot::TempestDB::Node}}, TARGETNODE => {:type => ::Thrift::Types::STRUCT, :name => 'targetNode', :class => ::Teapot::TempestDB::Node}, BIPPRPARAMS => {:type => ::Thrift::Types::STRUCT, :name => 'biPPRParams', :class => ::Teapot::TempestDB::BidirectionalPPRParams} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1020 |
# File 'lib/gen/tempest_d_b_service.rb', line 1020 def struct_fields; FIELDS; end |
#validate ⇒ Object
1022 1023 |
# File 'lib/gen/tempest_d_b_service.rb', line 1022 def validate end |