intersight.CapabilityEquipmentSlotArray
Explore with Pulumi AI
Type to represent additional switch specific capabilities.
Usage Example
Resource Creation
import * as pulumi from "@pulumi/pulumi";
import * as intersight from "@pulumi/intersight";
const capabilityEquipmentSlotArray1 = new intersight.CapabilityEquipmentSlotArray("capabilityEquipmentSlotArray1", {
height: 4.4,
pid: "UCS-FI-6454",
sku: "CON-NCF4P-FI6454CH",
width: 43.9,
});
import pulumi
import pulumi_intersight as intersight
capability_equipment_slot_array1 = intersight.CapabilityEquipmentSlotArray("capabilityEquipmentSlotArray1",
height=4.4,
pid="UCS-FI-6454",
sku="CON-NCF4P-FI6454CH",
width=43.9)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/intersight/intersight"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := intersight.NewCapabilityEquipmentSlotArray(ctx, "capabilityEquipmentSlotArray1", &intersight.CapabilityEquipmentSlotArrayArgs{
Height: pulumi.Float64(4.4),
Pid: pulumi.String("UCS-FI-6454"),
Sku: pulumi.String("CON-NCF4P-FI6454CH"),
Width: pulumi.Float64(43.9),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Intersight = Pulumi.Intersight;
return await Deployment.RunAsync(() =>
{
var capabilityEquipmentSlotArray1 = new Intersight.CapabilityEquipmentSlotArray("capabilityEquipmentSlotArray1", new()
{
Height = 4.4,
Pid = "UCS-FI-6454",
Sku = "CON-NCF4P-FI6454CH",
Width = 43.9,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.intersight.CapabilityEquipmentSlotArray;
import com.pulumi.intersight.CapabilityEquipmentSlotArrayArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var capabilityEquipmentSlotArray1 = new CapabilityEquipmentSlotArray("capabilityEquipmentSlotArray1", CapabilityEquipmentSlotArrayArgs.builder()
.height(4.4)
.pid("UCS-FI-6454")
.sku("CON-NCF4P-FI6454CH")
.width(43.9)
.build());
}
}
resources:
capabilityEquipmentSlotArray1:
type: intersight:CapabilityEquipmentSlotArray
properties:
height: 4.4
pid: UCS-FI-6454
sku: CON-NCF4P-FI6454CH
width: 43.9
Create CapabilityEquipmentSlotArray Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CapabilityEquipmentSlotArray(name: string, args?: CapabilityEquipmentSlotArrayArgs, opts?: CustomResourceOptions);
@overload
def CapabilityEquipmentSlotArray(resource_name: str,
args: Optional[CapabilityEquipmentSlotArrayArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def CapabilityEquipmentSlotArray(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[CapabilityEquipmentSlotArrayAncestorArgs]] = None,
capability_equipment_slot_array_id: Optional[str] = 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,
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,
parents: Optional[Sequence[CapabilityEquipmentSlotArrayParentArgs]] = None,
permission_resources: Optional[Sequence[CapabilityEquipmentSlotArrayPermissionResourceArgs]] = 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[CapabilityEquipmentSlotArrayTagArgs]] = None,
transverse_group_separation: Optional[float] = None,
transverse_group_size: Optional[float] = None,
transverse_offset: Optional[float] = None,
version_contexts: Optional[Sequence[CapabilityEquipmentSlotArrayVersionContextArgs]] = None,
vertical_start_offset: Optional[float] = None,
vid: Optional[str] = None,
width: Optional[float] = None)
func NewCapabilityEquipmentSlotArray(ctx *Context, name string, args *CapabilityEquipmentSlotArrayArgs, opts ...ResourceOption) (*CapabilityEquipmentSlotArray, error)
public CapabilityEquipmentSlotArray(string name, CapabilityEquipmentSlotArrayArgs? args = null, CustomResourceOptions? opts = null)
public CapabilityEquipmentSlotArray(String name, CapabilityEquipmentSlotArrayArgs args)
public CapabilityEquipmentSlotArray(String name, CapabilityEquipmentSlotArrayArgs args, CustomResourceOptions options)
type: intersight:CapabilityEquipmentSlotArray
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CapabilityEquipmentSlotArrayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CapabilityEquipmentSlotArrayArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CapabilityEquipmentSlotArrayArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CapabilityEquipmentSlotArrayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CapabilityEquipmentSlotArrayArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var capabilityEquipmentSlotArrayResource = new Intersight.CapabilityEquipmentSlotArray("capabilityEquipmentSlotArrayResource", new()
{
AccountMoid = "string",
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.CapabilityEquipmentSlotArrayAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
CapabilityEquipmentSlotArrayId = "string",
ClassId = "string",
CreateTime = "string",
DomainGroupMoid = "string",
FirstIndex = 0,
Height = 0,
HorizontalStartOffset = 0,
InlineGroupSeparation = 0,
InlineGroupSize = 0,
InlineOffset = 0,
Location = "string",
ModTime = "string",
Moid = "string",
Name = "string",
NumberOfSlots = 0,
ObjectType = "string",
Orientation = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.CapabilityEquipmentSlotArrayParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.CapabilityEquipmentSlotArrayPermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Pid = "string",
Selector = "string",
SharedScope = "string",
Sku = "string",
SlotsPerLine = 0,
Tags = new[]
{
new Intersight.Inputs.CapabilityEquipmentSlotArrayTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
TransverseGroupSeparation = 0,
TransverseGroupSize = 0,
TransverseOffset = 0,
VersionContexts = new[]
{
new Intersight.Inputs.CapabilityEquipmentSlotArrayVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.CapabilityEquipmentSlotArrayVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.CapabilityEquipmentSlotArrayVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
VerticalStartOffset = 0,
Vid = "string",
Width = 0,
});
example, err := intersight.NewCapabilityEquipmentSlotArray(ctx, "capabilityEquipmentSlotArrayResource", &intersight.CapabilityEquipmentSlotArrayArgs{
AccountMoid: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.CapabilityEquipmentSlotArrayAncestorArray{
&intersight.CapabilityEquipmentSlotArrayAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
CapabilityEquipmentSlotArrayId: pulumi.String("string"),
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
FirstIndex: pulumi.Float64(0),
Height: pulumi.Float64(0),
HorizontalStartOffset: pulumi.Float64(0),
InlineGroupSeparation: pulumi.Float64(0),
InlineGroupSize: pulumi.Float64(0),
InlineOffset: pulumi.Float64(0),
Location: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
NumberOfSlots: pulumi.Float64(0),
ObjectType: pulumi.String("string"),
Orientation: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.CapabilityEquipmentSlotArrayParentArray{
&intersight.CapabilityEquipmentSlotArrayParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.CapabilityEquipmentSlotArrayPermissionResourceArray{
&intersight.CapabilityEquipmentSlotArrayPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Pid: pulumi.String("string"),
Selector: pulumi.String("string"),
SharedScope: pulumi.String("string"),
Sku: pulumi.String("string"),
SlotsPerLine: pulumi.Float64(0),
Tags: intersight.CapabilityEquipmentSlotArrayTagArray{
&intersight.CapabilityEquipmentSlotArrayTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TransverseGroupSeparation: pulumi.Float64(0),
TransverseGroupSize: pulumi.Float64(0),
TransverseOffset: pulumi.Float64(0),
VersionContexts: intersight.CapabilityEquipmentSlotArrayVersionContextArray{
&intersight.CapabilityEquipmentSlotArrayVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.CapabilityEquipmentSlotArrayVersionContextInterestedMoArray{
&intersight.CapabilityEquipmentSlotArrayVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: intersight.CapabilityEquipmentSlotArrayVersionContextRefMoArray{
&intersight.CapabilityEquipmentSlotArrayVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
VerticalStartOffset: pulumi.Float64(0),
Vid: pulumi.String("string"),
Width: pulumi.Float64(0),
})
var capabilityEquipmentSlotArrayResource = new CapabilityEquipmentSlotArray("capabilityEquipmentSlotArrayResource", CapabilityEquipmentSlotArrayArgs.builder()
.accountMoid("string")
.additionalProperties("string")
.ancestors(CapabilityEquipmentSlotArrayAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.capabilityEquipmentSlotArrayId("string")
.classId("string")
.createTime("string")
.domainGroupMoid("string")
.firstIndex(0)
.height(0)
.horizontalStartOffset(0)
.inlineGroupSeparation(0)
.inlineGroupSize(0)
.inlineOffset(0)
.location("string")
.modTime("string")
.moid("string")
.name("string")
.numberOfSlots(0)
.objectType("string")
.orientation("string")
.owners("string")
.parents(CapabilityEquipmentSlotArrayParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(CapabilityEquipmentSlotArrayPermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.pid("string")
.selector("string")
.sharedScope("string")
.sku("string")
.slotsPerLine(0)
.tags(CapabilityEquipmentSlotArrayTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.transverseGroupSeparation(0)
.transverseGroupSize(0)
.transverseOffset(0)
.versionContexts(CapabilityEquipmentSlotArrayVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(CapabilityEquipmentSlotArrayVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(CapabilityEquipmentSlotArrayVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.verticalStartOffset(0)
.vid("string")
.width(0)
.build());
capability_equipment_slot_array_resource = intersight.CapabilityEquipmentSlotArray("capabilityEquipmentSlotArrayResource",
account_moid="string",
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
capability_equipment_slot_array_id="string",
class_id="string",
create_time="string",
domain_group_moid="string",
first_index=0,
height=0,
horizontal_start_offset=0,
inline_group_separation=0,
inline_group_size=0,
inline_offset=0,
location="string",
mod_time="string",
moid="string",
name="string",
number_of_slots=0,
object_type="string",
orientation="string",
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
pid="string",
selector="string",
shared_scope="string",
sku="string",
slots_per_line=0,
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
transverse_group_separation=0,
transverse_group_size=0,
transverse_offset=0,
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}],
vertical_start_offset=0,
vid="string",
width=0)
const capabilityEquipmentSlotArrayResource = new intersight.CapabilityEquipmentSlotArray("capabilityEquipmentSlotArrayResource", {
accountMoid: "string",
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
capabilityEquipmentSlotArrayId: "string",
classId: "string",
createTime: "string",
domainGroupMoid: "string",
firstIndex: 0,
height: 0,
horizontalStartOffset: 0,
inlineGroupSeparation: 0,
inlineGroupSize: 0,
inlineOffset: 0,
location: "string",
modTime: "string",
moid: "string",
name: "string",
numberOfSlots: 0,
objectType: "string",
orientation: "string",
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
pid: "string",
selector: "string",
sharedScope: "string",
sku: "string",
slotsPerLine: 0,
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
transverseGroupSeparation: 0,
transverseGroupSize: 0,
transverseOffset: 0,
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
verticalStartOffset: 0,
vid: "string",
width: 0,
});
type: intersight:CapabilityEquipmentSlotArray
properties:
accountMoid: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
capabilityEquipmentSlotArrayId: string
classId: string
createTime: string
domainGroupMoid: string
firstIndex: 0
height: 0
horizontalStartOffset: 0
inlineGroupSeparation: 0
inlineGroupSize: 0
inlineOffset: 0
location: string
modTime: string
moid: string
name: string
numberOfSlots: 0
objectType: string
orientation: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
pid: string
selector: string
sharedScope: string
sku: string
slotsPerLine: 0
tags:
- additionalProperties: string
key: string
value: string
transverseGroupSeparation: 0
transverseGroupSize: 0
transverseOffset: 0
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
verticalStartOffset: 0
vid: string
width: 0
CapabilityEquipmentSlotArray Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CapabilityEquipmentSlotArray resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Capability
Equipment Slot Array Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Capability
Equipment stringSlot Array Id - Class
Id 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- First
Index double - First Index information for a Switch/Fabric-Interconnect hardware.
- Height double
- Height information for a Switch/Fabric-Interconnect hardware.
- Horizontal
Start doubleOffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- Inline
Group doubleSeparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- Inline
Group doubleSize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- Inline
Offset double - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- Location string
- Location information for a Switch/Fabric-Interconnect hardware.
- Mod
Time string - (ReadOnly) 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.
- Number
Of doubleSlots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Orientation string
- Orientation information for a Switch/Fabric-Interconnect hardware.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Capability
Equipment Slot Array Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<CapabilityEquipment Slot Array Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- string
- (ReadOnly) 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.
- Slots
Per doubleLine - Slots per line information for a Switch/Fabric-Interconnect hardware.
- List<Capability
Equipment Slot Array Tag> - This complex property has following sub-properties:
- Transverse
Group doubleSeparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- Transverse
Group doubleSize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- Transverse
Offset double - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- Version
Contexts List<CapabilityEquipment Slot Array Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Vertical
Start doubleOffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- Vid string
- VID information for Switch/Fabric-Interconnect.
- Width double
- Width information for a Switch/Fabric-Interconnect hardware.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Capability
Equipment Slot Array Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Capability
Equipment stringSlot Array Id - Class
Id 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- First
Index float64 - First Index information for a Switch/Fabric-Interconnect hardware.
- Height float64
- Height information for a Switch/Fabric-Interconnect hardware.
- Horizontal
Start float64Offset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- Inline
Group float64Separation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- Inline
Group float64Size - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- Inline
Offset float64 - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- Location string
- Location information for a Switch/Fabric-Interconnect hardware.
- Mod
Time string - (ReadOnly) 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.
- Number
Of float64Slots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Orientation string
- Orientation information for a Switch/Fabric-Interconnect hardware.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Capability
Equipment Slot Array Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []CapabilityEquipment Slot Array Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- string
- (ReadOnly) 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.
- Slots
Per float64Line - Slots per line information for a Switch/Fabric-Interconnect hardware.
- []Capability
Equipment Slot Array Tag Args - This complex property has following sub-properties:
- Transverse
Group float64Separation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- Transverse
Group float64Size - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- Transverse
Offset float64 - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- Version
Contexts []CapabilityEquipment Slot Array Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Vertical
Start float64Offset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- Vid string
- VID information for Switch/Fabric-Interconnect.
- Width float64
- Width information for a Switch/Fabric-Interconnect hardware.
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Capability
Equipment Slot Array Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- capability
Equipment StringSlot Array Id - class
Id 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- first
Index Double - First Index information for a Switch/Fabric-Interconnect hardware.
- height Double
- Height information for a Switch/Fabric-Interconnect hardware.
- horizontal
Start DoubleOffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline
Group DoubleSeparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline
Group DoubleSize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- inline
Offset Double - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- location String
- Location information for a Switch/Fabric-Interconnect hardware.
- mod
Time String - (ReadOnly) 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.
- number
Of DoubleSlots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orientation String
- Orientation information for a Switch/Fabric-Interconnect hardware.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Capability
Equipment Slot Array Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<CapabilityEquipment Slot Array Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- String
- (ReadOnly) 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.
- slots
Per DoubleLine - Slots per line information for a Switch/Fabric-Interconnect hardware.
- List<Capability
Equipment Slot Array Tag> - This complex property has following sub-properties:
- transverse
Group DoubleSeparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse
Group DoubleSize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse
Offset Double - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version
Contexts List<CapabilityEquipment Slot Array Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vertical
Start DoubleOffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- vid String
- VID information for Switch/Fabric-Interconnect.
- width Double
- Width information for a Switch/Fabric-Interconnect hardware.
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Capability
Equipment Slot Array Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- capability
Equipment stringSlot Array Id - class
Id 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- first
Index number - First Index information for a Switch/Fabric-Interconnect hardware.
- height number
- Height information for a Switch/Fabric-Interconnect hardware.
- horizontal
Start numberOffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline
Group numberSeparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline
Group numberSize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- inline
Offset number - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- location string
- Location information for a Switch/Fabric-Interconnect hardware.
- mod
Time string - (ReadOnly) 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.
- number
Of numberSlots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orientation string
- Orientation information for a Switch/Fabric-Interconnect hardware.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Capability
Equipment Slot Array Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources CapabilityEquipment Slot Array Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- string
- (ReadOnly) 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.
- slots
Per numberLine - Slots per line information for a Switch/Fabric-Interconnect hardware.
- Capability
Equipment Slot Array Tag[] - This complex property has following sub-properties:
- transverse
Group numberSeparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse
Group numberSize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse
Offset number - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version
Contexts CapabilityEquipment Slot Array Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vertical
Start numberOffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- vid string
- VID information for Switch/Fabric-Interconnect.
- width number
- Width information for a Switch/Fabric-Interconnect hardware.
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Capability
Equipment Slot Array Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- capability_
equipment_ strslot_ array_ id - 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- first_
index float - First Index information for a Switch/Fabric-Interconnect hardware.
- height float
- Height information for a Switch/Fabric-Interconnect hardware.
- horizontal_
start_ floatoffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline_
group_ floatseparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline_
group_ floatsize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- inline_
offset float - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- location str
- Location information for a Switch/Fabric-Interconnect hardware.
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- An unique identifer for a capability descriptor.
- number_
of_ floatslots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orientation str
- Orientation information for a Switch/Fabric-Interconnect hardware.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Capability
Equipment Slot Array Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[CapabilityEquipment Slot Array Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku str
- SKU information for Switch/Fabric-Interconnect.
- slots_
per_ floatline - Slots per line information for a Switch/Fabric-Interconnect hardware.
- Sequence[Capability
Equipment Slot Array Tag Args] - This complex property has following sub-properties:
- transverse_
group_ floatseparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse_
group_ floatsize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse_
offset float - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version_
contexts Sequence[CapabilityEquipment Slot Array Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vertical_
start_ floatoffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- vid str
- VID information for Switch/Fabric-Interconnect.
- width float
- Width information for a Switch/Fabric-Interconnect hardware.
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- capability
Equipment StringSlot Array Id - class
Id 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- first
Index Number - First Index information for a Switch/Fabric-Interconnect hardware.
- height Number
- Height information for a Switch/Fabric-Interconnect hardware.
- horizontal
Start NumberOffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline
Group NumberSeparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline
Group NumberSize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- inline
Offset Number - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- location String
- Location information for a Switch/Fabric-Interconnect hardware.
- mod
Time String - (ReadOnly) 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.
- number
Of NumberSlots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orientation String
- Orientation information for a Switch/Fabric-Interconnect hardware.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- String
- (ReadOnly) 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.
- slots
Per NumberLine - Slots per line information for a Switch/Fabric-Interconnect hardware.
- List<Property Map>
- This complex property has following sub-properties:
- transverse
Group NumberSeparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse
Group NumberSize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse
Offset Number - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vertical
Start NumberOffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- vid String
- VID information for Switch/Fabric-Interconnect.
- width Number
- Width information for a Switch/Fabric-Interconnect hardware.
Outputs
All input properties are implicitly available as output properties. Additionally, the CapabilityEquipmentSlotArray resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing CapabilityEquipmentSlotArray Resource
Get an existing CapabilityEquipmentSlotArray resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CapabilityEquipmentSlotArrayState, opts?: CustomResourceOptions): CapabilityEquipmentSlotArray
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[CapabilityEquipmentSlotArrayAncestorArgs]] = None,
capability_equipment_slot_array_id: Optional[str] = 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,
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,
parents: Optional[Sequence[CapabilityEquipmentSlotArrayParentArgs]] = None,
permission_resources: Optional[Sequence[CapabilityEquipmentSlotArrayPermissionResourceArgs]] = 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[CapabilityEquipmentSlotArrayTagArgs]] = None,
transverse_group_separation: Optional[float] = None,
transverse_group_size: Optional[float] = None,
transverse_offset: Optional[float] = None,
version_contexts: Optional[Sequence[CapabilityEquipmentSlotArrayVersionContextArgs]] = None,
vertical_start_offset: Optional[float] = None,
vid: Optional[str] = None,
width: Optional[float] = None) -> CapabilityEquipmentSlotArray
func GetCapabilityEquipmentSlotArray(ctx *Context, name string, id IDInput, state *CapabilityEquipmentSlotArrayState, opts ...ResourceOption) (*CapabilityEquipmentSlotArray, error)
public static CapabilityEquipmentSlotArray Get(string name, Input<string> id, CapabilityEquipmentSlotArrayState? state, CustomResourceOptions? opts = null)
public static CapabilityEquipmentSlotArray get(String name, Output<String> id, CapabilityEquipmentSlotArrayState state, CustomResourceOptions options)
resources: _: type: intersight:CapabilityEquipmentSlotArray get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Capability
Equipment Slot Array Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Capability
Equipment stringSlot Array Id - Class
Id 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- First
Index double - First Index information for a Switch/Fabric-Interconnect hardware.
- Height double
- Height information for a Switch/Fabric-Interconnect hardware.
- Horizontal
Start doubleOffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- Inline
Group doubleSeparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- Inline
Group doubleSize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- Inline
Offset double - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- Location string
- Location information for a Switch/Fabric-Interconnect hardware.
- Mod
Time string - (ReadOnly) 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.
- Number
Of doubleSlots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Orientation string
- Orientation information for a Switch/Fabric-Interconnect hardware.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Capability
Equipment Slot Array Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<CapabilityEquipment Slot Array Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- string
- (ReadOnly) 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.
- Slots
Per doubleLine - Slots per line information for a Switch/Fabric-Interconnect hardware.
- List<Capability
Equipment Slot Array Tag> - This complex property has following sub-properties:
- Transverse
Group doubleSeparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- Transverse
Group doubleSize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- Transverse
Offset double - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- Version
Contexts List<CapabilityEquipment Slot Array Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Vertical
Start doubleOffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- Vid string
- VID information for Switch/Fabric-Interconnect.
- Width double
- Width information for a Switch/Fabric-Interconnect hardware.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Capability
Equipment Slot Array Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Capability
Equipment stringSlot Array Id - Class
Id 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.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- First
Index float64 - First Index information for a Switch/Fabric-Interconnect hardware.
- Height float64
- Height information for a Switch/Fabric-Interconnect hardware.
- Horizontal
Start float64Offset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- Inline
Group float64Separation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- Inline
Group float64Size - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- Inline
Offset float64 - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- Location string
- Location information for a Switch/Fabric-Interconnect hardware.
- Mod
Time string - (ReadOnly) 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.
- Number
Of float64Slots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Orientation string
- Orientation information for a Switch/Fabric-Interconnect hardware.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Capability
Equipment Slot Array Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []CapabilityEquipment Slot Array Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- string
- (ReadOnly) 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.
- Slots
Per float64Line - Slots per line information for a Switch/Fabric-Interconnect hardware.
- []Capability
Equipment Slot Array Tag Args - This complex property has following sub-properties:
- Transverse
Group float64Separation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- Transverse
Group float64Size - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- Transverse
Offset float64 - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- Version
Contexts []CapabilityEquipment Slot Array Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Vertical
Start float64Offset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- Vid string
- VID information for Switch/Fabric-Interconnect.
- Width float64
- Width information for a Switch/Fabric-Interconnect hardware.
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Capability
Equipment Slot Array Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- capability
Equipment StringSlot Array Id - class
Id 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- first
Index Double - First Index information for a Switch/Fabric-Interconnect hardware.
- height Double
- Height information for a Switch/Fabric-Interconnect hardware.
- horizontal
Start DoubleOffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline
Group DoubleSeparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline
Group DoubleSize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- inline
Offset Double - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- location String
- Location information for a Switch/Fabric-Interconnect hardware.
- mod
Time String - (ReadOnly) 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.
- number
Of DoubleSlots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orientation String
- Orientation information for a Switch/Fabric-Interconnect hardware.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Capability
Equipment Slot Array Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<CapabilityEquipment Slot Array Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- String
- (ReadOnly) 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.
- slots
Per DoubleLine - Slots per line information for a Switch/Fabric-Interconnect hardware.
- List<Capability
Equipment Slot Array Tag> - This complex property has following sub-properties:
- transverse
Group DoubleSeparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse
Group DoubleSize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse
Offset Double - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version
Contexts List<CapabilityEquipment Slot Array Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vertical
Start DoubleOffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- vid String
- VID information for Switch/Fabric-Interconnect.
- width Double
- Width information for a Switch/Fabric-Interconnect hardware.
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Capability
Equipment Slot Array Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- capability
Equipment stringSlot Array Id - class
Id 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.
- create
Time string - (ReadOnly) The time when this managed object was created.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- first
Index number - First Index information for a Switch/Fabric-Interconnect hardware.
- height number
- Height information for a Switch/Fabric-Interconnect hardware.
- horizontal
Start numberOffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline
Group numberSeparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline
Group numberSize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- inline
Offset number - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- location string
- Location information for a Switch/Fabric-Interconnect hardware.
- mod
Time string - (ReadOnly) 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.
- number
Of numberSlots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orientation string
- Orientation information for a Switch/Fabric-Interconnect hardware.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Capability
Equipment Slot Array Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources CapabilityEquipment Slot Array Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- string
- (ReadOnly) 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.
- slots
Per numberLine - Slots per line information for a Switch/Fabric-Interconnect hardware.
- Capability
Equipment Slot Array Tag[] - This complex property has following sub-properties:
- transverse
Group numberSeparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse
Group numberSize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse
Offset number - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version
Contexts CapabilityEquipment Slot Array Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vertical
Start numberOffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- vid string
- VID information for Switch/Fabric-Interconnect.
- width number
- Width information for a Switch/Fabric-Interconnect hardware.
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Capability
Equipment Slot Array Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- capability_
equipment_ strslot_ array_ id - 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.
- create_
time str - (ReadOnly) The time when this managed object was created.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- first_
index float - First Index information for a Switch/Fabric-Interconnect hardware.
- height float
- Height information for a Switch/Fabric-Interconnect hardware.
- horizontal_
start_ floatoffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline_
group_ floatseparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline_
group_ floatsize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- inline_
offset float - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- location str
- Location information for a Switch/Fabric-Interconnect hardware.
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- An unique identifer for a capability descriptor.
- number_
of_ floatslots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orientation str
- Orientation information for a Switch/Fabric-Interconnect hardware.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Capability
Equipment Slot Array Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[CapabilityEquipment Slot Array Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku str
- SKU information for Switch/Fabric-Interconnect.
- slots_
per_ floatline - Slots per line information for a Switch/Fabric-Interconnect hardware.
- Sequence[Capability
Equipment Slot Array Tag Args] - This complex property has following sub-properties:
- transverse_
group_ floatseparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse_
group_ floatsize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse_
offset float - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version_
contexts Sequence[CapabilityEquipment Slot Array Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vertical_
start_ floatoffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- vid str
- VID information for Switch/Fabric-Interconnect.
- width float
- Width information for a Switch/Fabric-Interconnect hardware.
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- capability
Equipment StringSlot Array Id - class
Id 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.
- create
Time String - (ReadOnly) The time when this managed object was created.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- first
Index Number - First Index information for a Switch/Fabric-Interconnect hardware.
- height Number
- Height information for a Switch/Fabric-Interconnect hardware.
- horizontal
Start NumberOffset - Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.
- inline
Group NumberSeparation - Inline Group Separation information for a Switch/Fabric-Interconnect hardware.
- inline
Group NumberSize - Inline Group Size information for a Switch/Fabric-Interconnect hardware.
- inline
Offset Number - Inline Offset information for a Switch/Fabric-Interconnect hardware.
- location String
- Location information for a Switch/Fabric-Interconnect hardware.
- mod
Time String - (ReadOnly) 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.
- number
Of NumberSlots - Number of Slots information for a Switch/Fabric-Interconnect hardware.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- orientation String
- Orientation information for a Switch/Fabric-Interconnect hardware.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- String
- (ReadOnly) 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.
- slots
Per NumberLine - Slots per line information for a Switch/Fabric-Interconnect hardware.
- List<Property Map>
- This complex property has following sub-properties:
- transverse
Group NumberSeparation - Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.
- transverse
Group NumberSize - Transverse Group Size information for a Switch/Fabric-Interconnect hardware.
- transverse
Offset Number - Transverse Offset information for a Switch/Fabric-Interconnect hardware.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vertical
Start NumberOffset - Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.
- vid String
- VID information for Switch/Fabric-Interconnect.
- width Number
- Width information for a Switch/Fabric-Interconnect hardware.
Supporting Types
CapabilityEquipmentSlotArrayAncestor, CapabilityEquipmentSlotArrayAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CapabilityEquipmentSlotArrayParent, CapabilityEquipmentSlotArrayParentArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CapabilityEquipmentSlotArrayPermissionResource, CapabilityEquipmentSlotArrayPermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CapabilityEquipmentSlotArrayTag, CapabilityEquipmentSlotArrayTagArgs
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
CapabilityEquipmentSlotArrayVersionContext, CapabilityEquipmentSlotArrayVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<CapabilityEquipment Slot Array Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) 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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<CapabilityEquipment Slot Array Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) 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 intendedto 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 string - Class
Id string - Interested
Mos []CapabilityEquipment Slot Array Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) 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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []CapabilityEquipment Slot Array Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) 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 intendedto 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 String - class
Id String - interested
Mos List<CapabilityEquipment Slot Array Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) 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 String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<CapabilityEquipment Slot Array Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) 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 intendedto 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 string - class
Id string - interested
Mos CapabilityEquipment Slot Array Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) 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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos CapabilityEquipment Slot Array Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) 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 intendedto 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 - interested_
mos Sequence[CapabilityEquipment Slot Array Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) 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 - (ReadOnly) 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_
mos Sequence[CapabilityEquipment Slot Array Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) 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 intendedto 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 String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) 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 String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) 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 intendedto 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.
CapabilityEquipmentSlotArrayVersionContextInterestedMo, CapabilityEquipmentSlotArrayVersionContextInterestedMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
CapabilityEquipmentSlotArrayVersionContextRefMo, CapabilityEquipmentSlotArrayVersionContextRefMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_capability_equipment_slot_array
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/capabilityEquipmentSlotArray:CapabilityEquipmentSlotArray example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.