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

intersight.getCapabilityEquipmentSlotArray

Explore with Pulumi AI

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

    Type to represent additional switch specific capabilities.

    Using getCapabilityEquipmentSlotArray

    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 getCapabilityEquipmentSlotArray(args: GetCapabilityEquipmentSlotArrayArgs, opts?: InvokeOptions): Promise<GetCapabilityEquipmentSlotArrayResult>
    function getCapabilityEquipmentSlotArrayOutput(args: GetCapabilityEquipmentSlotArrayOutputArgs, opts?: InvokeOptions): Output<GetCapabilityEquipmentSlotArrayResult>
    def get_capability_equipment_slot_array(account_moid: Optional[str] = None,
                                            additional_properties: Optional[str] = None,
                                            ancestors: Optional[Sequence[GetCapabilityEquipmentSlotArrayAncestor]] = None,
                                            class_id: Optional[str] = None,
                                            create_time: Optional[str] = None,
                                            domain_group_moid: Optional[str] = None,
                                            first_index: Optional[float] = None,
                                            height: Optional[float] = None,
                                            horizontal_start_offset: Optional[float] = None,
                                            id: Optional[str] = None,
                                            inline_group_separation: Optional[float] = None,
                                            inline_group_size: Optional[float] = None,
                                            inline_offset: Optional[float] = None,
                                            location: Optional[str] = None,
                                            mod_time: Optional[str] = None,
                                            moid: Optional[str] = None,
                                            name: Optional[str] = None,
                                            number_of_slots: Optional[float] = None,
                                            object_type: Optional[str] = None,
                                            orientation: Optional[str] = None,
                                            owners: Optional[Sequence[str]] = None,
                                            parent: Optional[GetCapabilityEquipmentSlotArrayParent] = None,
                                            permission_resources: Optional[Sequence[GetCapabilityEquipmentSlotArrayPermissionResource]] = None,
                                            pid: Optional[str] = None,
                                            selector: Optional[str] = None,
                                            shared_scope: Optional[str] = None,
                                            sku: Optional[str] = None,
                                            slots_per_line: Optional[float] = None,
                                            tags: Optional[Sequence[GetCapabilityEquipmentSlotArrayTag]] = None,
                                            transverse_group_separation: Optional[float] = None,
                                            transverse_group_size: Optional[float] = None,
                                            transverse_offset: Optional[float] = None,
                                            version_context: Optional[GetCapabilityEquipmentSlotArrayVersionContext] = None,
                                            vertical_start_offset: Optional[float] = None,
                                            vid: Optional[str] = None,
                                            width: Optional[float] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetCapabilityEquipmentSlotArrayResult
    def get_capability_equipment_slot_array_output(account_moid: Optional[pulumi.Input[str]] = None,
                                            additional_properties: Optional[pulumi.Input[str]] = None,
                                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityEquipmentSlotArrayAncestorArgs]]]] = None,
                                            class_id: Optional[pulumi.Input[str]] = None,
                                            create_time: Optional[pulumi.Input[str]] = None,
                                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                                            first_index: Optional[pulumi.Input[float]] = None,
                                            height: Optional[pulumi.Input[float]] = None,
                                            horizontal_start_offset: Optional[pulumi.Input[float]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            inline_group_separation: Optional[pulumi.Input[float]] = None,
                                            inline_group_size: Optional[pulumi.Input[float]] = None,
                                            inline_offset: Optional[pulumi.Input[float]] = None,
                                            location: Optional[pulumi.Input[str]] = None,
                                            mod_time: Optional[pulumi.Input[str]] = None,
                                            moid: Optional[pulumi.Input[str]] = None,
                                            name: Optional[pulumi.Input[str]] = None,
                                            number_of_slots: Optional[pulumi.Input[float]] = None,
                                            object_type: Optional[pulumi.Input[str]] = None,
                                            orientation: Optional[pulumi.Input[str]] = None,
                                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            parent: Optional[pulumi.Input[GetCapabilityEquipmentSlotArrayParentArgs]] = None,
                                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityEquipmentSlotArrayPermissionResourceArgs]]]] = None,
                                            pid: Optional[pulumi.Input[str]] = None,
                                            selector: Optional[pulumi.Input[str]] = None,
                                            shared_scope: Optional[pulumi.Input[str]] = None,
                                            sku: Optional[pulumi.Input[str]] = None,
                                            slots_per_line: Optional[pulumi.Input[float]] = None,
                                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityEquipmentSlotArrayTagArgs]]]] = None,
                                            transverse_group_separation: Optional[pulumi.Input[float]] = None,
                                            transverse_group_size: Optional[pulumi.Input[float]] = None,
                                            transverse_offset: Optional[pulumi.Input[float]] = None,
                                            version_context: Optional[pulumi.Input[GetCapabilityEquipmentSlotArrayVersionContextArgs]] = None,
                                            vertical_start_offset: Optional[pulumi.Input[float]] = None,
                                            vid: Optional[pulumi.Input[str]] = None,
                                            width: Optional[pulumi.Input[float]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetCapabilityEquipmentSlotArrayResult]
    func LookupCapabilityEquipmentSlotArray(ctx *Context, args *LookupCapabilityEquipmentSlotArrayArgs, opts ...InvokeOption) (*LookupCapabilityEquipmentSlotArrayResult, error)
    func LookupCapabilityEquipmentSlotArrayOutput(ctx *Context, args *LookupCapabilityEquipmentSlotArrayOutputArgs, opts ...InvokeOption) LookupCapabilityEquipmentSlotArrayResultOutput

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

    public static class GetCapabilityEquipmentSlotArray 
    {
        public static Task<GetCapabilityEquipmentSlotArrayResult> InvokeAsync(GetCapabilityEquipmentSlotArrayArgs args, InvokeOptions? opts = null)
        public static Output<GetCapabilityEquipmentSlotArrayResult> Invoke(GetCapabilityEquipmentSlotArrayInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCapabilityEquipmentSlotArrayResult> getCapabilityEquipmentSlotArray(GetCapabilityEquipmentSlotArrayArgs args, InvokeOptions options)
    public static Output<GetCapabilityEquipmentSlotArrayResult> getCapabilityEquipmentSlotArray(GetCapabilityEquipmentSlotArrayArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getCapabilityEquipmentSlotArray:getCapabilityEquipmentSlotArray
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetCapabilityEquipmentSlotArrayAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FirstIndex double
    First Index information for a Switch/Fabric-Interconnect hardware.
    Height double
    Height information for a Switch/Fabric-Interconnect hardware.
    HorizontalStartOffset double
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    Id string
    InlineGroupSeparation double
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    InlineGroupSize double
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    InlineOffset double
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    Location string
    Location information for a Switch/Fabric-Interconnect hardware.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    An unique identifer for a capability descriptor.
    NumberOfSlots double
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    ObjectType string
    Orientation string
    Orientation information for a Switch/Fabric-Interconnect hardware.
    Owners List<string>
    Parent GetCapabilityEquipmentSlotArrayParent
    PermissionResources List<GetCapabilityEquipmentSlotArrayPermissionResource>
    Pid string
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Sku string
    SKU information for Switch/Fabric-Interconnect.
    SlotsPerLine double
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    Tags List<GetCapabilityEquipmentSlotArrayTag>
    TransverseGroupSeparation double
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    TransverseGroupSize double
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    TransverseOffset double
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    VersionContext GetCapabilityEquipmentSlotArrayVersionContext
    VerticalStartOffset double
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    Vid string
    VID information for Switch/Fabric-Interconnect.
    Width double
    Width information for a Switch/Fabric-Interconnect hardware.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetCapabilityEquipmentSlotArrayAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FirstIndex float64
    First Index information for a Switch/Fabric-Interconnect hardware.
    Height float64
    Height information for a Switch/Fabric-Interconnect hardware.
    HorizontalStartOffset float64
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    Id string
    InlineGroupSeparation float64
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    InlineGroupSize float64
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    InlineOffset float64
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    Location string
    Location information for a Switch/Fabric-Interconnect hardware.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    An unique identifer for a capability descriptor.
    NumberOfSlots float64
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    ObjectType string
    Orientation string
    Orientation information for a Switch/Fabric-Interconnect hardware.
    Owners []string
    Parent GetCapabilityEquipmentSlotArrayParent
    PermissionResources []GetCapabilityEquipmentSlotArrayPermissionResource
    Pid string
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Sku string
    SKU information for Switch/Fabric-Interconnect.
    SlotsPerLine float64
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    Tags []GetCapabilityEquipmentSlotArrayTag
    TransverseGroupSeparation float64
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    TransverseGroupSize float64
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    TransverseOffset float64
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    VersionContext GetCapabilityEquipmentSlotArrayVersionContext
    VerticalStartOffset float64
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    Vid string
    VID information for Switch/Fabric-Interconnect.
    Width float64
    Width information for a Switch/Fabric-Interconnect hardware.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetCapabilityEquipmentSlotArrayAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firstIndex Double
    First Index information for a Switch/Fabric-Interconnect hardware.
    height Double
    Height information for a Switch/Fabric-Interconnect hardware.
    horizontalStartOffset Double
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    id String
    inlineGroupSeparation Double
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSize Double
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    inlineOffset Double
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    location String
    Location information for a Switch/Fabric-Interconnect hardware.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    An unique identifer for a capability descriptor.
    numberOfSlots Double
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    objectType String
    orientation String
    Orientation information for a Switch/Fabric-Interconnect hardware.
    owners List<String>
    parent GetCapabilityEquipmentSlotArrayParent
    permissionResources List<GetCapabilityEquipmentSlotArrayPermissionResource>
    pid String
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sku String
    SKU information for Switch/Fabric-Interconnect.
    slotsPerLine Double
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    tags List<GetCapabilityEquipmentSlotArrayTag>
    transverseGroupSeparation Double
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    transverseGroupSize Double
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    transverseOffset Double
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    versionContext GetCapabilityEquipmentSlotArrayVersionContext
    verticalStartOffset Double
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    vid String
    VID information for Switch/Fabric-Interconnect.
    width Double
    Width information for a Switch/Fabric-Interconnect hardware.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetCapabilityEquipmentSlotArrayAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firstIndex number
    First Index information for a Switch/Fabric-Interconnect hardware.
    height number
    Height information for a Switch/Fabric-Interconnect hardware.
    horizontalStartOffset number
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    id string
    inlineGroupSeparation number
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSize number
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    inlineOffset number
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    location string
    Location information for a Switch/Fabric-Interconnect hardware.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    An unique identifer for a capability descriptor.
    numberOfSlots number
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    objectType string
    orientation string
    Orientation information for a Switch/Fabric-Interconnect hardware.
    owners string[]
    parent GetCapabilityEquipmentSlotArrayParent
    permissionResources GetCapabilityEquipmentSlotArrayPermissionResource[]
    pid string
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sku string
    SKU information for Switch/Fabric-Interconnect.
    slotsPerLine number
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    tags GetCapabilityEquipmentSlotArrayTag[]
    transverseGroupSeparation number
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    transverseGroupSize number
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    transverseOffset number
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    versionContext GetCapabilityEquipmentSlotArrayVersionContext
    verticalStartOffset number
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    vid string
    VID information for Switch/Fabric-Interconnect.
    width number
    Width information for a Switch/Fabric-Interconnect hardware.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetCapabilityEquipmentSlotArrayAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    first_index float
    First Index information for a Switch/Fabric-Interconnect hardware.
    height float
    Height information for a Switch/Fabric-Interconnect hardware.
    horizontal_start_offset float
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    id str
    inline_group_separation float
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    inline_group_size float
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    inline_offset float
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    location str
    Location information for a Switch/Fabric-Interconnect hardware.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    An unique identifer for a capability descriptor.
    number_of_slots float
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    object_type str
    orientation str
    Orientation information for a Switch/Fabric-Interconnect hardware.
    owners Sequence[str]
    parent GetCapabilityEquipmentSlotArrayParent
    permission_resources Sequence[GetCapabilityEquipmentSlotArrayPermissionResource]
    pid str
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    selector str
    Selector information for a Switch/Fabric-Interconnect hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sku str
    SKU information for Switch/Fabric-Interconnect.
    slots_per_line float
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    tags Sequence[GetCapabilityEquipmentSlotArrayTag]
    transverse_group_separation float
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    transverse_group_size float
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    transverse_offset float
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    version_context GetCapabilityEquipmentSlotArrayVersionContext
    vertical_start_offset float
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    vid str
    VID information for Switch/Fabric-Interconnect.
    width float
    Width information for a Switch/Fabric-Interconnect hardware.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firstIndex Number
    First Index information for a Switch/Fabric-Interconnect hardware.
    height Number
    Height information for a Switch/Fabric-Interconnect hardware.
    horizontalStartOffset Number
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    id String
    inlineGroupSeparation Number
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSize Number
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    inlineOffset Number
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    location String
    Location information for a Switch/Fabric-Interconnect hardware.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    An unique identifer for a capability descriptor.
    numberOfSlots Number
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    objectType String
    orientation String
    Orientation information for a Switch/Fabric-Interconnect hardware.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    pid String
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sku String
    SKU information for Switch/Fabric-Interconnect.
    slotsPerLine Number
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    tags List<Property Map>
    transverseGroupSeparation Number
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    transverseGroupSize Number
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    transverseOffset Number
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    versionContext Property Map
    verticalStartOffset Number
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    vid String
    VID information for Switch/Fabric-Interconnect.
    width Number
    Width information for a Switch/Fabric-Interconnect hardware.

    getCapabilityEquipmentSlotArray Result

    The following output properties are available:

    Id string
    Results List<GetCapabilityEquipmentSlotArrayResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetCapabilityEquipmentSlotArrayAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    FirstIndex double
    Height double
    HorizontalStartOffset double
    InlineGroupSeparation double
    InlineGroupSize double
    InlineOffset double
    Location string
    ModTime string
    Moid string
    Name string
    NumberOfSlots double
    ObjectType string
    Orientation string
    Owners List<string>
    Parent GetCapabilityEquipmentSlotArrayParent
    PermissionResources List<GetCapabilityEquipmentSlotArrayPermissionResource>
    Pid string
    Selector string
    SharedScope string
    Sku string
    SlotsPerLine double
    Tags List<GetCapabilityEquipmentSlotArrayTag>
    TransverseGroupSeparation double
    TransverseGroupSize double
    TransverseOffset double
    VersionContext GetCapabilityEquipmentSlotArrayVersionContext
    VerticalStartOffset double
    Vid string
    Width double
    Id string
    Results []GetCapabilityEquipmentSlotArrayResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetCapabilityEquipmentSlotArrayAncestor
    ClassId string
    CreateTime string
    DomainGroupMoid string
    FirstIndex float64
    Height float64
    HorizontalStartOffset float64
    InlineGroupSeparation float64
    InlineGroupSize float64
    InlineOffset float64
    Location string
    ModTime string
    Moid string
    Name string
    NumberOfSlots float64
    ObjectType string
    Orientation string
    Owners []string
    Parent GetCapabilityEquipmentSlotArrayParent
    PermissionResources []GetCapabilityEquipmentSlotArrayPermissionResource
    Pid string
    Selector string
    SharedScope string
    Sku string
    SlotsPerLine float64
    Tags []GetCapabilityEquipmentSlotArrayTag
    TransverseGroupSeparation float64
    TransverseGroupSize float64
    TransverseOffset float64
    VersionContext GetCapabilityEquipmentSlotArrayVersionContext
    VerticalStartOffset float64
    Vid string
    Width float64
    id String
    results List<GetCapabilityEquipmentSlotArrayResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetCapabilityEquipmentSlotArrayAncestor>
    classId String
    createTime String
    domainGroupMoid String
    firstIndex Double
    height Double
    horizontalStartOffset Double
    inlineGroupSeparation Double
    inlineGroupSize Double
    inlineOffset Double
    location String
    modTime String
    moid String
    name String
    numberOfSlots Double
    objectType String
    orientation String
    owners List<String>
    parent GetCapabilityEquipmentSlotArrayParent
    permissionResources List<GetCapabilityEquipmentSlotArrayPermissionResource>
    pid String
    selector String
    sharedScope String
    sku String
    slotsPerLine Double
    tags List<GetCapabilityEquipmentSlotArrayTag>
    transverseGroupSeparation Double
    transverseGroupSize Double
    transverseOffset Double
    versionContext GetCapabilityEquipmentSlotArrayVersionContext
    verticalStartOffset Double
    vid String
    width Double
    id string
    results GetCapabilityEquipmentSlotArrayResult[]
    accountMoid string
    additionalProperties string
    ancestors GetCapabilityEquipmentSlotArrayAncestor[]
    classId string
    createTime string
    domainGroupMoid string
    firstIndex number
    height number
    horizontalStartOffset number
    inlineGroupSeparation number
    inlineGroupSize number
    inlineOffset number
    location string
    modTime string
    moid string
    name string
    numberOfSlots number
    objectType string
    orientation string
    owners string[]
    parent GetCapabilityEquipmentSlotArrayParent
    permissionResources GetCapabilityEquipmentSlotArrayPermissionResource[]
    pid string
    selector string
    sharedScope string
    sku string
    slotsPerLine number
    tags GetCapabilityEquipmentSlotArrayTag[]
    transverseGroupSeparation number
    transverseGroupSize number
    transverseOffset number
    versionContext GetCapabilityEquipmentSlotArrayVersionContext
    verticalStartOffset number
    vid string
    width number
    id str
    results Sequence[GetCapabilityEquipmentSlotArrayResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetCapabilityEquipmentSlotArrayAncestor]
    class_id str
    create_time str
    domain_group_moid str
    first_index float
    height float
    horizontal_start_offset float
    inline_group_separation float
    inline_group_size float
    inline_offset float
    location str
    mod_time str
    moid str
    name str
    number_of_slots float
    object_type str
    orientation str
    owners Sequence[str]
    parent GetCapabilityEquipmentSlotArrayParent
    permission_resources Sequence[GetCapabilityEquipmentSlotArrayPermissionResource]
    pid str
    selector str
    shared_scope str
    sku str
    slots_per_line float
    tags Sequence[GetCapabilityEquipmentSlotArrayTag]
    transverse_group_separation float
    transverse_group_size float
    transverse_offset float
    version_context GetCapabilityEquipmentSlotArrayVersionContext
    vertical_start_offset float
    vid str
    width float

    Supporting Types

    GetCapabilityEquipmentSlotArrayAncestor

    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayParent

    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayPermissionResource

    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetCapabilityEquipmentSlotArrayResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FirstIndex double
    First Index information for a Switch/Fabric-Interconnect hardware.
    Height double
    Height information for a Switch/Fabric-Interconnect hardware.
    HorizontalStartOffset double
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    InlineGroupSeparation double
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    InlineGroupSize double
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    InlineOffset double
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    Location string
    Location information for a Switch/Fabric-Interconnect hardware.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    An unique identifer for a capability descriptor.
    NumberOfSlots double
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    ObjectType string
    Orientation string
    Orientation information for a Switch/Fabric-Interconnect hardware.
    Owners List<string>
    Parents List<GetCapabilityEquipmentSlotArrayResultParent>
    PermissionResources List<GetCapabilityEquipmentSlotArrayResultPermissionResource>
    Pid string
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Sku string
    SKU information for Switch/Fabric-Interconnect.
    SlotsPerLine double
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    Tags List<GetCapabilityEquipmentSlotArrayResultTag>
    TransverseGroupSeparation double
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    TransverseGroupSize double
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    TransverseOffset double
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    VersionContexts List<GetCapabilityEquipmentSlotArrayResultVersionContext>
    VerticalStartOffset double
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    Vid string
    VID information for Switch/Fabric-Interconnect.
    Width double
    Width information for a Switch/Fabric-Interconnect hardware.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetCapabilityEquipmentSlotArrayResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FirstIndex float64
    First Index information for a Switch/Fabric-Interconnect hardware.
    Height float64
    Height information for a Switch/Fabric-Interconnect hardware.
    HorizontalStartOffset float64
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    InlineGroupSeparation float64
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    InlineGroupSize float64
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    InlineOffset float64
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    Location string
    Location information for a Switch/Fabric-Interconnect hardware.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    An unique identifer for a capability descriptor.
    NumberOfSlots float64
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    ObjectType string
    Orientation string
    Orientation information for a Switch/Fabric-Interconnect hardware.
    Owners []string
    Parents []GetCapabilityEquipmentSlotArrayResultParent
    PermissionResources []GetCapabilityEquipmentSlotArrayResultPermissionResource
    Pid string
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Sku string
    SKU information for Switch/Fabric-Interconnect.
    SlotsPerLine float64
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    Tags []GetCapabilityEquipmentSlotArrayResultTag
    TransverseGroupSeparation float64
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    TransverseGroupSize float64
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    TransverseOffset float64
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    VersionContexts []GetCapabilityEquipmentSlotArrayResultVersionContext
    VerticalStartOffset float64
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    Vid string
    VID information for Switch/Fabric-Interconnect.
    Width float64
    Width information for a Switch/Fabric-Interconnect hardware.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetCapabilityEquipmentSlotArrayResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firstIndex Double
    First Index information for a Switch/Fabric-Interconnect hardware.
    height Double
    Height information for a Switch/Fabric-Interconnect hardware.
    horizontalStartOffset Double
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSeparation Double
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSize Double
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    inlineOffset Double
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    location String
    Location information for a Switch/Fabric-Interconnect hardware.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    An unique identifer for a capability descriptor.
    numberOfSlots Double
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    objectType String
    orientation String
    Orientation information for a Switch/Fabric-Interconnect hardware.
    owners List<String>
    parents List<GetCapabilityEquipmentSlotArrayResultParent>
    permissionResources List<GetCapabilityEquipmentSlotArrayResultPermissionResource>
    pid String
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sku String
    SKU information for Switch/Fabric-Interconnect.
    slotsPerLine Double
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    tags List<GetCapabilityEquipmentSlotArrayResultTag>
    transverseGroupSeparation Double
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    transverseGroupSize Double
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    transverseOffset Double
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    versionContexts List<GetCapabilityEquipmentSlotArrayResultVersionContext>
    verticalStartOffset Double
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    vid String
    VID information for Switch/Fabric-Interconnect.
    width Double
    Width information for a Switch/Fabric-Interconnect hardware.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetCapabilityEquipmentSlotArrayResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firstIndex number
    First Index information for a Switch/Fabric-Interconnect hardware.
    height number
    Height information for a Switch/Fabric-Interconnect hardware.
    horizontalStartOffset number
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSeparation number
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSize number
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    inlineOffset number
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    location string
    Location information for a Switch/Fabric-Interconnect hardware.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    An unique identifer for a capability descriptor.
    numberOfSlots number
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    objectType string
    orientation string
    Orientation information for a Switch/Fabric-Interconnect hardware.
    owners string[]
    parents GetCapabilityEquipmentSlotArrayResultParent[]
    permissionResources GetCapabilityEquipmentSlotArrayResultPermissionResource[]
    pid string
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sku string
    SKU information for Switch/Fabric-Interconnect.
    slotsPerLine number
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    tags GetCapabilityEquipmentSlotArrayResultTag[]
    transverseGroupSeparation number
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    transverseGroupSize number
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    transverseOffset number
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    versionContexts GetCapabilityEquipmentSlotArrayResultVersionContext[]
    verticalStartOffset number
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    vid string
    VID information for Switch/Fabric-Interconnect.
    width number
    Width information for a Switch/Fabric-Interconnect hardware.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetCapabilityEquipmentSlotArrayResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    first_index float
    First Index information for a Switch/Fabric-Interconnect hardware.
    height float
    Height information for a Switch/Fabric-Interconnect hardware.
    horizontal_start_offset float
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    inline_group_separation float
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    inline_group_size float
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    inline_offset float
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    location str
    Location information for a Switch/Fabric-Interconnect hardware.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    An unique identifer for a capability descriptor.
    number_of_slots float
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    object_type str
    orientation str
    Orientation information for a Switch/Fabric-Interconnect hardware.
    owners Sequence[str]
    parents Sequence[GetCapabilityEquipmentSlotArrayResultParent]
    permission_resources Sequence[GetCapabilityEquipmentSlotArrayResultPermissionResource]
    pid str
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    selector str
    Selector information for a Switch/Fabric-Interconnect hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sku str
    SKU information for Switch/Fabric-Interconnect.
    slots_per_line float
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    tags Sequence[GetCapabilityEquipmentSlotArrayResultTag]
    transverse_group_separation float
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    transverse_group_size float
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    transverse_offset float
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    version_contexts Sequence[GetCapabilityEquipmentSlotArrayResultVersionContext]
    vertical_start_offset float
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    vid str
    VID information for Switch/Fabric-Interconnect.
    width float
    Width information for a Switch/Fabric-Interconnect hardware.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firstIndex Number
    First Index information for a Switch/Fabric-Interconnect hardware.
    height Number
    Height information for a Switch/Fabric-Interconnect hardware.
    horizontalStartOffset Number
    Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSeparation Number
    Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
    inlineGroupSize Number
    Inline Group Size information for a Switch/Fabric-Interconnect hardware.
    inlineOffset Number
    Inline Offset information for a Switch/Fabric-Interconnect hardware.
    location String
    Location information for a Switch/Fabric-Interconnect hardware.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    An unique identifer for a capability descriptor.
    numberOfSlots Number
    Number of Slots information for a Switch/Fabric-Interconnect hardware.
    objectType String
    orientation String
    Orientation information for a Switch/Fabric-Interconnect hardware.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    pid String
    Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sku String
    SKU information for Switch/Fabric-Interconnect.
    slotsPerLine Number
    Slots per line information for a Switch/Fabric-Interconnect hardware.
    tags List<Property Map>
    transverseGroupSeparation Number
    Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
    transverseGroupSize Number
    Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
    transverseOffset Number
    Transverse Offset information for a Switch/Fabric-Interconnect hardware.
    versionContexts List<Property Map>
    verticalStartOffset Number
    Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
    vid String
    VID information for Switch/Fabric-Interconnect.
    width Number
    Width information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayResultTag

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

    GetCapabilityEquipmentSlotArrayResultVersionContext

    GetCapabilityEquipmentSlotArrayResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    Selector information for a Switch/Fabric-Interconnect hardware.
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    Selector information for a Switch/Fabric-Interconnect hardware.
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayTag

    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.

    GetCapabilityEquipmentSlotArrayVersionContext

    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<GetCapabilityEquipmentSlotArrayVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCapabilityEquipmentSlotArrayVersionContextRefMo
    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 []GetCapabilityEquipmentSlotArrayVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCapabilityEquipmentSlotArrayVersionContextRefMo
    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<GetCapabilityEquipmentSlotArrayVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetCapabilityEquipmentSlotArrayVersionContextRefMo
    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 GetCapabilityEquipmentSlotArrayVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetCapabilityEquipmentSlotArrayVersionContextRefMo
    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[GetCapabilityEquipmentSlotArrayVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetCapabilityEquipmentSlotArrayVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetCapabilityEquipmentSlotArrayVersionContextInterestedMo

    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.

    GetCapabilityEquipmentSlotArrayVersionContextRefMo

    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.
    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
    Selector information for a Switch/Fabric-Interconnect hardware.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet