1. Packages
  2. Intersight Provider
  3. API Docs
  4. getAdapterHostEthInterface
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getAdapterHostEthInterface

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Physical / Virtual port of an adapter as seen by the host.

    Using getAdapterHostEthInterface

    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 getAdapterHostEthInterface(args: GetAdapterHostEthInterfaceArgs, opts?: InvokeOptions): Promise<GetAdapterHostEthInterfaceResult>
    function getAdapterHostEthInterfaceOutput(args: GetAdapterHostEthInterfaceOutputArgs, opts?: InvokeOptions): Output<GetAdapterHostEthInterfaceResult>
    def get_adapter_host_eth_interface(account_moid: Optional[str] = None,
                                       acknowledged_peer_interface: Optional[GetAdapterHostEthInterfaceAcknowledgedPeerInterface] = None,
                                       active_oper_state: Optional[str] = None,
                                       active_veth_oper_state: Optional[str] = None,
                                       adapter_unit: Optional[GetAdapterHostEthInterfaceAdapterUnit] = None,
                                       additional_properties: Optional[str] = None,
                                       admin_state: Optional[str] = None,
                                       ancestors: Optional[Sequence[GetAdapterHostEthInterfaceAncestor]] = None,
                                       class_id: Optional[str] = None,
                                       create_time: Optional[str] = None,
                                       device_mo_id: Optional[str] = None,
                                       dn: Optional[str] = None,
                                       domain_group_moid: Optional[str] = None,
                                       ep_dn: Optional[str] = None,
                                       host_eth_interface_id: Optional[float] = None,
                                       id: Optional[str] = None,
                                       interface_type: Optional[str] = None,
                                       inventory_device_info: Optional[GetAdapterHostEthInterfaceInventoryDeviceInfo] = None,
                                       mac_address: Optional[str] = None,
                                       mod_time: Optional[str] = None,
                                       moid: Optional[str] = None,
                                       name: Optional[str] = None,
                                       object_type: Optional[str] = None,
                                       oper_reasons: Optional[Sequence[str]] = None,
                                       oper_state: Optional[str] = None,
                                       operability: Optional[str] = None,
                                       original_mac_address: Optional[str] = None,
                                       owners: Optional[Sequence[str]] = None,
                                       parent: Optional[GetAdapterHostEthInterfaceParent] = None,
                                       pci_addr: Optional[str] = None,
                                       peer_dn: Optional[str] = None,
                                       peer_interface: Optional[GetAdapterHostEthInterfacePeerInterface] = None,
                                       permission_resources: Optional[Sequence[GetAdapterHostEthInterfacePermissionResource]] = None,
                                       pin_group_name: Optional[str] = None,
                                       pinned_interface: Optional[GetAdapterHostEthInterfacePinnedInterface] = None,
                                       qinq_enabled: Optional[bool] = None,
                                       qinq_vlan: Optional[float] = None,
                                       registered_device: Optional[GetAdapterHostEthInterfaceRegisteredDevice] = None,
                                       rn: Optional[str] = None,
                                       shared_scope: Optional[str] = None,
                                       standby_oper_state: Optional[str] = None,
                                       standby_veth_oper_state: Optional[str] = None,
                                       standby_vethernet: Optional[GetAdapterHostEthInterfaceStandbyVethernet] = None,
                                       standby_vif_id: Optional[float] = None,
                                       tags: Optional[Sequence[GetAdapterHostEthInterfaceTag]] = None,
                                       version_context: Optional[GetAdapterHostEthInterfaceVersionContext] = None,
                                       veth_action: Optional[str] = None,
                                       vethernet: Optional[GetAdapterHostEthInterfaceVethernet] = None,
                                       vif_id: Optional[float] = None,
                                       virtualization_preference: Optional[str] = None,
                                       vnic_dn: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetAdapterHostEthInterfaceResult
    def get_adapter_host_eth_interface_output(account_moid: Optional[pulumi.Input[str]] = None,
                                       acknowledged_peer_interface: Optional[pulumi.Input[GetAdapterHostEthInterfaceAcknowledgedPeerInterfaceArgs]] = None,
                                       active_oper_state: Optional[pulumi.Input[str]] = None,
                                       active_veth_oper_state: Optional[pulumi.Input[str]] = None,
                                       adapter_unit: Optional[pulumi.Input[GetAdapterHostEthInterfaceAdapterUnitArgs]] = None,
                                       additional_properties: Optional[pulumi.Input[str]] = None,
                                       admin_state: Optional[pulumi.Input[str]] = None,
                                       ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetAdapterHostEthInterfaceAncestorArgs]]]] = None,
                                       class_id: Optional[pulumi.Input[str]] = None,
                                       create_time: 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,
                                       ep_dn: Optional[pulumi.Input[str]] = None,
                                       host_eth_interface_id: Optional[pulumi.Input[float]] = None,
                                       id: Optional[pulumi.Input[str]] = None,
                                       interface_type: Optional[pulumi.Input[str]] = None,
                                       inventory_device_info: Optional[pulumi.Input[GetAdapterHostEthInterfaceInventoryDeviceInfoArgs]] = None,
                                       mac_address: Optional[pulumi.Input[str]] = None,
                                       mod_time: Optional[pulumi.Input[str]] = None,
                                       moid: Optional[pulumi.Input[str]] = None,
                                       name: Optional[pulumi.Input[str]] = None,
                                       object_type: Optional[pulumi.Input[str]] = None,
                                       oper_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                       oper_state: Optional[pulumi.Input[str]] = None,
                                       operability: Optional[pulumi.Input[str]] = None,
                                       original_mac_address: Optional[pulumi.Input[str]] = None,
                                       owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                       parent: Optional[pulumi.Input[GetAdapterHostEthInterfaceParentArgs]] = None,
                                       pci_addr: Optional[pulumi.Input[str]] = None,
                                       peer_dn: Optional[pulumi.Input[str]] = None,
                                       peer_interface: Optional[pulumi.Input[GetAdapterHostEthInterfacePeerInterfaceArgs]] = None,
                                       permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAdapterHostEthInterfacePermissionResourceArgs]]]] = None,
                                       pin_group_name: Optional[pulumi.Input[str]] = None,
                                       pinned_interface: Optional[pulumi.Input[GetAdapterHostEthInterfacePinnedInterfaceArgs]] = None,
                                       qinq_enabled: Optional[pulumi.Input[bool]] = None,
                                       qinq_vlan: Optional[pulumi.Input[float]] = None,
                                       registered_device: Optional[pulumi.Input[GetAdapterHostEthInterfaceRegisteredDeviceArgs]] = None,
                                       rn: Optional[pulumi.Input[str]] = None,
                                       shared_scope: Optional[pulumi.Input[str]] = None,
                                       standby_oper_state: Optional[pulumi.Input[str]] = None,
                                       standby_veth_oper_state: Optional[pulumi.Input[str]] = None,
                                       standby_vethernet: Optional[pulumi.Input[GetAdapterHostEthInterfaceStandbyVethernetArgs]] = None,
                                       standby_vif_id: Optional[pulumi.Input[float]] = None,
                                       tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetAdapterHostEthInterfaceTagArgs]]]] = None,
                                       version_context: Optional[pulumi.Input[GetAdapterHostEthInterfaceVersionContextArgs]] = None,
                                       veth_action: Optional[pulumi.Input[str]] = None,
                                       vethernet: Optional[pulumi.Input[GetAdapterHostEthInterfaceVethernetArgs]] = None,
                                       vif_id: Optional[pulumi.Input[float]] = None,
                                       virtualization_preference: Optional[pulumi.Input[str]] = None,
                                       vnic_dn: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetAdapterHostEthInterfaceResult]
    func LookupAdapterHostEthInterface(ctx *Context, args *LookupAdapterHostEthInterfaceArgs, opts ...InvokeOption) (*LookupAdapterHostEthInterfaceResult, error)
    func LookupAdapterHostEthInterfaceOutput(ctx *Context, args *LookupAdapterHostEthInterfaceOutputArgs, opts ...InvokeOption) LookupAdapterHostEthInterfaceResultOutput

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

    public static class GetAdapterHostEthInterface 
    {
        public static Task<GetAdapterHostEthInterfaceResult> InvokeAsync(GetAdapterHostEthInterfaceArgs args, InvokeOptions? opts = null)
        public static Output<GetAdapterHostEthInterfaceResult> Invoke(GetAdapterHostEthInterfaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAdapterHostEthInterfaceResult> getAdapterHostEthInterface(GetAdapterHostEthInterfaceArgs args, InvokeOptions options)
    public static Output<GetAdapterHostEthInterfaceResult> getAdapterHostEthInterface(GetAdapterHostEthInterfaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getAdapterHostEthInterface:getAdapterHostEthInterface
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AcknowledgedPeerInterface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    ActiveOperState string
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    ActiveVethOperState string
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    AdapterUnit GetAdapterHostEthInterfaceAdapterUnit
    AdditionalProperties string
    AdminState string
    Admin state of the Host Ethernet Interface.
    Ancestors List<GetAdapterHostEthInterfaceAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EpDn string
    The Endpoint Config Dn of the Host Ethernet Interface.
    HostEthInterfaceId double
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    Id string
    InterfaceType string
    Type of External Ethernet Interface.
    InventoryDeviceInfo GetAdapterHostEthInterfaceInventoryDeviceInfo
    MacAddress string
    Mac address of the Host Ethernet Interface.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of Host Ethernet Interface.
    ObjectType string
    OperReasons List<string>
    OperState string
    Operational state of an Interface.
    Operability string
    Operability status of Host Ethernet Channel Interface.
    OriginalMacAddress string
    The factory default Mac address of the Host Ethernet Interface.
    Owners List<string>
    Parent GetAdapterHostEthInterfaceParent
    PciAddr string
    The PCI address of the Host Ethernet Interface.
    PeerDn string
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    PeerInterface GetAdapterHostEthInterfacePeerInterface
    PermissionResources List<GetAdapterHostEthInterfacePermissionResource>
    PinGroupName string
    Name given for Lan PinGroup.
    PinnedInterface GetAdapterHostEthInterfacePinnedInterface
    QinqEnabled bool
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    QinqVlan double
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    RegisteredDevice GetAdapterHostEthInterfaceRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    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.
    StandbyOperState string
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    StandbyVethOperState string
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    StandbyVethernet GetAdapterHostEthInterfaceStandbyVethernet
    StandbyVifId double
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    Tags List<GetAdapterHostEthInterfaceTag>
    VersionContext GetAdapterHostEthInterfaceVersionContext
    VethAction string
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    Vethernet GetAdapterHostEthInterfaceVethernet
    VifId double
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    VirtualizationPreference string
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    VnicDn string
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    AccountMoid string
    The Account ID for this managed object.
    AcknowledgedPeerInterface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    ActiveOperState string
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    ActiveVethOperState string
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    AdapterUnit GetAdapterHostEthInterfaceAdapterUnit
    AdditionalProperties string
    AdminState string
    Admin state of the Host Ethernet Interface.
    Ancestors []GetAdapterHostEthInterfaceAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EpDn string
    The Endpoint Config Dn of the Host Ethernet Interface.
    HostEthInterfaceId float64
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    Id string
    InterfaceType string
    Type of External Ethernet Interface.
    InventoryDeviceInfo GetAdapterHostEthInterfaceInventoryDeviceInfo
    MacAddress string
    Mac address of the Host Ethernet Interface.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of Host Ethernet Interface.
    ObjectType string
    OperReasons []string
    OperState string
    Operational state of an Interface.
    Operability string
    Operability status of Host Ethernet Channel Interface.
    OriginalMacAddress string
    The factory default Mac address of the Host Ethernet Interface.
    Owners []string
    Parent GetAdapterHostEthInterfaceParent
    PciAddr string
    The PCI address of the Host Ethernet Interface.
    PeerDn string
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    PeerInterface GetAdapterHostEthInterfacePeerInterface
    PermissionResources []GetAdapterHostEthInterfacePermissionResource
    PinGroupName string
    Name given for Lan PinGroup.
    PinnedInterface GetAdapterHostEthInterfacePinnedInterface
    QinqEnabled bool
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    QinqVlan float64
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    RegisteredDevice GetAdapterHostEthInterfaceRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    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.
    StandbyOperState string
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    StandbyVethOperState string
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    StandbyVethernet GetAdapterHostEthInterfaceStandbyVethernet
    StandbyVifId float64
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    Tags []GetAdapterHostEthInterfaceTag
    VersionContext GetAdapterHostEthInterfaceVersionContext
    VethAction string
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    Vethernet GetAdapterHostEthInterfaceVethernet
    VifId float64
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    VirtualizationPreference string
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    VnicDn string
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    accountMoid String
    The Account ID for this managed object.
    acknowledgedPeerInterface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    activeOperState String
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    activeVethOperState String
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    adapterUnit GetAdapterHostEthInterfaceAdapterUnit
    additionalProperties String
    adminState String
    Admin state of the Host Ethernet Interface.
    ancestors List<GetAdapterHostEthInterfaceAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    epDn String
    The Endpoint Config Dn of the Host Ethernet Interface.
    hostEthInterfaceId Double
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    id String
    interfaceType String
    Type of External Ethernet Interface.
    inventoryDeviceInfo GetAdapterHostEthInterfaceInventoryDeviceInfo
    macAddress String
    Mac address of the Host Ethernet Interface.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of Host Ethernet Interface.
    objectType String
    operReasons List<String>
    operState String
    Operational state of an Interface.
    operability String
    Operability status of Host Ethernet Channel Interface.
    originalMacAddress String
    The factory default Mac address of the Host Ethernet Interface.
    owners List<String>
    parent GetAdapterHostEthInterfaceParent
    pciAddr String
    The PCI address of the Host Ethernet Interface.
    peerDn String
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    peerInterface GetAdapterHostEthInterfacePeerInterface
    permissionResources List<GetAdapterHostEthInterfacePermissionResource>
    pinGroupName String
    Name given for Lan PinGroup.
    pinnedInterface GetAdapterHostEthInterfacePinnedInterface
    qinqEnabled Boolean
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    qinqVlan Double
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    registeredDevice GetAdapterHostEthInterfaceRegisteredDevice
    rn String
    The Relative Name uniquely identifies an object within a given context.
    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.
    standbyOperState String
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    standbyVethOperState String
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    standbyVethernet GetAdapterHostEthInterfaceStandbyVethernet
    standbyVifId Double
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    tags List<GetAdapterHostEthInterfaceTag>
    versionContext GetAdapterHostEthInterfaceVersionContext
    vethAction String
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    vethernet GetAdapterHostEthInterfaceVethernet
    vifId Double
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    virtualizationPreference String
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    vnicDn String
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    accountMoid string
    The Account ID for this managed object.
    acknowledgedPeerInterface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    activeOperState string
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    activeVethOperState string
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    adapterUnit GetAdapterHostEthInterfaceAdapterUnit
    additionalProperties string
    adminState string
    Admin state of the Host Ethernet Interface.
    ancestors GetAdapterHostEthInterfaceAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    epDn string
    The Endpoint Config Dn of the Host Ethernet Interface.
    hostEthInterfaceId number
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    id string
    interfaceType string
    Type of External Ethernet Interface.
    inventoryDeviceInfo GetAdapterHostEthInterfaceInventoryDeviceInfo
    macAddress string
    Mac address of the Host Ethernet Interface.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of Host Ethernet Interface.
    objectType string
    operReasons string[]
    operState string
    Operational state of an Interface.
    operability string
    Operability status of Host Ethernet Channel Interface.
    originalMacAddress string
    The factory default Mac address of the Host Ethernet Interface.
    owners string[]
    parent GetAdapterHostEthInterfaceParent
    pciAddr string
    The PCI address of the Host Ethernet Interface.
    peerDn string
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    peerInterface GetAdapterHostEthInterfacePeerInterface
    permissionResources GetAdapterHostEthInterfacePermissionResource[]
    pinGroupName string
    Name given for Lan PinGroup.
    pinnedInterface GetAdapterHostEthInterfacePinnedInterface
    qinqEnabled boolean
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    qinqVlan number
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    registeredDevice GetAdapterHostEthInterfaceRegisteredDevice
    rn string
    The Relative Name uniquely identifies an object within a given context.
    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.
    standbyOperState string
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    standbyVethOperState string
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    standbyVethernet GetAdapterHostEthInterfaceStandbyVethernet
    standbyVifId number
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    tags GetAdapterHostEthInterfaceTag[]
    versionContext GetAdapterHostEthInterfaceVersionContext
    vethAction string
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    vethernet GetAdapterHostEthInterfaceVethernet
    vifId number
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    virtualizationPreference string
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    vnicDn string
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    account_moid str
    The Account ID for this managed object.
    acknowledged_peer_interface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    active_oper_state str
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    active_veth_oper_state str
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    adapter_unit GetAdapterHostEthInterfaceAdapterUnit
    additional_properties str
    admin_state str
    Admin state of the Host Ethernet Interface.
    ancestors Sequence[GetAdapterHostEthInterfaceAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ep_dn str
    The Endpoint Config Dn of the Host Ethernet Interface.
    host_eth_interface_id float
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    id str
    interface_type str
    Type of External Ethernet Interface.
    inventory_device_info GetAdapterHostEthInterfaceInventoryDeviceInfo
    mac_address str
    Mac address of the Host Ethernet Interface.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of Host Ethernet Interface.
    object_type str
    oper_reasons Sequence[str]
    oper_state str
    Operational state of an Interface.
    operability str
    Operability status of Host Ethernet Channel Interface.
    original_mac_address str
    The factory default Mac address of the Host Ethernet Interface.
    owners Sequence[str]
    parent GetAdapterHostEthInterfaceParent
    pci_addr str
    The PCI address of the Host Ethernet Interface.
    peer_dn str
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    peer_interface GetAdapterHostEthInterfacePeerInterface
    permission_resources Sequence[GetAdapterHostEthInterfacePermissionResource]
    pin_group_name str
    Name given for Lan PinGroup.
    pinned_interface GetAdapterHostEthInterfacePinnedInterface
    qinq_enabled bool
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    qinq_vlan float
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    registered_device GetAdapterHostEthInterfaceRegisteredDevice
    rn str
    The Relative Name uniquely identifies an object within a given context.
    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.
    standby_oper_state str
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    standby_veth_oper_state str
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    standby_vethernet GetAdapterHostEthInterfaceStandbyVethernet
    standby_vif_id float
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    tags Sequence[GetAdapterHostEthInterfaceTag]
    version_context GetAdapterHostEthInterfaceVersionContext
    veth_action str
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    vethernet GetAdapterHostEthInterfaceVethernet
    vif_id float
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    virtualization_preference str
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    vnic_dn str
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    accountMoid String
    The Account ID for this managed object.
    acknowledgedPeerInterface Property Map
    activeOperState String
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    activeVethOperState String
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    adapterUnit Property Map
    additionalProperties String
    adminState String
    Admin state of the Host Ethernet Interface.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    epDn String
    The Endpoint Config Dn of the Host Ethernet Interface.
    hostEthInterfaceId Number
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    id String
    interfaceType String
    Type of External Ethernet Interface.
    inventoryDeviceInfo Property Map
    macAddress String
    Mac address of the Host Ethernet Interface.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of Host Ethernet Interface.
    objectType String
    operReasons List<String>
    operState String
    Operational state of an Interface.
    operability String
    Operability status of Host Ethernet Channel Interface.
    originalMacAddress String
    The factory default Mac address of the Host Ethernet Interface.
    owners List<String>
    parent Property Map
    pciAddr String
    The PCI address of the Host Ethernet Interface.
    peerDn String
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    peerInterface Property Map
    permissionResources List<Property Map>
    pinGroupName String
    Name given for Lan PinGroup.
    pinnedInterface Property Map
    qinqEnabled Boolean
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    qinqVlan Number
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    registeredDevice Property Map
    rn String
    The Relative Name uniquely identifies an object within a given context.
    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.
    standbyOperState String
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    standbyVethOperState String
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    standbyVethernet Property Map
    standbyVifId Number
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    tags List<Property Map>
    versionContext Property Map
    vethAction String
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    vethernet Property Map
    vifId Number
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    virtualizationPreference String
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    vnicDn String
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.

    getAdapterHostEthInterface Result

    The following output properties are available:

    Id string
    Results List<GetAdapterHostEthInterfaceResult>
    AccountMoid string
    AcknowledgedPeerInterface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    ActiveOperState string
    ActiveVethOperState string
    AdapterUnit GetAdapterHostEthInterfaceAdapterUnit
    AdditionalProperties string
    AdminState string
    Ancestors List<GetAdapterHostEthInterfaceAncestor>
    ClassId string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EpDn string
    HostEthInterfaceId double
    InterfaceType string
    InventoryDeviceInfo GetAdapterHostEthInterfaceInventoryDeviceInfo
    MacAddress string
    ModTime string
    Moid string
    Name string
    ObjectType string
    OperReasons List<string>
    OperState string
    Operability string
    OriginalMacAddress string
    Owners List<string>
    Parent GetAdapterHostEthInterfaceParent
    PciAddr string
    PeerDn string
    PeerInterface GetAdapterHostEthInterfacePeerInterface
    PermissionResources List<GetAdapterHostEthInterfacePermissionResource>
    PinGroupName string
    PinnedInterface GetAdapterHostEthInterfacePinnedInterface
    QinqEnabled bool
    QinqVlan double
    RegisteredDevice GetAdapterHostEthInterfaceRegisteredDevice
    Rn string
    SharedScope string
    StandbyOperState string
    StandbyVethOperState string
    StandbyVethernet GetAdapterHostEthInterfaceStandbyVethernet
    StandbyVifId double
    Tags List<GetAdapterHostEthInterfaceTag>
    VersionContext GetAdapterHostEthInterfaceVersionContext
    VethAction string
    Vethernet GetAdapterHostEthInterfaceVethernet
    VifId double
    VirtualizationPreference string
    VnicDn string
    Id string
    Results []GetAdapterHostEthInterfaceResult
    AccountMoid string
    AcknowledgedPeerInterface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    ActiveOperState string
    ActiveVethOperState string
    AdapterUnit GetAdapterHostEthInterfaceAdapterUnit
    AdditionalProperties string
    AdminState string
    Ancestors []GetAdapterHostEthInterfaceAncestor
    ClassId string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EpDn string
    HostEthInterfaceId float64
    InterfaceType string
    InventoryDeviceInfo GetAdapterHostEthInterfaceInventoryDeviceInfo
    MacAddress string
    ModTime string
    Moid string
    Name string
    ObjectType string
    OperReasons []string
    OperState string
    Operability string
    OriginalMacAddress string
    Owners []string
    Parent GetAdapterHostEthInterfaceParent
    PciAddr string
    PeerDn string
    PeerInterface GetAdapterHostEthInterfacePeerInterface
    PermissionResources []GetAdapterHostEthInterfacePermissionResource
    PinGroupName string
    PinnedInterface GetAdapterHostEthInterfacePinnedInterface
    QinqEnabled bool
    QinqVlan float64
    RegisteredDevice GetAdapterHostEthInterfaceRegisteredDevice
    Rn string
    SharedScope string
    StandbyOperState string
    StandbyVethOperState string
    StandbyVethernet GetAdapterHostEthInterfaceStandbyVethernet
    StandbyVifId float64
    Tags []GetAdapterHostEthInterfaceTag
    VersionContext GetAdapterHostEthInterfaceVersionContext
    VethAction string
    Vethernet GetAdapterHostEthInterfaceVethernet
    VifId float64
    VirtualizationPreference string
    VnicDn string
    id String
    results List<GetAdapterHostEthInterfaceResult>
    accountMoid String
    acknowledgedPeerInterface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    activeOperState String
    activeVethOperState String
    adapterUnit GetAdapterHostEthInterfaceAdapterUnit
    additionalProperties String
    adminState String
    ancestors List<GetAdapterHostEthInterfaceAncestor>
    classId String
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    epDn String
    hostEthInterfaceId Double
    interfaceType String
    inventoryDeviceInfo GetAdapterHostEthInterfaceInventoryDeviceInfo
    macAddress String
    modTime String
    moid String
    name String
    objectType String
    operReasons List<String>
    operState String
    operability String
    originalMacAddress String
    owners List<String>
    parent GetAdapterHostEthInterfaceParent
    pciAddr String
    peerDn String
    peerInterface GetAdapterHostEthInterfacePeerInterface
    permissionResources List<GetAdapterHostEthInterfacePermissionResource>
    pinGroupName String
    pinnedInterface GetAdapterHostEthInterfacePinnedInterface
    qinqEnabled Boolean
    qinqVlan Double
    registeredDevice GetAdapterHostEthInterfaceRegisteredDevice
    rn String
    sharedScope String
    standbyOperState String
    standbyVethOperState String
    standbyVethernet GetAdapterHostEthInterfaceStandbyVethernet
    standbyVifId Double
    tags List<GetAdapterHostEthInterfaceTag>
    versionContext GetAdapterHostEthInterfaceVersionContext
    vethAction String
    vethernet GetAdapterHostEthInterfaceVethernet
    vifId Double
    virtualizationPreference String
    vnicDn String
    id string
    results GetAdapterHostEthInterfaceResult[]
    accountMoid string
    acknowledgedPeerInterface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    activeOperState string
    activeVethOperState string
    adapterUnit GetAdapterHostEthInterfaceAdapterUnit
    additionalProperties string
    adminState string
    ancestors GetAdapterHostEthInterfaceAncestor[]
    classId string
    createTime string
    deviceMoId string
    dn string
    domainGroupMoid string
    epDn string
    hostEthInterfaceId number
    interfaceType string
    inventoryDeviceInfo GetAdapterHostEthInterfaceInventoryDeviceInfo
    macAddress string
    modTime string
    moid string
    name string
    objectType string
    operReasons string[]
    operState string
    operability string
    originalMacAddress string
    owners string[]
    parent GetAdapterHostEthInterfaceParent
    pciAddr string
    peerDn string
    peerInterface GetAdapterHostEthInterfacePeerInterface
    permissionResources GetAdapterHostEthInterfacePermissionResource[]
    pinGroupName string
    pinnedInterface GetAdapterHostEthInterfacePinnedInterface
    qinqEnabled boolean
    qinqVlan number
    registeredDevice GetAdapterHostEthInterfaceRegisteredDevice
    rn string
    sharedScope string
    standbyOperState string
    standbyVethOperState string
    standbyVethernet GetAdapterHostEthInterfaceStandbyVethernet
    standbyVifId number
    tags GetAdapterHostEthInterfaceTag[]
    versionContext GetAdapterHostEthInterfaceVersionContext
    vethAction string
    vethernet GetAdapterHostEthInterfaceVethernet
    vifId number
    virtualizationPreference string
    vnicDn string
    id str
    results Sequence[GetAdapterHostEthInterfaceResult]
    account_moid str
    acknowledged_peer_interface GetAdapterHostEthInterfaceAcknowledgedPeerInterface
    active_oper_state str
    active_veth_oper_state str
    adapter_unit GetAdapterHostEthInterfaceAdapterUnit
    additional_properties str
    admin_state str
    ancestors Sequence[GetAdapterHostEthInterfaceAncestor]
    class_id str
    create_time str
    device_mo_id str
    dn str
    domain_group_moid str
    ep_dn str
    host_eth_interface_id float
    interface_type str
    inventory_device_info GetAdapterHostEthInterfaceInventoryDeviceInfo
    mac_address str
    mod_time str
    moid str
    name str
    object_type str
    oper_reasons Sequence[str]
    oper_state str
    operability str
    original_mac_address str
    owners Sequence[str]
    parent GetAdapterHostEthInterfaceParent
    pci_addr str
    peer_dn str
    peer_interface GetAdapterHostEthInterfacePeerInterface
    permission_resources Sequence[GetAdapterHostEthInterfacePermissionResource]
    pin_group_name str
    pinned_interface GetAdapterHostEthInterfacePinnedInterface
    qinq_enabled bool
    qinq_vlan float
    registered_device GetAdapterHostEthInterfaceRegisteredDevice
    rn str
    shared_scope str
    standby_oper_state str
    standby_veth_oper_state str
    standby_vethernet GetAdapterHostEthInterfaceStandbyVethernet
    standby_vif_id float
    tags Sequence[GetAdapterHostEthInterfaceTag]
    version_context GetAdapterHostEthInterfaceVersionContext
    veth_action str
    vethernet GetAdapterHostEthInterfaceVethernet
    vif_id float
    virtualization_preference str
    vnic_dn str
    id String
    results List<Property Map>
    accountMoid String
    acknowledgedPeerInterface Property Map
    activeOperState String
    activeVethOperState String
    adapterUnit Property Map
    additionalProperties String
    adminState String
    ancestors List<Property Map>
    classId String
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    epDn String
    hostEthInterfaceId Number
    interfaceType String
    inventoryDeviceInfo Property Map
    macAddress String
    modTime String
    moid String
    name String
    objectType String
    operReasons List<String>
    operState String
    operability String
    originalMacAddress String
    owners List<String>
    parent Property Map
    pciAddr String
    peerDn String
    peerInterface Property Map
    permissionResources List<Property Map>
    pinGroupName String
    pinnedInterface Property Map
    qinqEnabled Boolean
    qinqVlan Number
    registeredDevice Property Map
    rn String
    sharedScope String
    standbyOperState String
    standbyVethOperState String
    standbyVethernet Property Map
    standbyVifId Number
    tags List<Property Map>
    versionContext Property Map
    vethAction String
    vethernet Property Map
    vifId Number
    virtualizationPreference String
    vnicDn String

    Supporting Types

    GetAdapterHostEthInterfaceAcknowledgedPeerInterface

    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'.

    GetAdapterHostEthInterfaceAdapterUnit

    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'.

    GetAdapterHostEthInterfaceAncestor

    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'.

    GetAdapterHostEthInterfaceInventoryDeviceInfo

    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'.

    GetAdapterHostEthInterfaceParent

    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'.

    GetAdapterHostEthInterfacePeerInterface

    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'.

    GetAdapterHostEthInterfacePermissionResource

    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'.

    GetAdapterHostEthInterfacePinnedInterface

    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'.

    GetAdapterHostEthInterfaceRegisteredDevice

    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'.

    GetAdapterHostEthInterfaceResult

    AccountMoid string
    The Account ID for this managed object.
    AcknowledgedPeerInterfaces List<GetAdapterHostEthInterfaceResultAcknowledgedPeerInterface>
    ActiveOperState string
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    ActiveVethOperState string
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    AdapterUnits List<GetAdapterHostEthInterfaceResultAdapterUnit>
    AdditionalProperties string
    AdminState string
    Admin state of the Host Ethernet Interface.
    Ancestors List<GetAdapterHostEthInterfaceResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EpDn string
    The Endpoint Config Dn of the Host Ethernet Interface.
    HostEthInterfaceId double
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    InterfaceType string
    Type of External Ethernet Interface.
    InventoryDeviceInfos List<GetAdapterHostEthInterfaceResultInventoryDeviceInfo>
    MacAddress string
    Mac address of the Host Ethernet Interface.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of Host Ethernet Interface.
    ObjectType string
    OperReasons List<string>
    OperState string
    Operational state of an Interface.
    Operability string
    Operability status of Host Ethernet Channel Interface.
    OriginalMacAddress string
    The factory default Mac address of the Host Ethernet Interface.
    Owners List<string>
    Parents List<GetAdapterHostEthInterfaceResultParent>
    PciAddr string
    The PCI address of the Host Ethernet Interface.
    PeerDn string
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    PeerInterfaces List<GetAdapterHostEthInterfaceResultPeerInterface>
    PermissionResources List<GetAdapterHostEthInterfaceResultPermissionResource>
    PinGroupName string
    Name given for Lan PinGroup.
    PinnedInterfaces List<GetAdapterHostEthInterfaceResultPinnedInterface>
    QinqEnabled bool
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    QinqVlan double
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    RegisteredDevices List<GetAdapterHostEthInterfaceResultRegisteredDevice>
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    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.
    StandbyOperState string
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    StandbyVethOperState string
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    StandbyVethernets List<GetAdapterHostEthInterfaceResultStandbyVethernet>
    StandbyVifId double
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    Tags List<GetAdapterHostEthInterfaceResultTag>
    VersionContexts List<GetAdapterHostEthInterfaceResultVersionContext>
    VethAction string
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    Vethernets List<GetAdapterHostEthInterfaceResultVethernet>
    VifId double
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    VirtualizationPreference string
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    VnicDn string
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    AccountMoid string
    The Account ID for this managed object.
    AcknowledgedPeerInterfaces []GetAdapterHostEthInterfaceResultAcknowledgedPeerInterface
    ActiveOperState string
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    ActiveVethOperState string
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    AdapterUnits []GetAdapterHostEthInterfaceResultAdapterUnit
    AdditionalProperties string
    AdminState string
    Admin state of the Host Ethernet Interface.
    Ancestors []GetAdapterHostEthInterfaceResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EpDn string
    The Endpoint Config Dn of the Host Ethernet Interface.
    HostEthInterfaceId float64
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    InterfaceType string
    Type of External Ethernet Interface.
    InventoryDeviceInfos []GetAdapterHostEthInterfaceResultInventoryDeviceInfo
    MacAddress string
    Mac address of the Host Ethernet Interface.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of Host Ethernet Interface.
    ObjectType string
    OperReasons []string
    OperState string
    Operational state of an Interface.
    Operability string
    Operability status of Host Ethernet Channel Interface.
    OriginalMacAddress string
    The factory default Mac address of the Host Ethernet Interface.
    Owners []string
    Parents []GetAdapterHostEthInterfaceResultParent
    PciAddr string
    The PCI address of the Host Ethernet Interface.
    PeerDn string
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    PeerInterfaces []GetAdapterHostEthInterfaceResultPeerInterface
    PermissionResources []GetAdapterHostEthInterfaceResultPermissionResource
    PinGroupName string
    Name given for Lan PinGroup.
    PinnedInterfaces []GetAdapterHostEthInterfaceResultPinnedInterface
    QinqEnabled bool
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    QinqVlan float64
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    RegisteredDevices []GetAdapterHostEthInterfaceResultRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    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.
    StandbyOperState string
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    StandbyVethOperState string
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    StandbyVethernets []GetAdapterHostEthInterfaceResultStandbyVethernet
    StandbyVifId float64
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    Tags []GetAdapterHostEthInterfaceResultTag
    VersionContexts []GetAdapterHostEthInterfaceResultVersionContext
    VethAction string
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    Vethernets []GetAdapterHostEthInterfaceResultVethernet
    VifId float64
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    VirtualizationPreference string
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    VnicDn string
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    accountMoid String
    The Account ID for this managed object.
    acknowledgedPeerInterfaces List<GetAdapterHostEthInterfaceResultAcknowledgedPeerInterface>
    activeOperState String
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    activeVethOperState String
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    adapterUnits List<GetAdapterHostEthInterfaceResultAdapterUnit>
    additionalProperties String
    adminState String
    Admin state of the Host Ethernet Interface.
    ancestors List<GetAdapterHostEthInterfaceResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    epDn String
    The Endpoint Config Dn of the Host Ethernet Interface.
    hostEthInterfaceId Double
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    interfaceType String
    Type of External Ethernet Interface.
    inventoryDeviceInfos List<GetAdapterHostEthInterfaceResultInventoryDeviceInfo>
    macAddress String
    Mac address of the Host Ethernet Interface.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of Host Ethernet Interface.
    objectType String
    operReasons List<String>
    operState String
    Operational state of an Interface.
    operability String
    Operability status of Host Ethernet Channel Interface.
    originalMacAddress String
    The factory default Mac address of the Host Ethernet Interface.
    owners List<String>
    parents List<GetAdapterHostEthInterfaceResultParent>
    pciAddr String
    The PCI address of the Host Ethernet Interface.
    peerDn String
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    peerInterfaces List<GetAdapterHostEthInterfaceResultPeerInterface>
    permissionResources List<GetAdapterHostEthInterfaceResultPermissionResource>
    pinGroupName String
    Name given for Lan PinGroup.
    pinnedInterfaces List<GetAdapterHostEthInterfaceResultPinnedInterface>
    qinqEnabled Boolean
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    qinqVlan Double
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    registeredDevices List<GetAdapterHostEthInterfaceResultRegisteredDevice>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    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.
    standbyOperState String
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    standbyVethOperState String
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    standbyVethernets List<GetAdapterHostEthInterfaceResultStandbyVethernet>
    standbyVifId Double
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    tags List<GetAdapterHostEthInterfaceResultTag>
    versionContexts List<GetAdapterHostEthInterfaceResultVersionContext>
    vethAction String
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    vethernets List<GetAdapterHostEthInterfaceResultVethernet>
    vifId Double
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    virtualizationPreference String
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    vnicDn String
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    accountMoid string
    The Account ID for this managed object.
    acknowledgedPeerInterfaces GetAdapterHostEthInterfaceResultAcknowledgedPeerInterface[]
    activeOperState string
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    activeVethOperState string
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    adapterUnits GetAdapterHostEthInterfaceResultAdapterUnit[]
    additionalProperties string
    adminState string
    Admin state of the Host Ethernet Interface.
    ancestors GetAdapterHostEthInterfaceResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    epDn string
    The Endpoint Config Dn of the Host Ethernet Interface.
    hostEthInterfaceId number
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    interfaceType string
    Type of External Ethernet Interface.
    inventoryDeviceInfos GetAdapterHostEthInterfaceResultInventoryDeviceInfo[]
    macAddress string
    Mac address of the Host Ethernet Interface.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of Host Ethernet Interface.
    objectType string
    operReasons string[]
    operState string
    Operational state of an Interface.
    operability string
    Operability status of Host Ethernet Channel Interface.
    originalMacAddress string
    The factory default Mac address of the Host Ethernet Interface.
    owners string[]
    parents GetAdapterHostEthInterfaceResultParent[]
    pciAddr string
    The PCI address of the Host Ethernet Interface.
    peerDn string
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    peerInterfaces GetAdapterHostEthInterfaceResultPeerInterface[]
    permissionResources GetAdapterHostEthInterfaceResultPermissionResource[]
    pinGroupName string
    Name given for Lan PinGroup.
    pinnedInterfaces GetAdapterHostEthInterfaceResultPinnedInterface[]
    qinqEnabled boolean
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    qinqVlan number
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    registeredDevices GetAdapterHostEthInterfaceResultRegisteredDevice[]
    rn string
    The Relative Name uniquely identifies an object within a given context.
    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.
    standbyOperState string
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    standbyVethOperState string
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    standbyVethernets GetAdapterHostEthInterfaceResultStandbyVethernet[]
    standbyVifId number
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    tags GetAdapterHostEthInterfaceResultTag[]
    versionContexts GetAdapterHostEthInterfaceResultVersionContext[]
    vethAction string
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    vethernets GetAdapterHostEthInterfaceResultVethernet[]
    vifId number
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    virtualizationPreference string
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    vnicDn string
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    account_moid str
    The Account ID for this managed object.
    acknowledged_peer_interfaces Sequence[GetAdapterHostEthInterfaceResultAcknowledgedPeerInterface]
    active_oper_state str
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    active_veth_oper_state str
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    adapter_units Sequence[GetAdapterHostEthInterfaceResultAdapterUnit]
    additional_properties str
    admin_state str
    Admin state of the Host Ethernet Interface.
    ancestors Sequence[GetAdapterHostEthInterfaceResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ep_dn str
    The Endpoint Config Dn of the Host Ethernet Interface.
    host_eth_interface_id float
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    interface_type str
    Type of External Ethernet Interface.
    inventory_device_infos Sequence[GetAdapterHostEthInterfaceResultInventoryDeviceInfo]
    mac_address str
    Mac address of the Host Ethernet Interface.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of Host Ethernet Interface.
    object_type str
    oper_reasons Sequence[str]
    oper_state str
    Operational state of an Interface.
    operability str
    Operability status of Host Ethernet Channel Interface.
    original_mac_address str
    The factory default Mac address of the Host Ethernet Interface.
    owners Sequence[str]
    parents Sequence[GetAdapterHostEthInterfaceResultParent]
    pci_addr str
    The PCI address of the Host Ethernet Interface.
    peer_dn str
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    peer_interfaces Sequence[GetAdapterHostEthInterfaceResultPeerInterface]
    permission_resources Sequence[GetAdapterHostEthInterfaceResultPermissionResource]
    pin_group_name str
    Name given for Lan PinGroup.
    pinned_interfaces Sequence[GetAdapterHostEthInterfaceResultPinnedInterface]
    qinq_enabled bool
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    qinq_vlan float
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    registered_devices Sequence[GetAdapterHostEthInterfaceResultRegisteredDevice]
    rn str
    The Relative Name uniquely identifies an object within a given context.
    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.
    standby_oper_state str
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    standby_veth_oper_state str
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    standby_vethernets Sequence[GetAdapterHostEthInterfaceResultStandbyVethernet]
    standby_vif_id float
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    tags Sequence[GetAdapterHostEthInterfaceResultTag]
    version_contexts Sequence[GetAdapterHostEthInterfaceResultVersionContext]
    veth_action str
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    vethernets Sequence[GetAdapterHostEthInterfaceResultVethernet]
    vif_id float
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    virtualization_preference str
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    vnic_dn str
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.
    accountMoid String
    The Account ID for this managed object.
    acknowledgedPeerInterfaces List<Property Map>
    activeOperState String
    The operational state of the Active vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable to primary vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Domains Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    activeVethOperState String
    The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    adapterUnits List<Property Map>
    additionalProperties String
    adminState String
    Admin state of the Host Ethernet Interface.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    epDn String
    The Endpoint Config Dn of the Host Ethernet Interface.
    hostEthInterfaceId Number
    Unique Identifier for an Host Ethernet Interface within the adapter object.
    interfaceType String
    Type of External Ethernet Interface.
    inventoryDeviceInfos List<Property Map>
    macAddress String
    Mac address of the Host Ethernet Interface.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of Host Ethernet Interface.
    objectType String
    operReasons List<String>
    operState String
    Operational state of an Interface.
    operability String
    Operability status of Host Ethernet Channel Interface.
    originalMacAddress String
    The factory default Mac address of the Host Ethernet Interface.
    owners List<String>
    parents List<Property Map>
    pciAddr String
    The PCI address of the Host Ethernet Interface.
    peerDn String
    The distinguished name of the peer endpoint connected to the Host Ethernet interface.
    peerInterfaces List<Property Map>
    permissionResources List<Property Map>
    pinGroupName String
    Name given for Lan PinGroup.
    pinnedInterfaces List<Property Map>
    qinqEnabled Boolean
    Setting qinqEnabled to true if we have QinQ tagging enabled on the vNIC.
    qinqVlan Number
    The VLAN ID for VIC QinQ (802.1Q) Tunneling.
    registeredDevices List<Property Map>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    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.
    standbyOperState String
    The operational state of the standby vNIC. vNIC operational state information is updated by events from the adapter. This operational state is applicable only to failover vNIC. If a host is powered off, this property might not be accurate as we may or may not receive events from the adapter. For Intersight Managed Mode domains (IMM), the vNIC's peer object Vethernet will have the current operational state of the connection when a host is powered off.
    standbyVethOperState String
    The operational state of the Standby Vethernet peer of a failover vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated. This state is not applicable for standalone servers.* unknown - The operational state of the Vethernet is not known.* adminDown - The operational state of the Vethernet is admin down.* up - The operational state of the Vethernet is Up.* down - The operational state of the Vethernet is Down.* noLicense - The operational state of the Vethernet is no license.* linkUp - The operational state of the Vethernet is link up.* hardwareFailure - The operational state of the Vethernet is hardware failure.* softwareFailure - The operational state of the Vethernet is software failure.* errorDisabled - The operational state of the Vethernet is error disabled.* linkDown - The operational state of the Vethernet is link down.* sfpNotPresent - The operational state of the Vethernet is SFP not present.* udldAggrDown - The operational state of the Vethernet is UDLD aggregate down.
    standbyVethernets List<Property Map>
    standbyVifId Number
    Identifier of the Standby virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    tags List<Property Map>
    versionContexts List<Property Map>
    vethAction String
    The action to be performed on the vethernet corresponding to the vNIC.* None - Default value for vif operation.* ResetConnectivity - Resets connectivity on both active and passive vif.* ResetConnectivityActive - Resets connectivity on the active vif.* ResetConnectivityPassive - Resets connectivity on the passive vif.* Enable - Enables the vif on both the FIs.* Disable - Disables the vif on both the FIs.* EnableActive - Enables the corresponding active vif.* EnablePassive - Enables the corresponding standby vif.* DisableActive - Disables the corresponding active vif.* DisablePassive - Disables the corresponding standby vif.
    vethernets List<Property Map>
    vifId Number
    Identifier of the virtual ethernet interface (Vethernet) on the networking component (e.g., Fabric Interconnect) for the corresponding Host Ethernet Interface (vNIC).
    virtualizationPreference String
    Virtualization Preference of the Host Ethernet Interface indicating if virtualization is enabled or not.
    vnicDn String
    The Virtual Ethernet Interface DN connected to the Host Ethernet Interface.

    GetAdapterHostEthInterfaceResultAcknowledgedPeerInterface

    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

    GetAdapterHostEthInterfaceResultAdapterUnit

    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

    GetAdapterHostEthInterfaceResultAncestor

    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

    GetAdapterHostEthInterfaceResultInventoryDeviceInfo

    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

    GetAdapterHostEthInterfaceResultParent

    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

    GetAdapterHostEthInterfaceResultPeerInterface

    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

    GetAdapterHostEthInterfaceResultPermissionResource

    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

    GetAdapterHostEthInterfaceResultPinnedInterface

    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

    GetAdapterHostEthInterfaceResultRegisteredDevice

    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

    GetAdapterHostEthInterfaceResultStandbyVethernet

    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

    GetAdapterHostEthInterfaceResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetAdapterHostEthInterfaceResultVersionContext

    GetAdapterHostEthInterfaceResultVersionContextInterestedMo

    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

    GetAdapterHostEthInterfaceResultVersionContextRefMo

    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

    GetAdapterHostEthInterfaceResultVethernet

    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

    GetAdapterHostEthInterfaceStandbyVethernet

    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'.

    GetAdapterHostEthInterfaceTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetAdapterHostEthInterfaceVersionContext

    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<GetAdapterHostEthInterfaceVersionContextInterestedMo>
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetAdapterHostEthInterfaceVersionContextRefMo
    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 []GetAdapterHostEthInterfaceVersionContextInterestedMo
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetAdapterHostEthInterfaceVersionContextRefMo
    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<GetAdapterHostEthInterfaceVersionContextInterestedMo>
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetAdapterHostEthInterfaceVersionContextRefMo
    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 GetAdapterHostEthInterfaceVersionContextInterestedMo[]
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetAdapterHostEthInterfaceVersionContextRefMo
    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[GetAdapterHostEthInterfaceVersionContextInterestedMo]
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetAdapterHostEthInterfaceVersionContextRefMo
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    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.

    GetAdapterHostEthInterfaceVersionContextInterestedMo

    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'.

    GetAdapterHostEthInterfaceVersionContextRefMo

    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'.

    GetAdapterHostEthInterfaceVethernet

    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.64 published on Wednesday, Apr 30, 2025 by ciscodevnet