intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getCapabilityEquipmentSlotArray
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetCapability Equipment Slot Array Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- 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.
- HorizontalStart doubleOffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- Id string
- InlineGroup doubleSeparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- InlineGroup doubleSize 
- 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.
- NumberOf doubleSlots 
- 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
GetCapability Equipment Slot Array Parent 
- PermissionResources List<GetCapability Equipment Slot Array Permission Resource> 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- Selector string
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- SlotsPer doubleLine 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
List<GetCapability Equipment Slot Array Tag> 
- TransverseGroup doubleSeparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- TransverseGroup doubleSize 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- TransverseOffset double
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- VersionContext GetCapability Equipment Slot Array Version Context 
- VerticalStart doubleOffset 
- 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
[]GetCapability Equipment Slot Array Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- 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.
- HorizontalStart float64Offset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- Id string
- InlineGroup float64Separation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- InlineGroup float64Size 
- 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.
- NumberOf float64Slots 
- 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
GetCapability Equipment Slot Array Parent 
- PermissionResources []GetCapability Equipment Slot Array Permission Resource 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- Selector string
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- SlotsPer float64Line 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
[]GetCapability Equipment Slot Array Tag 
- TransverseGroup float64Separation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- TransverseGroup float64Size 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- TransverseOffset float64
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- VersionContext GetCapability Equipment Slot Array Version Context 
- VerticalStart float64Offset 
- 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<GetCapability Equipment Slot Array Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- 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.
- horizontalStart DoubleOffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- id String
- inlineGroup DoubleSeparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inlineGroup DoubleSize 
- 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.
- numberOf DoubleSlots 
- 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
GetCapability Equipment Slot Array Parent 
- permissionResources List<GetCapability Equipment Slot Array Permission Resource> 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- selector String
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- slotsPer DoubleLine 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
List<GetCapability Equipment Slot Array Tag> 
- transverseGroup DoubleSeparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverseGroup DoubleSize 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverseOffset Double
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- versionContext GetCapability Equipment Slot Array Version Context 
- verticalStart DoubleOffset 
- 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
GetCapability Equipment Slot Array Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- 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.
- horizontalStart numberOffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- id string
- inlineGroup numberSeparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inlineGroup numberSize 
- 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.
- numberOf numberSlots 
- 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
GetCapability Equipment Slot Array Parent 
- permissionResources GetCapability Equipment Slot Array Permission Resource[] 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- selector string
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- slotsPer numberLine 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
GetCapability Equipment Slot Array Tag[] 
- transverseGroup numberSeparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverseGroup numberSize 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverseOffset number
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- versionContext GetCapability Equipment Slot Array Version Context 
- verticalStart numberOffset 
- 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[GetCapability Equipment Slot Array Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- 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_ floatoffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- id str
- inline_group_ floatseparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline_group_ floatsize 
- 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_ floatslots 
- 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
GetCapability Equipment Slot Array Parent 
- permission_resources Sequence[GetCapability Equipment Slot Array Permission Resource] 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- selector str
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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_ floatline 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
Sequence[GetCapability Equipment Slot Array Tag] 
- transverse_group_ floatseparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse_group_ floatsize 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse_offset float
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version_context GetCapability Equipment Slot Array Version Context 
- vertical_start_ floatoffset 
- 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.
- domainGroup StringMoid 
- 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.
- horizontalStart NumberOffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- id String
- inlineGroup NumberSeparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inlineGroup NumberSize 
- 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.
- numberOf NumberSlots 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- selector String
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- slotsPer NumberLine 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- List<Property Map>
- transverseGroup NumberSeparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverseGroup NumberSize 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverseOffset Number
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- versionContext Property Map
- verticalStart NumberOffset 
- 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<GetCapability Equipment Slot Array Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetCapability Equipment Slot Array Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- FirstIndex double
- Height double
- HorizontalStart doubleOffset 
- InlineGroup doubleSeparation 
- InlineGroup doubleSize 
- InlineOffset double
- Location string
- ModTime string
- Moid string
- Name string
- NumberOf doubleSlots 
- ObjectType string
- Orientation string
- Owners List<string>
- Parent
GetCapability Equipment Slot Array Parent 
- PermissionResources List<GetCapability Equipment Slot Array Permission Resource> 
- Pid string
- Selector string
- string
- Sku string
- SlotsPer doubleLine 
- 
List<GetCapability Equipment Slot Array Tag> 
- TransverseGroup doubleSeparation 
- TransverseGroup doubleSize 
- TransverseOffset double
- VersionContext GetCapability Equipment Slot Array Version Context 
- VerticalStart doubleOffset 
- Vid string
- Width double
- Id string
- Results
[]GetCapability Equipment Slot Array Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetCapability Equipment Slot Array Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- FirstIndex float64
- Height float64
- HorizontalStart float64Offset 
- InlineGroup float64Separation 
- InlineGroup float64Size 
- InlineOffset float64
- Location string
- ModTime string
- Moid string
- Name string
- NumberOf float64Slots 
- ObjectType string
- Orientation string
- Owners []string
- Parent
GetCapability Equipment Slot Array Parent 
- PermissionResources []GetCapability Equipment Slot Array Permission Resource 
- Pid string
- Selector string
- string
- Sku string
- SlotsPer float64Line 
- 
[]GetCapability Equipment Slot Array Tag 
- TransverseGroup float64Separation 
- TransverseGroup float64Size 
- TransverseOffset float64
- VersionContext GetCapability Equipment Slot Array Version Context 
- VerticalStart float64Offset 
- Vid string
- Width float64
- id String
- results
List<GetCapability Equipment Slot Array Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetCapability Equipment Slot Array Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- firstIndex Double
- height Double
- horizontalStart DoubleOffset 
- inlineGroup DoubleSeparation 
- inlineGroup DoubleSize 
- inlineOffset Double
- location String
- modTime String
- moid String
- name String
- numberOf DoubleSlots 
- objectType String
- orientation String
- owners List<String>
- parent
GetCapability Equipment Slot Array Parent 
- permissionResources List<GetCapability Equipment Slot Array Permission Resource> 
- pid String
- selector String
- String
- sku String
- slotsPer DoubleLine 
- 
List<GetCapability Equipment Slot Array Tag> 
- transverseGroup DoubleSeparation 
- transverseGroup DoubleSize 
- transverseOffset Double
- versionContext GetCapability Equipment Slot Array Version Context 
- verticalStart DoubleOffset 
- vid String
- width Double
- id string
- results
GetCapability Equipment Slot Array Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetCapability Equipment Slot Array Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- firstIndex number
- height number
- horizontalStart numberOffset 
- inlineGroup numberSeparation 
- inlineGroup numberSize 
- inlineOffset number
- location string
- modTime string
- moid string
- name string
- numberOf numberSlots 
- objectType string
- orientation string
- owners string[]
- parent
GetCapability Equipment Slot Array Parent 
- permissionResources GetCapability Equipment Slot Array Permission Resource[] 
- pid string
- selector string
- string
- sku string
- slotsPer numberLine 
- 
GetCapability Equipment Slot Array Tag[] 
- transverseGroup numberSeparation 
- transverseGroup numberSize 
- transverseOffset number
- versionContext GetCapability Equipment Slot Array Version Context 
- verticalStart numberOffset 
- vid string
- width number
- id str
- results
Sequence[GetCapability Equipment Slot Array Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetCapability Equipment Slot Array Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- first_index float
- height float
- horizontal_start_ floatoffset 
- inline_group_ floatseparation 
- inline_group_ floatsize 
- inline_offset float
- location str
- mod_time str
- moid str
- name str
- number_of_ floatslots 
- object_type str
- orientation str
- owners Sequence[str]
- parent
GetCapability Equipment Slot Array Parent 
- permission_resources Sequence[GetCapability Equipment Slot Array Permission Resource] 
- pid str
- selector str
- str
- sku str
- slots_per_ floatline 
- 
Sequence[GetCapability Equipment Slot Array Tag] 
- transverse_group_ floatseparation 
- transverse_group_ floatsize 
- transverse_offset float
- version_context GetCapability Equipment Slot Array Version Context 
- vertical_start_ floatoffset 
- vid str
- width float
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- firstIndex Number
- height Number
- horizontalStart NumberOffset 
- inlineGroup NumberSeparation 
- inlineGroup NumberSize 
- inlineOffset Number
- location String
- modTime String
- moid String
- name String
- numberOf NumberSlots 
- objectType String
- orientation String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- pid String
- selector String
- String
- sku String
- slotsPer NumberLine 
- List<Property Map>
- transverseGroup NumberSeparation 
- transverseGroup NumberSize 
- transverseOffset Number
- versionContext Property Map
- verticalStart NumberOffset 
- vid String
- width Number
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<GetCapability Equipment Slot Array Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- 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.
- HorizontalStart doubleOffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- InlineGroup doubleSeparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- InlineGroup doubleSize 
- 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.
- NumberOf doubleSlots 
- 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<GetCapability Equipment Slot Array Result Parent> 
- PermissionResources List<GetCapability Equipment Slot Array Result Permission Resource> 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- Selector string
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- SlotsPer doubleLine 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
List<GetCapability Equipment Slot Array Result Tag> 
- TransverseGroup doubleSeparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- TransverseGroup doubleSize 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- TransverseOffset double
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- VersionContexts List<GetCapability Equipment Slot Array Result Version Context> 
- VerticalStart doubleOffset 
- 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
[]GetCapability Equipment Slot Array Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- 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.
- HorizontalStart float64Offset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- InlineGroup float64Separation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- InlineGroup float64Size 
- 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.
- NumberOf float64Slots 
- 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
[]GetCapability Equipment Slot Array Result Parent 
- PermissionResources []GetCapability Equipment Slot Array Result Permission Resource 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- Selector string
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- SlotsPer float64Line 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
[]GetCapability Equipment Slot Array Result Tag 
- TransverseGroup float64Separation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- TransverseGroup float64Size 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- TransverseOffset float64
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- VersionContexts []GetCapability Equipment Slot Array Result Version Context 
- VerticalStart float64Offset 
- 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<GetCapability Equipment Slot Array Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- 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.
- horizontalStart DoubleOffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inlineGroup DoubleSeparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inlineGroup DoubleSize 
- 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.
- numberOf DoubleSlots 
- 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<GetCapability Equipment Slot Array Result Parent> 
- permissionResources List<GetCapability Equipment Slot Array Result Permission Resource> 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- selector String
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- slotsPer DoubleLine 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
List<GetCapability Equipment Slot Array Result Tag> 
- transverseGroup DoubleSeparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverseGroup DoubleSize 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverseOffset Double
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- versionContexts List<GetCapability Equipment Slot Array Result Version Context> 
- verticalStart DoubleOffset 
- 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
GetCapability Equipment Slot Array Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- 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.
- horizontalStart numberOffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inlineGroup numberSeparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inlineGroup numberSize 
- 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.
- numberOf numberSlots 
- 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
GetCapability Equipment Slot Array Result Parent[] 
- permissionResources GetCapability Equipment Slot Array Result Permission Resource[] 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- selector string
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- slotsPer numberLine 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
GetCapability Equipment Slot Array Result Tag[] 
- transverseGroup numberSeparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverseGroup numberSize 
- Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverseOffset number
- Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- versionContexts GetCapability Equipment Slot Array Result Version Context[] 
- verticalStart numberOffset 
- 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[GetCapability Equipment Slot Array Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- 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_ floatoffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline_group_ floatseparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline_group_ floatsize 
- 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_ floatslots 
- 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[GetCapability Equipment Slot Array Result Parent] 
- permission_resources Sequence[GetCapability Equipment Slot Array Result Permission Resource] 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- selector str
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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_ floatline 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- 
Sequence[GetCapability Equipment Slot Array Result Tag] 
- transverse_group_ floatseparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse_group_ floatsize 
- 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[GetCapability Equipment Slot Array Result Version Context] 
- vertical_start_ floatoffset 
- 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.
- domainGroup StringMoid 
- 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.
- horizontalStart NumberOffset 
- Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inlineGroup NumberSeparation 
- Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inlineGroup NumberSize 
- 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.
- numberOf NumberSlots 
- 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 64 ports.*unknown- Unknown device type, usage is TBD.
- selector String
- Selector information for a Switch/Fabric-Interconnect hardware.
- 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.
- slotsPer NumberLine 
- Slots per line information for a Switch/Fabric-Interconnect hardware.
- List<Property Map>
- transverseGroup NumberSeparation 
- Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverseGroup NumberSize 
- 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>
- verticalStart NumberOffset 
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetCapabilityEquipmentSlotArrayResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetCapability Equipment Slot Array 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 GetCapability Equipment Slot Array 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 []GetCapability Equipment Slot Array 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 GetCapability Equipment Slot Array 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<GetCapability Equipment Slot Array 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 GetCapability Equipment Slot Array 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 GetCapability Equipment Slot Array 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 GetCapability Equipment Slot Array 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[GetCapability Equipment Slot Array 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 GetCapability Equipment Slot Array 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.
 
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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet