Class: IntersightClient::NiatelemetryNiaFeatureUsage

Inherits:
MoBaseMo
  • Object
show all
Defined in:
lib/intersight_client/models/niatelemetry_nia_feature_usage.rb

Overview

Object available at Device connector scope for feature and fabric information. This applies to APIC environment currently.

Defined Under Namespace

Classes: EnumAttributeValidator

Instance Attribute Summary collapse

Attributes inherited from MoBaseMo

#account_moid, #ancestors, #create_time, #display_names, #domain_group_moid, #mod_time, #moid, #owners, #parent, #permission_resources, #shared_scope, #tags, #version_context

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ NiatelemetryNiaFeatureUsage

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 643

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `IntersightClient::NiatelemetryNiaFeatureUsage` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.acceptable_attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `#{self.class.name}`. Please check the name to make sure it's valid. List of attributes: " + self.class.acceptable_attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  # call parent's initialize
  super(attributes)

  if attributes.key?(:'class_id')
    self.class_id = attributes[:'class_id']
  else
    self.class_id = 'niatelemetry.NiaFeatureUsage'
  end

  if attributes.key?(:'object_type')
    self.object_type = attributes[:'object_type']
  else
    self.object_type = 'niatelemetry.NiaFeatureUsage'
  end

  if attributes.key?(:'aaa_ldap_provider_count')
    self.aaa_ldap_provider_count = attributes[:'aaa_ldap_provider_count']
  end

  if attributes.key?(:'aaa_radius_provider_count')
    self.aaa_radius_provider_count = attributes[:'aaa_radius_provider_count']
  end

  if attributes.key?(:'aaa_tacacs_provider_count')
    self.aaa_tacacs_provider_count = attributes[:'aaa_tacacs_provider_count']
  end

  if attributes.key?(:'apic_count')
    self.apic_count = attributes[:'apic_count']
  end

  if attributes.key?(:'apic_is_telnet_enabled')
    self.apic_is_telnet_enabled = attributes[:'apic_is_telnet_enabled']
  end

  if attributes.key?(:'apic_ntp_count')
    self.apic_ntp_count = attributes[:'apic_ntp_count']
  end

  if attributes.key?(:'apic_snmp_community_count')
    self.apic_snmp_community_count = attributes[:'apic_snmp_community_count']
  end

  if attributes.key?(:'apic_sys_log_grp_count')
    self.apic_sys_log_grp_count = attributes[:'apic_sys_log_grp_count']
  end

  if attributes.key?(:'apic_sys_log_src_count')
    self.apic_sys_log_src_count = attributes[:'apic_sys_log_src_count']
  end

  if attributes.key?(:'app_center_count')
    self.app_center_count = attributes[:'app_center_count']
  end

  if attributes.key?(:'ave')
    self.ave = attributes[:'ave']
  end

  if attributes.key?(:'bd_count')
    self.bd_count = attributes[:'bd_count']
  end

  if attributes.key?(:'callhome_smart_group_count')
    self.callhome_smart_group_count = attributes[:'callhome_smart_group_count']
  end

  if attributes.key?(:'cloud_sec_peer_count')
    self.cloud_sec_peer_count = attributes[:'cloud_sec_peer_count']
  end

  if attributes.key?(:'comp_hv_count')
    self.comp_hv_count = attributes[:'comp_hv_count']
  end

  if attributes.key?(:'config_exportp_count')
    self.config_exportp_count = attributes[:'config_exportp_count']
  end

  if attributes.key?(:'config_job_count')
    self.config_job_count = attributes[:'config_job_count']
  end

  if attributes.key?(:'consistency_checker_app')
    self.consistency_checker_app = attributes[:'consistency_checker_app']
  end

  if attributes.key?(:'contract_count')
    self.contract_count = attributes[:'contract_count']
  end

  if attributes.key?(:'dns_count')
    self.dns_count = attributes[:'dns_count']
  end

  if attributes.key?(:'eigrp_count')
    self.eigrp_count = attributes[:'eigrp_count']
  end

  if attributes.key?(:'epg_count')
    self.epg_count = attributes[:'epg_count']
  end

  if attributes.key?(:'fabric_module_count')
    self.fabric_module_count = attributes[:'fabric_module_count']
  end

  if attributes.key?(:'fabric_setupp_count')
    self.fabric_setupp_count = attributes[:'fabric_setupp_count']
  end

  if attributes.key?(:'fcoe_nport_count')
    self.fcoe_nport_count = attributes[:'fcoe_nport_count']
  end

  if attributes.key?(:'fcoe_nport_dom_count')
    self.fcoe_nport_dom_count = attributes[:'fcoe_nport_dom_count']
  end

  if attributes.key?(:'fcoe_nport_vlan_count')
    self.fcoe_nport_vlan_count = attributes[:'fcoe_nport_vlan_count']
  end

  if attributes.key?(:'fcoe_nport_vsan_count')
    self.fcoe_nport_vsan_count = attributes[:'fcoe_nport_vsan_count']
  end

  if attributes.key?(:'fv_sla_def_count')
    self.fv_sla_def_count = attributes[:'fv_sla_def_count']
  end

  if attributes.key?(:'hsrp_count')
    self.hsrp_count = attributes[:'hsrp_count']
  end

  if attributes.key?(:'ibgp_count')
    self.ibgp_count = attributes[:'ibgp_count']
  end

  if attributes.key?(:'igmp_access_list_count')
    self.igmp_access_list_count = attributes[:'igmp_access_list_count']
  end

  if attributes.key?(:'igmp_snoop')
    self.igmp_snoop = attributes[:'igmp_snoop']
  end

  if attributes.key?(:'ip_epg_count')
    self.ip_epg_count = attributes[:'ip_epg_count']
  end

  if attributes.key?(:'is_bgp_route_reflectors_feature_used')
    self.is_bgp_route_reflectors_feature_used = attributes[:'is_bgp_route_reflectors_feature_used']
  end

  if attributes.key?(:'is_bridge_domains_feature_used')
    self.is_bridge_domains_feature_used = attributes[:'is_bridge_domains_feature_used']
  end

  if attributes.key?(:'is_common_local_user_name')
    self.is_common_local_user_name = attributes[:'is_common_local_user_name']
  end

  if attributes.key?(:'is_contracts_feature_used')
    self.is_contracts_feature_used = attributes[:'is_contracts_feature_used']
  end

  if attributes.key?(:'is_epg_feature_used')
    self.is_epg_feature_used = attributes[:'is_epg_feature_used']
  end

  if attributes.key?(:'is_filters_feature_used')
    self.is_filters_feature_used = attributes[:'is_filters_feature_used']
  end

  if attributes.key?(:'is_http_configured')
    self.is_http_configured = attributes[:'is_http_configured']
  end

  if attributes.key?(:'is_https_configured')
    self.is_https_configured = attributes[:'is_https_configured']
  end

  if attributes.key?(:'is_ntp_feature_used')
    self.is_ntp_feature_used = attributes[:'is_ntp_feature_used']
  end

  if attributes.key?(:'is_ptp_feature_used')
    self.is_ptp_feature_used = attributes[:'is_ptp_feature_used']
  end

  if attributes.key?(:'is_synce_feature_used')
    self.is_synce_feature_used = attributes[:'is_synce_feature_used']
  end

  if attributes.key?(:'is_tech_support_collected')
    self.is_tech_support_collected = attributes[:'is_tech_support_collected']
  end

  if attributes.key?(:'is_tenants_feature_used')
    self.is_tenants_feature_used = attributes[:'is_tenants_feature_used']
  end

  if attributes.key?(:'is_vrfs_feature_used')
    self.is_vrfs_feature_used = attributes[:'is_vrfs_feature_used']
  end

  if attributes.key?(:'isis_count')
    self.isis_count = attributes[:'isis_count']
  end

  if attributes.key?(:'l2_multicast')
    self.l2_multicast = attributes[:'l2_multicast']
  end

  if attributes.key?(:'leaf_count')
    self.leaf_count = attributes[:'leaf_count']
  end

  if attributes.key?(:'local_username_count')
    self.local_username_count = attributes[:'local_username_count']
  end

  if attributes.key?(:'login_block_duration')
    self. = attributes[:'login_block_duration']
  end

  if attributes.key?(:'login_max_failed_attempts')
    self. = attributes[:'login_max_failed_attempts']
  end

  if attributes.key?(:'login_max_failed_attempts_window')
    self. = attributes[:'login_max_failed_attempts_window']
  end

  if attributes.key?(:'maintenance_mode_count')
    self.maintenance_mode_count = attributes[:'maintenance_mode_count']
  end

  if attributes.key?(:'management_over_v6_count')
    self.management_over_v6_count = attributes[:'management_over_v6_count']
  end

  if attributes.key?(:'microsoft_useg_vmm_ep_pd_count')
    self.microsoft_useg_vmm_ep_pd_count = attributes[:'microsoft_useg_vmm_ep_pd_count']
  end

  if attributes.key?(:'net_flow_count')
    self.net_flow_count = attributes[:'net_flow_count']
  end

  if attributes.key?(:'nir')
    self.nir = attributes[:'nir']
  end

  if attributes.key?(:'open_stack')
    self.open_stack = attributes[:'open_stack']
  end

  if attributes.key?(:'opflex_kubernetes_count')
    self.opflex_kubernetes_count = attributes[:'opflex_kubernetes_count']
  end

  if attributes.key?(:'ospf_count')
    self.ospf_count = attributes[:'ospf_count']
  end

  if attributes.key?(:'password_history_count')
    self.password_history_count = attributes[:'password_history_count']
  end

  if attributes.key?(:'password_strength_check')
    self.password_strength_check = attributes[:'password_strength_check']
  end

  if attributes.key?(:'password_strength_profile_count')
    self.password_strength_profile_count = attributes[:'password_strength_profile_count']
  end

  if attributes.key?(:'poe_count')
    self.poe_count = attributes[:'poe_count']
  end

  if attributes.key?(:'port_security_count')
    self.port_security_count = attributes[:'port_security_count']
  end

  if attributes.key?(:'qin_vni_tunnel_count')
    self.qin_vni_tunnel_count = attributes[:'qin_vni_tunnel_count']
  end

  if attributes.key?(:'qos_cong_count')
    self.qos_cong_count = attributes[:'qos_cong_count']
  end

  if attributes.key?(:'qos_pfc_pol_count')
    self.qos_pfc_pol_count = attributes[:'qos_pfc_pol_count']
  end

  if attributes.key?(:'realm_count')
    self.realm_count = attributes[:'realm_count']
  end

  if attributes.key?(:'record_type')
    self.record_type = attributes[:'record_type']
  end

  if attributes.key?(:'record_version')
    self.record_version = attributes[:'record_version']
  end

  if attributes.key?(:'remote_leaf_count')
    self.remote_leaf_count = attributes[:'remote_leaf_count']
  end

  if attributes.key?(:'scvmm_count')
    self.scvmm_count = attributes[:'scvmm_count']
  end

  if attributes.key?(:'shared_l3_out_count')
    self.shared_l3_out_count = attributes[:'shared_l3_out_count']
  end

  if attributes.key?(:'site_name')
    self.site_name = attributes[:'site_name']
  end

  if attributes.key?(:'smart_call_home')
    self.smart_call_home = attributes[:'smart_call_home']
  end

  if attributes.key?(:'smart_license')
    self.smart_license = attributes[:'smart_license']
  end

  if attributes.key?(:'snapshot_count')
    self.snapshot_count = attributes[:'snapshot_count']
  end

  if attributes.key?(:'snmp')
    self.snmp = attributes[:'snmp']
  end

  if attributes.key?(:'snmp_community_access_count')
    self.snmp_community_access_count = attributes[:'snmp_community_access_count']
  end

  if attributes.key?(:'snmp_group_count')
    self.snmp_group_count = attributes[:'snmp_group_count']
  end

  if attributes.key?(:'snmp_trap_count')
    self.snmp_trap_count = attributes[:'snmp_trap_count']
  end

  if attributes.key?(:'snmp_v3_count')
    self.snmp_v3_count = attributes[:'snmp_v3_count']
  end

  if attributes.key?(:'span_count')
    self.span_count = attributes[:'span_count']
  end

  if attributes.key?(:'span_dst_count')
    self.span_dst_count = attributes[:'span_dst_count']
  end

  if attributes.key?(:'span_src_count')
    self.span_src_count = attributes[:'span_src_count']
  end

  if attributes.key?(:'spine_count')
    self.spine_count = attributes[:'spine_count']
  end

  if attributes.key?(:'ssh_over_v6_count')
    self.ssh_over_v6_count = attributes[:'ssh_over_v6_count']
  end

  if attributes.key?(:'ssh_v2_count')
    self.ssh_v2_count = attributes[:'ssh_v2_count']
  end

  if attributes.key?(:'supervisor_module_count')
    self.supervisor_module_count = attributes[:'supervisor_module_count']
  end

  if attributes.key?(:'syslog_group_count')
    self.syslog_group_count = attributes[:'syslog_group_count']
  end

  if attributes.key?(:'syslog_over_v6_count')
    self.syslog_over_v6_count = attributes[:'syslog_over_v6_count']
  end

  if attributes.key?(:'system_controller_count')
    self.system_controller_count = attributes[:'system_controller_count']
  end

  if attributes.key?(:'tacacs_group_count')
    self.tacacs_group_count = attributes[:'tacacs_group_count']
  end

  if attributes.key?(:'tenant_count')
    self.tenant_count = attributes[:'tenant_count']
  end

  if attributes.key?(:'tier_two_leaf_count')
    self.tier_two_leaf_count = attributes[:'tier_two_leaf_count']
  end

  if attributes.key?(:'total_critical_faults')
    self.total_critical_faults = attributes[:'total_critical_faults']
  end

  if attributes.key?(:'twamp')
    self.twamp = attributes[:'twamp']
  end

  if attributes.key?(:'useg')
    self.useg = attributes[:'useg']
  end

  if attributes.key?(:'vm_ware_vds_count')
    self.vm_ware_vds_count = attributes[:'vm_ware_vds_count']
  end

  if attributes.key?(:'vmm_ctrlrp_count')
    self.vmm_ctrlrp_count = attributes[:'vmm_ctrlrp_count']
  end

  if attributes.key?(:'vmm_domp_count')
    self.vmm_domp_count = attributes[:'vmm_domp_count']
  end

  if attributes.key?(:'vmm_ep_pd_count')
    self.vmm_ep_pd_count = attributes[:'vmm_ep_pd_count']
  end

  if attributes.key?(:'vnsm_dev_count')
    self.vnsm_dev_count = attributes[:'vnsm_dev_count']
  end

  if attributes.key?(:'vpod_count')
    self.vpod_count = attributes[:'vpod_count']
  end

  if attributes.key?(:'webtoken_timeout_seconds')
    self.webtoken_timeout_seconds = attributes[:'webtoken_timeout_seconds']
  end

  if attributes.key?(:'registered_device')
    self.registered_device = attributes[:'registered_device']
  end
end

Instance Attribute Details

#aaa_ldap_provider_countObject

Returns the total number of AAA Ldap Providers.



26
27
28
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 26

def aaa_ldap_provider_count
  @aaa_ldap_provider_count
end

#aaa_radius_provider_countObject

Returns the total number of AAA Radius Providers.



29
30
31
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 29

def aaa_radius_provider_count
  @aaa_radius_provider_count
end

#aaa_tacacs_provider_countObject

Returns the total number of AAA Tacacs Providers.



32
33
34
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 32

def aaa_tacacs_provider_count
  @aaa_tacacs_provider_count
end

#apic_countObject

Number of APIC controllers. This determines the value of controllers for the fabric.



35
36
37
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 35

def apic_count
  @apic_count
end

#apic_is_telnet_enabledObject

Returns if telnet is enabled on APIC.



38
39
40
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 38

def apic_is_telnet_enabled
  @apic_is_telnet_enabled
end

#apic_ntp_countObject

Count of NTP servers configured on APIC.



41
42
43
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 41

def apic_ntp_count
  @apic_ntp_count
end

#apic_snmp_community_countObject

Number of SNMP communities configured on APIC.



44
45
46
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 44

def apic_snmp_community_count
  @apic_snmp_community_count
end

#apic_sys_log_grp_countObject

Number of logging groups configured on APIC.



47
48
49
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 47

def apic_sys_log_grp_count
  @apic_sys_log_grp_count
end

#apic_sys_log_src_countObject

Number of logging sources configured on APIC.



50
51
52
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 50

def apic_sys_log_src_count
  @apic_sys_log_src_count
end

#app_center_countObject

ACI APPs feature usage scale.



53
54
55
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 53

def app_center_count
  @app_center_count
end

#aveObject

AVE feature usage. This determines if ACI virtual edge feature is enabled or disabled.



56
57
58
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 56

def ave
  @ave
end

#bd_countObject

Number of BDs. This determines the total number of Broadcast Domains across the fabric.



59
60
61
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 59

def bd_count
  @bd_count
end

#callhome_smart_group_countObject

Number of call home smart monitoring policies on the fabric.



62
63
64
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 62

def callhome_smart_group_count
  @callhome_smart_group_count
end

#class_idObject

The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.



20
21
22
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 20

def class_id
  @class_id
end

#cloud_sec_peer_countObject

Number of Cloudsec SA peers.



65
66
67
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 65

def cloud_sec_peer_count
  @cloud_sec_peer_count
end

#comp_hv_countObject

Number of compute hypervisors on the fabric.



68
69
70
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 68

def comp_hv_count
  @comp_hv_count
end

#config_exportp_countObject

Number of system backup configure export policies on the fabric.



71
72
73
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 71

def config_exportp_count
  @config_exportp_count
end

#config_job_countObject

Number of system backup configure jobs on the fabric.



74
75
76
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 74

def config_job_count
  @config_job_count
end

#consistency_checker_appObject

Consistency checker application usage. This determines if the fabric has Consistency checker application installed.



77
78
79
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 77

def consistency_checker_app
  @consistency_checker_app
end

#contract_countObject

Number of contracts. This determines the total number of Contracts configured across the fabric.



80
81
82
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 80

def contract_count
  @contract_count
end

#dns_countObject

DNS feature usage. This determines the total number of DNS configurations across the fabric.



83
84
85
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 83

def dns_count
  @dns_count
end

#eigrp_countObject

Eigrp feature usage. This determines the total number of EIGRP sessions across the fabric.



86
87
88
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 86

def eigrp_count
  @eigrp_count
end

#epg_countObject

Number of End Point Groups. This determines the total number of End Point Groups across the fabric.



89
90
91
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 89

def epg_count
  @epg_count
end

#fabric_module_countObject

Returns the total number of fabric module slots.



92
93
94
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 92

def fabric_module_count
  @fabric_module_count
end

#fabric_setupp_countObject

Number of Multi-Pods per fabric.



95
96
97
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 95

def fabric_setupp_count
  @fabric_setupp_count
end

#fcoe_nport_countObject

Total number of FCoE N-Port for DOM, VSAn, and VLAN.



98
99
100
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 98

def fcoe_nport_count
  @fcoe_nport_count
end

#fcoe_nport_dom_countObject

Number of FCoE N-Port DOM.



101
102
103
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 101

def fcoe_nport_dom_count
  @fcoe_nport_dom_count
end

#fcoe_nport_vlan_countObject

Number of FCoE N-Port VLAN.



104
105
106
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 104

def fcoe_nport_vlan_count
  @fcoe_nport_vlan_count
end

#fcoe_nport_vsan_countObject

Number of FCoE N-Port VSAN.



107
108
109
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 107

def fcoe_nport_vsan_count
  @fcoe_nport_vsan_count
end

#fv_sla_def_countObject

Number of Internet Protocol Service Level Agreements Monitoring policy objects for object tracking.



110
111
112
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 110

def fv_sla_def_count
  @fv_sla_def_count
end

#hsrp_countObject

Hsrp feature usage. This determines the total number of HSRP sessions across the fabric.



113
114
115
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 113

def hsrp_count
  @hsrp_count
end

#ibgp_countObject

Ibgp feature usage. This determines the total number of BGP sessions across the fabric.



116
117
118
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 116

def ibgp_count
  @ibgp_count
end

#igmp_access_list_countObject

IGMP Access List feature usage. This determines the total number of IGMP access lists configured across the fabric.



119
120
121
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 119

def igmp_access_list_count
  @igmp_access_list_count
end

#igmp_snoopObject

IGMP Snooping feature usage. This determines if this feature is enabled or disabled.



122
123
124
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 122

def igmp_snoop
  @igmp_snoop
end

#ip_epg_countObject

Number of IP based End Point Groups. This determines the total number of IP End Point Groups across the fabric.



125
126
127
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 125

def ip_epg_count
  @ip_epg_count
end

#is_bgp_route_reflectors_feature_usedObject

BGP route reflector usage on APIC.



128
129
130
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 128

def is_bgp_route_reflectors_feature_used
  @is_bgp_route_reflectors_feature_used
end

#is_bridge_domains_feature_usedObject

Brodge domains feature usage on APIC controller.



131
132
133
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 131

def is_bridge_domains_feature_used
  @is_bridge_domains_feature_used
end

#is_common_local_user_nameObject

Returns value of isCommonLocalUserName field.



134
135
136
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 134

def is_common_local_user_name
  @is_common_local_user_name
end

#is_contracts_feature_usedObject

Contracts feature usage on APIC controller.



