intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getNetworkInterfaceList
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
List of interfaces available on the switch to describe the available port inventory information.
Using getNetworkInterfaceList
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 getNetworkInterfaceList(args: GetNetworkInterfaceListArgs, opts?: InvokeOptions): Promise<GetNetworkInterfaceListResult>
function getNetworkInterfaceListOutput(args: GetNetworkInterfaceListOutputArgs, opts?: InvokeOptions): Output<GetNetworkInterfaceListResult>def get_network_interface_list(account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               admin_state: Optional[str] = None,
                               allowed_vlans: Optional[str] = None,
                               ancestors: Optional[Sequence[GetNetworkInterfaceListAncestor]] = None,
                               class_id: Optional[str] = None,
                               create_time: Optional[str] = None,
                               description: Optional[str] = None,
                               device_mo_id: Optional[str] = None,
                               display_name: Optional[str] = None,
                               dn: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               id: Optional[str] = None,
                               ip_address: Optional[str] = None,
                               ip_subnet: Optional[float] = None,
                               mac: Optional[str] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               mtu: Optional[float] = None,
                               name: Optional[str] = None,
                               network_element: Optional[GetNetworkInterfaceListNetworkElement] = None,
                               object_type: Optional[str] = None,
                               oper_state: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parent: Optional[GetNetworkInterfaceListParent] = None,
                               permission_resources: Optional[Sequence[GetNetworkInterfaceListPermissionResource]] = None,
                               port_channel_id: Optional[float] = None,
                               port_sub_type: Optional[str] = None,
                               port_type: Optional[str] = None,
                               registered_device: Optional[GetNetworkInterfaceListRegisteredDevice] = None,
                               rn: Optional[str] = None,
                               shared_scope: Optional[str] = None,
                               slot_id: Optional[str] = None,
                               speed: Optional[str] = None,
                               speed_group: Optional[str] = None,
                               tags: Optional[Sequence[GetNetworkInterfaceListTag]] = None,
                               version_context: Optional[GetNetworkInterfaceListVersionContext] = None,
                               vlan: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetNetworkInterfaceListResult
def get_network_interface_list_output(account_moid: Optional[pulumi.Input[str]] = None,
                               additional_properties: Optional[pulumi.Input[str]] = None,
                               admin_state: Optional[pulumi.Input[str]] = None,
                               allowed_vlans: Optional[pulumi.Input[str]] = None,
                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkInterfaceListAncestorArgs]]]] = None,
                               class_id: Optional[pulumi.Input[str]] = None,
                               create_time: Optional[pulumi.Input[str]] = None,
                               description: Optional[pulumi.Input[str]] = None,
                               device_mo_id: Optional[pulumi.Input[str]] = None,
                               display_name: Optional[pulumi.Input[str]] = None,
                               dn: Optional[pulumi.Input[str]] = None,
                               domain_group_moid: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               ip_address: Optional[pulumi.Input[str]] = None,
                               ip_subnet: Optional[pulumi.Input[float]] = None,
                               mac: Optional[pulumi.Input[str]] = None,
                               mod_time: Optional[pulumi.Input[str]] = None,
                               moid: Optional[pulumi.Input[str]] = None,
                               mtu: Optional[pulumi.Input[float]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               network_element: Optional[pulumi.Input[GetNetworkInterfaceListNetworkElementArgs]] = None,
                               object_type: Optional[pulumi.Input[str]] = None,
                               oper_state: Optional[pulumi.Input[str]] = None,
                               owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               parent: Optional[pulumi.Input[GetNetworkInterfaceListParentArgs]] = None,
                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkInterfaceListPermissionResourceArgs]]]] = None,
                               port_channel_id: Optional[pulumi.Input[float]] = None,
                               port_sub_type: Optional[pulumi.Input[str]] = None,
                               port_type: Optional[pulumi.Input[str]] = None,
                               registered_device: Optional[pulumi.Input[GetNetworkInterfaceListRegisteredDeviceArgs]] = None,
                               rn: Optional[pulumi.Input[str]] = None,
                               shared_scope: Optional[pulumi.Input[str]] = None,
                               slot_id: Optional[pulumi.Input[str]] = None,
                               speed: Optional[pulumi.Input[str]] = None,
                               speed_group: Optional[pulumi.Input[str]] = None,
                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkInterfaceListTagArgs]]]] = None,
                               version_context: Optional[pulumi.Input[GetNetworkInterfaceListVersionContextArgs]] = None,
                               vlan: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetNetworkInterfaceListResult]func LookupNetworkInterfaceList(ctx *Context, args *LookupNetworkInterfaceListArgs, opts ...InvokeOption) (*LookupNetworkInterfaceListResult, error)
