1. Packages
  2. Intersight Provider
  3. API Docs
  4. getNetworkElementSummary
intersight 1.0.72 published on Wednesday, Nov 5, 2025 by ciscodevnet

intersight.getNetworkElementSummary

Start a Neo task
Explain and create an intersight.getNetworkElementSummary resource
intersight logo
intersight 1.0.72 published on Wednesday, Nov 5, 2025 by ciscodevnet

    View MO which aggregates information pertaining to a network element from mutiple MOs.

    Using getNetworkElementSummary

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNetworkElementSummary(args: GetNetworkElementSummaryArgs, opts?: InvokeOptions): Promise<GetNetworkElementSummaryResult>
    function getNetworkElementSummaryOutput(args: GetNetworkElementSummaryOutputArgs, opts?: InvokeOptions): Output<GetNetworkElementSummaryResult>
    def get_network_element_summary(account_moid: Optional[str] = None,
                                    additional_properties: Optional[str] = None,
                                    admin_evac_state: Optional[str] = None,
                                    admin_inband_interface_state: Optional[str] = None,
                                    alarm_summary: Optional[GetNetworkElementSummaryAlarmSummary] = None,
                                    ancestors: Optional[Sequence[GetNetworkElementSummaryAncestor]] = None,
                                    available_memory: Optional[str] = None,
                                    bundle_version: Optional[str] = None,
                                    chassis: Optional[str] = None,
                                    class_id: Optional[str] = None,
                                    conf_mod_ts: Optional[str] = None,
                                    conf_mod_ts_backup: Optional[str] = None,
                                    connection_status: Optional[str] = None,
                                    create_time: Optional[str] = None,
                                    default_domain: Optional[str] = None,
                                    device_mo_id: Optional[str] = None,
                                    dn: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    equipment_chassis: Optional[GetNetworkElementSummaryEquipmentChassis] = None,
                                    ethernet_mode: Optional[str] = None,
                                    ethernet_switching_mode: Optional[str] = None,
                                    fault_summary: Optional[float] = None,
                                    fc_mode: Optional[str] = None,
                                    fc_switching_mode: Optional[str] = None,
                                    firmware: Optional[str] = None,
                                    firmware_version: Optional[str] = None,
                                    fpga_upgrade_needed: Optional[bool] = None,
                                    id: Optional[str] = None,
                                    inband_ip_address: Optional[str] = None,
                                    inband_ip_gateway: Optional[str] = None,
                                    inband_ip_mask: Optional[str] = None,
                                    inband_vlan: Optional[float] = None,
                                    inter_cluster_link_state: Optional[str] = None,
                                    inventory_parent: Optional[GetNetworkElementSummaryInventoryParent] = None,
                                    ipv4_address: Optional[str] = None,
                                    is_upgraded: Optional[bool] = None,
                                    jumbo_frame_enabled: Optional[bool] = None,
                                    location_details: Optional[GetNetworkElementSummaryLocationDetails] = None,
                                    management_mode: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    model: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    name: Optional[str] = None,
                                    nr_version: Optional[str] = None,
                                    num_ether_ports: Optional[float] = None,
                                    num_ether_ports_configured: Optional[float] = None,
                                    num_ether_ports_link_up: Optional[float] = None,
                                    num_expansion_modules: Optional[float] = None,
                                    num_fc_ports: Optional[float] = None,
                                    num_fc_ports_configured: Optional[float] = None,
                                    num_fc_ports_link_up: Optional[float] = None,
                                    object_type: Optional[str] = None,
                                    oper_evac_state: Optional[str] = None,
                                    operability: Optional[str] = None,
                                    out_of_band_ip_address: Optional[str] = None,
                                    out_of_band_ip_gateway: Optional[str] = None,
                                    out_of_band_ip_mask: Optional[str] = None,
                                    out_of_band_ipv4_address: Optional[str] = None,
                                    out_of_band_ipv4_gateway: Optional[str] = None,
                                    out_of_band_ipv4_mask: Optional[str] = None,
                                    out_of_band_ipv6_address: Optional[str] = None,
                                    out_of_band_ipv6_gateway: Optional[str] = None,
                                    out_of_band_ipv6_prefix: Optional[str] = None,
                                    out_of_band_mac: Optional[str] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    parent: Optional[GetNetworkElementSummaryParent] = None,
                                    part_number: Optional[str] = None,
                                    permission_resources: Optional[Sequence[GetNetworkElementSummaryPermissionResource]] = None,
                                    presence: Optional[str] = None,
                                    registered_device: Optional[GetNetworkElementSummaryRegisteredDevice] = None,
                                    reserved_vlan_start_id: Optional[float] = None,
                                    revision: Optional[str] = None,
                                    rn: Optional[str] = None,
                                    serial: Optional[str] = None,
                                    shared_scope: Optional[str] = None,
                                    slot_id: Optional[float] = None,
                                    source_object_type: Optional[str] = None,
                                    status: Optional[str] = None,
                                    switch_id: Optional[str] = None,
                                    switch_profile_name: Optional[str] = None,
                                    switch_type: Optional[str] = None,
                                    system_up_time: Optional[str] = None,
                                    tags: Optional[Sequence[GetNetworkElementSummaryTag]] = None,
                                    thermal: Optional[str] = None,
                                    total_memory: Optional[float] = None,
                                    user_label: Optional[str] = None,
                                    vendor: Optional[str] = None,
                                    version_context: Optional[GetNetworkElementSummaryVersionContext] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetNetworkElementSummaryResult
    def get_network_element_summary_output(account_moid: Optional[pulumi.Input[str]] = None,
                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                    admin_evac_state: Optional[pulumi.Input[str]] = None,
                                    admin_inband_interface_state: Optional[pulumi.Input[str]] = None,
                                    alarm_summary: Optional[pulumi.Input[GetNetworkElementSummaryAlarmSummaryArgs]] = None,
                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryAncestorArgs]]]] = None,
                                    available_memory: Optional[pulumi.Input[str]] = None,
                                    bundle_version: Optional[pulumi.Input[str]] = None,
                                    chassis: Optional[pulumi.Input[str]] = None,
                                    class_id: Optional[pulumi.Input[str]] = None,
                                    conf_mod_ts: Optional[pulumi.Input[str]] = None,
                                    conf_mod_ts_backup: Optional[pulumi.Input[str]] = None,
                                    connection_status: Optional[pulumi.Input[str]] = None,
                                    create_time: Optional[pulumi.Input[str]] = None,
                                    default_domain: Optional[pulumi.Input[str]] = None,
                                    device_mo_id: Optional[pulumi.Input[str]] = None,
                                    dn: Optional[pulumi.Input[str]] = None,
                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                    equipment_chassis: Optional[pulumi.Input[GetNetworkElementSummaryEquipmentChassisArgs]] = None,
                                    ethernet_mode: Optional[pulumi.Input[str]] = None,
                                    ethernet_switching_mode: Optional[pulumi.Input[str]] = None,
                                    fault_summary: Optional[pulumi.Input[float]] = None,
                                    fc_mode: Optional[pulumi.Input[str]] = None,
                                    fc_switching_mode: Optional[pulumi.Input[str]] = None,
                                    firmware: Optional[pulumi.Input[str]] = None,
                                    firmware_version: Optional[pulumi.Input[str]] = None,
                                    fpga_upgrade_needed: Optional[pulumi.Input[bool]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    inband_ip_address: Optional[pulumi.Input[str]] = None,
                                    inband_ip_gateway: Optional[pulumi.Input[str]] = None,
                                    inband_ip_mask: Optional[pulumi.Input[str]] = None,
                                    inband_vlan: Optional[pulumi.Input[float]] = None,
                                    inter_cluster_link_state: Optional[pulumi.Input[str]] = None,
                                    inventory_parent: Optional[pulumi.Input[GetNetworkElementSummaryInventoryParentArgs]] = None,
                                    ipv4_address: Optional[pulumi.Input[str]] = None,
                                    is_upgraded: Optional[pulumi.Input[bool]] = None,
                                    jumbo_frame_enabled: Optional[pulumi.Input[bool]] = None,
                                    location_details: Optional[pulumi.Input[GetNetworkElementSummaryLocationDetailsArgs]] = None,
                                    management_mode: Optional[pulumi.Input[str]] = None,
                                    mod_time: Optional[pulumi.Input[str]] = None,
                                    model: Optional[pulumi.Input[str]] = None,
                                    moid: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    nr_version: Optional[pulumi.Input[str]] = None,
                                    num_ether_ports: Optional[pulumi.Input[float]] = None,
                                    num_ether_ports_configured: Optional[pulumi.Input[float]] = None,
                                    num_ether_ports_link_up: Optional[pulumi.Input[float]] = None,
                                    num_expansion_modules: Optional[pulumi.Input[float]] = None,
                                    num_fc_ports: Optional[pulumi.Input[float]] = None,
                                    num_fc_ports_configured: Optional[pulumi.Input[float]] = None,
                                    num_fc_ports_link_up: Optional[pulumi.Input[float]] = None,
                                    object_type: Optional[pulumi.Input[str]] = None,
                                    oper_evac_state: Optional[pulumi.Input[str]] = None,
                                    operability: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ip_address: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ip_gateway: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ip_mask: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv4_address: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv4_gateway: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv4_mask: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv6_address: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv6_gateway: Optional[pulumi.Input[str]] = None,
                                    out_of_band_ipv6_prefix: Optional[pulumi.Input[str]] = None,
                                    out_of_band_mac: Optional[pulumi.Input[str]] = None,
                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    parent: Optional[pulumi.Input[GetNetworkElementSummaryParentArgs]] = None,
                                    part_number: Optional[pulumi.Input[str]] = None,
                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryPermissionResourceArgs]]]] = None,
                                    presence: Optional[pulumi.Input[str]] = None,
                                    registered_device: Optional[pulumi.Input[GetNetworkElementSummaryRegisteredDeviceArgs]] = None,
                                    reserved_vlan_start_id: Optional[pulumi.Input[float]] = None,
                                    revision: Optional[pulumi.Input[str]] = None,
                                    rn: Optional[pulumi.Input[str]] = None,
                                    serial: Optional[pulumi.Input[str]] = None,
                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                    slot_id: Optional[pulumi.Input[float]] = None,
                                    source_object_type: Optional[pulumi.Input[str]] = None,
                                    status: Optional[pulumi.Input[str]] = None,
                                    switch_id: Optional[pulumi.Input[str]] = None,
                                    switch_profile_name: Optional[pulumi.Input[str]] = None,
                                    switch_type: Optional[pulumi.Input[str]] = None,
                                    system_up_time: Optional[pulumi.Input[str]] = None,
                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkElementSummaryTagArgs]]]] = None,
                                    thermal: Optional[pulumi.Input[str]] = None,
                                    total_memory: Optional[pulumi.Input[float]] = None,
                                    user_label: Optional[pulumi.Input[str]] = None,
                                    vendor: Optional[pulumi.Input[str]] = None,
                                    version_context: Optional[pulumi.Input[GetNetworkElementSummaryVersionContextArgs]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetNetworkElementSummaryResult]
    func LookupNetworkElementSummary(ctx *Context, args *LookupNetworkElementSummaryArgs, opts ...InvokeOption) (*LookupNetworkElementSummaryResult, error)
    func LookupNetworkElementSummaryOutput(ctx *Context, args *LookupNetworkElementSummaryOutputArgs, opts ...InvokeOption) LookupNetworkElementSummaryResultOutput

    > Note: This function is named LookupNetworkElementSummary in the Go SDK.

    public static class GetNetworkElementSummary 
    {
        public static Task<GetNetworkElementSummaryResult> InvokeAsync(GetNetworkElementSummaryArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkElementSummaryResult> Invoke(GetNetworkElementSummaryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkElementSummaryResult> getNetworkElementSummary(GetNetworkElementSummaryArgs args, InvokeOptions options)
    public static Output<GetNetworkElementSummaryResult> getNetworkElementSummary(GetNetworkElementSummaryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getNetworkElementSummary:getNetworkElementSummary
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminEvacState string
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    AdminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    AlarmSummary GetNetworkElementSummaryAlarmSummary
    Ancestors List<GetNetworkElementSummaryAncestor>
    AvailableMemory string
    Available memory (un-used) on this switch platform.
    BundleVersion string
    Running firmware bundle information.
    Chassis string
    Chassis IP of the switch.
    ClassId string
    ConfModTs string
    Configuration modified timestamp of the switch.
    ConfModTsBackup string
    Configuration modified backup timestamp of the switch.
    ConnectionStatus string
    Connection status of the switch.
    CreateTime string
    The time when this managed object was created.
    DefaultDomain string
    The default domain name configured on the switch.
    DeviceMoId string
    The MoId of the registered device that coresponds to the server.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentChassis GetNetworkElementSummaryEquipmentChassis
    EthernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    EthernetSwitchingMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    FaultSummary double
    The fault summary for the server.
    FcMode string
    The user configured FC operational mode for this switch (End-Host or Switching).
    FcSwitchingMode string
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    Firmware string
    Running firmware information.
    FirmwareVersion string
    Running firmware information.
    FpgaUpgradeNeeded bool
    The flag to check vulnerability with secure boot technology.
    Id string
    InbandIpAddress string
    The IP address of the network Element inband management interface.
    InbandIpGateway string
    The default gateway of the network Element inband management interface.
    InbandIpMask string
    The network mask of the network Element inband management interface.
    InbandVlan double
    The VLAN ID of the network Element inband management interface.
    InterClusterLinkState string
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    InventoryParent GetNetworkElementSummaryInventoryParent
    Ipv4Address string
    IP version 4 address is saved in this property.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    JumboFrameEnabled bool
    Jumbo Frame configuration for the switch.
    LocationDetails GetNetworkElementSummaryLocationDetails
    ManagementMode string
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field identifies the model of the given component.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The admin configured name of the system.
    NrVersion string
    Firmware version of the switch.
    NumEtherPorts double
    Total number of Ethernet ports.
    NumEtherPortsConfigured double
    Total number of configured Ethernet ports.
    NumEtherPortsLinkUp double
    Total number of Ethernet ports which are UP.
    NumExpansionModules double
    Total number of expansion modules.
    NumFcPorts double
    Total number of FC ports.
    NumFcPortsConfigured double
    Total number of configured FC ports.
    NumFcPortsLinkUp double
    Total number of FC ports which are UP.
    ObjectType string
    OperEvacState string
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    Operability string
    The switch's current overall operational/health state.
    OutOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    OutOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    OutOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    OutOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    OutOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    OutOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    OutOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    OutOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    Owners List<string>
    Parent GetNetworkElementSummaryParent
    PartNumber string
    Part number of the switch.
    PermissionResources List<GetNetworkElementSummaryPermissionResource>
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevice GetNetworkElementSummaryRegisteredDevice
    ReservedVlanStartId double
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    Revision string
    The product revision of the switch.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field identifies the serial of the given component.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId double
    The Slot Id of the network Element when embedded inside a chassis.
    SourceObjectType string
    Stores the source object type used to fill the properties of this object.
    Status string
    The status of the switch.
    SwitchId string
    The Switch Id of the network Element.
    SwitchProfileName string
    The name of switch profile associated with the switch.
    SwitchType string
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    SystemUpTime string
    System up time of the switch.
    Tags List<GetNetworkElementSummaryTag>
    Thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    TotalMemory double
    Total available memory on this switch platform.
    UserLabel string
    The user defined label assigned to the server.
    Vendor string
    This field identifies the vendor of the given component.
    VersionContext GetNetworkElementSummaryVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminEvacState string
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    AdminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    AlarmSummary GetNetworkElementSummaryAlarmSummary
    Ancestors []GetNetworkElementSummaryAncestor
    AvailableMemory string
    Available memory (un-used) on this switch platform.
    BundleVersion string
    Running firmware bundle information.
    Chassis string
    Chassis IP of the switch.
    ClassId string
    ConfModTs string
    Configuration modified timestamp of the switch.
    ConfModTsBackup string
    Configuration modified backup timestamp of the switch.
    ConnectionStatus string
    Connection status of the switch.
    CreateTime string
    The time when this managed object was created.
    DefaultDomain string
    The default domain name configured on the switch.
    DeviceMoId string
    The MoId of the registered device that coresponds to the server.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentChassis GetNetworkElementSummaryEquipmentChassis
    EthernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    EthernetSwitchingMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    FaultSummary float64
    The fault summary for the server.
    FcMode string
    The user configured FC operational mode for this switch (End-Host or Switching).
    FcSwitchingMode string
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    Firmware string
    Running firmware information.
    FirmwareVersion string
    Running firmware information.
    FpgaUpgradeNeeded bool
    The flag to check vulnerability with secure boot technology.
    Id string
    InbandIpAddress string
    The IP address of the network Element inband management interface.
    InbandIpGateway string
    The default gateway of the network Element inband management interface.
    InbandIpMask string
    The network mask of the network Element inband management interface.
    InbandVlan float64
    The VLAN ID of the network Element inband management interface.
    InterClusterLinkState string
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    InventoryParent GetNetworkElementSummaryInventoryParent
    Ipv4Address string
    IP version 4 address is saved in this property.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    JumboFrameEnabled bool
    Jumbo Frame configuration for the switch.
    LocationDetails GetNetworkElementSummaryLocationDetails
    ManagementMode string
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field identifies the model of the given component.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The admin configured name of the system.
    NrVersion string
    Firmware version of the switch.
    NumEtherPorts float64
    Total number of Ethernet ports.
    NumEtherPortsConfigured float64
    Total number of configured Ethernet ports.
    NumEtherPortsLinkUp float64
    Total number of Ethernet ports which are UP.
    NumExpansionModules float64
    Total number of expansion modules.
    NumFcPorts float64
    Total number of FC ports.
    NumFcPortsConfigured float64
    Total number of configured FC ports.
    NumFcPortsLinkUp float64
    Total number of FC ports which are UP.
    ObjectType string
    OperEvacState string
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    Operability string
    The switch's current overall operational/health state.
    OutOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    OutOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    OutOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    OutOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    OutOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    OutOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    OutOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    OutOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    Owners []string
    Parent GetNetworkElementSummaryParent
    PartNumber string
    Part number of the switch.
    PermissionResources []GetNetworkElementSummaryPermissionResource
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevice GetNetworkElementSummaryRegisteredDevice
    ReservedVlanStartId float64
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    Revision string
    The product revision of the switch.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field identifies the serial of the given component.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId float64
    The Slot Id of the network Element when embedded inside a chassis.
    SourceObjectType string
    Stores the source object type used to fill the properties of this object.
    Status string
    The status of the switch.
    SwitchId string
    The Switch Id of the network Element.
    SwitchProfileName string
    The name of switch profile associated with the switch.
    SwitchType string
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    SystemUpTime string
    System up time of the switch.
    Tags []GetNetworkElementSummaryTag
    Thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    TotalMemory float64
    Total available memory on this switch platform.
    UserLabel string
    The user defined label assigned to the server.
    Vendor string
    This field identifies the vendor of the given component.
    VersionContext GetNetworkElementSummaryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminEvacState String
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    adminInbandInterfaceState String
    The administrative state of the network Element inband management interface.
    alarmSummary GetNetworkElementSummaryAlarmSummary
    ancestors List<GetNetworkElementSummaryAncestor>
    availableMemory String
    Available memory (un-used) on this switch platform.
    bundleVersion String
    Running firmware bundle information.
    chassis String
    Chassis IP of the switch.
    classId String
    confModTs String
    Configuration modified timestamp of the switch.
    confModTsBackup String
    Configuration modified backup timestamp of the switch.
    connectionStatus String
    Connection status of the switch.
    createTime String
    The time when this managed object was created.
    defaultDomain String
    The default domain name configured on the switch.
    deviceMoId String
    The MoId of the registered device that coresponds to the server.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentChassis GetNetworkElementSummaryEquipmentChassis
    ethernetMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    faultSummary Double
    The fault summary for the server.
    fcMode String
    The user configured FC operational mode for this switch (End-Host or Switching).
    fcSwitchingMode String
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    firmware String
    Running firmware information.
    firmwareVersion String
    Running firmware information.
    fpgaUpgradeNeeded Boolean
    The flag to check vulnerability with secure boot technology.
    id String
    inbandIpAddress String
    The IP address of the network Element inband management interface.
    inbandIpGateway String
    The default gateway of the network Element inband management interface.
    inbandIpMask String
    The network mask of the network Element inband management interface.
    inbandVlan Double
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState String
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    inventoryParent GetNetworkElementSummaryInventoryParent
    ipv4Address String
    IP version 4 address is saved in this property.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    jumboFrameEnabled Boolean
    Jumbo Frame configuration for the switch.
    locationDetails GetNetworkElementSummaryLocationDetails
    managementMode String
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    model String
    This field identifies the model of the given component.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The admin configured name of the system.
    nrVersion String
    Firmware version of the switch.
    numEtherPorts Double
    Total number of Ethernet ports.
    numEtherPortsConfigured Double
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp Double
    Total number of Ethernet ports which are UP.
    numExpansionModules Double
    Total number of expansion modules.
    numFcPorts Double
    Total number of FC ports.
    numFcPortsConfigured Double
    Total number of configured FC ports.
    numFcPortsLinkUp Double
    Total number of FC ports which are UP.
    objectType String
    operEvacState String
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    operability String
    The switch's current overall operational/health state.
    outOfBandIpAddress String
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway String
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address String
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway String
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address String
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway String
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix String
    The network mask of the network Element out-of-band management interface.
    outOfBandMac String
    The MAC address of the network Element out-of-band management interface.
    owners List<String>
    parent GetNetworkElementSummaryParent
    partNumber String
    Part number of the switch.
    permissionResources List<GetNetworkElementSummaryPermissionResource>
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevice GetNetworkElementSummaryRegisteredDevice
    reservedVlanStartId Double
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    revision String
    The product revision of the switch.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field identifies the serial of the given component.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId Double
    The Slot Id of the network Element when embedded inside a chassis.
    sourceObjectType String
    Stores the source object type used to fill the properties of this object.
    status String
    The status of the switch.
    switchId String
    The Switch Id of the network Element.
    switchProfileName String
    The name of switch profile associated with the switch.
    switchType String
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    systemUpTime String
    System up time of the switch.
    tags List<GetNetworkElementSummaryTag>
    thermal String
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    totalMemory Double
    Total available memory on this switch platform.
    userLabel String
    The user defined label assigned to the server.
    vendor String
    This field identifies the vendor of the given component.
    versionContext GetNetworkElementSummaryVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminEvacState string
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    adminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    alarmSummary GetNetworkElementSummaryAlarmSummary
    ancestors GetNetworkElementSummaryAncestor[]
    availableMemory string
    Available memory (un-used) on this switch platform.
    bundleVersion string
    Running firmware bundle information.
    chassis string
    Chassis IP of the switch.
    classId string
    confModTs string
    Configuration modified timestamp of the switch.
    confModTsBackup string
    Configuration modified backup timestamp of the switch.
    connectionStatus string
    Connection status of the switch.
    createTime string
    The time when this managed object was created.
    defaultDomain string
    The default domain name configured on the switch.
    deviceMoId string
    The MoId of the registered device that coresponds to the server.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    equipmentChassis GetNetworkElementSummaryEquipmentChassis
    ethernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    faultSummary number
    The fault summary for the server.
    fcMode string
    The user configured FC operational mode for this switch (End-Host or Switching).
    fcSwitchingMode string
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    firmware string
    Running firmware information.
    firmwareVersion string
    Running firmware information.
    fpgaUpgradeNeeded boolean
    The flag to check vulnerability with secure boot technology.
    id string
    inbandIpAddress string
    The IP address of the network Element inband management interface.
    inbandIpGateway string
    The default gateway of the network Element inband management interface.
    inbandIpMask string
    The network mask of the network Element inband management interface.
    inbandVlan number
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState string
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    inventoryParent GetNetworkElementSummaryInventoryParent
    ipv4Address string
    IP version 4 address is saved in this property.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    jumboFrameEnabled boolean
    Jumbo Frame configuration for the switch.
    locationDetails GetNetworkElementSummaryLocationDetails
    managementMode string
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime string
    The time when this managed object was last modified.
    model string
    This field identifies the model of the given component.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The admin configured name of the system.
    nrVersion string
    Firmware version of the switch.
    numEtherPorts number
    Total number of Ethernet ports.
    numEtherPortsConfigured number
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp number
    Total number of Ethernet ports which are UP.
    numExpansionModules number
    Total number of expansion modules.
    numFcPorts number
    Total number of FC ports.
    numFcPortsConfigured number
    Total number of configured FC ports.
    numFcPortsLinkUp number
    Total number of FC ports which are UP.
    objectType string
    operEvacState string
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    operability string
    The switch's current overall operational/health state.
    outOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    outOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    owners string[]
    parent GetNetworkElementSummaryParent
    partNumber string
    Part number of the switch.
    permissionResources GetNetworkElementSummaryPermissionResource[]
    presence string
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevice GetNetworkElementSummaryRegisteredDevice
    reservedVlanStartId number
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    revision string
    The product revision of the switch.
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field identifies the serial of the given component.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId number
    The Slot Id of the network Element when embedded inside a chassis.
    sourceObjectType string
    Stores the source object type used to fill the properties of this object.
    status string
    The status of the switch.
    switchId string
    The Switch Id of the network Element.
    switchProfileName string
    The name of switch profile associated with the switch.
    switchType string
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    systemUpTime string
    System up time of the switch.
    tags GetNetworkElementSummaryTag[]
    thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    totalMemory number
    Total available memory on this switch platform.
    userLabel string
    The user defined label assigned to the server.
    vendor string
    This field identifies the vendor of the given component.
    versionContext GetNetworkElementSummaryVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_evac_state str
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    admin_inband_interface_state str
    The administrative state of the network Element inband management interface.
    alarm_summary GetNetworkElementSummaryAlarmSummary
    ancestors Sequence[GetNetworkElementSummaryAncestor]
    available_memory str
    Available memory (un-used) on this switch platform.
    bundle_version str
    Running firmware bundle information.
    chassis str
    Chassis IP of the switch.
    class_id str
    conf_mod_ts str
    Configuration modified timestamp of the switch.
    conf_mod_ts_backup str
    Configuration modified backup timestamp of the switch.
    connection_status str
    Connection status of the switch.
    create_time str
    The time when this managed object was created.
    default_domain str
    The default domain name configured on the switch.
    device_mo_id str
    The MoId of the registered device that coresponds to the server.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    equipment_chassis GetNetworkElementSummaryEquipmentChassis
    ethernet_mode str
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernet_switching_mode str
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fault_summary float
    The fault summary for the server.
    fc_mode str
    The user configured FC operational mode for this switch (End-Host or Switching).
    fc_switching_mode str
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    firmware str
    Running firmware information.
    firmware_version str
    Running firmware information.
    fpga_upgrade_needed bool
    The flag to check vulnerability with secure boot technology.
    id str
    inband_ip_address str
    The IP address of the network Element inband management interface.
    inband_ip_gateway str
    The default gateway of the network Element inband management interface.
    inband_ip_mask str
    The network mask of the network Element inband management interface.
    inband_vlan float
    The VLAN ID of the network Element inband management interface.
    inter_cluster_link_state str
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    inventory_parent GetNetworkElementSummaryInventoryParent
    ipv4_address str
    IP version 4 address is saved in this property.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    jumbo_frame_enabled bool
    Jumbo Frame configuration for the switch.
    location_details GetNetworkElementSummaryLocationDetails
    management_mode str
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field identifies the model of the given component.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The admin configured name of the system.
    nr_version str
    Firmware version of the switch.
    num_ether_ports float
    Total number of Ethernet ports.
    num_ether_ports_configured float
    Total number of configured Ethernet ports.
    num_ether_ports_link_up float
    Total number of Ethernet ports which are UP.
    num_expansion_modules float
    Total number of expansion modules.
    num_fc_ports float
    Total number of FC ports.
    num_fc_ports_configured float
    Total number of configured FC ports.
    num_fc_ports_link_up float
    Total number of FC ports which are UP.
    object_type str
    oper_evac_state str
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    operability str
    The switch's current overall operational/health state.
    out_of_band_ip_address str
    The IP address of the network Element out-of-band management interface.
    out_of_band_ip_gateway str
    The default gateway of the network Element out-of-band management interface.
    out_of_band_ip_mask str
    The network mask of the network Element out-of-band management interface.
    out_of_band_ipv4_address str
    The IPv4 address of the network Element out-of-band management interface.
    out_of_band_ipv4_gateway str
    The default IPv4 gateway of the network Element out-of-band management interface.
    out_of_band_ipv4_mask str
    The network mask of the network Element out-of-band management interface.
    out_of_band_ipv6_address str
    The IPv6 address of the network Element out-of-band management interface.
    out_of_band_ipv6_gateway str
    The default IPv6 gateway of the network Element out-of-band management interface.
    out_of_band_ipv6_prefix str
    The network mask of the network Element out-of-band management interface.
    out_of_band_mac str
    The MAC address of the network Element out-of-band management interface.
    owners Sequence[str]
    parent GetNetworkElementSummaryParent
    part_number str
    Part number of the switch.
    permission_resources Sequence[GetNetworkElementSummaryPermissionResource]
    presence str
    This field identifies the presence (equipped) or absence of the given component.
    registered_device GetNetworkElementSummaryRegisteredDevice
    reserved_vlan_start_id float
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    revision str
    The product revision of the switch.
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field identifies the serial of the given component.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slot_id float
    The Slot Id of the network Element when embedded inside a chassis.
    source_object_type str
    Stores the source object type used to fill the properties of this object.
    status str
    The status of the switch.
    switch_id str
    The Switch Id of the network Element.
    switch_profile_name str
    The name of switch profile associated with the switch.
    switch_type str
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    system_up_time str
    System up time of the switch.
    tags Sequence[GetNetworkElementSummaryTag]
    thermal str
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    total_memory float
    Total available memory on this switch platform.
    user_label str
    The user defined label assigned to the server.
    vendor str
    This field identifies the vendor of the given component.
    version_context GetNetworkElementSummaryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminEvacState String
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    adminInbandInterfaceState String
    The administrative state of the network Element inband management interface.
    alarmSummary Property Map
    ancestors List<Property Map>
    availableMemory String
    Available memory (un-used) on this switch platform.
    bundleVersion String
    Running firmware bundle information.
    chassis String
    Chassis IP of the switch.
    classId String
    confModTs String
    Configuration modified timestamp of the switch.
    confModTsBackup String
    Configuration modified backup timestamp of the switch.
    connectionStatus String
    Connection status of the switch.
    createTime String
    The time when this managed object was created.
    defaultDomain String
    The default domain name configured on the switch.
    deviceMoId String
    The MoId of the registered device that coresponds to the server.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentChassis Property Map
    ethernetMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    faultSummary Number
    The fault summary for the server.
    fcMode String
    The user configured FC operational mode for this switch (End-Host or Switching).
    fcSwitchingMode String
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    firmware String
    Running firmware information.
    firmwareVersion String
    Running firmware information.
    fpgaUpgradeNeeded Boolean
    The flag to check vulnerability with secure boot technology.
    id String
    inbandIpAddress String
    The IP address of the network Element inband management interface.
    inbandIpGateway String
    The default gateway of the network Element inband management interface.
    inbandIpMask String
    The network mask of the network Element inband management interface.
    inbandVlan Number
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState String
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    inventoryParent Property Map
    ipv4Address String
    IP version 4 address is saved in this property.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    jumboFrameEnabled Boolean
    Jumbo Frame configuration for the switch.
    locationDetails Property Map
    managementMode String
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    model String
    This field identifies the model of the given component.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The admin configured name of the system.
    nrVersion String
    Firmware version of the switch.
    numEtherPorts Number
    Total number of Ethernet ports.
    numEtherPortsConfigured Number
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp Number
    Total number of Ethernet ports which are UP.
    numExpansionModules Number
    Total number of expansion modules.
    numFcPorts Number
    Total number of FC ports.
    numFcPortsConfigured Number
    Total number of configured FC ports.
    numFcPortsLinkUp Number
    Total number of FC ports which are UP.
    objectType String
    operEvacState String
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    operability String
    The switch's current overall operational/health state.
    outOfBandIpAddress String
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway String
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address String
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway String
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address String
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway String
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix String
    The network mask of the network Element out-of-band management interface.
    outOfBandMac String
    The MAC address of the network Element out-of-band management interface.
    owners List<String>
    parent Property Map
    partNumber String
    Part number of the switch.
    permissionResources List<Property Map>
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevice Property Map
    reservedVlanStartId Number
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    revision String
    The product revision of the switch.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field identifies the serial of the given component.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId Number
    The Slot Id of the network Element when embedded inside a chassis.
    sourceObjectType String
    Stores the source object type used to fill the properties of this object.
    status String
    The status of the switch.
    switchId String
    The Switch Id of the network Element.
    switchProfileName String
    The name of switch profile associated with the switch.
    switchType String
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    systemUpTime String
    System up time of the switch.
    tags List<Property Map>
    thermal String
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    totalMemory Number
    Total available memory on this switch platform.
    userLabel String
    The user defined label assigned to the server.
    vendor String
    This field identifies the vendor of the given component.
    versionContext Property Map

    getNetworkElementSummary Result

    The following output properties are available:

    Id string
    Results List<GetNetworkElementSummaryResult>
    AccountMoid string
    AdditionalProperties string
    AdminEvacState string
    AdminInbandInterfaceState string
    AlarmSummary GetNetworkElementSummaryAlarmSummary
    Ancestors List<GetNetworkElementSummaryAncestor>
    AvailableMemory string
    BundleVersion string
    Chassis string
    ClassId string
    ConfModTs string
    ConfModTsBackup string
    ConnectionStatus string
    CreateTime string
    DefaultDomain string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentChassis GetNetworkElementSummaryEquipmentChassis
    EthernetMode string
    EthernetSwitchingMode string
    FaultSummary double
    FcMode string
    FcSwitchingMode string
    Firmware string
    FirmwareVersion string
    FpgaUpgradeNeeded bool
    InbandIpAddress string
    InbandIpGateway string
    InbandIpMask string
    InbandVlan double
    InterClusterLinkState string
    InventoryParent GetNetworkElementSummaryInventoryParent
    Ipv4Address string
    IsUpgraded bool
    JumboFrameEnabled bool
    LocationDetails GetNetworkElementSummaryLocationDetails
    ManagementMode string
    ModTime string
    Model string
    Moid string
    Name string
    NrVersion string
    NumEtherPorts double
    NumEtherPortsConfigured double
    NumEtherPortsLinkUp double
    NumExpansionModules double
    NumFcPorts double
    NumFcPortsConfigured double
    NumFcPortsLinkUp double
    ObjectType string
    OperEvacState string
    Operability string
    OutOfBandIpAddress string
    OutOfBandIpGateway string
    OutOfBandIpMask string
    OutOfBandIpv4Address string
    OutOfBandIpv4Gateway string
    OutOfBandIpv4Mask string
    OutOfBandIpv6Address string
    OutOfBandIpv6Gateway string
    OutOfBandIpv6Prefix string
    OutOfBandMac string
    Owners List<string>
    Parent GetNetworkElementSummaryParent
    PartNumber string
    PermissionResources List<GetNetworkElementSummaryPermissionResource>
    Presence string
    RegisteredDevice GetNetworkElementSummaryRegisteredDevice
    ReservedVlanStartId double
    Revision string
    Rn string
    Serial string
    SharedScope string
    SlotId double
    SourceObjectType string
    Status string
    SwitchId string
    SwitchProfileName string
    SwitchType string
    SystemUpTime string
    Tags List<GetNetworkElementSummaryTag>
    Thermal string
    TotalMemory double
    UserLabel string
    Vendor string
    VersionContext GetNetworkElementSummaryVersionContext
    Id string
    Results []GetNetworkElementSummaryResult
    AccountMoid string
    AdditionalProperties string
    AdminEvacState string
    AdminInbandInterfaceState string
    AlarmSummary GetNetworkElementSummaryAlarmSummary
    Ancestors []GetNetworkElementSummaryAncestor
    AvailableMemory string
    BundleVersion string
    Chassis string
    ClassId string
    ConfModTs string
    ConfModTsBackup string
    ConnectionStatus string
    CreateTime string
    DefaultDomain string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentChassis GetNetworkElementSummaryEquipmentChassis
    EthernetMode string
    EthernetSwitchingMode string
    FaultSummary float64
    FcMode string
    FcSwitchingMode string
    Firmware string
    FirmwareVersion string
    FpgaUpgradeNeeded bool
    InbandIpAddress string
    InbandIpGateway string
    InbandIpMask string
    InbandVlan float64
    InterClusterLinkState string
    InventoryParent GetNetworkElementSummaryInventoryParent
    Ipv4Address string
    IsUpgraded bool
    JumboFrameEnabled bool
    LocationDetails GetNetworkElementSummaryLocationDetails
    ManagementMode string
    ModTime string
    Model string
    Moid string
    Name string
    NrVersion string
    NumEtherPorts float64
    NumEtherPortsConfigured float64
    NumEtherPortsLinkUp float64
    NumExpansionModules float64
    NumFcPorts float64
    NumFcPortsConfigured float64
    NumFcPortsLinkUp float64
    ObjectType string
    OperEvacState string
    Operability string
    OutOfBandIpAddress string
    OutOfBandIpGateway string
    OutOfBandIpMask string
    OutOfBandIpv4Address string
    OutOfBandIpv4Gateway string
    OutOfBandIpv4Mask string
    OutOfBandIpv6Address string
    OutOfBandIpv6Gateway string
    OutOfBandIpv6Prefix string
    OutOfBandMac string
    Owners []string
    Parent GetNetworkElementSummaryParent
    PartNumber string
    PermissionResources []GetNetworkElementSummaryPermissionResource
    Presence string
    RegisteredDevice GetNetworkElementSummaryRegisteredDevice
    ReservedVlanStartId float64
    Revision string
    Rn string
    Serial string
    SharedScope string
    SlotId float64
    SourceObjectType string
    Status string
    SwitchId string
    SwitchProfileName string
    SwitchType string
    SystemUpTime string
    Tags []GetNetworkElementSummaryTag
    Thermal string
    TotalMemory float64
    UserLabel string
    Vendor string
    VersionContext GetNetworkElementSummaryVersionContext
    id String
    results List<GetNetworkElementSummaryResult>
    accountMoid String
    additionalProperties String
    adminEvacState String
    adminInbandInterfaceState String
    alarmSummary GetNetworkElementSummaryAlarmSummary
    ancestors List<GetNetworkElementSummaryAncestor>
    availableMemory String
    bundleVersion String
    chassis String
    classId String
    confModTs String
    confModTsBackup String
    connectionStatus String
    createTime String
    defaultDomain String
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentChassis GetNetworkElementSummaryEquipmentChassis
    ethernetMode String
    ethernetSwitchingMode String
    faultSummary Double
    fcMode String
    fcSwitchingMode String
    firmware String
    firmwareVersion String
    fpgaUpgradeNeeded Boolean
    inbandIpAddress String
    inbandIpGateway String
    inbandIpMask String
    inbandVlan Double
    interClusterLinkState String
    inventoryParent GetNetworkElementSummaryInventoryParent
    ipv4Address String
    isUpgraded Boolean
    jumboFrameEnabled Boolean
    locationDetails GetNetworkElementSummaryLocationDetails
    managementMode String
    modTime String
    model String
    moid String
    name String
    nrVersion String
    numEtherPorts Double
    numEtherPortsConfigured Double
    numEtherPortsLinkUp Double
    numExpansionModules Double
    numFcPorts Double
    numFcPortsConfigured Double
    numFcPortsLinkUp Double
    objectType String
    operEvacState String
    operability String
    outOfBandIpAddress String
    outOfBandIpGateway String
    outOfBandIpMask String
    outOfBandIpv4Address String
    outOfBandIpv4Gateway String
    outOfBandIpv4Mask String
    outOfBandIpv6Address String
    outOfBandIpv6Gateway String
    outOfBandIpv6Prefix String
    outOfBandMac String
    owners List<String>
    parent GetNetworkElementSummaryParent
    partNumber String
    permissionResources List<GetNetworkElementSummaryPermissionResource>
    presence String
    registeredDevice GetNetworkElementSummaryRegisteredDevice
    reservedVlanStartId Double
    revision String
    rn String
    serial String
    sharedScope String
    slotId Double
    sourceObjectType String
    status String
    switchId String
    switchProfileName String
    switchType String
    systemUpTime String
    tags List<GetNetworkElementSummaryTag>
    thermal String
    totalMemory Double
    userLabel String
    vendor String
    versionContext GetNetworkElementSummaryVersionContext
    id string
    results GetNetworkElementSummaryResult[]
    accountMoid string
    additionalProperties string
    adminEvacState string
    adminInbandInterfaceState string
    alarmSummary GetNetworkElementSummaryAlarmSummary
    ancestors GetNetworkElementSummaryAncestor[]
    availableMemory string
    bundleVersion string
    chassis string
    classId string
    confModTs string
    confModTsBackup string
    connectionStatus string
    createTime string
    defaultDomain string
    deviceMoId string
    dn string
    domainGroupMoid string
    equipmentChassis GetNetworkElementSummaryEquipmentChassis
    ethernetMode string
    ethernetSwitchingMode string
    faultSummary number
    fcMode string
    fcSwitchingMode string
    firmware string
    firmwareVersion string
    fpgaUpgradeNeeded boolean
    inbandIpAddress string
    inbandIpGateway string
    inbandIpMask string
    inbandVlan number
    interClusterLinkState string
    inventoryParent GetNetworkElementSummaryInventoryParent
    ipv4Address string
    isUpgraded boolean
    jumboFrameEnabled boolean
    locationDetails GetNetworkElementSummaryLocationDetails
    managementMode string
    modTime string
    model string
    moid string
    name string
    nrVersion string
    numEtherPorts number
    numEtherPortsConfigured number
    numEtherPortsLinkUp number
    numExpansionModules number
    numFcPorts number
    numFcPortsConfigured number
    numFcPortsLinkUp number
    objectType string
    operEvacState string
    operability string
    outOfBandIpAddress string
    outOfBandIpGateway string
    outOfBandIpMask string
    outOfBandIpv4Address string
    outOfBandIpv4Gateway string
    outOfBandIpv4Mask string
    outOfBandIpv6Address string
    outOfBandIpv6Gateway string
    outOfBandIpv6Prefix string
    outOfBandMac string
    owners string[]
    parent GetNetworkElementSummaryParent
    partNumber string
    permissionResources GetNetworkElementSummaryPermissionResource[]
    presence string
    registeredDevice GetNetworkElementSummaryRegisteredDevice
    reservedVlanStartId number
    revision string
    rn string
    serial string
    sharedScope string
    slotId number
    sourceObjectType string
    status string
    switchId string
    switchProfileName string
    switchType string
    systemUpTime string
    tags GetNetworkElementSummaryTag[]
    thermal string
    totalMemory number
    userLabel string
    vendor string
    versionContext GetNetworkElementSummaryVersionContext
    id str
    results Sequence[GetNetworkElementSummaryResult]
    account_moid str
    additional_properties str
    admin_evac_state str
    admin_inband_interface_state str
    alarm_summary GetNetworkElementSummaryAlarmSummary
    ancestors Sequence[GetNetworkElementSummaryAncestor]
    available_memory str
    bundle_version str
    chassis str
    class_id str
    conf_mod_ts str
    conf_mod_ts_backup str
    connection_status str
    create_time str
    default_domain str
    device_mo_id str
    dn str
    domain_group_moid str
    equipment_chassis GetNetworkElementSummaryEquipmentChassis
    ethernet_mode str
    ethernet_switching_mode str
    fault_summary float
    fc_mode str
    fc_switching_mode str
    firmware str
    firmware_version str
    fpga_upgrade_needed bool
    inband_ip_address str
    inband_ip_gateway str
    inband_ip_mask str
    inband_vlan float
    inter_cluster_link_state str
    inventory_parent GetNetworkElementSummaryInventoryParent
    ipv4_address str
    is_upgraded bool
    jumbo_frame_enabled bool
    location_details GetNetworkElementSummaryLocationDetails
    management_mode str
    mod_time str
    model str
    moid str
    name str
    nr_version str
    num_ether_ports float
    num_ether_ports_configured float
    num_ether_ports_link_up float
    num_expansion_modules float
    num_fc_ports float
    num_fc_ports_configured float
    num_fc_ports_link_up float
    object_type str
    oper_evac_state str
    operability str
    out_of_band_ip_address str
    out_of_band_ip_gateway str
    out_of_band_ip_mask str
    out_of_band_ipv4_address str
    out_of_band_ipv4_gateway str
    out_of_band_ipv4_mask str
    out_of_band_ipv6_address str
    out_of_band_ipv6_gateway str
    out_of_band_ipv6_prefix str
    out_of_band_mac str
    owners Sequence[str]
    parent GetNetworkElementSummaryParent
    part_number str
    permission_resources Sequence[GetNetworkElementSummaryPermissionResource]
    presence str
    registered_device GetNetworkElementSummaryRegisteredDevice
    reserved_vlan_start_id float
    revision str
    rn str
    serial str
    shared_scope str
    slot_id float
    source_object_type str
    status str
    switch_id str
    switch_profile_name str
    switch_type str
    system_up_time str
    tags Sequence[GetNetworkElementSummaryTag]
    thermal str
    total_memory float
    user_label str
    vendor str
    version_context GetNetworkElementSummaryVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    adminEvacState String
    adminInbandInterfaceState String
    alarmSummary Property Map
    ancestors List<Property Map>
    availableMemory String
    bundleVersion String
    chassis String
    classId String
    confModTs String
    confModTsBackup String
    connectionStatus String
    createTime String
    defaultDomain String
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentChassis Property Map
    ethernetMode String
    ethernetSwitchingMode String
    faultSummary Number
    fcMode String
    fcSwitchingMode String
    firmware String
    firmwareVersion String
    fpgaUpgradeNeeded Boolean
    inbandIpAddress String
    inbandIpGateway String
    inbandIpMask String
    inbandVlan Number
    interClusterLinkState String
    inventoryParent Property Map
    ipv4Address String
    isUpgraded Boolean
    jumboFrameEnabled Boolean
    locationDetails Property Map
    managementMode String
    modTime String
    model String
    moid String
    name String
    nrVersion String
    numEtherPorts Number
    numEtherPortsConfigured Number
    numEtherPortsLinkUp Number
    numExpansionModules Number
    numFcPorts Number
    numFcPortsConfigured Number
    numFcPortsLinkUp Number
    objectType String
    operEvacState String
    operability String
    outOfBandIpAddress String
    outOfBandIpGateway String
    outOfBandIpMask String
    outOfBandIpv4Address String
    outOfBandIpv4Gateway String
    outOfBandIpv4Mask String
    outOfBandIpv6Address String
    outOfBandIpv6Gateway String
    outOfBandIpv6Prefix String
    outOfBandMac String
    owners List<String>
    parent Property Map
    partNumber String
    permissionResources List<Property Map>
    presence String
    registeredDevice Property Map
    reservedVlanStartId Number
    revision String
    rn String
    serial String
    sharedScope String
    slotId Number
    sourceObjectType String
    status String
    switchId String
    switchProfileName String
    switchType String
    systemUpTime String
    tags List<Property Map>
    thermal String
    totalMemory Number
    userLabel String
    vendor String
    versionContext Property Map

    Supporting Types

    GetNetworkElementSummaryAlarmSummary

    AdditionalProperties string
    ClassId string
    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.
    Critical double
    The count of alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    Info double
    The count of alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Suppressed bool
    The flag that indicates whether suppression is enabled or not in the entity.
    SuppressedCritical double
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo double
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning double
    The count of active suppressed alarms that have severity type Warning.
    Warning double
    The count of alarms that have severity type Warning.
    AdditionalProperties string
    ClassId string
    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.
    Critical float64
    The count of alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    Info float64
    The count of alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Suppressed bool
    The flag that indicates whether suppression is enabled or not in the entity.
    SuppressedCritical float64
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo float64
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning float64
    The count of active suppressed alarms that have severity type Warning.
    Warning float64
    The count of alarms that have severity type Warning.
    additionalProperties String
    classId String
    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.
    critical Double
    The count of alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info Double
    The count of alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed Boolean
    The flag that indicates whether suppression is enabled or not in the entity.
    suppressedCritical Double
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Double
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Double
    The count of active suppressed alarms that have severity type Warning.
    warning Double
    The count of alarms that have severity type Warning.
    additionalProperties string
    classId string
    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.
    critical number
    The count of alarms that have severity type Critical.
    health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info number
    The count of alarms that have severity type Info.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed boolean
    The flag that indicates whether suppression is enabled or not in the entity.
    suppressedCritical number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning number
    The count of active suppressed alarms that have severity type Warning.
    warning number
    The count of alarms that have severity type Warning.
    additional_properties str
    class_id str
    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.
    critical float
    The count of alarms that have severity type Critical.
    health str
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info float
    The count of alarms that have severity type Info.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed bool
    The flag that indicates whether suppression is enabled or not in the entity.
    suppressed_critical float
    The count of active suppressed alarms that have severity type Critical.
    suppressed_info float
    The count of active suppressed alarms that have severity type Info.
    suppressed_warning float
    The count of active suppressed alarms that have severity type Warning.
    warning float
    The count of alarms that have severity type Warning.
    additionalProperties String
    classId String
    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.
    critical Number
    The count of alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info Number
    The count of alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed Boolean
    The flag that indicates whether suppression is enabled or not in the entity.
    suppressedCritical Number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Number
    The count of active suppressed alarms that have severity type Warning.
    warning Number
    The count of alarms that have severity type Warning.

    GetNetworkElementSummaryAncestor

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryEquipmentChassis

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryInventoryParent

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryLocationDetails

    AdditionalProperties string
    Address GetNetworkElementSummaryLocationDetailsAddress
    The location's street address.
    ClassId string
    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.
    Coordinates GetNetworkElementSummaryLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    Name string
    The admin configured name of the system.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    Address GetNetworkElementSummaryLocationDetailsAddress
    The location's street address.
    ClassId string
    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.
    Coordinates GetNetworkElementSummaryLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    Name string
    The admin configured name of the system.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    address GetNetworkElementSummaryLocationDetailsAddress
    The location's street address.
    classId String
    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.
    coordinates GetNetworkElementSummaryLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    name String
    The admin configured name of the system.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    address GetNetworkElementSummaryLocationDetailsAddress
    The location's street address.
    classId string
    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.
    coordinates GetNetworkElementSummaryLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    name string
    The admin configured name of the system.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    address GetNetworkElementSummaryLocationDetailsAddress
    The location's street address.
    class_id str
    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.
    coordinates GetNetworkElementSummaryLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    name str
    The admin configured name of the system.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    address Property Map
    The location's street address.
    classId String
    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.
    coordinates Property Map
    The location's longitude and latitude coordinates.
    name String
    The admin configured name of the system.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetNetworkElementSummaryLocationDetailsAddress

    AdditionalProperties string
    Address1 string
    The primary street address.
    Address2 string
    Additional address information, such as suite number or floor.
    City string
    The city where the address is located.
    ClassId string
    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.
    Country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PostalCode string
    The postal or ZIP code for the address.
    StateProvince string
    The state or province where the address is located.
    AdditionalProperties string
    Address1 string
    The primary street address.
    Address2 string
    Additional address information, such as suite number or floor.
    City string
    The city where the address is located.
    ClassId string
    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.
    Country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PostalCode string
    The postal or ZIP code for the address.
    StateProvince string
    The state or province where the address is located.
    additionalProperties String
    address1 String
    The primary street address.
    address2 String
    Additional address information, such as suite number or floor.
    city String
    The city where the address is located.
    classId String
    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.
    country String
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode String
    The postal or ZIP code for the address.
    stateProvince String
    The state or province where the address is located.
    additionalProperties string
    address1 string
    The primary street address.
    address2 string
    Additional address information, such as suite number or floor.
    city string
    The city where the address is located.
    classId string
    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.
    country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode string
    The postal or ZIP code for the address.
    stateProvince string
    The state or province where the address is located.
    additional_properties str
    address1 str
    The primary street address.
    address2 str
    Additional address information, such as suite number or floor.
    city str
    The city where the address is located.
    class_id str
    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.
    country str
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postal_code str
    The postal or ZIP code for the address.
    state_province str
    The state or province where the address is located.
    additionalProperties String
    address1 String
    The primary street address.
    address2 String
    Additional address information, such as suite number or floor.
    city String
    The city where the address is located.
    classId String
    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.
    country String
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode String
    The postal or ZIP code for the address.
    stateProvince String
    The state or province where the address is located.

    GetNetworkElementSummaryLocationDetailsCoordinates

    AdditionalProperties string
    ClassId string
    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.
    Latitude double
    The latitude coordinate value.
    Longitude double
    The longitude coordinate value.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    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.
    Latitude float64
    The latitude coordinate value.
    Longitude float64
    The longitude coordinate value.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    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.
    latitude Double
    The latitude coordinate value.
    longitude Double
    The longitude coordinate value.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    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.
    latitude number
    The latitude coordinate value.
    longitude number
    The longitude coordinate value.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    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.
    latitude float
    The latitude coordinate value.
    longitude float
    The longitude coordinate value.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    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.
    latitude Number
    The latitude coordinate value.
    longitude Number
    The longitude coordinate value.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetNetworkElementSummaryParent

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryPermissionResource

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryRegisteredDevice

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminEvacState string
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    AdminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    AlarmSummaries List<GetNetworkElementSummaryResultAlarmSummary>
    Ancestors List<GetNetworkElementSummaryResultAncestor>
    AvailableMemory string
    Available memory (un-used) on this switch platform.
    BundleVersion string
    Running firmware bundle information.
    Chassis string
    Chassis IP of the switch.
    ClassId string
    ConfModTs string
    Configuration modified timestamp of the switch.
    ConfModTsBackup string
    Configuration modified backup timestamp of the switch.
    ConnectionStatus string
    Connection status of the switch.
    CreateTime string
    The time when this managed object was created.
    DefaultDomain string
    The default domain name configured on the switch.
    DeviceMoId string
    The MoId of the registered device that coresponds to the server.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentChasses List<GetNetworkElementSummaryResultEquipmentChass>
    EthernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    EthernetSwitchingMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    FaultSummary double
    The fault summary for the server.
    FcMode string
    The user configured FC operational mode for this switch (End-Host or Switching).
    FcSwitchingMode string
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    Firmware string
    Running firmware information.
    FirmwareVersion string
    Running firmware information.
    FpgaUpgradeNeeded bool
    The flag to check vulnerability with secure boot technology.
    InbandIpAddress string
    The IP address of the network Element inband management interface.
    InbandIpGateway string
    The default gateway of the network Element inband management interface.
    InbandIpMask string
    The network mask of the network Element inband management interface.
    InbandVlan double
    The VLAN ID of the network Element inband management interface.
    InterClusterLinkState string
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    InventoryParents List<GetNetworkElementSummaryResultInventoryParent>
    Ipv4Address string
    IP version 4 address is saved in this property.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    JumboFrameEnabled bool
    Jumbo Frame configuration for the switch.
    LocationDetails List<GetNetworkElementSummaryResultLocationDetail>
    ManagementMode string
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field identifies the model of the given component.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The admin configured name of the system.
    NrVersion string
    Firmware version of the switch.
    NumEtherPorts double
    Total number of Ethernet ports.
    NumEtherPortsConfigured double
    Total number of configured Ethernet ports.
    NumEtherPortsLinkUp double
    Total number of Ethernet ports which are UP.
    NumExpansionModules double
    Total number of expansion modules.
    NumFcPorts double
    Total number of FC ports.
    NumFcPortsConfigured double
    Total number of configured FC ports.
    NumFcPortsLinkUp double
    Total number of FC ports which are UP.
    ObjectType string
    OperEvacState string
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    Operability string
    The switch's current overall operational/health state.
    OutOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    OutOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    OutOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    OutOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    OutOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    OutOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    OutOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    OutOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    Owners List<string>
    Parents List<GetNetworkElementSummaryResultParent>
    PartNumber string
    Part number of the switch.
    PermissionResources List<GetNetworkElementSummaryResultPermissionResource>
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevices List<GetNetworkElementSummaryResultRegisteredDevice>
    ReservedVlanStartId double
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    Revision string
    The product revision of the switch.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field identifies the serial of the given component.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId double
    The Slot Id of the network Element when embedded inside a chassis.
    SourceObjectType string
    Stores the source object type used to fill the properties of this object.
    Status string
    The status of the switch.
    SwitchId string
    The Switch Id of the network Element.
    SwitchProfileName string
    The name of switch profile associated with the switch.
    SwitchType string
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    SystemUpTime string
    System up time of the switch.
    Tags List<GetNetworkElementSummaryResultTag>
    Thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    TotalMemory double
    Total available memory on this switch platform.
    UserLabel string
    The user defined label assigned to the server.
    Vendor string
    This field identifies the vendor of the given component.
    VersionContexts List<GetNetworkElementSummaryResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminEvacState string
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    AdminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    AlarmSummaries []GetNetworkElementSummaryResultAlarmSummary
    Ancestors []GetNetworkElementSummaryResultAncestor
    AvailableMemory string
    Available memory (un-used) on this switch platform.
    BundleVersion string
    Running firmware bundle information.
    Chassis string
    Chassis IP of the switch.
    ClassId string
    ConfModTs string
    Configuration modified timestamp of the switch.
    ConfModTsBackup string
    Configuration modified backup timestamp of the switch.
    ConnectionStatus string
    Connection status of the switch.
    CreateTime string
    The time when this managed object was created.
    DefaultDomain string
    The default domain name configured on the switch.
    DeviceMoId string
    The MoId of the registered device that coresponds to the server.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentChasses []GetNetworkElementSummaryResultEquipmentChass
    EthernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    EthernetSwitchingMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    FaultSummary float64
    The fault summary for the server.
    FcMode string
    The user configured FC operational mode for this switch (End-Host or Switching).
    FcSwitchingMode string
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    Firmware string
    Running firmware information.
    FirmwareVersion string
    Running firmware information.
    FpgaUpgradeNeeded bool
    The flag to check vulnerability with secure boot technology.
    InbandIpAddress string
    The IP address of the network Element inband management interface.
    InbandIpGateway string
    The default gateway of the network Element inband management interface.
    InbandIpMask string
    The network mask of the network Element inband management interface.
    InbandVlan float64
    The VLAN ID of the network Element inband management interface.
    InterClusterLinkState string
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    InventoryParents []GetNetworkElementSummaryResultInventoryParent
    Ipv4Address string
    IP version 4 address is saved in this property.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    JumboFrameEnabled bool
    Jumbo Frame configuration for the switch.
    LocationDetails []GetNetworkElementSummaryResultLocationDetail
    ManagementMode string
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field identifies the model of the given component.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The admin configured name of the system.
    NrVersion string
    Firmware version of the switch.
    NumEtherPorts float64
    Total number of Ethernet ports.
    NumEtherPortsConfigured float64
    Total number of configured Ethernet ports.
    NumEtherPortsLinkUp float64
    Total number of Ethernet ports which are UP.
    NumExpansionModules float64
    Total number of expansion modules.
    NumFcPorts float64
    Total number of FC ports.
    NumFcPortsConfigured float64
    Total number of configured FC ports.
    NumFcPortsLinkUp float64
    Total number of FC ports which are UP.
    ObjectType string
    OperEvacState string
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    Operability string
    The switch's current overall operational/health state.
    OutOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    OutOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    OutOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    OutOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    OutOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    OutOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    OutOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    OutOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    OutOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    Owners []string
    Parents []GetNetworkElementSummaryResultParent
    PartNumber string
    Part number of the switch.
    PermissionResources []GetNetworkElementSummaryResultPermissionResource
    Presence string
    This field identifies the presence (equipped) or absence of the given component.
    RegisteredDevices []GetNetworkElementSummaryResultRegisteredDevice
    ReservedVlanStartId float64
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    Revision string
    The product revision of the switch.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field identifies the serial of the given component.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId float64
    The Slot Id of the network Element when embedded inside a chassis.
    SourceObjectType string
    Stores the source object type used to fill the properties of this object.
    Status string
    The status of the switch.
    SwitchId string
    The Switch Id of the network Element.
    SwitchProfileName string
    The name of switch profile associated with the switch.
    SwitchType string
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    SystemUpTime string
    System up time of the switch.
    Tags []GetNetworkElementSummaryResultTag
    Thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    TotalMemory float64
    Total available memory on this switch platform.
    UserLabel string
    The user defined label assigned to the server.
    Vendor string
    This field identifies the vendor of the given component.
    VersionContexts []GetNetworkElementSummaryResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminEvacState String
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    adminInbandInterfaceState String
    The administrative state of the network Element inband management interface.
    alarmSummaries List<GetNetworkElementSummaryResultAlarmSummary>
    ancestors List<GetNetworkElementSummaryResultAncestor>
    availableMemory String
    Available memory (un-used) on this switch platform.
    bundleVersion String
    Running firmware bundle information.
    chassis String
    Chassis IP of the switch.
    classId String
    confModTs String
    Configuration modified timestamp of the switch.
    confModTsBackup String
    Configuration modified backup timestamp of the switch.
    connectionStatus String
    Connection status of the switch.
    createTime String
    The time when this managed object was created.
    defaultDomain String
    The default domain name configured on the switch.
    deviceMoId String
    The MoId of the registered device that coresponds to the server.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentChasses List<GetNetworkElementSummaryResultEquipmentChass>
    ethernetMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    faultSummary Double
    The fault summary for the server.
    fcMode String
    The user configured FC operational mode for this switch (End-Host or Switching).
    fcSwitchingMode String
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    firmware String
    Running firmware information.
    firmwareVersion String
    Running firmware information.
    fpgaUpgradeNeeded Boolean
    The flag to check vulnerability with secure boot technology.
    inbandIpAddress String
    The IP address of the network Element inband management interface.
    inbandIpGateway String
    The default gateway of the network Element inband management interface.
    inbandIpMask String
    The network mask of the network Element inband management interface.
    inbandVlan Double
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState String
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    inventoryParents List<GetNetworkElementSummaryResultInventoryParent>
    ipv4Address String
    IP version 4 address is saved in this property.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    jumboFrameEnabled Boolean
    Jumbo Frame configuration for the switch.
    locationDetails List<GetNetworkElementSummaryResultLocationDetail>
    managementMode String
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    model String
    This field identifies the model of the given component.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The admin configured name of the system.
    nrVersion String
    Firmware version of the switch.
    numEtherPorts Double
    Total number of Ethernet ports.
    numEtherPortsConfigured Double
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp Double
    Total number of Ethernet ports which are UP.
    numExpansionModules Double
    Total number of expansion modules.
    numFcPorts Double
    Total number of FC ports.
    numFcPortsConfigured Double
    Total number of configured FC ports.
    numFcPortsLinkUp Double
    Total number of FC ports which are UP.
    objectType String
    operEvacState String
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    operability String
    The switch's current overall operational/health state.
    outOfBandIpAddress String
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway String
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address String
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway String
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address String
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway String
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix String
    The network mask of the network Element out-of-band management interface.
    outOfBandMac String
    The MAC address of the network Element out-of-band management interface.
    owners List<String>
    parents List<GetNetworkElementSummaryResultParent>
    partNumber String
    Part number of the switch.
    permissionResources List<GetNetworkElementSummaryResultPermissionResource>
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevices List<GetNetworkElementSummaryResultRegisteredDevice>
    reservedVlanStartId Double
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    revision String
    The product revision of the switch.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field identifies the serial of the given component.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId Double
    The Slot Id of the network Element when embedded inside a chassis.
    sourceObjectType String
    Stores the source object type used to fill the properties of this object.
    status String
    The status of the switch.
    switchId String
    The Switch Id of the network Element.
    switchProfileName String
    The name of switch profile associated with the switch.
    switchType String
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    systemUpTime String
    System up time of the switch.
    tags List<GetNetworkElementSummaryResultTag>
    thermal String
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    totalMemory Double
    Total available memory on this switch platform.
    userLabel String
    The user defined label assigned to the server.
    vendor String
    This field identifies the vendor of the given component.
    versionContexts List<GetNetworkElementSummaryResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminEvacState string
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    adminInbandInterfaceState string
    The administrative state of the network Element inband management interface.
    alarmSummaries GetNetworkElementSummaryResultAlarmSummary[]
    ancestors GetNetworkElementSummaryResultAncestor[]
    availableMemory string
    Available memory (un-used) on this switch platform.
    bundleVersion string
    Running firmware bundle information.
    chassis string
    Chassis IP of the switch.
    classId string
    confModTs string
    Configuration modified timestamp of the switch.
    confModTsBackup string
    Configuration modified backup timestamp of the switch.
    connectionStatus string
    Connection status of the switch.
    createTime string
    The time when this managed object was created.
    defaultDomain string
    The default domain name configured on the switch.
    deviceMoId string
    The MoId of the registered device that coresponds to the server.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    equipmentChasses GetNetworkElementSummaryResultEquipmentChass[]
    ethernetMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode string
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    faultSummary number
    The fault summary for the server.
    fcMode string
    The user configured FC operational mode for this switch (End-Host or Switching).
    fcSwitchingMode string
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    firmware string
    Running firmware information.
    firmwareVersion string
    Running firmware information.
    fpgaUpgradeNeeded boolean
    The flag to check vulnerability with secure boot technology.
    inbandIpAddress string
    The IP address of the network Element inband management interface.
    inbandIpGateway string
    The default gateway of the network Element inband management interface.
    inbandIpMask string
    The network mask of the network Element inband management interface.
    inbandVlan number
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState string
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    inventoryParents GetNetworkElementSummaryResultInventoryParent[]
    ipv4Address string
    IP version 4 address is saved in this property.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    jumboFrameEnabled boolean
    Jumbo Frame configuration for the switch.
    locationDetails GetNetworkElementSummaryResultLocationDetail[]
    managementMode string
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime string
    The time when this managed object was last modified.
    model string
    This field identifies the model of the given component.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The admin configured name of the system.
    nrVersion string
    Firmware version of the switch.
    numEtherPorts number
    Total number of Ethernet ports.
    numEtherPortsConfigured number
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp number
    Total number of Ethernet ports which are UP.
    numExpansionModules number
    Total number of expansion modules.
    numFcPorts number
    Total number of FC ports.
    numFcPortsConfigured number
    Total number of configured FC ports.
    numFcPortsLinkUp number
    Total number of FC ports which are UP.
    objectType string
    operEvacState string
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    operability string
    The switch's current overall operational/health state.
    outOfBandIpAddress string
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway string
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask string
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address string
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway string
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask string
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address string
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway string
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix string
    The network mask of the network Element out-of-band management interface.
    outOfBandMac string
    The MAC address of the network Element out-of-band management interface.
    owners string[]
    parents GetNetworkElementSummaryResultParent[]
    partNumber string
    Part number of the switch.
    permissionResources GetNetworkElementSummaryResultPermissionResource[]
    presence string
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevices GetNetworkElementSummaryResultRegisteredDevice[]
    reservedVlanStartId number
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    revision string
    The product revision of the switch.
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field identifies the serial of the given component.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId number
    The Slot Id of the network Element when embedded inside a chassis.
    sourceObjectType string
    Stores the source object type used to fill the properties of this object.
    status string
    The status of the switch.
    switchId string
    The Switch Id of the network Element.
    switchProfileName string
    The name of switch profile associated with the switch.
    switchType string
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    systemUpTime string
    System up time of the switch.
    tags GetNetworkElementSummaryResultTag[]
    thermal string
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    totalMemory number
    Total available memory on this switch platform.
    userLabel string
    The user defined label assigned to the server.
    vendor string
    This field identifies the vendor of the given component.
    versionContexts GetNetworkElementSummaryResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_evac_state str
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    admin_inband_interface_state str
    The administrative state of the network Element inband management interface.
    alarm_summaries Sequence[GetNetworkElementSummaryResultAlarmSummary]
    ancestors Sequence[GetNetworkElementSummaryResultAncestor]
    available_memory str
    Available memory (un-used) on this switch platform.
    bundle_version str
    Running firmware bundle information.
    chassis str
    Chassis IP of the switch.
    class_id str
    conf_mod_ts str
    Configuration modified timestamp of the switch.
    conf_mod_ts_backup str
    Configuration modified backup timestamp of the switch.
    connection_status str
    Connection status of the switch.
    create_time str
    The time when this managed object was created.
    default_domain str
    The default domain name configured on the switch.
    device_mo_id str
    The MoId of the registered device that coresponds to the server.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    equipment_chasses Sequence[GetNetworkElementSummaryResultEquipmentChass]
    ethernet_mode str
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernet_switching_mode str
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    fault_summary float
    The fault summary for the server.
    fc_mode str
    The user configured FC operational mode for this switch (End-Host or Switching).
    fc_switching_mode str
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    firmware str
    Running firmware information.
    firmware_version str
    Running firmware information.
    fpga_upgrade_needed bool
    The flag to check vulnerability with secure boot technology.
    inband_ip_address str
    The IP address of the network Element inband management interface.
    inband_ip_gateway str
    The default gateway of the network Element inband management interface.
    inband_ip_mask str
    The network mask of the network Element inband management interface.
    inband_vlan float
    The VLAN ID of the network Element inband management interface.
    inter_cluster_link_state str
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    inventory_parents Sequence[GetNetworkElementSummaryResultInventoryParent]
    ipv4_address str
    IP version 4 address is saved in this property.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    jumbo_frame_enabled bool
    Jumbo Frame configuration for the switch.
    location_details Sequence[GetNetworkElementSummaryResultLocationDetail]
    management_mode str
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field identifies the model of the given component.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The admin configured name of the system.
    nr_version str
    Firmware version of the switch.
    num_ether_ports float
    Total number of Ethernet ports.
    num_ether_ports_configured float
    Total number of configured Ethernet ports.
    num_ether_ports_link_up float
    Total number of Ethernet ports which are UP.
    num_expansion_modules float
    Total number of expansion modules.
    num_fc_ports float
    Total number of FC ports.
    num_fc_ports_configured float
    Total number of configured FC ports.
    num_fc_ports_link_up float
    Total number of FC ports which are UP.
    object_type str
    oper_evac_state str
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    operability str
    The switch's current overall operational/health state.
    out_of_band_ip_address str
    The IP address of the network Element out-of-band management interface.
    out_of_band_ip_gateway str
    The default gateway of the network Element out-of-band management interface.
    out_of_band_ip_mask str
    The network mask of the network Element out-of-band management interface.
    out_of_band_ipv4_address str
    The IPv4 address of the network Element out-of-band management interface.
    out_of_band_ipv4_gateway str
    The default IPv4 gateway of the network Element out-of-band management interface.
    out_of_band_ipv4_mask str
    The network mask of the network Element out-of-band management interface.
    out_of_band_ipv6_address str
    The IPv6 address of the network Element out-of-band management interface.
    out_of_band_ipv6_gateway str
    The default IPv6 gateway of the network Element out-of-band management interface.
    out_of_band_ipv6_prefix str
    The network mask of the network Element out-of-band management interface.
    out_of_band_mac str
    The MAC address of the network Element out-of-band management interface.
    owners Sequence[str]
    parents Sequence[GetNetworkElementSummaryResultParent]
    part_number str
    Part number of the switch.
    permission_resources Sequence[GetNetworkElementSummaryResultPermissionResource]
    presence str
    This field identifies the presence (equipped) or absence of the given component.
    registered_devices Sequence[GetNetworkElementSummaryResultRegisteredDevice]
    reserved_vlan_start_id float
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    revision str
    The product revision of the switch.
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field identifies the serial of the given component.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slot_id float
    The Slot Id of the network Element when embedded inside a chassis.
    source_object_type str
    Stores the source object type used to fill the properties of this object.
    status str
    The status of the switch.
    switch_id str
    The Switch Id of the network Element.
    switch_profile_name str
    The name of switch profile associated with the switch.
    switch_type str
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    system_up_time str
    System up time of the switch.
    tags Sequence[GetNetworkElementSummaryResultTag]
    thermal str
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    total_memory float
    Total available memory on this switch platform.
    user_label str
    The user defined label assigned to the server.
    vendor str
    This field identifies the vendor of the given component.
    version_contexts Sequence[GetNetworkElementSummaryResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminEvacState String
    Administratively configured state of Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    adminInbandInterfaceState String
    The administrative state of the network Element inband management interface.
    alarmSummaries List<Property Map>
    ancestors List<Property Map>
    availableMemory String
    Available memory (un-used) on this switch platform.
    bundleVersion String
    Running firmware bundle information.
    chassis String
    Chassis IP of the switch.
    classId String
    confModTs String
    Configuration modified timestamp of the switch.
    confModTsBackup String
    Configuration modified backup timestamp of the switch.
    connectionStatus String
    Connection status of the switch.
    createTime String
    The time when this managed object was created.
    defaultDomain String
    The default domain name configured on the switch.
    deviceMoId String
    The MoId of the registered device that coresponds to the server.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentChasses List<Property Map>
    ethernetMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).
    ethernetSwitchingMode String
    The user configured Ethernet operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    faultSummary Number
    The fault summary for the server.
    fcMode String
    The user configured FC operational mode for this switch (End-Host or Switching).
    fcSwitchingMode String
    The user configured FC operational mode for this switch (End-Host or Switching).* end-host - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.* switch - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
    firmware String
    Running firmware information.
    firmwareVersion String
    Running firmware information.
    fpgaUpgradeNeeded Boolean
    The flag to check vulnerability with secure boot technology.
    inbandIpAddress String
    The IP address of the network Element inband management interface.
    inbandIpGateway String
    The default gateway of the network Element inband management interface.
    inbandIpMask String
    The network mask of the network Element inband management interface.
    inbandVlan Number
    The VLAN ID of the network Element inband management interface.
    interClusterLinkState String
    The intercluster link state of the switch.* Unknown - The operational state of the link is not known.* Up - The operational state of the link is up.* Down - The operational state of the link is down.* Degraded - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.
    inventoryParents List<Property Map>
    ipv4Address String
    IP version 4 address is saved in this property.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    jumboFrameEnabled Boolean
    Jumbo Frame configuration for the switch.
    locationDetails List<Property Map>
    managementMode String
    The management mode of the fabric interconnect.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    model String
    This field identifies the model of the given component.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The admin configured name of the system.
    nrVersion String
    Firmware version of the switch.
    numEtherPorts Number
    Total number of Ethernet ports.
    numEtherPortsConfigured Number
    Total number of configured Ethernet ports.
    numEtherPortsLinkUp Number
    Total number of Ethernet ports which are UP.
    numExpansionModules Number
    Total number of expansion modules.
    numFcPorts Number
    Total number of FC ports.
    numFcPortsConfigured Number
    Total number of configured FC ports.
    numFcPortsLinkUp Number
    Total number of FC ports which are UP.
    objectType String
    operEvacState String
    Operational state of the Fabric Evacuation feature, for this switch.* `` - Evacuation state of the switch is unknown.* enabled - Evacuation state of the switch is enabled.* disabled - Evacuation state of the switch is disabled.* applying - Evacuation state of the switch when evacuation is in progress.* on - Evacuation state of the switch is enabled.* off - Evacuation state of the switch is disabled.* N/A - Evacuation state of the switch is not applicable.
    operability String
    The switch's current overall operational/health state.
    outOfBandIpAddress String
    The IP address of the network Element out-of-band management interface.
    outOfBandIpGateway String
    The default gateway of the network Element out-of-band management interface.
    outOfBandIpMask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv4Address String
    The IPv4 address of the network Element out-of-band management interface.
    outOfBandIpv4Gateway String
    The default IPv4 gateway of the network Element out-of-band management interface.
    outOfBandIpv4Mask String
    The network mask of the network Element out-of-band management interface.
    outOfBandIpv6Address String
    The IPv6 address of the network Element out-of-band management interface.
    outOfBandIpv6Gateway String
    The default IPv6 gateway of the network Element out-of-band management interface.
    outOfBandIpv6Prefix String
    The network mask of the network Element out-of-band management interface.
    outOfBandMac String
    The MAC address of the network Element out-of-band management interface.
    owners List<String>
    parents List<Property Map>
    partNumber String
    Part number of the switch.
    permissionResources List<Property Map>
    presence String
    This field identifies the presence (equipped) or absence of the given component.
    registeredDevices List<Property Map>
    reservedVlanStartId Number
    The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.
    revision String
    The product revision of the switch.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field identifies the serial of the given component.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId Number
    The Slot Id of the network Element when embedded inside a chassis.
    sourceObjectType String
    Stores the source object type used to fill the properties of this object.
    status String
    The status of the switch.
    switchId String
    The Switch Id of the network Element.
    switchProfileName String
    The name of switch profile associated with the switch.
    switchType String
    The Switch type that the network element is a part of.* FabricInterconnect - The default Switch type of UCSM and IMM mode devices.* NexusDevice - Switch type of Nexus devices.* MDSDevice - Switch type of Nexus MDS devices.* EdgeChassisManagementController - Switch type of Edge Chassis Management Controller.
    systemUpTime String
    System up time of the switch.
    tags List<Property Map>
    thermal String
    The Thermal status of the fabric interconnect.* unknown - The default state of the sensor (in case no data is received).* ok - State of the sensor indicating the sensor's temperature range is okay.* upper-non-recoverable - State of the sensor indicating that the temperature is extremely high above normal range.* upper-critical - State of the sensor indicating that the temperature is above normal range.* upper-non-critical - State of the sensor indicating that the temperature is a little above the normal range.* lower-non-critical - State of the sensor indicating that the temperature is a little below the normal range.* lower-critical - State of the sensor indicating that the temperature is below normal range.* lower-non-recoverable - State of the sensor indicating that the temperature is extremely below normal range.
    totalMemory Number
    Total available memory on this switch platform.
    userLabel String
    The user defined label assigned to the server.
    vendor String
    This field identifies the vendor of the given component.
    versionContexts List<Property Map>

    GetNetworkElementSummaryResultAlarmSummary

    AdditionalProperties string
    ClassId string
    Critical float64
    Health string
    Info float64
    ObjectType string
    Suppressed bool
    SuppressedCritical float64
    SuppressedInfo float64
    SuppressedWarning float64
    Warning float64

    GetNetworkElementSummaryResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultEquipmentChass

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultInventoryParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultLocationDetail

    additionalProperties String
    addresses List<Property Map>
    classId String
    coordinates List<Property Map>
    name String
    The admin configured name of the system.
    objectType String

    GetNetworkElementSummaryResultLocationDetailAddress

    AdditionalProperties string
    Address1 string
    Address2 string
    City string
    ClassId string
    Country string
    ObjectType string
    PostalCode string
    StateProvince string
    AdditionalProperties string
    Address1 string
    Address2 string
    City string
    ClassId string
    Country string
    ObjectType string
    PostalCode string
    StateProvince string
    additionalProperties String
    address1 String
    address2 String
    city String
    classId String
    country String
    objectType String
    postalCode String
    stateProvince String
    additionalProperties string
    address1 string
    address2 string
    city string
    classId string
    country string
    objectType string
    postalCode string
    stateProvince string
    additionalProperties String
    address1 String
    address2 String
    city String
    classId String
    country String
    objectType String
    postalCode String
    stateProvince String

    GetNetworkElementSummaryResultLocationDetailCoordinate

    AdditionalProperties string
    ClassId string
    Latitude float64
    Longitude float64
    ObjectType string

    GetNetworkElementSummaryResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultTag

    GetNetworkElementSummaryResultTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultTagDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultVersionContext

    GetNetworkElementSummaryResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetNetworkElementSummaryTag

    AdditionalProperties string
    AncestorDefinitions List<GetNetworkElementSummaryTagAncestorDefinition>
    Definition GetNetworkElementSummaryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetNetworkElementSummaryTagAncestorDefinition
    Definition GetNetworkElementSummaryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetNetworkElementSummaryTagAncestorDefinition>
    definition GetNetworkElementSummaryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetNetworkElementSummaryTagAncestorDefinition[]
    definition GetNetworkElementSummaryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetNetworkElementSummaryTagAncestorDefinition]
    definition GetNetworkElementSummaryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetNetworkElementSummaryTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryTagDefinition

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryVersionContext

    AdditionalProperties string
    ClassId string
    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.
    InterestedMos List<GetNetworkElementSummaryVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    Firmware version of the switch.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNetworkElementSummaryVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    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.
    InterestedMos []GetNetworkElementSummaryVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    Firmware version of the switch.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNetworkElementSummaryVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    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.
    interestedMos List<GetNetworkElementSummaryVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    Firmware version of the switch.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNetworkElementSummaryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    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.
    interestedMos GetNetworkElementSummaryVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    Firmware version of the switch.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNetworkElementSummaryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    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.
    interested_mos Sequence[GetNetworkElementSummaryVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    Firmware version of the switch.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetNetworkElementSummaryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    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.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    Firmware version of the switch.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetNetworkElementSummaryVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetNetworkElementSummaryVersionContextRefMo

    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    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.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    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.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    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.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    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.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.72 published on Wednesday, Nov 5, 2025 by ciscodevnet
      Meet Neo: Your AI Platform Teammate