137
138
139
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 137

def is_contracts_feature_used
  @is_contracts_feature_used
end

#is_epg_feature_usedObject

EPG feature usage on APIC controller.



140
141
142
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 140

def is_epg_feature_used
  @is_epg_feature_used
end

#is_filters_feature_usedObject

Filters feature usage on APIC.



143
144
145
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 143

def is_filters_feature_used
  @is_filters_feature_used
end

#is_http_configuredObject

Returns if HTTP is configured.



146
147
148
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 146

def is_http_configured
  @is_http_configured
end

#is_https_configuredObject

Returns if HTTPS is configured.



149
150
151
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 149

def is_https_configured
  @is_https_configured
end

#is_ntp_feature_usedObject

NTP feature usage on APIC controller.



152
153
154
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 152

def is_ntp_feature_used
  @is_ntp_feature_used
end

#is_ptp_feature_usedObject

Ptp feature usage on APIC.



155
156
157
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 155

def is_ptp_feature_used
  @is_ptp_feature_used
end

#is_synce_feature_usedObject

Synce feature usage on APIC.



158
159
160
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 158

def is_synce_feature_used
  @is_synce_feature_used
end

#is_tech_support_collectedObject

Status of techsupport collection.



161
162
163
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 161

def is_tech_support_collected
  @is_tech_support_collected
end

#is_tenants_feature_usedObject

Tenants feature usage on APIC.



164
165
166
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 164

def is_tenants_feature_used
  @is_tenants_feature_used
end

#is_vrfs_feature_usedObject

VRF feature usage on APIC controller.



167
168
169
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 167

def is_vrfs_feature_used
  @is_vrfs_feature_used
end

#isis_countObject

Isis feature usage. This determines the total number of ISIS sessions across the fabric.



170
171
172
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 170

def isis_count
  @isis_count
end

#l2_multicastObject

L2Multicast feature usage. This determines if this Layer 2 Multicast feature is being enabled / disabled on the fabric.



173
174
175
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 173

def l2_multicast
  @l2_multicast
end

#leaf_countObject

Number of Leafs. This determines the total number of Leaf switches in the fabric.



176
177
178
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 176

def leaf_count
  @leaf_count
end

#local_username_countObject

Returns count of local users.



179
180
181
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 179

def local_username_count
  @local_username_count
end

#login_block_durationObject

Returns login block duration value.



182
183
184
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 182

def 
  @login_block_duration
end

#login_max_failed_attemptsObject

Returns the maximum failed attempts on login.



185
186
187
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 185

def 
  @login_max_failed_attempts
end

#login_max_failed_attempts_windowObject

Returns the maximum failed attempt windows on login.



188
189
190
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 188

def 
  @login_max_failed_attempts_window
end

#maintenance_mode_countObject

Maintenance Mode feature usage. This determines the number of switches that are currently in maintenance mode.



191
192
193
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 191

def maintenance_mode_count
  @maintenance_mode_count
end

#management_over_v6_countObject

Management over IPv6 feature usage. This determines the total number of IPv6 configurtaions in the fabric.



194
195
196
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 194

def management_over_v6_count
  @management_over_v6_count
end

#microsoft_useg_vmm_ep_pd_countObject

Number of Microsoft microsegmentation VmmEpPD objects. Ensures that Microsoft was configured.



197
198
199
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 197

def microsoft_useg_vmm_ep_pd_count
  @microsoft_useg_vmm_ep_pd_count
end

#net_flow_countObject

Number of Netflow monitor policies.



200
201
202
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 200

def net_flow_count
  @net_flow_count
end

#nirObject

NIR application usage. This determines if the fabric has NIR application installed.



203
204
205
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 203

def nir
  @nir
end

#object_typeObject

The fully-qualified name of the instantiated, concrete type. The value should be the same as the ‘ClassId’ property.



23
24
25
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 23

def object_type
  @object_type
end

#open_stackObject

Open stack feature usage.



206
207
208
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 206

def open_stack
  @open_stack
end

#opflex_kubernetes_countObject

Opflex for Kubernetes feature usage. This determines the total number of VMM sessions of type kubernetes.



209
210
211
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 209

def opflex_kubernetes_count
  @opflex_kubernetes_count
end

#ospf_countObject

Ospf feature usage. This determines the total number of OSPF sessions across the fabric.



212
213
214
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 212

def ospf_count
  @ospf_count
end

#password_history_countObject

Returns count of passwords.



215
216
217
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 215

def password_history_count
  @password_history_count
end

#password_strength_checkObject

Returns if the password is strong or not.



218
219
220
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 218

def password_strength_check
  @password_strength_check
end

#password_strength_profile_countObject

Returns the number of password strength profile.



221
222
223
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 221

def password_strength_profile_count
  @password_strength_profile_count
end

#poe_countObject

POE feature usage. This determines the total number of POE configurations across the fabric.



224
225
226
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 224

def poe_count
  @poe_count
end

#port_security_countObject

Number of objects with Port Security enabled. Non-Zero value indicates the object as enabled.



227
228
229
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 227

def port_security_count
  @port_security_count
end

#qin_vni_tunnel_countObject

QinVniTunnel feature usage. This determines if the qinVniTunnel feature is being used on the fabric and the scale of it.



230
231
232
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 230

def qin_vni_tunnel_count
  @qin_vni_tunnel_count
end

#qos_cong_countObject

Number of Quality Of Service congestion class.



233
234
235
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 233

def qos_cong_count
  @qos_cong_count
end

#qos_pfc_pol_countObject

Number of Quality Of Service class.



236
237
238
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 236

def qos_pfc_pol_count
  @qos_pfc_pol_count
end

#realm_countObject

Returns the value of count of realms.



239
240
241
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 239

def realm_count
  @realm_count
end

#record_typeObject

Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.



242
243
244
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 242

def record_type
  @record_type
end

#record_versionObject

Version of record being pushed. This determines what was the API version for data available from the device.



245
246
247
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 245

def record_version
  @record_version
end

#registered_deviceObject

Returns the value of attribute registered_device.



351
352
353
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 351

def registered_device
  @registered_device
end

#remote_leaf_countObject

Number of remote Leafs. This determines the total number of remote leaf switches in the fabric.



248
249
250
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 248

def remote_leaf_count
  @remote_leaf_count
end

#scvmm_countObject

SCVMM feature usage. This determines the total number of SCVMM configurations in the fabric.



251
252
253
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 251

def scvmm_count
  @scvmm_count
end

#shared_l3_out_countObject

SharedL3Out feature usage. This determines the total number of Shared L3 out configured across the fabric.



254
255
256
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 254

def shared_l3_out_count
  @shared_l3_out_count
end

#site_nameObject

The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites. There will be a feature usage object per site in Multi site scenario. In multi-site scenario the site name is available in all the requests being made.



257
258
259
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 257

def site_name
  @site_name
end

#smart_call_homeObject

Smart callhome feature usage. This determines if this feature is being enabled or disabled.



260
261
262
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 260

def smart_call_home
  @smart_call_home
end

#smart_licenseObject

Returns the value of attribute smart_license.



262
263
264
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 262

def smart_license
  @smart_license
end

#snapshot_countObject

Returns count of snapshots.



265
266
267
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 265

def snapshot_count
  @snapshot_count
end

#snmpObject

SNMP feature usage. This determines if this feature is enabled or disabled.



268
269
270
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 268

def snmp
  @snmp
end

#snmp_community_access_countObject

Returns count of SNMP Community Access.



271
272
273
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 271

def snmp_community_access_count
  @snmp_community_access_count
end

#snmp_group_countObject

Number of SNMP monitoring policies on the fabric.



274
275
276
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 274

def snmp_group_count
  @snmp_group_count
end

#snmp_trap_countObject

Returns count of SNMP trap.



277
278
279
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 277

def snmp_trap_count
  @snmp_trap_count
end

#snmp_v3_countObject

Returns count of SNMP V3 on the fabric.



280
281
282
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 280

def snmp_v3_count
  @snmp_v3_count
end

#span_countObject

Number of Span Sources and Destinations.



283
284
285
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 283

def span_count
  @span_count
end

#span_dst_countObject

Number of Span Destinations with valid state.



286
287
288
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 286

def span_dst_count
  @span_dst_count
end

#span_src_countObject

Number of Span Sources with valid state.



289
290
291
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 289

def span_src_count
  @span_src_count
end

#spine_countObject

Number of Spines. This determines the total number of spine switches in the fabric.



292
293
294
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 292

def spine_count
  @spine_count
end

#ssh_over_v6_countObject

Ssh over IPv6 feature usage. This determines the total number of IPv6 configurtaions in the fabric.



295
296
297
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 295

def ssh_over_v6_count
  @ssh_over_v6_count
end

#ssh_v2_countObject

Returns count of ssh V2 on the fabric.



298
299
300
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 298

def ssh_v2_count
  @ssh_v2_count
end

#supervisor_module_countObject

Returns the total number of supervisor module slots.



301
302
303
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 301

def supervisor_module_count
  @supervisor_module_count
end

#syslog_group_countObject

Number of syslog monitoring policies on the fabric.



304
305
306
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 304

def syslog_group_count
  @syslog_group_count
end

#syslog_over_v6_countObject

Syslog over IPv6 feature usage. This determines the total number of IPv6 configurtaions in the fabric.



307
308
309
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 307

def syslog_over_v6_count
  @syslog_over_v6_count
end

#system_controller_countObject

Returns the total number of system controller slots.



310
311
312
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 310

def system_controller_count
  @system_controller_count
end

#tacacs_group_countObject

Number of tacacs monitoring policies on the fabric.



313
314
315
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 313

def tacacs_group_count
  @tacacs_group_count
end

#tenant_countObject

Number of tenants. This determines the total number of tenants configured across the fabric.



316
317
318
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 316

def tenant_count
  @tenant_count
end

#tier_two_leaf_countObject

Number of tier 2 Leafs. This determines the total number of tier 2 Leaf switches in the fabric.



319
320
321
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 319

def tier_two_leaf_count
  @tier_two_leaf_count
end

#total_critical_faultsObject

Returns the total number of critical faults.



322
323
324
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 322

def total_critical_faults
  @total_critical_faults
end

#twampObject

TWAMP feature usage. This determines if this feature is enabled or disabled.



325
326
327
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 325

def twamp
  @twamp
end

#usegObject

VMM uSegmentation feature usage. This determines if microsegmentation feature is enabled or disabled.



328
329
330
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 328

def useg
  @useg
end

#vm_ware_vds_countObject

Number of objects with VmWare vCenter 6.5 support. Checks the controller revision value.



331
332
333
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 331

def vm_ware_vds_count
  @vm_ware_vds_count
end

#vmm_ctrlrp_countObject

Number of Virtual Machine Monitor controller policy objects for VMware vCenter.



334
335
336
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 334

def vmm_ctrlrp_count
  @vmm_ctrlrp_count
end

#vmm_domp_countObject

Number of Virtual Machine Monitor domain policy model objects for VMware vCenter.



337
338
339
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 337

def vmm_domp_count
  @vmm_domp_count
end

#vmm_ep_pd_countObject

Microsegmentation Distributed Virtual Switch feature usage. Gets the number of objects associated to VMware vCenter.



340
341
342
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 340

def vmm_ep_pd_count
  @vmm_ep_pd_count
end

#vnsm_dev_countObject

Number of objects with L4-L7 Device Package Import enabled. Checks for the vendor and the model.



343
344
345
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 343

def vnsm_dev_count
  @vnsm_dev_count
end

#vpod_countObject

Virtual pod feature usage. This determines the total number of virtual POD configurations in the fabrics.



346
347
348
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 346

def vpod_count
  @vpod_count
end

#webtoken_timeout_secondsObject

Timeout for web token in seconds.



349
350
351
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 349

def webtoken_timeout_seconds
  @webtoken_timeout_seconds
end

Class Method Details

.acceptable_attribute_mapObject

Returns the key-value map of all the JSON attributes this model knows about, including the ones defined in its parent(s)



499
500
501
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 499

def self.acceptable_attribute_map
  attribute_map.merge(superclass.acceptable_attribute_map)
end

.acceptable_attributesObject

Returns all the JSON keys this model knows about, including the ones defined in its parent(s)



494
495
496
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 494

def self.acceptable_attributes
  attribute_map.values.concat(superclass.acceptable_attributes)
end

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
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
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 376

