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

intersight.getCapabilityEquipmentSlotArray

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupCapabilityEquipmentSlotArray(ctx *Context, args *LookupCapabilityEquipmentSlotArrayArgs, opts ...InvokeOption) (*LookupCapabilityEquipmentSlotArrayResult, error)
func LookupCapabilityEquipmentSlotArrayOutput(ctx *Context, args *LookupCapabilityEquipmentSlotArrayOutputArgs, opts ...InvokeOption) LookupCapabilityEquipmentSlotArrayResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCapabilityEquipmentSlotArrayResult> getCapabilityEquipmentSlotArray(GetCapabilityEquipmentSlotArrayArgs args, InvokeOptions options)
public static Output<GetCapabilityEquipmentSlotArrayResult> getCapabilityEquipmentSlotArray(GetCapabilityEquipmentSlotArrayArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getCapabilityEquipmentSlotArray:getCapabilityEquipmentSlotArray
  arguments:
    # arguments dictionary
Copy

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 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 This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetCapabilityEquipmentSlotArrayResultAncestor>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FirstIndex This property is required. double
First Index information for a Switch/Fabric-Interconnect hardware.
Height This property is required. double
Height information for a Switch/Fabric-Interconnect hardware.
HorizontalStartOffset This property is required. double
Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
InlineGroupSeparation This property is required. double
Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
InlineGroupSize This property is required. double
Inline Group Size information for a Switch/Fabric-Interconnect hardware.
InlineOffset This property is required. double
Inline Offset information for a Switch/Fabric-Interconnect hardware.
Location This property is required. string
Location information for a Switch/Fabric-Interconnect hardware.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
An unique identifer for a capability descriptor.
NumberOfSlots This property is required. double
Number of Slots information for a Switch/Fabric-Interconnect hardware.
ObjectType This property is required. string
Orientation This property is required. string
Orientation information for a Switch/Fabric-Interconnect hardware.
Owners This property is required. List<string>
Parents This property is required. List<GetCapabilityEquipmentSlotArrayResultParent>
PermissionResources This property is required. List<GetCapabilityEquipmentSlotArrayResultPermissionResource>
Pid This property is required. 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 This property is required. string
Selector information for a Switch/Fabric-Interconnect hardware.
SharedScope This property is required. 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 This property is required. string
SKU information for Switch/Fabric-Interconnect.
SlotsPerLine This property is required. double
Slots per line information for a Switch/Fabric-Interconnect hardware.
Tags This property is required. List<GetCapabilityEquipmentSlotArrayResultTag>
TransverseGroupSeparation This property is required. double
Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
TransverseGroupSize This property is required. double
Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
TransverseOffset This property is required. double
Transverse Offset information for a Switch/Fabric-Interconnect hardware.
VersionContexts This property is required. List<GetCapabilityEquipmentSlotArrayResultVersionContext>
VerticalStartOffset This property is required. double
Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
Vid This property is required. string
VID information for Switch/Fabric-Interconnect.
Width This property is required. double
Width information for a Switch/Fabric-Interconnect hardware.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetCapabilityEquipmentSlotArrayResultAncestor
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FirstIndex This property is required. float64
First Index information for a Switch/Fabric-Interconnect hardware.
Height This property is required. float64
Height information for a Switch/Fabric-Interconnect hardware.
HorizontalStartOffset This property is required. float64
Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
InlineGroupSeparation This property is required. float64
Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
InlineGroupSize This property is required. float64
Inline Group Size information for a Switch/Fabric-Interconnect hardware.
InlineOffset This property is required. float64
Inline Offset information for a Switch/Fabric-Interconnect hardware.
Location This property is required. string
Location information for a Switch/Fabric-Interconnect hardware.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
An unique identifer for a capability descriptor.
NumberOfSlots This property is required. float64
Number of Slots information for a Switch/Fabric-Interconnect hardware.
ObjectType This property is required. string
Orientation This property is required. string
Orientation information for a Switch/Fabric-Interconnect hardware.
Owners This property is required. []string
Parents This property is required. []GetCapabilityEquipmentSlotArrayResultParent
PermissionResources This property is required. []GetCapabilityEquipmentSlotArrayResultPermissionResource
Pid This property is required. 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 This property is required. string
Selector information for a Switch/Fabric-Interconnect hardware.
SharedScope This property is required. 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 This property is required. string
SKU information for Switch/Fabric-Interconnect.
SlotsPerLine This property is required. float64
Slots per line information for a Switch/Fabric-Interconnect hardware.
Tags This property is required. []GetCapabilityEquipmentSlotArrayResultTag
TransverseGroupSeparation This property is required. float64
Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
TransverseGroupSize This property is required. float64
Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
TransverseOffset This property is required. float64
Transverse Offset information for a Switch/Fabric-Interconnect hardware.
VersionContexts This property is required. []GetCapabilityEquipmentSlotArrayResultVersionContext
VerticalStartOffset This property is required. float64
Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
Vid This property is required. string
VID information for Switch/Fabric-Interconnect.
Width This property is required. float64
Width information for a Switch/Fabric-Interconnect hardware.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetCapabilityEquipmentSlotArrayResultAncestor>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
firstIndex This property is required. Double
First Index information for a Switch/Fabric-Interconnect hardware.
height This property is required. Double
Height information for a Switch/Fabric-Interconnect hardware.
horizontalStartOffset This property is required. Double
Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
inlineGroupSeparation This property is required. Double
Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
inlineGroupSize This property is required. Double
Inline Group Size information for a Switch/Fabric-Interconnect hardware.
inlineOffset This property is required. Double
Inline Offset information for a Switch/Fabric-Interconnect hardware.
location This property is required. String
Location information for a Switch/Fabric-Interconnect hardware.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
An unique identifer for a capability descriptor.
numberOfSlots This property is required. Double
Number of Slots information for a Switch/Fabric-Interconnect hardware.
objectType This property is required. String
orientation This property is required. String
Orientation information for a Switch/Fabric-Interconnect hardware.
owners This property is required. List<String>
parents This property is required. List<GetCapabilityEquipmentSlotArrayResultParent>
permissionResources This property is required. List<GetCapabilityEquipmentSlotArrayResultPermissionResource>
pid This property is required. 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 This property is required. String
Selector information for a Switch/Fabric-Interconnect hardware.
sharedScope This property is required. 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 This property is required. String
SKU information for Switch/Fabric-Interconnect.
slotsPerLine This property is required. Double
Slots per line information for a Switch/Fabric-Interconnect hardware.
tags This property is required. List<GetCapabilityEquipmentSlotArrayResultTag>
transverseGroupSeparation This property is required. Double
Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
transverseGroupSize This property is required. Double
Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
transverseOffset This property is required. Double
Transverse Offset information for a Switch/Fabric-Interconnect hardware.
versionContexts This property is required. List<GetCapabilityEquipmentSlotArrayResultVersionContext>
verticalStartOffset This property is required. Double
Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
vid This property is required. String
VID information for Switch/Fabric-Interconnect.
width This property is required. Double
Width information for a Switch/Fabric-Interconnect hardware.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetCapabilityEquipmentSlotArrayResultAncestor[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
firstIndex This property is required. number
First Index information for a Switch/Fabric-Interconnect hardware.
height This property is required. number
Height information for a Switch/Fabric-Interconnect hardware.
horizontalStartOffset This property is required. number
Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
inlineGroupSeparation This property is required. number
Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
inlineGroupSize This property is required. number
Inline Group Size information for a Switch/Fabric-Interconnect hardware.
inlineOffset This property is required. number
Inline Offset information for a Switch/Fabric-Interconnect hardware.
location This property is required. string
Location information for a Switch/Fabric-Interconnect hardware.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
An unique identifer for a capability descriptor.
numberOfSlots This property is required. number
Number of Slots information for a Switch/Fabric-Interconnect hardware.
objectType This property is required. string
orientation This property is required. string
Orientation information for a Switch/Fabric-Interconnect hardware.
owners This property is required. string[]
parents This property is required. GetCapabilityEquipmentSlotArrayResultParent[]
permissionResources This property is required. GetCapabilityEquipmentSlotArrayResultPermissionResource[]
pid This property is required. 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 This property is required. string
Selector information for a Switch/Fabric-Interconnect hardware.
sharedScope This property is required. 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 This property is required. string
SKU information for Switch/Fabric-Interconnect.
slotsPerLine This property is required. number
Slots per line information for a Switch/Fabric-Interconnect hardware.
tags This property is required. GetCapabilityEquipmentSlotArrayResultTag[]
transverseGroupSeparation This property is required. number
Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
transverseGroupSize This property is required. number
Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
transverseOffset This property is required. number
Transverse Offset information for a Switch/Fabric-Interconnect hardware.
versionContexts This property is required. GetCapabilityEquipmentSlotArrayResultVersionContext[]
verticalStartOffset This property is required. number
Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
vid This property is required. string
VID information for Switch/Fabric-Interconnect.
width This property is required. number
Width information for a Switch/Fabric-Interconnect hardware.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetCapabilityEquipmentSlotArrayResultAncestor]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
first_index This property is required. float
First Index information for a Switch/Fabric-Interconnect hardware.
height This property is required. float
Height information for a Switch/Fabric-Interconnect hardware.
horizontal_start_offset This property is required. float
Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
inline_group_separation This property is required. float
Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
inline_group_size This property is required. float
Inline Group Size information for a Switch/Fabric-Interconnect hardware.
inline_offset This property is required. float
Inline Offset information for a Switch/Fabric-Interconnect hardware.
location This property is required. str
Location information for a Switch/Fabric-Interconnect hardware.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
An unique identifer for a capability descriptor.
number_of_slots This property is required. float
Number of Slots information for a Switch/Fabric-Interconnect hardware.
object_type This property is required. str
orientation This property is required. str
Orientation information for a Switch/Fabric-Interconnect hardware.
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetCapabilityEquipmentSlotArrayResultParent]
permission_resources This property is required. Sequence[GetCapabilityEquipmentSlotArrayResultPermissionResource]
pid This property is required. 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 This property is required. str
Selector information for a Switch/Fabric-Interconnect hardware.
shared_scope This property is required. 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 This property is required. str
SKU information for Switch/Fabric-Interconnect.
slots_per_line This property is required. float
Slots per line information for a Switch/Fabric-Interconnect hardware.
tags This property is required. Sequence[GetCapabilityEquipmentSlotArrayResultTag]
transverse_group_separation This property is required. float
Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
transverse_group_size This property is required. float
Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
transverse_offset This property is required. float
Transverse Offset information for a Switch/Fabric-Interconnect hardware.
version_contexts This property is required. Sequence[GetCapabilityEquipmentSlotArrayResultVersionContext]
vertical_start_offset This property is required. float
Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
vid This property is required. str
VID information for Switch/Fabric-Interconnect.
width This property is required. float
Width information for a Switch/Fabric-Interconnect hardware.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
firstIndex This property is required. Number
First Index information for a Switch/Fabric-Interconnect hardware.
height This property is required. Number
Height information for a Switch/Fabric-Interconnect hardware.
horizontalStartOffset This property is required. Number
Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
inlineGroupSeparation This property is required. Number
Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
inlineGroupSize This property is required. Number
Inline Group Size information for a Switch/Fabric-Interconnect hardware.
inlineOffset This property is required. Number
Inline Offset information for a Switch/Fabric-Interconnect hardware.
location This property is required. String
Location information for a Switch/Fabric-Interconnect hardware.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
An unique identifer for a capability descriptor.
numberOfSlots This property is required. Number
Number of Slots information for a Switch/Fabric-Interconnect hardware.
objectType This property is required. String
orientation This property is required. String
Orientation information for a Switch/Fabric-Interconnect hardware.
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
pid This property is required. 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 This property is required. String
Selector information for a Switch/Fabric-Interconnect hardware.
sharedScope This property is required. 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 This property is required. String
SKU information for Switch/Fabric-Interconnect.
slotsPerLine This property is required. Number
Slots per line information for a Switch/Fabric-Interconnect hardware.
tags This property is required. List<Property Map>
transverseGroupSeparation This property is required. Number
Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
transverseGroupSize This property is required. Number
Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
transverseOffset This property is required. Number
Transverse Offset information for a Switch/Fabric-Interconnect hardware.
versionContexts This property is required. List<Property Map>
verticalStartOffset This property is required. Number
Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
vid This property is required. String
VID information for Switch/Fabric-Interconnect.
width This property is required. Number
Width information for a Switch/Fabric-Interconnect hardware.

GetCapabilityEquipmentSlotArrayResultAncestor

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

GetCapabilityEquipmentSlotArrayResultParent

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

GetCapabilityEquipmentSlotArrayResultPermissionResource

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

GetCapabilityEquipmentSlotArrayResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetCapabilityEquipmentSlotArrayResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetCapabilityEquipmentSlotArrayResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetCapabilityEquipmentSlotArrayResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetCapabilityEquipmentSlotArrayResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetCapabilityEquipmentSlotArrayResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetCapabilityEquipmentSlotArrayResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetCapabilityEquipmentSlotArrayResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetCapabilityEquipmentSlotArrayResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetCapabilityEquipmentSlotArrayResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetCapabilityEquipmentSlotArrayResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetCapabilityEquipmentSlotArrayResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetCapabilityEquipmentSlotArrayResultVersionContextInterestedMo

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

GetCapabilityEquipmentSlotArrayResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
Selector information for a Switch/Fabric-Interconnect hardware.
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
Selector information for a Switch/Fabric-Interconnect hardware.
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
Selector information for a Switch/Fabric-Interconnect hardware.
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
Selector information for a Switch/Fabric-Interconnect hardware.
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
Selector information for a Switch/Fabric-Interconnect hardware.
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. 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.