func LookupNetworkInterfaceListOutput(ctx *Context, args *LookupNetworkInterfaceListOutputArgs, opts ...InvokeOption) LookupNetworkInterfaceListResultOutput> Note: This function is named LookupNetworkInterfaceList in the Go SDK.
public static class GetNetworkInterfaceList 
{
    public static Task<GetNetworkInterfaceListResult> InvokeAsync(GetNetworkInterfaceListArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkInterfaceListResult> Invoke(GetNetworkInterfaceListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkInterfaceListResult> getNetworkInterfaceList(GetNetworkInterfaceListArgs args, InvokeOptions options)
public static Output<GetNetworkInterfaceListResult> getNetworkInterfaceList(GetNetworkInterfaceListArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getNetworkInterfaceList:getNetworkInterfaceList
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state of the interface list.
- AllowedVlans string
- Allowed VLANs of the interface list.
- Ancestors
List<GetNetwork Interface List Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the interface list.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DisplayName string
- Display name of the interface list.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- IpAddress string
- IP address of the interface list.
- IpSubnet double
- IP subnet of the interface list.
- Mac string
- MAC address of the interface list.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- Maximum transmission unit of the interface list.
- Name string
- Name of the interface list.
- NetworkElement GetNetwork Interface List Network Element 
- ObjectType string
- OperState string
- Operational state of the interface list.
- Owners List<string>
- Parent
GetNetwork Interface List Parent 
- PermissionResources List<GetNetwork Interface List Permission Resource> 
- PortChannel doubleId 
- Port channel id for port channel created on FI switch.
- PortSub stringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- PortType string
- Port type of interface list.
- RegisteredDevice GetNetwork Interface List Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SlotId string
- Slot id of the interface list.
- Speed string
- Port speed of the interface list.
- SpeedGroup string
- Speed Group of the interface list.
- 
List<GetNetwork Interface List Tag> 
- VersionContext GetNetwork Interface List Version Context 
- Vlan string
- VLAN of the interface list.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state of the interface list.
- AllowedVlans string
- Allowed VLANs of the interface list.
- Ancestors
[]GetNetwork Interface List Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the interface list.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DisplayName string
- Display name of the interface list.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- IpAddress string
- IP address of the interface list.
- IpSubnet float64
- IP subnet of the interface list.
- Mac string
- MAC address of the interface list.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- Maximum transmission unit of the interface list.
- Name string
- Name of the interface list.
- NetworkElement GetNetwork Interface List Network Element 
- ObjectType string
- OperState string
- Operational state of the interface list.
- Owners []string
- Parent
GetNetwork Interface List Parent 
- PermissionResources []GetNetwork Interface List Permission Resource 
- PortChannel float64Id 
- Port channel id for port channel created on FI switch.
- PortSub stringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- PortType string
- Port type of interface list.
- RegisteredDevice GetNetwork Interface List Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SlotId string
- Slot id of the interface list.
- Speed string
- Port speed of the interface list.
- SpeedGroup string
- Speed Group of the interface list.
- 
[]GetNetwork Interface List Tag 
- VersionContext GetNetwork Interface List Version Context 
- Vlan string
- VLAN of the interface list.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state of the interface list.
- allowedVlans String
- Allowed VLANs of the interface list.
- ancestors
List<GetNetwork Interface List Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the interface list.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- displayName String
- Display name of the interface list.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- ipAddress String
- IP address of the interface list.
- ipSubnet Double
- IP subnet of the interface list.
- mac String
- MAC address of the interface list.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- Maximum transmission unit of the interface list.
- name String
- Name of the interface list.
- networkElement GetNetwork Interface List Network Element 
- objectType String
- operState String
- Operational state of the interface list.
- owners List<String>
- parent
GetNetwork Interface List Parent 
- permissionResources List<GetNetwork Interface List Permission Resource> 
- portChannel DoubleId 
- Port channel id for port channel created on FI switch.
- portSub StringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- portType String
- Port type of interface list.
- registeredDevice GetNetwork Interface List Registered Device 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slotId String
- Slot id of the interface list.
- speed String
- Port speed of the interface list.
- speedGroup String
- Speed Group of the interface list.
- 
List<GetNetwork Interface List Tag> 
- versionContext GetNetwork Interface List Version Context 
- vlan String
- VLAN of the interface list.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminState string
- Admin state of the interface list.
- allowedVlans string
- Allowed VLANs of the interface list.
- ancestors
GetNetwork Interface List Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the interface list.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- displayName string
- Display name of the interface list.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- ipAddress string
- IP address of the interface list.
- ipSubnet number
- IP subnet of the interface list.
- mac string
- MAC address of the interface list.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mtu number
- Maximum transmission unit of the interface list.
- name string
- Name of the interface list.
- networkElement GetNetwork Interface List Network Element 
- objectType string
- operState string
- Operational state of the interface list.
- owners string[]
- parent
GetNetwork Interface List Parent 
- permissionResources GetNetwork Interface List Permission Resource[] 
- portChannel numberId 
- Port channel id for port channel created on FI switch.
- portSub stringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- portType string
- Port type of interface list.
- registeredDevice GetNetwork Interface List Registered Device 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slotId string
- Slot id of the interface list.
- speed string
- Port speed of the interface list.
- speedGroup string
- Speed Group of the interface list.
- 
GetNetwork Interface List Tag[] 
- versionContext GetNetwork Interface List Version Context 
- vlan string
- VLAN of the interface list.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_state str
- Admin state of the interface list.
- allowed_vlans str
- Allowed VLANs of the interface list.
- ancestors
Sequence[GetNetwork Interface List Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the interface list.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- display_name str
- Display name of the interface list.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- ip_address str
- IP address of the interface list.
- ip_subnet float
- IP subnet of the interface list.
- mac str
- MAC address of the interface list.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mtu float
- Maximum transmission unit of the interface list.
- name str
- Name of the interface list.
- network_element GetNetwork Interface List Network Element 
- object_type str
- oper_state str
- Operational state of the interface list.
- owners Sequence[str]
- parent
GetNetwork Interface List Parent 
- permission_resources Sequence[GetNetwork Interface List Permission Resource] 
- port_channel_ floatid 
- Port channel id for port channel created on FI switch.
- port_sub_ strtype 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- port_type str
- Port type of interface list.
- registered_device GetNetwork Interface List Registered Device 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot_id str
- Slot id of the interface list.
- speed str
- Port speed of the interface list.
- speed_group str
- Speed Group of the interface list.
- 
Sequence[GetNetwork Interface List Tag] 
- version_context GetNetwork Interface List Version Context 
- vlan str
- VLAN of the interface list.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state of the interface list.
- allowedVlans String
- Allowed VLANs of the interface list.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the interface list.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- displayName String
- Display name of the interface list.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- ipAddress String
- IP address of the interface list.
- ipSubnet Number
- IP subnet of the interface list.
- mac String
- MAC address of the interface list.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- Maximum transmission unit of the interface list.
- name String
- Name of the interface list.
- networkElement Property Map
- objectType String
- operState String
- Operational state of the interface list.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portChannel NumberId 
- Port channel id for port channel created on FI switch.
- portSub StringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- portType String
- Port type of interface list.
- registeredDevice Property Map
- rn String
- The Relative Name uniquely identifies an object within a given context.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slotId String
- Slot id of the interface list.
- speed String
- Port speed of the interface list.
- speedGroup String
- Speed Group of the interface list.
- List<Property Map>
- versionContext Property Map
- vlan String
- VLAN of the interface list.
getNetworkInterfaceList Result
The following output properties are available:
- Id string
- Results
List<GetNetwork Interface List Result> 
- AccountMoid string
- AdditionalProperties string
- AdminState string
- AllowedVlans string
- Ancestors
List<GetNetwork Interface List Ancestor> 
- ClassId string
- CreateTime string
- Description string
- DeviceMo stringId 
- DisplayName string
- Dn string
- DomainGroup stringMoid 
- IpAddress string
- IpSubnet double
- Mac string
- ModTime string
- Moid string
- Mtu double
- Name string
- NetworkElement GetNetwork Interface List Network Element 
- ObjectType string
- OperState string
- Owners List<string>
- Parent
GetNetwork Interface List Parent 
- PermissionResources List<GetNetwork Interface List Permission Resource> 
- PortChannel doubleId 
- PortSub stringType 
- PortType string
- RegisteredDevice GetNetwork Interface List Registered Device 
- Rn string
- string
- SlotId string
- Speed string
- SpeedGroup string
- 
List<GetNetwork Interface List Tag> 
- VersionContext GetNetwork Interface List Version Context 
- Vlan string
- Id string
- Results
[]GetNetwork Interface List Result 
- AccountMoid string
- AdditionalProperties string
- AdminState string
- AllowedVlans string
- Ancestors
[]GetNetwork Interface List Ancestor 
- ClassId string
- CreateTime string
- Description string
- DeviceMo stringId 
- DisplayName string
- Dn string
- DomainGroup stringMoid 
- IpAddress string
- IpSubnet float64
- Mac string
- ModTime string
- Moid string
- Mtu float64
- Name string
- NetworkElement GetNetwork Interface List Network Element 
- ObjectType string
- OperState string
- Owners []string
- Parent
GetNetwork Interface List Parent 
- PermissionResources []GetNetwork Interface List Permission Resource 
- PortChannel float64Id 
- PortSub stringType 
- PortType string
- RegisteredDevice GetNetwork Interface List Registered Device 
- Rn string
- string
- SlotId string
- Speed string
- SpeedGroup string
- 
[]GetNetwork Interface List Tag 
- VersionContext GetNetwork Interface List Version Context 
- Vlan string
- id String
- results
List<GetNetwork Interface List Result> 
- accountMoid String
- additionalProperties String
- adminState String
- allowedVlans String
- ancestors
List<GetNetwork Interface List Ancestor> 
- classId String
- createTime String
- description String
- deviceMo StringId 
- displayName String
- dn String
- domainGroup StringMoid 
- ipAddress String
- ipSubnet Double
- mac String
- modTime String
- moid String
- mtu Double
- name String
- networkElement GetNetwork Interface List Network Element 
- objectType String
- operState String
- owners List<String>
- parent
GetNetwork Interface List Parent 
- permissionResources List<GetNetwork Interface List Permission Resource> 
- portChannel DoubleId 
- portSub StringType 
- portType String
- registeredDevice GetNetwork Interface List Registered Device 
- rn String
- String
- slotId String
- speed String
- speedGroup String
- 
List<GetNetwork Interface List Tag> 
- versionContext GetNetwork Interface List Version Context 
- vlan String
- id string
- results
GetNetwork Interface List Result[] 
- accountMoid string
- additionalProperties string
- adminState string
- allowedVlans string
- ancestors
GetNetwork Interface List Ancestor[] 
- classId string
- createTime string
- description string
- deviceMo stringId 
- displayName string
- dn string
- domainGroup stringMoid 
- ipAddress string
- ipSubnet number
- mac string
- modTime string
- moid string
- mtu number
- name string
- networkElement GetNetwork Interface List Network Element 
- objectType string
- operState string
- owners string[]
- parent
GetNetwork Interface List Parent 
- permissionResources GetNetwork Interface List Permission Resource[] 
- portChannel numberId 
- portSub stringType 
- portType string
- registeredDevice GetNetwork Interface List Registered Device 
- rn string
- string
- slotId string
- speed string
- speedGroup string
- 
GetNetwork Interface List Tag[] 
- versionContext GetNetwork Interface List Version Context 
- vlan string
- id str
- results
Sequence[GetNetwork Interface List Result] 
- account_moid str
- additional_properties str
- admin_state str
- allowed_vlans str
- ancestors
Sequence[GetNetwork Interface List Ancestor] 
- class_id str
- create_time str
- description str
- device_mo_ strid 
- display_name str
- dn str
- domain_group_ strmoid 
- ip_address str
- ip_subnet float
- mac str
- mod_time str
- moid str
- mtu float
- name str
- network_element GetNetwork Interface List Network Element 
- object_type str
- oper_state str
- owners Sequence[str]
- parent
GetNetwork Interface List Parent 
- permission_resources Sequence[GetNetwork Interface List Permission Resource] 
- port_channel_ floatid 
- port_sub_ strtype 
- port_type str
- registered_device GetNetwork Interface List Registered Device 
- rn str
- str
- slot_id str
- speed str
- speed_group str
- 
Sequence[GetNetwork Interface List Tag] 
- version_context GetNetwork Interface List Version Context 
- vlan str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- adminState String
- allowedVlans String
- ancestors List<Property Map>
- classId String
- createTime String
- description String
- deviceMo StringId 
- displayName String
- dn String
- domainGroup StringMoid 
- ipAddress String
- ipSubnet Number
- mac String
- modTime String
- moid String
- mtu Number
- name String
- networkElement Property Map
- objectType String
- operState String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portChannel NumberId 
- portSub StringType 
- portType String
- registeredDevice Property Map
- rn String
- String
- slotId String
- speed String
- speedGroup String
- List<Property Map>
- versionContext Property Map
- vlan String
Supporting Types
GetNetworkInterfaceListAncestor    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetNetworkInterfaceListNetworkElement     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetNetworkInterfaceListParent    
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetNetworkInterfaceListPermissionResource     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetNetworkInterfaceListRegisteredDevice     
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetNetworkInterfaceListResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state of the interface list.
- AllowedVlans string
- Allowed VLANs of the interface list.
- Ancestors
List<GetNetwork Interface List Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the interface list.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DisplayName string
- Display name of the interface list.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- IpAddress string
- IP address of the interface list.
- IpSubnet double
- IP subnet of the interface list.
- Mac string
- MAC address of the interface list.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- Maximum transmission unit of the interface list.
- Name string
- Name of the interface list.
- NetworkElements List<GetNetwork Interface List Result Network Element> 
- ObjectType string
- OperState string
- Operational state of the interface list.
- Owners List<string>
- Parents
List<GetNetwork Interface List Result Parent> 
- PermissionResources List<GetNetwork Interface List Result Permission Resource> 
- PortChannel doubleId 
- Port channel id for port channel created on FI switch.
- PortSub stringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- PortType string
- Port type of interface list.
- RegisteredDevices List<GetNetwork Interface List Result Registered Device> 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SlotId string
- Slot id of the interface list.
- Speed string
- Port speed of the interface list.
- SpeedGroup string
- Speed Group of the interface list.
- 
List<GetNetwork Interface List Result Tag> 
- VersionContexts List<GetNetwork Interface List Result Version Context> 
- Vlan string
- VLAN of the interface list.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminState string
- Admin state of the interface list.
- AllowedVlans string
- Allowed VLANs of the interface list.
- Ancestors
[]GetNetwork Interface List Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the interface list.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- DisplayName string
- Display name of the interface list.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- IpAddress string
- IP address of the interface list.
- IpSubnet float64
- IP subnet of the interface list.
- Mac string
- MAC address of the interface list.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- Maximum transmission unit of the interface list.
- Name string
- Name of the interface list.
- NetworkElements []GetNetwork Interface List Result Network Element 
- ObjectType string
- OperState string
- Operational state of the interface list.
- Owners []string
- Parents
[]GetNetwork Interface List Result Parent 
- PermissionResources []GetNetwork Interface List Result Permission Resource 
- PortChannel float64Id 
- Port channel id for port channel created on FI switch.
- PortSub stringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- PortType string
- Port type of interface list.
- RegisteredDevices []GetNetwork Interface List Result Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SlotId string
- Slot id of the interface list.
- Speed string
- Port speed of the interface list.
- SpeedGroup string
- Speed Group of the interface list.
- 
[]GetNetwork Interface List Result Tag 
- VersionContexts []GetNetwork Interface List Result Version Context 
- Vlan string
- VLAN of the interface list.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state of the interface list.
- allowedVlans String
- Allowed VLANs of the interface list.
- ancestors
List<GetNetwork Interface List Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the interface list.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- displayName String
- Display name of the interface list.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ipAddress String
- IP address of the interface list.
- ipSubnet Double
- IP subnet of the interface list.
- mac String
- MAC address of the interface list.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- Maximum transmission unit of the interface list.
- name String
- Name of the interface list.
- networkElements List<GetNetwork Interface List Result Network Element> 
- objectType String
- operState String
- Operational state of the interface list.
- owners List<String>
- parents
List<GetNetwork Interface List Result Parent> 
- permissionResources List<GetNetwork Interface List Result Permission Resource> 
- portChannel DoubleId 
- Port channel id for port channel created on FI switch.
- portSub StringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- portType String
- Port type of interface list.
- registeredDevices List<GetNetwork Interface List Result Registered Device> 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slotId String
- Slot id of the interface list.
- speed String
- Port speed of the interface list.
- speedGroup String
- Speed Group of the interface list.
- 
List<GetNetwork Interface List Result Tag> 
- versionContexts List<GetNetwork Interface List Result Version Context> 
- vlan String
- VLAN of the interface list.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminState string
- Admin state of the interface list.
- allowedVlans string
- Allowed VLANs of the interface list.
- ancestors
GetNetwork Interface List Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the interface list.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- displayName string
- Display name of the interface list.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ipAddress string
- IP address of the interface list.
- ipSubnet number
- IP subnet of the interface list.
- mac string
- MAC address of the interface list.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mtu number
- Maximum transmission unit of the interface list.
- name string
- Name of the interface list.
- networkElements GetNetwork Interface List Result Network Element[] 
- objectType string
- operState string
- Operational state of the interface list.
- owners string[]
- parents
GetNetwork Interface List Result Parent[] 
- permissionResources GetNetwork Interface List Result Permission Resource[] 
- portChannel numberId 
- Port channel id for port channel created on FI switch.
- portSub stringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- portType string
- Port type of interface list.
- registeredDevices GetNetwork Interface List Result Registered Device[] 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slotId string
- Slot id of the interface list.
- speed string
- Port speed of the interface list.
- speedGroup string
- Speed Group of the interface list.
- 
GetNetwork Interface List Result Tag[] 
- versionContexts GetNetwork Interface List Result Version Context[] 
- vlan string
- VLAN of the interface list.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_state str
- Admin state of the interface list.
- allowed_vlans str
- Allowed VLANs of the interface list.
- ancestors
Sequence[GetNetwork Interface List Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the interface list.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- display_name str
- Display name of the interface list.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- ip_address str
- IP address of the interface list.
- ip_subnet float
- IP subnet of the interface list.
- mac str
- MAC address of the interface list.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mtu float
- Maximum transmission unit of the interface list.
- name str
- Name of the interface list.
- network_elements Sequence[GetNetwork Interface List Result Network Element] 
- object_type str
- oper_state str
- Operational state of the interface list.
- owners Sequence[str]
- parents
Sequence[GetNetwork Interface List Result Parent] 
- permission_resources Sequence[GetNetwork Interface List Result Permission Resource] 
- port_channel_ floatid 
- Port channel id for port channel created on FI switch.
- port_sub_ strtype 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- port_type str
- Port type of interface list.
- registered_devices Sequence[GetNetwork Interface List Result Registered Device] 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot_id str
- Slot id of the interface list.
- speed str
- Port speed of the interface list.
- speed_group str
- Speed Group of the interface list.
- 
Sequence[GetNetwork Interface List Result Tag] 
- version_contexts Sequence[GetNetwork Interface List Result Version Context] 
- vlan str
- VLAN of the interface list.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminState String
- Admin state of the interface list.
- allowedVlans String
- Allowed VLANs of the interface list.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the interface list.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- displayName String
- Display name of the interface list.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ipAddress String
- IP address of the interface list.
- ipSubnet Number
- IP subnet of the interface list.
- mac String
- MAC address of the interface list.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- Maximum transmission unit of the interface list.
- name String
- Name of the interface list.
- networkElements List<Property Map>
- objectType String
- operState String
- Operational state of the interface list.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- portChannel NumberId 
- Port channel id for port channel created on FI switch.
- portSub StringType 
- Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
- portType String
- Port type of interface list.
- registeredDevices List<Property Map>
- rn String
- The Relative Name uniquely identifies an object within a given context.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slotId String
- Slot id of the interface list.
- speed String
- Port speed of the interface list.
- speedGroup String
- Speed Group of the interface list.
- List<Property Map>
- versionContexts List<Property Map>
- vlan String
- VLAN of the interface list.
GetNetworkInterfaceListResultAncestor     
- 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
GetNetworkInterfaceListResultNetworkElement      
- 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
GetNetworkInterfaceListResultParent     
- 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
GetNetworkInterfaceListResultPermissionResource      
- 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
GetNetworkInterfaceListResultRegisteredDevice      
- 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
GetNetworkInterfaceListResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetNetworkInterfaceListResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetNetworkInterfaceListResultVersionContextInterestedMo        
- 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
GetNetworkInterfaceListResultVersionContextRefMo        
- 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
GetNetworkInterfaceListTag    
- 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.
GetNetworkInterfaceListVersionContext     
- 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<GetNetwork Interface List Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetNetwork Interface List Version Context Ref Mo 
- 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 []GetNetwork Interface List Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetNetwork Interface List Version Context Ref Mo 
- 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<GetNetwork Interface List Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetNetwork Interface List Version Context Ref Mo 
- 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 GetNetwork Interface List Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetNetwork Interface List Version Context Ref Mo 
- 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[GetNetwork Interface List Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetNetwork Interface List Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.
 
GetNetworkInterfaceListVersionContextInterestedMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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'.
 
GetNetworkInterfaceListVersionContextRefMo       
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet