Class: Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPLimits
- Inherits:
-
VAPI::Bindings::VapiStruct
- Object
- VAPI::Bindings::VapiStruct
- Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPLimits
- 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::SNMPLimits`` class Structure that provides various limits of the SNMP agent.
Instance Attribute Summary (collapse)
-
- (Fixnum) max_buffer_size
Set up max buffer size.
-
- (Fixnum) max_communities
Set up maximum communities limit.
-
- (Fixnum) max_community_length
Set up max community length.
-
- (Fixnum) max_destinations_v3
Set up max destinations limit.
-
- (Fixnum) max_notification_filters
Set up max notification Filters.
-
- (Fixnum) max_trap_destinations_v1
Set up max trap destinations limit.
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)
-
- (SNMPLimits) initialize(ruby_values = nil, struct_value = nil)
constructor
Constructs a new instance.
Constructor Details
- (SNMPLimits) initialize(ruby_values = nil, struct_value = nil)
Constructs a new instance.
304 305 306 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 304 def initialize(ruby_values=nil, struct_value=nil) super(self.class.binding_type, ruby_values, struct_value) end |
Instance Attribute Details
- (Fixnum) max_buffer_size
Set up max buffer size
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 271 class SNMPLimits < 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_limits', { 'max_communities' => VAPI::Bindings::IntegerType.instance, 'max_trap_destinations_v1' => VAPI::Bindings::IntegerType.instance, 'max_destinations_v3' => VAPI::Bindings::IntegerType.instance, 'max_notification_filters' => VAPI::Bindings::IntegerType.instance, 'max_community_length' => VAPI::Bindings::IntegerType.instance, 'max_buffer_size' => VAPI::Bindings::IntegerType.instance, }, SNMPLimits, false, nil) end end attr_accessor :max_communities, :max_trap_destinations_v1, :max_destinations_v3, :max_notification_filters, :max_community_length, :max_buffer_size # 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) max_communities
Set up maximum communities limit
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 271 class SNMPLimits < 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_limits', { 'max_communities' => VAPI::Bindings::IntegerType.instance, 'max_trap_destinations_v1' => VAPI::Bindings::IntegerType.instance, 'max_destinations_v3' => VAPI::Bindings::IntegerType.instance, 'max_notification_filters' => VAPI::Bindings::IntegerType.instance, 'max_community_length' => VAPI::Bindings::IntegerType.instance, 'max_buffer_size' => VAPI::Bindings::IntegerType.instance, }, SNMPLimits, false, nil) end end attr_accessor :max_communities, :max_trap_destinations_v1, :max_destinations_v3, :max_notification_filters, :max_community_length, :max_buffer_size # 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) max_community_length
Set up max community length
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 271 class SNMPLimits < 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_limits', { 'max_communities' => VAPI::Bindings::IntegerType.instance, 'max_trap_destinations_v1' => VAPI::Bindings::IntegerType.instance, 'max_destinations_v3' => VAPI::Bindings::IntegerType.instance, 'max_notification_filters' => VAPI::Bindings::IntegerType.instance, 'max_community_length' => VAPI::Bindings::IntegerType.instance, 'max_buffer_size' => VAPI::Bindings::IntegerType.instance, }, SNMPLimits, false, nil) end end attr_accessor :max_communities, :max_trap_destinations_v1, :max_destinations_v3, :max_notification_filters, :max_community_length, :max_buffer_size # 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) max_destinations_v3
Set up max destinations limit
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 271 class SNMPLimits < 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_limits', { 'max_communities' => VAPI::Bindings::IntegerType.instance, 'max_trap_destinations_v1' => VAPI::Bindings::IntegerType.instance, 'max_destinations_v3' => VAPI::Bindings::IntegerType.instance, 'max_notification_filters' => VAPI::Bindings::IntegerType.instance, 'max_community_length' => VAPI::Bindings::IntegerType.instance, 'max_buffer_size' => VAPI::Bindings::IntegerType.instance, }, SNMPLimits, false, nil) end end attr_accessor :max_communities, :max_trap_destinations_v1, :max_destinations_v3, :max_notification_filters, :max_community_length, :max_buffer_size # 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) max_notification_filters
Set up max notification Filters
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 271 class SNMPLimits < 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_limits', { 'max_communities' => VAPI::Bindings::IntegerType.instance, 'max_trap_destinations_v1' => VAPI::Bindings::IntegerType.instance, 'max_destinations_v3' => VAPI::Bindings::IntegerType.instance, 'max_notification_filters' => VAPI::Bindings::IntegerType.instance, 'max_community_length' => VAPI::Bindings::IntegerType.instance, 'max_buffer_size' => VAPI::Bindings::IntegerType.instance, }, SNMPLimits, false, nil) end end attr_accessor :max_communities, :max_trap_destinations_v1, :max_destinations_v3, :max_notification_filters, :max_community_length, :max_buffer_size # 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) max_trap_destinations_v1
Set up max trap destinations limit
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 271 class SNMPLimits < 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_limits', { 'max_communities' => VAPI::Bindings::IntegerType.instance, 'max_trap_destinations_v1' => VAPI::Bindings::IntegerType.instance, 'max_destinations_v3' => VAPI::Bindings::IntegerType.instance, 'max_notification_filters' => VAPI::Bindings::IntegerType.instance, 'max_community_length' => VAPI::Bindings::IntegerType.instance, 'max_buffer_size' => VAPI::Bindings::IntegerType.instance, }, SNMPLimits, false, nil) end end attr_accessor :max_communities, :max_trap_destinations_v1, :max_destinations_v3, :max_notification_filters, :max_community_length, :max_buffer_size # 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.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/techpreview/monitoring.rb', line 277 def binding_type @binding_type ||= VAPI::Bindings::StructType.new( 'com.vmware.appliance.techpreview.monitoring.snmp.SNMP_limits', { 'max_communities' => VAPI::Bindings::IntegerType.instance, 'max_trap_destinations_v1' => VAPI::Bindings::IntegerType.instance, 'max_destinations_v3' => VAPI::Bindings::IntegerType.instance, 'max_notification_filters' => VAPI::Bindings::IntegerType.instance, 'max_community_length' => VAPI::Bindings::IntegerType.instance, 'max_buffer_size' => VAPI::Bindings::IntegerType.instance, }, SNMPLimits, false, nil) end |