Class: Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPStats
- Inherits:
-
VAPI::Bindings::VapiStruct
- Object
- VAPI::Bindings::VapiStruct
- Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPStats
- Defined in:
- /build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb
Overview
``Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPStats`` class Structure to provide operators diagnostics on snmp agent itself.
Instance Attribute Summary (collapse)
-
- (String) avgresponsetime
Average response time.
-
- (Fixnum) avgvarbinds
No of ave:rage var binds.
-
- (Fixnum) inasnparseerrs
No of parse errors.
-
- (Fixnum) inbadcommunitynames
No of bad community names.
-
- (Fixnum) inbadcommunityuses
No of bad community uses.
-
- (Fixnum) inbadvalues
No of bad values.
-
- (Fixnum) inbadversions
No of bad versions.
-
- (Fixnum) ingenerrs
No of gen errors.
-
- (Fixnum) innosuchnames
No of no such names.
-
- (Fixnum) inpkts
No of input packets.
-
- (Fixnum) intoobigs
No of too bigs.
-
- (Fixnum) maxvarbinds
No of max var binds.
-
- (Fixnum) outbadvalues
No of bad values.
-
- (Fixnum) outgenerrs
No of gen errors.
-
- (Fixnum) outnosuchnames
No of no such names.
-
- (Fixnum) outpkts
No of output packets.
-
- (Fixnum) outtoobigs
No out output too bigs.
-
- (Fixnum) outtraps
No of output traps.
-
- (Fixnum) silentdrops
No of silent drops.
-
- (String) sysuptime
System uptime.
-
- (Fixnum) usmstatsdecryptionerrors
No.
-
- (Fixnum) usmstatsnotintimewindows
No of stats not in time window.
-
- (Fixnum) usmstatsunknownengineids
No of usm stats unknown engine ids.
-
- (Fixnum) usmstatsunknownusernames
No of usm stats unknown.
-
- (Fixnum) usmstatswrongdigests
No of wrogn digests.
-
- (String) worstresponsetime
Response time.
-
- (String) worstrtimelast
Last updated time.
Class Method Summary (collapse)
-
+ (VAPI::Bindings::StructType) binding_type
Holds (gets or creates) the binding type metadata for this structure type.
Instance Method Summary (collapse)
-
- (SNMPStats) initialize(ruby_values = nil, struct_value = nil)
constructor
Constructs a new instance.
Constructor Details
- (SNMPStats) initialize(ruby_values = nil, struct_value = nil)
Constructs a new instance.
505 506 507 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 505 def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end |
Instance Attribute Details
- (String) avgresponsetime
Average response time
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) avgvarbinds
No of ave:rage var binds
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) inasnparseerrs
No of parse errors
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) inbadcommunitynames
No of bad community names
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) inbadcommunityuses
No of bad community uses
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) inbadvalues
No of bad values
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) inbadversions
No of bad versions
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) ingenerrs
No of gen errors
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) innosuchnames
No of no such names
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) inpkts
No of input packets
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) intoobigs
No of too bigs
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) maxvarbinds
No of max var binds
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) outbadvalues
No of bad values
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) outgenerrs
No of gen errors
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) outnosuchnames
No of no such names
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) outpkts
No of output packets
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) outtoobigs
No out output too bigs
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) outtraps
No of output traps
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) silentdrops
No of silent drops
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (String) sysuptime
System uptime
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) usmstatsdecryptionerrors
No. of decryption errors
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) usmstatsnotintimewindows
No of stats not in time window
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) usmstatsunknownengineids
No of usm stats unknown engine ids
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) usmstatsunknownusernames
No of usm stats unknown
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (Fixnum) usmstatswrongdigests
No of wrogn digests
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (String) worstresponsetime
Response time
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
- (String) worstrtimelast
Last updated time
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 430 class SNMPStats < VAPI::Bindings::VapiStruct class << self # Holds (gets or creates) the binding type metadata for this structure type. # @scope class # @return [VAPI::Bindings::StructType] the binding type def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end end attr_accessor :sysuptime, :worstrtimelast, :avgresponsetime, :worstresponsetime, :inpkts, :outpkts, :usmstatsnotintimewindows, :usmstatsunknownusernames, :usmstatsunknownengineids, :usmstatswrongdigests, :usmstatsdecryptionerrors, :inbadversions, :inbadcommunitynames, :inbadcommunityuses, :inasnparseerrs, :intoobigs, :innosuchnames, :inbadvalues, :ingenerrs, :outtoobigs, :outnosuchnames, :outbadvalues, :outgenerrs, :outtraps, :silentdrops, :avgvarbinds, :maxvarbinds # Constructs a new instance. # @param ruby_values [Hash] a map of initial property values (optional) # @param struct_value [VAPI::Data::StructValue] a raw StructValue from the wire (optional) def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end end |
Class Method Details
+ (VAPI::Bindings::StructType) binding_type
Holds (gets or creates) the binding type metadata for this structure type.
436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 436 def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_stats', { 'sysuptime' => VAPI::Bindings::StringType.instance, 'worstrtimelast' => VAPI::Bindings::StringType.instance, 'avgresponsetime' => VAPI::Bindings::StringType.instance, 'worstresponsetime' => VAPI::Bindings::StringType.instance, 'inpkts' => VAPI::Bindings::IntegerType.instance, 'outpkts' => VAPI::Bindings::IntegerType.instance, 'usmstatsnotintimewindows' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownusernames' => VAPI::Bindings::IntegerType.instance, 'usmstatsunknownengineids' => VAPI::Bindings::IntegerType.instance, 'usmstatswrongdigests' => VAPI::Bindings::IntegerType.instance, 'usmstatsdecryptionerrors' => VAPI::Bindings::IntegerType.instance, 'inbadversions' => VAPI::Bindings::IntegerType.instance, 'inbadcommunitynames' => VAPI::Bindings::IntegerType.instance, 'inbadcommunityuses' => VAPI::Bindings::IntegerType.instance, 'inasnparseerrs' => VAPI::Bindings::IntegerType.instance, 'intoobigs' => VAPI::Bindings::IntegerType.instance, 'innosuchnames' => VAPI::Bindings::IntegerType.instance, 'inbadvalues' => VAPI::Bindings::IntegerType.instance, 'ingenerrs' => VAPI::Bindings::IntegerType.instance, 'outtoobigs' => VAPI::Bindings::IntegerType.instance, 'outnosuchnames' => VAPI::Bindings::IntegerType.instance, 'outbadvalues' => VAPI::Bindings::IntegerType.instance, 'outgenerrs' => VAPI::Bindings::IntegerType.instance, 'outtraps' => VAPI::Bindings::IntegerType.instance, 'silentdrops' => VAPI::Bindings::IntegerType.instance, 'avgvarbinds' => VAPI::Bindings::IntegerType.instance, 'maxvarbinds' => VAPI::Bindings::IntegerType.instance, }, SNMPStats, false, nil) end |