def self.attribute_map
  {
    :'class_id' => :'ClassId',
    :'object_type' => :'ObjectType',
    :'aaa_ldap_provider_count' => :'AaaLdapProviderCount',
    :'aaa_radius_provider_count' => :'AaaRadiusProviderCount',
    :'aaa_tacacs_provider_count' => :'AaaTacacsProviderCount',
    :'apic_count' => :'ApicCount',
    :'apic_is_telnet_enabled' => :'ApicIsTelnetEnabled',
    :'apic_ntp_count' => :'ApicNtpCount',
    :'apic_snmp_community_count' => :'ApicSnmpCommunityCount',
    :'apic_sys_log_grp_count' => :'ApicSysLogGrpCount',
    :'apic_sys_log_src_count' => :'ApicSysLogSrcCount',
    :'app_center_count' => :'AppCenterCount',
    :'ave' => :'Ave',
    :'bd_count' => :'BdCount',
    :'callhome_smart_group_count' => :'CallhomeSmartGroupCount',
    :'cloud_sec_peer_count' => :'CloudSecPeerCount',
    :'comp_hv_count' => :'CompHvCount',
    :'config_exportp_count' => :'ConfigExportpCount',
    :'config_job_count' => :'ConfigJobCount',
    :'consistency_checker_app' => :'ConsistencyCheckerApp',
    :'contract_count' => :'ContractCount',
    :'dns_count' => :'DnsCount',
    :'eigrp_count' => :'EigrpCount',
    :'epg_count' => :'EpgCount',
    :'fabric_module_count' => :'FabricModuleCount',
    :'fabric_setupp_count' => :'FabricSetuppCount',
    :'fcoe_nport_count' => :'FcoeNportCount',
    :'fcoe_nport_dom_count' => :'FcoeNportDomCount',
    :'fcoe_nport_vlan_count' => :'FcoeNportVlanCount',
    :'fcoe_nport_vsan_count' => :'FcoeNportVsanCount',
    :'fv_sla_def_count' => :'FvSlaDefCount',
    :'hsrp_count' => :'HsrpCount',
    :'ibgp_count' => :'IbgpCount',
    :'igmp_access_list_count' => :'IgmpAccessListCount',
    :'igmp_snoop' => :'IgmpSnoop',
    :'ip_epg_count' => :'IpEpgCount',
    :'is_bgp_route_reflectors_feature_used' => :'IsBgpRouteReflectorsFeatureUsed',
    :'is_bridge_domains_feature_used' => :'IsBridgeDomainsFeatureUsed',
    :'is_common_local_user_name' => :'IsCommonLocalUserName',
    :'is_contracts_feature_used' => :'IsContractsFeatureUsed',
    :'is_epg_feature_used' => :'IsEpgFeatureUsed',
    :'is_filters_feature_used' => :'IsFiltersFeatureUsed',
    :'is_http_configured' => :'IsHttpConfigured',
    :'is_https_configured' => :'IsHttpsConfigured',
    :'is_ntp_feature_used' => :'IsNtpFeatureUsed',
    :'is_ptp_feature_used' => :'IsPtpFeatureUsed',
    :'is_synce_feature_used' => :'IsSynceFeatureUsed',
    :'is_tech_support_collected' => :'IsTechSupportCollected',
    :'is_tenants_feature_used' => :'IsTenantsFeatureUsed',
    :'is_vrfs_feature_used' => :'IsVrfsFeatureUsed',
    :'isis_count' => :'IsisCount',
    :'l2_multicast' => :'L2Multicast',
    :'leaf_count' => :'LeafCount',
    :'local_username_count' => :'LocalUsernameCount',
    :'login_block_duration' => :'LoginBlockDuration',
    :'login_max_failed_attempts' => :'LoginMaxFailedAttempts',
    :'login_max_failed_attempts_window' => :'LoginMaxFailedAttemptsWindow',
    :'maintenance_mode_count' => :'MaintenanceModeCount',
    :'management_over_v6_count' => :'ManagementOverV6Count',
    :'microsoft_useg_vmm_ep_pd_count' => :'MicrosoftUsegVmmEpPdCount',
    :'net_flow_count' => :'NetFlowCount',
    :'nir' => :'Nir',
    :'open_stack' => :'OpenStack',
    :'opflex_kubernetes_count' => :'OpflexKubernetesCount',
    :'ospf_count' => :'OspfCount',
    :'password_history_count' => :'PasswordHistoryCount',
    :'password_strength_check' => :'PasswordStrengthCheck',
    :'password_strength_profile_count' => :'PasswordStrengthProfileCount',
    :'poe_count' => :'PoeCount',
    :'port_security_count' => :'PortSecurityCount',
    :'qin_vni_tunnel_count' => :'QinVniTunnelCount',
    :'qos_cong_count' => :'QosCongCount',
    :'qos_pfc_pol_count' => :'QosPfcPolCount',
    :'realm_count' => :'RealmCount',
    :'record_type' => :'RecordType',
    :'record_version' => :'RecordVersion',
    :'remote_leaf_count' => :'RemoteLeafCount',
    :'scvmm_count' => :'ScvmmCount',
    :'shared_l3_out_count' => :'SharedL3OutCount',
    :'site_name' => :'SiteName',
    :'smart_call_home' => :'SmartCallHome',
    :'smart_license' => :'SmartLicense',
    :'snapshot_count' => :'SnapshotCount',
    :'snmp' => :'Snmp',
    :'snmp_community_access_count' => :'SnmpCommunityAccessCount',
    :'snmp_group_count' => :'SnmpGroupCount',
    :'snmp_trap_count' => :'SnmpTrapCount',
    :'snmp_v3_count' => :'SnmpV3Count',
    :'span_count' => :'SpanCount',
    :'span_dst_count' => :'SpanDstCount',
    :'span_src_count' => :'SpanSrcCount',
    :'spine_count' => :'SpineCount',
    :'ssh_over_v6_count' => :'SshOverV6Count',
    :'ssh_v2_count' => :'SshV2Count',
    :'supervisor_module_count' => :'SupervisorModuleCount',
    :'syslog_group_count' => :'SyslogGroupCount',
    :'syslog_over_v6_count' => :'SyslogOverV6Count',
    :'system_controller_count' => :'SystemControllerCount',
    :'tacacs_group_count' => :'TacacsGroupCount',
    :'tenant_count' => :'TenantCount',
    :'tier_two_leaf_count' => :'TierTwoLeafCount',
    :'total_critical_faults' => :'TotalCriticalFaults',
    :'twamp' => :'Twamp',
    :'useg' => :'Useg',
    :'vm_ware_vds_count' => :'VmWareVdsCount',
    :'vmm_ctrlrp_count' => :'VmmCtrlrpCount',
    :'vmm_domp_count' => :'VmmDompCount',
    :'vmm_ep_pd_count' => :'VmmEpPdCount',
    :'vnsm_dev_count' => :'VnsmDevCount',
    :'vpod_count' => :'VpodCount',
    :'webtoken_timeout_seconds' => :'WebtokenTimeoutSeconds',
    :'registered_device' => :'RegisteredDevice'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



1293
1294
1295
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1293

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end

.openapi_all_ofObject

List of class defined in allOf (OpenAPI v3)



629
630
631
632
633
634
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 629

def self.openapi_all_of
  [
  :'MoBaseMo',
  :'NiatelemetryNiaFeatureUsageAllOf'
  ]
end

.openapi_discriminator_nameObject

discriminator’s property name in OpenAPI v3



637
638
639
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 637

def self.openapi_discriminator_name
  :'ClassId'
end

.openapi_nullableObject

List of attributes with nullable: true



622
623
624
625
626
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 622

def self.openapi_nullable
  Set.new([
    :'smart_license',
  ])
end

.openapi_typesObject

Attribute type mapping.



504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 504

def self.openapi_types
  {
    :'class_id' => :'String',
    :'object_type' => :'String',
    :'aaa_ldap_provider_count' => :'Integer',
    :'aaa_radius_provider_count' => :'Integer',
    :'aaa_tacacs_provider_count' => :'Integer',
    :'apic_count' => :'Integer',
    :'apic_is_telnet_enabled' => :'Boolean',
    :'apic_ntp_count' => :'Integer',
    :'apic_snmp_community_count' => :'Integer',
    :'apic_sys_log_grp_count' => :'Integer',
    :'apic_sys_log_src_count' => :'Integer',
    :'app_center_count' => :'Integer',
    :'ave' => :'String',
    :'bd_count' => :'Integer',
    :'callhome_smart_group_count' => :'Integer',
    :'cloud_sec_peer_count' => :'Integer',
    :'comp_hv_count' => :'Integer',
    :'config_exportp_count' => :'Integer',
    :'config_job_count' => :'Integer',
    :'consistency_checker_app' => :'String',
    :'contract_count' => :'Integer',
    :'dns_count' => :'Integer',
    :'eigrp_count' => :'Integer',
    :'epg_count' => :'Integer',
    :'fabric_module_count' => :'Integer',
    :'fabric_setupp_count' => :'Integer',
    :'fcoe_nport_count' => :'Integer',
    :'fcoe_nport_dom_count' => :'Integer',
    :'fcoe_nport_vlan_count' => :'Integer',
    :'fcoe_nport_vsan_count' => :'Integer',
    :'fv_sla_def_count' => :'Integer',
    :'hsrp_count' => :'Integer',
    :'ibgp_count' => :'Integer',
    :'igmp_access_list_count' => :'Integer',
    :'igmp_snoop' => :'String',
    :'ip_epg_count' => :'Integer',
    :'is_bgp_route_reflectors_feature_used' => :'Boolean',
    :'is_bridge_domains_feature_used' => :'Boolean',
    :'is_common_local_user_name' => :'Boolean',
    :'is_contracts_feature_used' => :'Boolean',
    :'is_epg_feature_used' => :'Boolean',
    :'is_filters_feature_used' => :'Boolean',
    :'is_http_configured' => :'Boolean',
    :'is_https_configured' => :'Boolean',
    :'is_ntp_feature_used' => :'Boolean',
    :'is_ptp_feature_used' => :'Boolean',
    :'is_synce_feature_used' => :'Boolean',
    :'is_tech_support_collected' => :'String',
    :'is_tenants_feature_used' => :'Boolean',
    :'is_vrfs_feature_used' => :'Boolean',
    :'isis_count' => :'Integer',
    :'l2_multicast' => :'String',
    :'leaf_count' => :'Integer',
    :'local_username_count' => :'Integer',
    :'login_block_duration' => :'Integer',
    :'login_max_failed_attempts' => :'Integer',
    :'login_max_failed_attempts_window' => :'Integer',
    :'maintenance_mode_count' => :'Integer',
    :'management_over_v6_count' => :'Integer',
    :'microsoft_useg_vmm_ep_pd_count' => :'Integer',
    :'net_flow_count' => :'Integer',
    :'nir' => :'String',
    :'open_stack' => :'String',
    :'opflex_kubernetes_count' => :'Integer',
    :'ospf_count' => :'Integer',
    :'password_history_count' => :'Integer',
    :'password_strength_check' => :'String',
    :'password_strength_profile_count' => :'Integer',
    :'poe_count' => :'Integer',
    :'port_security_count' => :'Integer',
    :'qin_vni_tunnel_count' => :'Integer',
    :'qos_cong_count' => :'Integer',
    :'qos_pfc_pol_count' => :'Integer',
    :'realm_count' => :'Integer',
    :'record_type' => :'String',
    :'record_version' => :'String',
    :'remote_leaf_count' => :'Integer',
    :'scvmm_count' => :'Integer',
    :'shared_l3_out_count' => :'Integer',
    :'site_name' => :'String',
    :'smart_call_home' => :'String',
    :'smart_license' => :'NiatelemetrySmartLicense',
    :'snapshot_count' => :'Integer',
    :'snmp' => :'String',
    :'snmp_community_access_count' => :'Integer',
    :'snmp_group_count' => :'Integer',
    :'snmp_trap_count' => :'Integer',
    :'snmp_v3_count' => :'Integer',
    :'span_count' => :'Integer',
    :'span_dst_count' => :'Integer',
    :'span_src_count' => :'Integer',
    :'spine_count' => :'Integer',
    :'ssh_over_v6_count' => :'Integer',
    :'ssh_v2_count' => :'Integer',
    :'supervisor_module_count' => :'Integer',
    :'syslog_group_count' => :'Integer',
    :'syslog_over_v6_count' => :'Integer',
    :'system_controller_count' => :'Integer',
    :'tacacs_group_count' => :'Integer',
    :'tenant_count' => :'Integer',
    :'tier_two_leaf_count' => :'Integer',
    :'total_critical_faults' => :'Integer',
    :'twamp' => :'String',
    :'useg' => :'String',
    :'vm_ware_vds_count' => :'Integer',
    :'vmm_ctrlrp_count' => :'Integer',
    :'vmm_domp_count' => :'Integer',
    :'vmm_ep_pd_count' => :'Integer',
    :'vnsm_dev_count' => :'Integer',
    :'vpod_count' => :'Integer',
    :'webtoken_timeout_seconds' => :'Integer',
    :'registered_device' => :'AssetDeviceRegistrationRelationship'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1161

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      class_id == o.class_id &&
      object_type == o.object_type &&
      aaa_ldap_provider_count == o.aaa_ldap_provider_count &&
      aaa_radius_provider_count == o.aaa_radius_provider_count &&
      aaa_tacacs_provider_count == o.aaa_tacacs_provider_count &&
      apic_count == o.apic_count &&
      apic_is_telnet_enabled == o.apic_is_telnet_enabled &&
      apic_ntp_count == o.apic_ntp_count &&
      apic_snmp_community_count == o.apic_snmp_community_count &&
      apic_sys_log_grp_count == o.apic_sys_log_grp_count &&
      apic_sys_log_src_count == o.apic_sys_log_src_count &&
      app_center_count == o.app_center_count &&
      ave == o.ave &&
      bd_count == o.bd_count &&
      callhome_smart_group_count == o.callhome_smart_group_count &&
      cloud_sec_peer_count == o.cloud_sec_peer_count &&
      comp_hv_count == o.comp_hv_count &&
      config_exportp_count == o.config_exportp_count &&
      config_job_count == o.config_job_count &&
      consistency_checker_app == o.consistency_checker_app &&
      contract_count == o.contract_count &&
      dns_count == o.dns_count &&
      eigrp_count == o.eigrp_count &&
      epg_count == o.epg_count &&
      fabric_module_count == o.fabric_module_count &&
      fabric_setupp_count == o.fabric_setupp_count &&
      fcoe_nport_count == o.fcoe_nport_count &&
      fcoe_nport_dom_count == o.fcoe_nport_dom_count &&
      fcoe_nport_vlan_count == o.fcoe_nport_vlan_count &&
      fcoe_nport_vsan_count == o.fcoe_nport_vsan_count &&
      fv_sla_def_count == o.fv_sla_def_count &&
      hsrp_count == o.hsrp_count &&
      ibgp_count == o.ibgp_count &&
      igmp_access_list_count == o.igmp_access_list_count &&
      igmp_snoop == o.igmp_snoop &&
      ip_epg_count == o.ip_epg_count &&
      is_bgp_route_reflectors_feature_used == o.is_bgp_route_reflectors_feature_used &&
      is_bridge_domains_feature_used == o.is_bridge_domains_feature_used &&
      is_common_local_user_name == o.is_common_local_user_name &&
      is_contracts_feature_used == o.is_contracts_feature_used &&
      is_epg_feature_used == o.is_epg_feature_used &&
      is_filters_feature_used == o.is_filters_feature_used &&
      is_http_configured == o.is_http_configured &&
      is_https_configured == o.is_https_configured &&
      is_ntp_feature_used == o.is_ntp_feature_used &&
      is_ptp_feature_used == o.is_ptp_feature_used &&
      is_synce_feature_used == o.is_synce_feature_used &&
      is_tech_support_collected == o.is_tech_support_collected &&
      is_tenants_feature_used == o.is_tenants_feature_used &&
      is_vrfs_feature_used == o.is_vrfs_feature_used &&
      isis_count == o.isis_count &&
      l2_multicast == o.l2_multicast &&
      leaf_count == o.leaf_count &&
      local_username_count == o.local_username_count &&
       == o. &&
       == o. &&
       == o. &&
      maintenance_mode_count == o.maintenance_mode_count &&
      management_over_v6_count == o.management_over_v6_count &&
      microsoft_useg_vmm_ep_pd_count == o.microsoft_useg_vmm_ep_pd_count &&
      net_flow_count == o.net_flow_count &&
      nir == o.nir &&
      open_stack == o.open_stack &&
      opflex_kubernetes_count == o.opflex_kubernetes_count &&
      ospf_count == o.ospf_count &&
      password_history_count == o.password_history_count &&
      password_strength_check == o.password_strength_check &&
      password_strength_profile_count == o.password_strength_profile_count &&
      poe_count == o.poe_count &&
      port_security_count == o.port_security_count &&
      qin_vni_tunnel_count == o.qin_vni_tunnel_count &&
      qos_cong_count == o.qos_cong_count &&
      qos_pfc_pol_count == o.qos_pfc_pol_count &&
      realm_count == o.realm_count &&
      record_type == o.record_type &&
      record_version == o.record_version &&
      remote_leaf_count == o.remote_leaf_count &&
      scvmm_count == o.scvmm_count &&
      shared_l3_out_count == o.shared_l3_out_count &&
      site_name == o.site_name &&
      smart_call_home == o.smart_call_home &&
      smart_license == o.smart_license &&
      snapshot_count == o.snapshot_count &&
      snmp == o.snmp &&
      snmp_community_access_count == o.snmp_community_access_count &&
      snmp_group_count == o.snmp_group_count &&
      snmp_trap_count == o.snmp_trap_count &&
      snmp_v3_count == o.snmp_v3_count &&
      span_count == o.span_count &&
      span_dst_count == o.span_dst_count &&
      span_src_count == o.span_src_count &&
      spine_count == o.spine_count &&
      ssh_over_v6_count == o.ssh_over_v6_count &&
      ssh_v2_count == o.ssh_v2_count &&
      supervisor_module_count == o.supervisor_module_count &&
      syslog_group_count == o.syslog_group_count &&
      syslog_over_v6_count == o.syslog_over_v6_count &&
      system_controller_count == o.system_controller_count &&
      tacacs_group_count == o.tacacs_group_count &&
      tenant_count == o.tenant_count &&
      tier_two_leaf_count == o.tier_two_leaf_count &&
      total_critical_faults == o.total_critical_faults &&
      twamp == o.twamp &&
      useg == o.useg &&
      vm_ware_vds_count == o.vm_ware_vds_count &&
      vmm_ctrlrp_count == o.vmm_ctrlrp_count &&
      vmm_domp_count == o.vmm_domp_count &&
      vmm_ep_pd_count == o.vmm_ep_pd_count &&
      vnsm_dev_count == o.vnsm_dev_count &&
      vpod_count == o.vpod_count &&
      webtoken_timeout_seconds == o.webtoken_timeout_seconds &&
      registered_device == o.registered_device && super(o)
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1324

def _deserialize(type, value)
  case type.to_sym
  when :Time
    Time.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    # models (e.g. Pet) or oneOf
    klass = IntersightClient.const_get(type)
    klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1395

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1300

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  super(attributes)
  NiatelemetryNiaFeatureUsage.openapi_types.each_pair do |key, type|
    if attributes[NiatelemetryNiaFeatureUsage.attribute_map[key]].nil? && NiatelemetryNiaFeatureUsage.openapi_nullable.include?(key)
      self.send("#{key}=", nil)
    elsif type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[NiatelemetryNiaFeatureUsage.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[NiatelemetryNiaFeatureUsage.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[NiatelemetryNiaFeatureUsage.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[NiatelemetryNiaFeatureUsage.attribute_map[key]]))
    end
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


1280
1281
1282
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1280

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



1286
1287
1288
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1286

def hash
  [class_id, object_type, aaa_ldap_provider_count, aaa_radius_provider_count, aaa_tacacs_provider_count, apic_count, apic_is_telnet_enabled, apic_ntp_count, apic_snmp_community_count, apic_sys_log_grp_count, apic_sys_log_src_count, app_center_count, ave, bd_count, callhome_smart_group_count, cloud_sec_peer_count, comp_hv_count, config_exportp_count, config_job_count, consistency_checker_app, contract_count, dns_count, eigrp_count, epg_count, fabric_module_count, fabric_setupp_count, fcoe_nport_count, fcoe_nport_dom_count, fcoe_nport_vlan_count, fcoe_nport_vsan_count, fv_sla_def_count, hsrp_count, ibgp_count, igmp_access_list_count, igmp_snoop, ip_epg_count, is_bgp_route_reflectors_feature_used, is_bridge_domains_feature_used, is_common_local_user_name, is_contracts_feature_used, is_epg_feature_used, is_filters_feature_used, is_http_configured, is_https_configured, is_ntp_feature_used, is_ptp_feature_used, is_synce_feature_used, is_tech_support_collected, is_tenants_feature_used, is_vrfs_feature_used, isis_count, l2_multicast, leaf_count, local_username_count, , , , maintenance_mode_count, management_over_v6_count, microsoft_useg_vmm_ep_pd_count, net_flow_count, nir, open_stack, opflex_kubernetes_count, ospf_count, password_history_count, password_strength_check, password_strength_profile_count, poe_count, port_security_count, qin_vni_tunnel_count, qos_cong_count, qos_pfc_pol_count, realm_count, record_type, record_version, remote_leaf_count, scvmm_count, shared_l3_out_count, site_name, smart_call_home, smart_license, snapshot_count, snmp, snmp_community_access_count, snmp_group_count, snmp_trap_count, snmp_v3_count, span_count, span_dst_count, span_src_count, spine_count, ssh_over_v6_count, ssh_v2_count, supervisor_module_count, syslog_group_count, syslog_over_v6_count, system_controller_count, tacacs_group_count, tenant_count, tier_two_leaf_count, total_critical_faults, twamp, useg, vm_ware_vds_count, vmm_ctrlrp_count, vmm_domp_count, vmm_ep_pd_count, vnsm_dev_count, vpod_count, webtoken_timeout_seconds, registered_device].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1114

def list_invalid_properties
  invalid_properties = super
  if @class_id.nil?
    invalid_properties.push('invalid value for "class_id", class_id cannot be nil.')
  end

  if @object_type.nil?
    invalid_properties.push('invalid value for "object_type", object_type cannot be nil.')
  end

  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



1371
1372
1373
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1371

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1377

def to_hash
  hash = super
  NiatelemetryNiaFeatureUsage.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    if value.nil?
      is_nullable = NiatelemetryNiaFeatureUsage.openapi_nullable.include?(attr)
      next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
    end

    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



1365
1366
1367
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1365

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



1129
1130
1131
1132
1133
1134
1135
1136
1137
# File 'lib/intersight_client/models/niatelemetry_nia_feature_usage.rb', line 1129

def valid?
  return false if @class_id.nil?
  class_id_validator = EnumAttributeValidator.new('String', ["niatelemetry.NiaFeatureUsage"])
  return false unless class_id_validator.valid?(@class_id)
  return false if @object_type.nil?
  object_type_validator = EnumAttributeValidator.new('String', ["niatelemetry.NiaFeatureUsage"])
  return false unless object_type_validator.valid?(@object_type)
  true && super
end