intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getCapabilitySwitchCapability
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Type to represent additional switch specific capabilities.
Using getCapabilitySwitchCapability
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCapabilitySwitchCapability(args: GetCapabilitySwitchCapabilityArgs, opts?: InvokeOptions): Promise<GetCapabilitySwitchCapabilityResult>
function getCapabilitySwitchCapabilityOutput(args: GetCapabilitySwitchCapabilityOutputArgs, opts?: InvokeOptions): Output<GetCapabilitySwitchCapabilityResult>def get_capability_switch_capability(account_moid: Optional[str] = None,
                                     additional_properties: Optional[str] = None,
                                     ancestors: Optional[Sequence[GetCapabilitySwitchCapabilityAncestor]] = None,
                                     class_id: Optional[str] = None,
                                     create_time: Optional[str] = None,
                                     default_fcoe_vlan: Optional[float] = None,
                                     domain_group_moid: Optional[str] = None,
                                     dynamic_vifs_supported: Optional[bool] = None,
                                     fan_modules_supported: Optional[bool] = None,
                                     fc_end_host_mode_reserved_vsans: Optional[Sequence[GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan]] = None,
                                     fc_uplink_ports_auto_negotiation_supported: Optional[bool] = None,
                                     id: Optional[str] = None,
                                     imm_controls_vpcompression: Optional[bool] = None,
                                     locator_beacon_supported: Optional[bool] = None,
                                     max_ports: Optional[float] = None,
                                     max_slots: Optional[float] = None,
                                     min_version_map_with_breakout_support: Optional[GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport] = None,
                                     min_version_map_with_locator_led_support: Optional[GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport] = None,
                                     min_version_map_with_neg_auto25g_support: Optional[GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport] = None,
                                     mod_time: Optional[str] = None,
                                     moid: Optional[str] = None,
                                     name: Optional[str] = None,
                                     network_limits: Optional[GetCapabilitySwitchCapabilityNetworkLimits] = None,
                                     object_type: Optional[str] = None,
                                     owners: Optional[Sequence[str]] = None,
                                     parent: Optional[GetCapabilitySwitchCapabilityParent] = None,
                                     permission_resources: Optional[Sequence[GetCapabilitySwitchCapabilityPermissionResource]] = None,
                                     pid: Optional[str] = None,
                                     ports_supporting100g_speeds: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupporting100gSpeed]] = None,
                                     ports_supporting10g_speeds: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupporting10gSpeed]] = None,
                                     ports_supporting1g_speeds: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupporting1gSpeed]] = None,
                                     ports_supporting25g_speeds: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupporting25gSpeed]] = None,
                                     ports_supporting40g_speeds: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupporting40gSpeed]] = None,
                                     ports_supporting_appliance_roles: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupportingApplianceRole]] = None,
                                     ports_supporting_breakouts: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupportingBreakout]] = None,
                                     ports_supporting_fcoes: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupportingFco]] = None,
                                     ports_supporting_server_roles: Optional[Sequence[GetCapabilitySwitchCapabilityPortsSupportingServerRole]] = None,
                                     reserved_vsans: Optional[Sequence[GetCapabilitySwitchCapabilityReservedVsan]] = None,
                                     sereno_netflow_supported: Optional[bool] = None,
                                     server_role_supported_on_breakouts: Optional[Sequence[str]] = None,
                                     shared_scope: Optional[str] = None,
                                     sku: Optional[str] = None,
                                     storage_limits: Optional[GetCapabilitySwitchCapabilityStorageLimits] = None,
                                     switching_mode_capabilities: Optional[Sequence[GetCapabilitySwitchCapabilitySwitchingModeCapability]] = None,
                                     system_limits: Optional[GetCapabilitySwitchCapabilitySystemLimits] = None,
                                     tags: Optional[Sequence[GetCapabilitySwitchCapabilityTag]] = None,
                                     unified_ports: Optional[Sequence[GetCapabilitySwitchCapabilityUnifiedPort]] = None,
                                     unified_rule: Optional[str] = None,
                                     uplink_admin_port_speed_neg_auto25_gbps_supported: Optional[bool] = None,
                                     version_context: Optional[GetCapabilitySwitchCapabilityVersionContext] = None,
                                     vid: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetCapabilitySwitchCapabilityResult
def get_capability_switch_capability_output(account_moid: Optional[pulumi.Input[str]] = None,
                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityAncestorArgs]]]] = None,
                                     class_id: Optional[pulumi.Input[str]] = None,
                                     create_time: Optional[pulumi.Input[str]] = None,
                                     default_fcoe_vlan: Optional[pulumi.Input[float]] = None,
                                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                                     dynamic_vifs_supported: Optional[pulumi.Input[bool]] = None,
                                     fan_modules_supported: Optional[pulumi.Input[bool]] = None,
                                     fc_end_host_mode_reserved_vsans: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityFcEndHostModeReservedVsanArgs]]]] = None,
                                     fc_uplink_ports_auto_negotiation_supported: Optional[pulumi.Input[bool]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     imm_controls_vpcompression: Optional[pulumi.Input[bool]] = None,
                                     locator_beacon_supported: Optional[pulumi.Input[bool]] = None,
                                     max_ports: Optional[pulumi.Input[float]] = None,
                                     max_slots: Optional[pulumi.Input[float]] = None,
                                     min_version_map_with_breakout_support: Optional[pulumi.Input[GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupportArgs]] = None,
                                     min_version_map_with_locator_led_support: Optional[pulumi.Input[GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupportArgs]] = None,
                                     min_version_map_with_neg_auto25g_support: Optional[pulumi.Input[GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupportArgs]] = None,
                                     mod_time: Optional[pulumi.Input[str]] = None,
                                     moid: Optional[pulumi.Input[str]] = None,
                                     name: Optional[pulumi.Input[str]] = None,
                                     network_limits: Optional[pulumi.Input[GetCapabilitySwitchCapabilityNetworkLimitsArgs]] = None,
                                     object_type: Optional[pulumi.Input[str]] = None,
                                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     parent: Optional[pulumi.Input[GetCapabilitySwitchCapabilityParentArgs]] = None,
                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPermissionResourceArgs]]]] = None,
                                     pid: Optional[pulumi.Input[str]] = None,
                                     ports_supporting100g_speeds: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupporting100gSpeedArgs]]]] = None,
                                     ports_supporting10g_speeds: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupporting10gSpeedArgs]]]] = None,
                                     ports_supporting1g_speeds: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupporting1gSpeedArgs]]]] = None,
                                     ports_supporting25g_speeds: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupporting25gSpeedArgs]]]] = None,
                                     ports_supporting40g_speeds: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupporting40gSpeedArgs]]]] = None,
                                     ports_supporting_appliance_roles: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupportingApplianceRoleArgs]]]] = None,
                                     ports_supporting_breakouts: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupportingBreakoutArgs]]]] = None,
                                     ports_supporting_fcoes: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupportingFcoArgs]]]] = None,
                                     ports_supporting_server_roles: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityPortsSupportingServerRoleArgs]]]] = None,
                                     reserved_vsans: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityReservedVsanArgs]]]] = None,
                                     sereno_netflow_supported: Optional[pulumi.Input[bool]] = None,
                                     server_role_supported_on_breakouts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                     sku: Optional[pulumi.Input[str]] = None,
                                     storage_limits: Optional[pulumi.Input[GetCapabilitySwitchCapabilityStorageLimitsArgs]] = None,
                                     switching_mode_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilitySwitchingModeCapabilityArgs]]]] = None,
                                     system_limits: Optional[pulumi.Input[GetCapabilitySwitchCapabilitySystemLimitsArgs]] = None,
                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityTagArgs]]]] = None,
                                     unified_ports: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilitySwitchCapabilityUnifiedPortArgs]]]] = None,
                                     unified_rule: Optional[pulumi.Input[str]] = None,
                                     uplink_admin_port_speed_neg_auto25_gbps_supported: Optional[pulumi.Input[bool]] = None,
                                     version_context: Optional[pulumi.Input[GetCapabilitySwitchCapabilityVersionContextArgs]] = None,
                                     vid: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetCapabilitySwitchCapabilityResult]func LookupCapabilitySwitchCapability(ctx *Context, args *LookupCapabilitySwitchCapabilityArgs, opts ...InvokeOption) (*LookupCapabilitySwitchCapabilityResult, error)
func LookupCapabilitySwitchCapabilityOutput(ctx *Context, args *LookupCapabilitySwitchCapabilityOutputArgs, opts ...InvokeOption) LookupCapabilitySwitchCapabilityResultOutput> Note: This function is named LookupCapabilitySwitchCapability in the Go SDK.
public static class GetCapabilitySwitchCapability 
{
    public static Task<GetCapabilitySwitchCapabilityResult> InvokeAsync(GetCapabilitySwitchCapabilityArgs args, InvokeOptions? opts = null)
    public static Output<GetCapabilitySwitchCapabilityResult> Invoke(GetCapabilitySwitchCapabilityInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCapabilitySwitchCapabilityResult> getCapabilitySwitchCapability(GetCapabilitySwitchCapabilityArgs args, InvokeOptions options)
public static Output<GetCapabilitySwitchCapabilityResult> getCapabilitySwitchCapability(GetCapabilitySwitchCapabilityArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getCapabilitySwitchCapability:getCapabilitySwitchCapability
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetCapability Switch Capability Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DefaultFcoe doubleVlan 
- Default Fcoe VLAN associated with this switch.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DynamicVifs boolSupported 
- Dynamic VIFs support on this switch.
- FanModules boolSupported 
- Fan Modules support on this switch.
- FcEnd List<GetHost Mode Reserved Vsans Capability Switch Capability Fc End Host Mode Reserved Vsan> 
- FcUplink boolPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- Id string
- ImmControls boolVpcompression 
- VlanPort Compression is controlled by IMM.
- LocatorBeacon boolSupported 
- Locator Beacon LED support on this switch.
- MaxPorts double
- Maximum allowed physical ports on this switch.
- MaxSlots double
- Maximum allowed physical slots on this switch.
- MinVersion GetMap With Breakout Support Capability Switch Capability Min Version Map With Breakout Support 
- MinVersion GetMap With Locator Led Support Capability Switch Capability Min Version Map With Locator Led Support 
- MinVersion GetMap With Neg Auto25g Support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- An unique identifer for a capability descriptor.
- NetworkLimits GetCapability Switch Capability Network Limits 
- ObjectType string
- Owners List<string>
- Parent
GetCapability Switch Capability Parent 
- PermissionResources List<GetCapability Switch Capability Permission Resource> 
- Pid string
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- PortsSupporting100g List<GetSpeeds Capability Switch Capability Ports Supporting100g Speed> 
- PortsSupporting10g List<GetSpeeds Capability Switch Capability Ports Supporting10g Speed> 
- PortsSupporting1g List<GetSpeeds Capability Switch Capability Ports Supporting1g Speed> 
- PortsSupporting25g List<GetSpeeds Capability Switch Capability Ports Supporting25g Speed> 
- PortsSupporting40g List<GetSpeeds Capability Switch Capability Ports Supporting40g Speed> 
- PortsSupporting List<GetAppliance Roles Capability Switch Capability Ports Supporting Appliance Role> 
- PortsSupporting List<GetBreakouts Capability Switch Capability Ports Supporting Breakout> 
- PortsSupporting List<GetFcoes Capability Switch Capability Ports Supporting Fco> 
- PortsSupporting List<GetServer Roles Capability Switch Capability Ports Supporting Server Role> 
- ReservedVsans List<GetCapability Switch Capability Reserved Vsan> 
- SerenoNetflow boolSupported 
- Sereno Adaptor with Netflow support on this switch.
- ServerRole List<string>Supported On Breakouts 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sku string
- SKU information for Switch/Fabric-Interconnect.
- StorageLimits GetCapability Switch Capability Storage Limits 
- SwitchingMode List<GetCapabilities Capability Switch Capability Switching Mode Capability> 
- SystemLimits GetCapability Switch Capability System Limits 
- 
List<GetCapability Switch Capability Tag> 
- UnifiedPorts List<GetCapability Switch Capability Unified Port> 
- UnifiedRule string
- The Slider rule for Unified ports on this switch.
- UplinkAdmin boolPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- VersionContext GetCapability Switch Capability Version Context 
- Vid string
- VID information for Switch/Fabric-Interconnect.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetCapability Switch Capability Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DefaultFcoe float64Vlan 
- Default Fcoe VLAN associated with this switch.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DynamicVifs boolSupported 
- Dynamic VIFs support on this switch.
- FanModules boolSupported 
- Fan Modules support on this switch.
- FcEnd []GetHost Mode Reserved Vsans Capability Switch Capability Fc End Host Mode Reserved Vsan 
- FcUplink boolPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- Id string
- ImmControls boolVpcompression 
- VlanPort Compression is controlled by IMM.
- LocatorBeacon boolSupported 
- Locator Beacon LED support on this switch.
- MaxPorts float64
- Maximum allowed physical ports on this switch.
- MaxSlots float64
- Maximum allowed physical slots on this switch.
- MinVersion GetMap With Breakout Support Capability Switch Capability Min Version Map With Breakout Support 
- MinVersion GetMap With Locator Led Support Capability Switch Capability Min Version Map With Locator Led Support 
- MinVersion GetMap With Neg Auto25g Support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- An unique identifer for a capability descriptor.
- NetworkLimits GetCapability Switch Capability Network Limits 
- ObjectType string
- Owners []string
- Parent
GetCapability Switch Capability Parent 
- PermissionResources []GetCapability Switch Capability Permission Resource 
- Pid string
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- PortsSupporting100g []GetSpeeds Capability Switch Capability Ports Supporting100g Speed 
- PortsSupporting10g []GetSpeeds Capability Switch Capability Ports Supporting10g Speed 
- PortsSupporting1g []GetSpeeds Capability Switch Capability Ports Supporting1g Speed 
- PortsSupporting25g []GetSpeeds Capability Switch Capability Ports Supporting25g Speed 
- PortsSupporting40g []GetSpeeds Capability Switch Capability Ports Supporting40g Speed 
- PortsSupporting []GetAppliance Roles Capability Switch Capability Ports Supporting Appliance Role 
- PortsSupporting []GetBreakouts Capability Switch Capability Ports Supporting Breakout 
- PortsSupporting []GetFcoes Capability Switch Capability Ports Supporting Fco 
- PortsSupporting []GetServer Roles Capability Switch Capability Ports Supporting Server Role 
- ReservedVsans []GetCapability Switch Capability Reserved Vsan 
- SerenoNetflow boolSupported 
- Sereno Adaptor with Netflow support on this switch.
- ServerRole []stringSupported On Breakouts 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sku string
- SKU information for Switch/Fabric-Interconnect.
- StorageLimits GetCapability Switch Capability Storage Limits 
- SwitchingMode []GetCapabilities Capability Switch Capability Switching Mode Capability 
- SystemLimits GetCapability Switch Capability System Limits 
- 
[]GetCapability Switch Capability Tag 
- UnifiedPorts []GetCapability Switch Capability Unified Port 
- UnifiedRule string
- The Slider rule for Unified ports on this switch.
- UplinkAdmin boolPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- VersionContext GetCapability Switch Capability Version Context 
- Vid string
- VID information for Switch/Fabric-Interconnect.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetCapability Switch Capability Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- defaultFcoe DoubleVlan 
- Default Fcoe VLAN associated with this switch.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dynamicVifs BooleanSupported 
- Dynamic VIFs support on this switch.
- fanModules BooleanSupported 
- Fan Modules support on this switch.
- fcEnd List<GetHost Mode Reserved Vsans Capability Switch Capability Fc End Host Mode Reserved Vsan> 
- fcUplink BooleanPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- id String
- immControls BooleanVpcompression 
- VlanPort Compression is controlled by IMM.
- locatorBeacon BooleanSupported 
- Locator Beacon LED support on this switch.
- maxPorts Double
- Maximum allowed physical ports on this switch.
- maxSlots Double
- Maximum allowed physical slots on this switch.
- minVersion GetMap With Breakout Support Capability Switch Capability Min Version Map With Breakout Support 
- minVersion GetMap With Locator Led Support Capability Switch Capability Min Version Map With Locator Led Support 
- minVersion GetMap With Neg Auto25g Support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- An unique identifer for a capability descriptor.
- networkLimits GetCapability Switch Capability Network Limits 
- objectType String
- owners List<String>
- parent
GetCapability Switch Capability Parent 
- permissionResources List<GetCapability Switch Capability Permission Resource> 
- pid String
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- portsSupporting100g List<GetSpeeds Capability Switch Capability Ports Supporting100g Speed> 
- portsSupporting10g List<GetSpeeds Capability Switch Capability Ports Supporting10g Speed> 
- portsSupporting1g List<GetSpeeds Capability Switch Capability Ports Supporting1g Speed> 
- portsSupporting25g List<GetSpeeds Capability Switch Capability Ports Supporting25g Speed> 
- portsSupporting40g List<GetSpeeds Capability Switch Capability Ports Supporting40g Speed> 
- portsSupporting List<GetAppliance Roles Capability Switch Capability Ports Supporting Appliance Role> 
- portsSupporting List<GetBreakouts Capability Switch Capability Ports Supporting Breakout> 
- portsSupporting List<GetFcoes Capability Switch Capability Ports Supporting Fco> 
- portsSupporting List<GetServer Roles Capability Switch Capability Ports Supporting Server Role> 
- reservedVsans List<GetCapability Switch Capability Reserved Vsan> 
- serenoNetflow BooleanSupported 
- Sereno Adaptor with Netflow support on this switch.
- serverRole List<String>Supported On Breakouts 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku String
- SKU information for Switch/Fabric-Interconnect.
- storageLimits GetCapability Switch Capability Storage Limits 
- switchingMode List<GetCapabilities Capability Switch Capability Switching Mode Capability> 
- systemLimits GetCapability Switch Capability System Limits 
- 
List<GetCapability Switch Capability Tag> 
- unifiedPorts List<GetCapability Switch Capability Unified Port> 
- unifiedRule String
- The Slider rule for Unified ports on this switch.
- uplinkAdmin BooleanPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- versionContext GetCapability Switch Capability Version Context 
- vid String
- VID information for Switch/Fabric-Interconnect.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetCapability Switch Capability Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- defaultFcoe numberVlan 
- Default Fcoe VLAN associated with this switch.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- dynamicVifs booleanSupported 
- Dynamic VIFs support on this switch.
- fanModules booleanSupported 
- Fan Modules support on this switch.
- fcEnd GetHost Mode Reserved Vsans Capability Switch Capability Fc End Host Mode Reserved Vsan[] 
- fcUplink booleanPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- id string
- immControls booleanVpcompression 
- VlanPort Compression is controlled by IMM.
- locatorBeacon booleanSupported 
- Locator Beacon LED support on this switch.
- maxPorts number
- Maximum allowed physical ports on this switch.
- maxSlots number
- Maximum allowed physical slots on this switch.
- minVersion GetMap With Breakout Support Capability Switch Capability Min Version Map With Breakout Support 
- minVersion GetMap With Locator Led Support Capability Switch Capability Min Version Map With Locator Led Support 
- minVersion GetMap With Neg Auto25g Support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- An unique identifer for a capability descriptor.
- networkLimits GetCapability Switch Capability Network Limits 
- objectType string
- owners string[]
- parent
GetCapability Switch Capability Parent 
- permissionResources GetCapability Switch Capability Permission Resource[] 
- pid string
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- portsSupporting100g GetSpeeds Capability Switch Capability Ports Supporting100g Speed[] 
- portsSupporting10g GetSpeeds Capability Switch Capability Ports Supporting10g Speed[] 
- portsSupporting1g GetSpeeds Capability Switch Capability Ports Supporting1g Speed[] 
- portsSupporting25g GetSpeeds Capability Switch Capability Ports Supporting25g Speed[] 
- portsSupporting40g GetSpeeds Capability Switch Capability Ports Supporting40g Speed[] 
- portsSupporting GetAppliance Roles Capability Switch Capability Ports Supporting Appliance Role[] 
- portsSupporting GetBreakouts Capability Switch Capability Ports Supporting Breakout[] 
- portsSupporting GetFcoes Capability Switch Capability Ports Supporting Fco[] 
- portsSupporting GetServer Roles Capability Switch Capability Ports Supporting Server Role[] 
- reservedVsans GetCapability Switch Capability Reserved Vsan[] 
- serenoNetflow booleanSupported 
- Sereno Adaptor with Netflow support on this switch.
- serverRole string[]Supported On Breakouts 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku string
- SKU information for Switch/Fabric-Interconnect.
- storageLimits GetCapability Switch Capability Storage Limits 
- switchingMode GetCapabilities Capability Switch Capability Switching Mode Capability[] 
- systemLimits GetCapability Switch Capability System Limits 
- 
GetCapability Switch Capability Tag[] 
- unifiedPorts GetCapability Switch Capability Unified Port[] 
- unifiedRule string
- The Slider rule for Unified ports on this switch.
- uplinkAdmin booleanPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- versionContext GetCapability Switch Capability Version Context 
- vid string
- VID information for Switch/Fabric-Interconnect.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetCapability Switch Capability Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- default_fcoe_ floatvlan 
- Default Fcoe VLAN associated with this switch.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- dynamic_vifs_ boolsupported 
- Dynamic VIFs support on this switch.
- fan_modules_ boolsupported 
- Fan Modules support on this switch.
- fc_end_ Sequence[Gethost_ mode_ reserved_ vsans Capability Switch Capability Fc End Host Mode Reserved Vsan] 
- fc_uplink_ boolports_ auto_ negotiation_ supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- id str
- imm_controls_ boolvpcompression 
- VlanPort Compression is controlled by IMM.
- locator_beacon_ boolsupported 
- Locator Beacon LED support on this switch.
- max_ports float
- Maximum allowed physical ports on this switch.
- max_slots float
- Maximum allowed physical slots on this switch.
- min_version_ Getmap_ with_ breakout_ support Capability Switch Capability Min Version Map With Breakout Support 
- min_version_ Getmap_ with_ locator_ led_ support Capability Switch Capability Min Version Map With Locator Led Support 
- min_version_ Getmap_ with_ neg_ auto25g_ support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- An unique identifer for a capability descriptor.
- network_limits GetCapability Switch Capability Network Limits 
- object_type str
- owners Sequence[str]
- parent
GetCapability Switch Capability Parent 
- permission_resources Sequence[GetCapability Switch Capability Permission Resource] 
- pid str
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- ports_supporting100g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting100g Speed] 
- ports_supporting10g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting10g Speed] 
- ports_supporting1g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting1g Speed] 
- ports_supporting25g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting25g Speed] 
- ports_supporting40g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting40g Speed] 
- ports_supporting_ Sequence[Getappliance_ roles Capability Switch Capability Ports Supporting Appliance Role] 
- ports_supporting_ Sequence[Getbreakouts Capability Switch Capability Ports Supporting Breakout] 
- ports_supporting_ Sequence[Getfcoes Capability Switch Capability Ports Supporting Fco] 
- ports_supporting_ Sequence[Getserver_ roles Capability Switch Capability Ports Supporting Server Role] 
- reserved_vsans Sequence[GetCapability Switch Capability Reserved Vsan] 
- sereno_netflow_ boolsupported 
- Sereno Adaptor with Netflow support on this switch.
- server_role_ Sequence[str]supported_ on_ breakouts 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku str
- SKU information for Switch/Fabric-Interconnect.
- storage_limits GetCapability Switch Capability Storage Limits 
- switching_mode_ Sequence[Getcapabilities Capability Switch Capability Switching Mode Capability] 
- system_limits GetCapability Switch Capability System Limits 
- 
Sequence[GetCapability Switch Capability Tag] 
- unified_ports Sequence[GetCapability Switch Capability Unified Port] 
- unified_rule str
- The Slider rule for Unified ports on this switch.
- uplink_admin_ boolport_ speed_ neg_ auto25_ gbps_ supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- version_context GetCapability Switch Capability Version Context 
- vid str
- VID information for Switch/Fabric-Interconnect.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- defaultFcoe NumberVlan 
- Default Fcoe VLAN associated with this switch.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dynamicVifs BooleanSupported 
- Dynamic VIFs support on this switch.
- fanModules BooleanSupported 
- Fan Modules support on this switch.
- fcEnd List<Property Map>Host Mode Reserved Vsans 
- fcUplink BooleanPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- id String
- immControls BooleanVpcompression 
- VlanPort Compression is controlled by IMM.
- locatorBeacon BooleanSupported 
- Locator Beacon LED support on this switch.
- maxPorts Number
- Maximum allowed physical ports on this switch.
- maxSlots Number
- Maximum allowed physical slots on this switch.
- minVersion Property MapMap With Breakout Support 
- minVersion Property MapMap With Locator Led Support 
- minVersion Property MapMap With Neg Auto25g Support 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- An unique identifer for a capability descriptor.
- networkLimits Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- pid String
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- portsSupporting100g List<Property Map>Speeds 
- portsSupporting10g List<Property Map>Speeds 
- portsSupporting1g List<Property Map>Speeds 
- portsSupporting25g List<Property Map>Speeds 
- portsSupporting40g List<Property Map>Speeds 
- portsSupporting List<Property Map>Appliance Roles 
- portsSupporting List<Property Map>Breakouts 
- portsSupporting List<Property Map>Fcoes 
- portsSupporting List<Property Map>Server Roles 
- reservedVsans List<Property Map>
- serenoNetflow BooleanSupported 
- Sereno Adaptor with Netflow support on this switch.
- serverRole List<String>Supported On Breakouts 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku String
- SKU information for Switch/Fabric-Interconnect.
- storageLimits Property Map
- switchingMode List<Property Map>Capabilities 
- systemLimits Property Map
- List<Property Map>
- unifiedPorts List<Property Map>
- unifiedRule String
- The Slider rule for Unified ports on this switch.
- uplinkAdmin BooleanPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- versionContext Property Map
- vid String
- VID information for Switch/Fabric-Interconnect.
getCapabilitySwitchCapability Result
The following output properties are available:
- Id string
- Results
List<GetCapability Switch Capability Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetCapability Switch Capability Ancestor> 
- ClassId string
- CreateTime string
- DefaultFcoe doubleVlan 
- DomainGroup stringMoid 
- DynamicVifs boolSupported 
- FanModules boolSupported 
- FcEnd List<GetHost Mode Reserved Vsans Capability Switch Capability Fc End Host Mode Reserved Vsan> 
- FcUplink boolPorts Auto Negotiation Supported 
- ImmControls boolVpcompression 
- LocatorBeacon boolSupported 
- MaxPorts double
- MaxSlots double
- MinVersion GetMap With Breakout Support Capability Switch Capability Min Version Map With Breakout Support 
- MinVersion GetMap With Locator Led Support Capability Switch Capability Min Version Map With Locator Led Support 
- MinVersion GetMap With Neg Auto25g Support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- ModTime string
- Moid string
- Name string
- NetworkLimits GetCapability Switch Capability Network Limits 
- ObjectType string
- Owners List<string>
- Parent
GetCapability Switch Capability Parent 
- PermissionResources List<GetCapability Switch Capability Permission Resource> 
- Pid string
- PortsSupporting100g List<GetSpeeds Capability Switch Capability Ports Supporting100g Speed> 
- PortsSupporting10g List<GetSpeeds Capability Switch Capability Ports Supporting10g Speed> 
- PortsSupporting1g List<GetSpeeds Capability Switch Capability Ports Supporting1g Speed> 
- PortsSupporting25g List<GetSpeeds Capability Switch Capability Ports Supporting25g Speed> 
- PortsSupporting40g List<GetSpeeds Capability Switch Capability Ports Supporting40g Speed> 
- PortsSupporting List<GetAppliance Roles Capability Switch Capability Ports Supporting Appliance Role> 
- PortsSupporting List<GetBreakouts Capability Switch Capability Ports Supporting Breakout> 
- PortsSupporting List<GetFcoes Capability Switch Capability Ports Supporting Fco> 
- PortsSupporting List<GetServer Roles Capability Switch Capability Ports Supporting Server Role> 
- ReservedVsans List<GetCapability Switch Capability Reserved Vsan> 
- SerenoNetflow boolSupported 
- ServerRole List<string>Supported On Breakouts 
- string
- Sku string
- StorageLimits GetCapability Switch Capability Storage Limits 
- SwitchingMode List<GetCapabilities Capability Switch Capability Switching Mode Capability> 
- SystemLimits GetCapability Switch Capability System Limits 
- 
List<GetCapability Switch Capability Tag> 
- UnifiedPorts List<GetCapability Switch Capability Unified Port> 
- UnifiedRule string
- UplinkAdmin boolPort Speed Neg Auto25Gbps Supported 
- VersionContext GetCapability Switch Capability Version Context 
- Vid string
- Id string
- Results
[]GetCapability Switch Capability Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetCapability Switch Capability Ancestor 
- ClassId string
- CreateTime string
- DefaultFcoe float64Vlan 
- DomainGroup stringMoid 
- DynamicVifs boolSupported 
- FanModules boolSupported 
- FcEnd []GetHost Mode Reserved Vsans Capability Switch Capability Fc End Host Mode Reserved Vsan 
- FcUplink boolPorts Auto Negotiation Supported 
- ImmControls boolVpcompression 
- LocatorBeacon boolSupported 
- MaxPorts float64
- MaxSlots float64
- MinVersion GetMap With Breakout Support Capability Switch Capability Min Version Map With Breakout Support 
- MinVersion GetMap With Locator Led Support Capability Switch Capability Min Version Map With Locator Led Support 
- MinVersion GetMap With Neg Auto25g Support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- ModTime string
- Moid string
- Name string
- NetworkLimits GetCapability Switch Capability Network Limits 
- ObjectType string
- Owners []string
- Parent
GetCapability Switch Capability Parent 
- PermissionResources []GetCapability Switch Capability Permission Resource 
- Pid string
- PortsSupporting100g []GetSpeeds Capability Switch Capability Ports Supporting100g Speed 
- PortsSupporting10g []GetSpeeds Capability Switch Capability Ports Supporting10g Speed 
- PortsSupporting1g []GetSpeeds Capability Switch Capability Ports Supporting1g Speed 
- PortsSupporting25g []GetSpeeds Capability Switch Capability Ports Supporting25g Speed 
- PortsSupporting40g []GetSpeeds Capability Switch Capability Ports Supporting40g Speed 
- PortsSupporting []GetAppliance Roles Capability Switch Capability Ports Supporting Appliance Role 
- PortsSupporting []GetBreakouts Capability Switch Capability Ports Supporting Breakout 
- PortsSupporting []GetFcoes Capability Switch Capability Ports Supporting Fco 
- PortsSupporting []GetServer Roles Capability Switch Capability Ports Supporting Server Role 
- ReservedVsans []GetCapability Switch Capability Reserved Vsan 
- SerenoNetflow boolSupported 
- ServerRole []stringSupported On Breakouts 
- string
- Sku string
- StorageLimits GetCapability Switch Capability Storage Limits 
- SwitchingMode []GetCapabilities Capability Switch Capability Switching Mode Capability 
- SystemLimits GetCapability Switch Capability System Limits 
- 
[]GetCapability Switch Capability Tag 
- UnifiedPorts []GetCapability Switch Capability Unified Port 
- UnifiedRule string
- UplinkAdmin boolPort Speed Neg Auto25Gbps Supported 
- VersionContext GetCapability Switch Capability Version Context 
- Vid string
- id String
- results
List<GetCapability Switch Capability Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetCapability Switch Capability Ancestor> 
- classId String
- createTime String
- defaultFcoe DoubleVlan 
- domainGroup StringMoid 
- dynamicVifs BooleanSupported 
- fanModules BooleanSupported 
- fcEnd List<GetHost Mode Reserved Vsans Capability Switch Capability Fc End Host Mode Reserved Vsan> 
- fcUplink BooleanPorts Auto Negotiation Supported 
- immControls BooleanVpcompression 
- locatorBeacon BooleanSupported 
- maxPorts Double
- maxSlots Double
- minVersion GetMap With Breakout Support Capability Switch Capability Min Version Map With Breakout Support 
- minVersion GetMap With Locator Led Support Capability Switch Capability Min Version Map With Locator Led Support 
- minVersion GetMap With Neg Auto25g Support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- modTime String
- moid String
- name String
- networkLimits GetCapability Switch Capability Network Limits 
- objectType String
- owners List<String>
- parent
GetCapability Switch Capability Parent 
- permissionResources List<GetCapability Switch Capability Permission Resource> 
- pid String
- portsSupporting100g List<GetSpeeds Capability Switch Capability Ports Supporting100g Speed> 
- portsSupporting10g List<GetSpeeds Capability Switch Capability Ports Supporting10g Speed> 
- portsSupporting1g List<GetSpeeds Capability Switch Capability Ports Supporting1g Speed> 
- portsSupporting25g List<GetSpeeds Capability Switch Capability Ports Supporting25g Speed> 
- portsSupporting40g List<GetSpeeds Capability Switch Capability Ports Supporting40g Speed> 
- portsSupporting List<GetAppliance Roles Capability Switch Capability Ports Supporting Appliance Role> 
- portsSupporting List<GetBreakouts Capability Switch Capability Ports Supporting Breakout> 
- portsSupporting List<GetFcoes Capability Switch Capability Ports Supporting Fco> 
- portsSupporting List<GetServer Roles Capability Switch Capability Ports Supporting Server Role> 
- reservedVsans List<GetCapability Switch Capability Reserved Vsan> 
- serenoNetflow BooleanSupported 
- serverRole List<String>Supported On Breakouts 
- String
- sku String
- storageLimits GetCapability Switch Capability Storage Limits 
- switchingMode List<GetCapabilities Capability Switch Capability Switching Mode Capability> 
- systemLimits GetCapability Switch Capability System Limits 
- 
List<GetCapability Switch Capability Tag> 
- unifiedPorts List<GetCapability Switch Capability Unified Port> 
- unifiedRule String
- uplinkAdmin BooleanPort Speed Neg Auto25Gbps Supported 
- versionContext GetCapability Switch Capability Version Context 
- vid String
- id string
- results
GetCapability Switch Capability Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetCapability Switch Capability Ancestor[] 
- classId string
- createTime string
- defaultFcoe numberVlan 
- domainGroup stringMoid 
- dynamicVifs booleanSupported 
- fanModules booleanSupported 
- fcEnd GetHost Mode Reserved Vsans Capability Switch Capability Fc End Host Mode Reserved Vsan[] 
- fcUplink booleanPorts Auto Negotiation Supported 
- immControls booleanVpcompression 
- locatorBeacon booleanSupported 
- maxPorts number
- maxSlots number
- minVersion GetMap With Breakout Support Capability Switch Capability Min Version Map With Breakout Support 
- minVersion GetMap With Locator Led Support Capability Switch Capability Min Version Map With Locator Led Support 
- minVersion GetMap With Neg Auto25g Support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- modTime string
- moid string
- name string
- networkLimits GetCapability Switch Capability Network Limits 
- objectType string
- owners string[]
- parent
GetCapability Switch Capability Parent 
- permissionResources GetCapability Switch Capability Permission Resource[] 
- pid string
- portsSupporting100g GetSpeeds Capability Switch Capability Ports Supporting100g Speed[] 
- portsSupporting10g GetSpeeds Capability Switch Capability Ports Supporting10g Speed[] 
- portsSupporting1g GetSpeeds Capability Switch Capability Ports Supporting1g Speed[] 
- portsSupporting25g GetSpeeds Capability Switch Capability Ports Supporting25g Speed[] 
- portsSupporting40g GetSpeeds Capability Switch Capability Ports Supporting40g Speed[] 
- portsSupporting GetAppliance Roles Capability Switch Capability Ports Supporting Appliance Role[] 
- portsSupporting GetBreakouts Capability Switch Capability Ports Supporting Breakout[] 
- portsSupporting GetFcoes Capability Switch Capability Ports Supporting Fco[] 
- portsSupporting GetServer Roles Capability Switch Capability Ports Supporting Server Role[] 
- reservedVsans GetCapability Switch Capability Reserved Vsan[] 
- serenoNetflow booleanSupported 
- serverRole string[]Supported On Breakouts 
- string
- sku string
- storageLimits GetCapability Switch Capability Storage Limits 
- switchingMode GetCapabilities Capability Switch Capability Switching Mode Capability[] 
- systemLimits GetCapability Switch Capability System Limits 
- 
GetCapability Switch Capability Tag[] 
- unifiedPorts GetCapability Switch Capability Unified Port[] 
- unifiedRule string
- uplinkAdmin booleanPort Speed Neg Auto25Gbps Supported 
- versionContext GetCapability Switch Capability Version Context 
- vid string
- id str
- results
Sequence[GetCapability Switch Capability Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetCapability Switch Capability Ancestor] 
- class_id str
- create_time str
- default_fcoe_ floatvlan 
- domain_group_ strmoid 
- dynamic_vifs_ boolsupported 
- fan_modules_ boolsupported 
- fc_end_ Sequence[Gethost_ mode_ reserved_ vsans Capability Switch Capability Fc End Host Mode Reserved Vsan] 
- fc_uplink_ boolports_ auto_ negotiation_ supported 
- imm_controls_ boolvpcompression 
- locator_beacon_ boolsupported 
- max_ports float
- max_slots float
- min_version_ Getmap_ with_ breakout_ support Capability Switch Capability Min Version Map With Breakout Support 
- min_version_ Getmap_ with_ locator_ led_ support Capability Switch Capability Min Version Map With Locator Led Support 
- min_version_ Getmap_ with_ neg_ auto25g_ support Capability Switch Capability Min Version Map With Neg Auto25g Support 
- mod_time str
- moid str
- name str
- network_limits GetCapability Switch Capability Network Limits 
- object_type str
- owners Sequence[str]
- parent
GetCapability Switch Capability Parent 
- permission_resources Sequence[GetCapability Switch Capability Permission Resource] 
- pid str
- ports_supporting100g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting100g Speed] 
- ports_supporting10g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting10g Speed] 
- ports_supporting1g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting1g Speed] 
- ports_supporting25g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting25g Speed] 
- ports_supporting40g_ Sequence[Getspeeds Capability Switch Capability Ports Supporting40g Speed] 
- ports_supporting_ Sequence[Getappliance_ roles Capability Switch Capability Ports Supporting Appliance Role] 
- ports_supporting_ Sequence[Getbreakouts Capability Switch Capability Ports Supporting Breakout] 
- ports_supporting_ Sequence[Getfcoes Capability Switch Capability Ports Supporting Fco] 
- ports_supporting_ Sequence[Getserver_ roles Capability Switch Capability Ports Supporting Server Role] 
- reserved_vsans Sequence[GetCapability Switch Capability Reserved Vsan] 
- sereno_netflow_ boolsupported 
- server_role_ Sequence[str]supported_ on_ breakouts 
- str
- sku str
- storage_limits GetCapability Switch Capability Storage Limits 
- switching_mode_ Sequence[Getcapabilities Capability Switch Capability Switching Mode Capability] 
- system_limits GetCapability Switch Capability System Limits 
- 
Sequence[GetCapability Switch Capability Tag] 
- unified_ports Sequence[GetCapability Switch Capability Unified Port] 
- unified_rule str
- uplink_admin_ boolport_ speed_ neg_ auto25_ gbps_ supported 
- version_context GetCapability Switch Capability Version Context 
- vid str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- defaultFcoe NumberVlan 
- domainGroup StringMoid 
- dynamicVifs BooleanSupported 
- fanModules BooleanSupported 
- fcEnd List<Property Map>Host Mode Reserved Vsans 
- fcUplink BooleanPorts Auto Negotiation Supported 
- immControls BooleanVpcompression 
- locatorBeacon BooleanSupported 
- maxPorts Number
- maxSlots Number
- minVersion Property MapMap With Breakout Support 
- minVersion Property MapMap With Locator Led Support 
- minVersion Property MapMap With Neg Auto25g Support 
- modTime String
- moid String
- name String
- networkLimits Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- pid String
- portsSupporting100g List<Property Map>Speeds 
- portsSupporting10g List<Property Map>Speeds 
- portsSupporting1g List<Property Map>Speeds 
- portsSupporting25g List<Property Map>Speeds 
- portsSupporting40g List<Property Map>Speeds 
- portsSupporting List<Property Map>Appliance Roles 
- portsSupporting List<Property Map>Breakouts 
- portsSupporting List<Property Map>Fcoes 
- portsSupporting List<Property Map>Server Roles 
- reservedVsans List<Property Map>
- serenoNetflow BooleanSupported 
- serverRole List<String>Supported On Breakouts 
- String
- sku String
- storageLimits Property Map
- switchingMode List<Property Map>Capabilities 
- systemLimits Property Map
- List<Property Map>
- unifiedPorts List<Property Map>
- unifiedRule String
- uplinkAdmin BooleanPort Speed Neg Auto25Gbps Supported 
- versionContext Property Map
- vid String
Supporting Types
GetCapabilitySwitchCapabilityAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport         
- AdditionalProperties string
- BundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- DeviceFirmware stringVersion 
- Bundled device firmware version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- BundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- DeviceFirmware stringVersion 
- Bundled device firmware version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- bundleVersion String
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware StringVersion 
- Bundled device firmware version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- bundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware stringVersion 
- Bundled device firmware version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- bundle_version str
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- 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.
- device_firmware_ strversion 
- Bundled device firmware version.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- bundleVersion String
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware StringVersion 
- Bundled device firmware version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport          
- AdditionalProperties string
- BundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- DeviceFirmware stringVersion 
- Bundled device firmware version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- BundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- DeviceFirmware stringVersion 
- Bundled device firmware version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- bundleVersion String
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware StringVersion 
- Bundled device firmware version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- bundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware stringVersion 
- Bundled device firmware version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- bundle_version str
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- 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.
- device_firmware_ strversion 
- Bundled device firmware version.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- bundleVersion String
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware StringVersion 
- Bundled device firmware version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport          
- AdditionalProperties string
- BundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- DeviceFirmware stringVersion 
- Bundled device firmware version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- BundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- DeviceFirmware stringVersion 
- Bundled device firmware version.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- bundleVersion String
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware StringVersion 
- Bundled device firmware version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- bundleVersion string
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware stringVersion 
- Bundled device firmware version.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- bundle_version str
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- 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.
- device_firmware_ strversion 
- Bundled device firmware version.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- bundleVersion String
- Bundle version. Usually the first released bundle containing the specific device firmware version.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- deviceFirmware StringVersion 
- Bundled device firmware version.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetCapabilitySwitchCapabilityNetworkLimits     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- MaxCompressed doublePort Vlan Count 
- Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
- MaxUncompressed doublePort Vlan Count 
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- MaximumActive doubleTraffic Monitoring Sessions 
- Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
- MaximumEthernet doublePort Channels 
- Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
- MaximumEthernet doubleUplink Ports 
- Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
- MaximumFc doublePort Channel Members 
- Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
- MaximumFc doublePort Channels 
- Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
- MaximumIgmp doubleGroups 
- Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
- MaximumPort doubleChannel Members 
- Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
- MaximumPrimary doubleVlan 
- Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
- MaximumSecondary doubleVlan 
- Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
- MaximumSecondary doubleVlan Per Primary 
- Maximum configurable Secondary VLANs per each Primary VLAN on Switch/Fabric-Interconnect.
- MaximumVifs double
- Maximum allowes VIFs on Switch/Fabric-Interconnect.
- MaximumVlans double
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- MinimumActive doubleFans 
- Minimum required fans in 'active' state for this Switch/Fabric-Interconnect.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- MaxCompressed float64Port Vlan Count 
- Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
- MaxUncompressed float64Port Vlan Count 
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- MaximumActive float64Traffic Monitoring Sessions 
- Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
- MaximumEthernet float64Port Channels 
- Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
- MaximumEthernet float64Uplink Ports 
- Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
- MaximumFc float64Port Channel Members 
- Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
- MaximumFc float64Port Channels 
- Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
- MaximumIgmp float64Groups 
- Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
- MaximumPort float64Channel Members 
- Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
- MaximumPrimary float64Vlan 
- Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
- MaximumSecondary float64Vlan 
- Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
- MaximumSecondary float64Vlan Per Primary 
- Maximum configurable Secondary VLANs per each Primary VLAN on Switch/Fabric-Interconnect.
- MaximumVifs float64
- Maximum allowes VIFs on Switch/Fabric-Interconnect.
- MaximumVlans float64
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- MinimumActive float64Fans 
- Minimum required fans in 'active' state for this Switch/Fabric-Interconnect.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maxCompressed DoublePort Vlan Count 
- Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
- maxUncompressed DoublePort Vlan Count 
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- maximumActive DoubleTraffic Monitoring Sessions 
- Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
- maximumEthernet DoublePort Channels 
- Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
- maximumEthernet DoubleUplink Ports 
- Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
- maximumFc DoublePort Channel Members 
- Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
- maximumFc DoublePort Channels 
- Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
- maximumIgmp DoubleGroups 
- Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
- maximumPort DoubleChannel Members 
- Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
- maximumPrimary DoubleVlan 
- Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
- maximumSecondary DoubleVlan 
- Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
- maximumSecondary DoubleVlan Per Primary 
- Maximum configurable Secondary VLANs per each Primary VLAN on Switch/Fabric-Interconnect.
- maximumVifs Double
- Maximum allowes VIFs on Switch/Fabric-Interconnect.
- maximumVlans Double
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- minimumActive DoubleFans 
- Minimum required fans in 'active' state for this Switch/Fabric-Interconnect.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maxCompressed numberPort Vlan Count 
- Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
- maxUncompressed numberPort Vlan Count 
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- maximumActive numberTraffic Monitoring Sessions 
- Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
- maximumEthernet numberPort Channels 
- Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
- maximumEthernet numberUplink Ports 
- Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
- maximumFc numberPort Channel Members 
- Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
- maximumFc numberPort Channels 
- Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
- maximumIgmp numberGroups 
- Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
- maximumPort numberChannel Members 
- Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
- maximumPrimary numberVlan 
- Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
- maximumSecondary numberVlan 
- Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
- maximumSecondary numberVlan Per Primary 
- Maximum configurable Secondary VLANs per each Primary VLAN on Switch/Fabric-Interconnect.
- maximumVifs number
- Maximum allowes VIFs on Switch/Fabric-Interconnect.
- maximumVlans number
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- minimumActive numberFans 
- Minimum required fans in 'active' state for this Switch/Fabric-Interconnect.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- max_compressed_ floatport_ vlan_ count 
- Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
- max_uncompressed_ floatport_ vlan_ count 
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- maximum_active_ floattraffic_ monitoring_ sessions 
- Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
- maximum_ethernet_ floatport_ channels 
- Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
- maximum_ethernet_ floatuplink_ ports 
- Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
- maximum_fc_ floatport_ channel_ members 
- Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
- maximum_fc_ floatport_ channels 
- Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
- maximum_igmp_ floatgroups 
- Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
- maximum_port_ floatchannel_ members 
- Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
- maximum_primary_ floatvlan 
- Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
- maximum_secondary_ floatvlan 
- Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
- maximum_secondary_ floatvlan_ per_ primary 
- Maximum configurable Secondary VLANs per each Primary VLAN on Switch/Fabric-Interconnect.
- maximum_vifs float
- Maximum allowes VIFs on Switch/Fabric-Interconnect.
- maximum_vlans float
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- minimum_active_ floatfans 
- Minimum required fans in 'active' state for this Switch/Fabric-Interconnect.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maxCompressed NumberPort Vlan Count 
- Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
- maxUncompressed NumberPort Vlan Count 
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- maximumActive NumberTraffic Monitoring Sessions 
- Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
- maximumEthernet NumberPort Channels 
- Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
- maximumEthernet NumberUplink Ports 
- Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
- maximumFc NumberPort Channel Members 
- Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
- maximumFc NumberPort Channels 
- Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
- maximumIgmp NumberGroups 
- Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
- maximumPort NumberChannel Members 
- Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
- maximumPrimary NumberVlan 
- Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
- maximumSecondary NumberVlan 
- Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
- maximumSecondary NumberVlan Per Primary 
- Maximum configurable Secondary VLANs per each Primary VLAN on Switch/Fabric-Interconnect.
- maximumVifs Number
- Maximum allowes VIFs on Switch/Fabric-Interconnect.
- maximumVlans Number
- Maximum configurable VLANs on Switch/Fabric-Interconnect.
- minimumActive NumberFans 
- Minimum required fans in 'active' state for this Switch/Fabric-Interconnect.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetCapabilitySwitchCapabilityParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilitySwitchCapabilityPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilitySwitchCapabilityPortsSupporting100gSpeed      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityPortsSupporting10gSpeed      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityPortsSupporting1gSpeed      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityPortsSupporting25gSpeed      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityPortsSupporting40gSpeed      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityPortsSupportingApplianceRole       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityPortsSupportingBreakout      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityPortsSupportingFco      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityPortsSupportingServerRole       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityReservedVsan     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetCapability Switch Capability Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DefaultFcoe doubleVlan 
- Default Fcoe VLAN associated with this switch.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DynamicVifs boolSupported 
- Dynamic VIFs support on this switch.
- FanModules boolSupported 
- Fan Modules support on this switch.
- FcEnd List<GetHost Mode Reserved Vsans Capability Switch Capability Result Fc End Host Mode Reserved Vsan> 
- FcUplink boolPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- ImmControls boolVpcompression 
- VlanPort Compression is controlled by IMM.
- LocatorBeacon boolSupported 
- Locator Beacon LED support on this switch.
- MaxPorts double
- Maximum allowed physical ports on this switch.
- MaxSlots double
- Maximum allowed physical slots on this switch.
- MinVersion List<GetMap With Breakout Supports Capability Switch Capability Result Min Version Map With Breakout Support> 
- MinVersion List<GetMap With Locator Led Supports Capability Switch Capability Result Min Version Map With Locator Led Support> 
- MinVersion List<GetMap With Neg Auto25g Supports Capability Switch Capability Result Min Version Map With Neg Auto25g Support> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- An unique identifer for a capability descriptor.
- NetworkLimits List<GetCapability Switch Capability Result Network Limit> 
- ObjectType string
- Owners List<string>
- Parents
List<GetCapability Switch Capability Result Parent> 
- PermissionResources List<GetCapability Switch Capability Result Permission Resource> 
- Pid string
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- PortsSupporting100g List<GetSpeeds Capability Switch Capability Result Ports Supporting100g Speed> 
- PortsSupporting10g List<GetSpeeds Capability Switch Capability Result Ports Supporting10g Speed> 
- PortsSupporting1g List<GetSpeeds Capability Switch Capability Result Ports Supporting1g Speed> 
- PortsSupporting25g List<GetSpeeds Capability Switch Capability Result Ports Supporting25g Speed> 
- PortsSupporting40g List<GetSpeeds Capability Switch Capability Result Ports Supporting40g Speed> 
- PortsSupporting List<GetAppliance Roles Capability Switch Capability Result Ports Supporting Appliance Role> 
- PortsSupporting List<GetBreakouts Capability Switch Capability Result Ports Supporting Breakout> 
- PortsSupporting List<GetFcoes Capability Switch Capability Result Ports Supporting Fco> 
- PortsSupporting List<GetServer Roles Capability Switch Capability Result Ports Supporting Server Role> 
- ReservedVsans List<GetCapability Switch Capability Result Reserved Vsan> 
- SerenoNetflow boolSupported 
- Sereno Adaptor with Netflow support on this switch.
- ServerRole List<string>Supported On Breakouts 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sku string
- SKU information for Switch/Fabric-Interconnect.
- StorageLimits List<GetCapability Switch Capability Result Storage Limit> 
- SwitchingMode List<GetCapabilities Capability Switch Capability Result Switching Mode Capability> 
- SystemLimits List<GetCapability Switch Capability Result System Limit> 
- 
List<GetCapability Switch Capability Result Tag> 
- UnifiedPorts List<GetCapability Switch Capability Result Unified Port> 
- UnifiedRule string
- The Slider rule for Unified ports on this switch.
- UplinkAdmin boolPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- VersionContexts List<GetCapability Switch Capability Result Version Context> 
- Vid string
- VID information for Switch/Fabric-Interconnect.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetCapability Switch Capability Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DefaultFcoe float64Vlan 
- Default Fcoe VLAN associated with this switch.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DynamicVifs boolSupported 
- Dynamic VIFs support on this switch.
- FanModules boolSupported 
- Fan Modules support on this switch.
- FcEnd []GetHost Mode Reserved Vsans Capability Switch Capability Result Fc End Host Mode Reserved Vsan 
- FcUplink boolPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- ImmControls boolVpcompression 
- VlanPort Compression is controlled by IMM.
- LocatorBeacon boolSupported 
- Locator Beacon LED support on this switch.
- MaxPorts float64
- Maximum allowed physical ports on this switch.
- MaxSlots float64
- Maximum allowed physical slots on this switch.
- MinVersion []GetMap With Breakout Supports Capability Switch Capability Result Min Version Map With Breakout Support 
- MinVersion []GetMap With Locator Led Supports Capability Switch Capability Result Min Version Map With Locator Led Support 
- MinVersion []GetMap With Neg Auto25g Supports Capability Switch Capability Result Min Version Map With Neg Auto25g Support 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- An unique identifer for a capability descriptor.
- NetworkLimits []GetCapability Switch Capability Result Network Limit 
- ObjectType string
- Owners []string
- Parents
[]GetCapability Switch Capability Result Parent 
- PermissionResources []GetCapability Switch Capability Result Permission Resource 
- Pid string
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- PortsSupporting100g []GetSpeeds Capability Switch Capability Result Ports Supporting100g Speed 
- PortsSupporting10g []GetSpeeds Capability Switch Capability Result Ports Supporting10g Speed 
- PortsSupporting1g []GetSpeeds Capability Switch Capability Result Ports Supporting1g Speed 
- PortsSupporting25g []GetSpeeds Capability Switch Capability Result Ports Supporting25g Speed 
- PortsSupporting40g []GetSpeeds Capability Switch Capability Result Ports Supporting40g Speed 
- PortsSupporting []GetAppliance Roles Capability Switch Capability Result Ports Supporting Appliance Role 
- PortsSupporting []GetBreakouts Capability Switch Capability Result Ports Supporting Breakout 
- PortsSupporting []GetFcoes Capability Switch Capability Result Ports Supporting Fco 
- PortsSupporting []GetServer Roles Capability Switch Capability Result Ports Supporting Server Role 
- ReservedVsans []GetCapability Switch Capability Result Reserved Vsan 
- SerenoNetflow boolSupported 
- Sereno Adaptor with Netflow support on this switch.
- ServerRole []stringSupported On Breakouts 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sku string
- SKU information for Switch/Fabric-Interconnect.
- StorageLimits []GetCapability Switch Capability Result Storage Limit 
- SwitchingMode []GetCapabilities Capability Switch Capability Result Switching Mode Capability 
- SystemLimits []GetCapability Switch Capability Result System Limit 
- 
[]GetCapability Switch Capability Result Tag 
- UnifiedPorts []GetCapability Switch Capability Result Unified Port 
- UnifiedRule string
- The Slider rule for Unified ports on this switch.
- UplinkAdmin boolPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- VersionContexts []GetCapability Switch Capability Result Version Context 
- Vid string
- VID information for Switch/Fabric-Interconnect.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetCapability Switch Capability Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- defaultFcoe DoubleVlan 
- Default Fcoe VLAN associated with this switch.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dynamicVifs BooleanSupported 
- Dynamic VIFs support on this switch.
- fanModules BooleanSupported 
- Fan Modules support on this switch.
- fcEnd List<GetHost Mode Reserved Vsans Capability Switch Capability Result Fc End Host Mode Reserved Vsan> 
- fcUplink BooleanPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- immControls BooleanVpcompression 
- VlanPort Compression is controlled by IMM.
- locatorBeacon BooleanSupported 
- Locator Beacon LED support on this switch.
- maxPorts Double
- Maximum allowed physical ports on this switch.
- maxSlots Double
- Maximum allowed physical slots on this switch.
- minVersion List<GetMap With Breakout Supports Capability Switch Capability Result Min Version Map With Breakout Support> 
- minVersion List<GetMap With Locator Led Supports Capability Switch Capability Result Min Version Map With Locator Led Support> 
- minVersion List<GetMap With Neg Auto25g Supports Capability Switch Capability Result Min Version Map With Neg Auto25g Support> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- An unique identifer for a capability descriptor.
- networkLimits List<GetCapability Switch Capability Result Network Limit> 
- objectType String
- owners List<String>
- parents
List<GetCapability Switch Capability Result Parent> 
- permissionResources List<GetCapability Switch Capability Result Permission Resource> 
- pid String
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- portsSupporting100g List<GetSpeeds Capability Switch Capability Result Ports Supporting100g Speed> 
- portsSupporting10g List<GetSpeeds Capability Switch Capability Result Ports Supporting10g Speed> 
- portsSupporting1g List<GetSpeeds Capability Switch Capability Result Ports Supporting1g Speed> 
- portsSupporting25g List<GetSpeeds Capability Switch Capability Result Ports Supporting25g Speed> 
- portsSupporting40g List<GetSpeeds Capability Switch Capability Result Ports Supporting40g Speed> 
- portsSupporting List<GetAppliance Roles Capability Switch Capability Result Ports Supporting Appliance Role> 
- portsSupporting List<GetBreakouts Capability Switch Capability Result Ports Supporting Breakout> 
- portsSupporting List<GetFcoes Capability Switch Capability Result Ports Supporting Fco> 
- portsSupporting List<GetServer Roles Capability Switch Capability Result Ports Supporting Server Role> 
- reservedVsans List<GetCapability Switch Capability Result Reserved Vsan> 
- serenoNetflow BooleanSupported 
- Sereno Adaptor with Netflow support on this switch.
- serverRole List<String>Supported On Breakouts 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku String
- SKU information for Switch/Fabric-Interconnect.
- storageLimits List<GetCapability Switch Capability Result Storage Limit> 
- switchingMode List<GetCapabilities Capability Switch Capability Result Switching Mode Capability> 
- systemLimits List<GetCapability Switch Capability Result System Limit> 
- 
List<GetCapability Switch Capability Result Tag> 
- unifiedPorts List<GetCapability Switch Capability Result Unified Port> 
- unifiedRule String
- The Slider rule for Unified ports on this switch.
- uplinkAdmin BooleanPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- versionContexts List<GetCapability Switch Capability Result Version Context> 
- vid String
- VID information for Switch/Fabric-Interconnect.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetCapability Switch Capability Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- defaultFcoe numberVlan 
- Default Fcoe VLAN associated with this switch.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- dynamicVifs booleanSupported 
- Dynamic VIFs support on this switch.
- fanModules booleanSupported 
- Fan Modules support on this switch.
- fcEnd GetHost Mode Reserved Vsans Capability Switch Capability Result Fc End Host Mode Reserved Vsan[] 
- fcUplink booleanPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- immControls booleanVpcompression 
- VlanPort Compression is controlled by IMM.
- locatorBeacon booleanSupported 
- Locator Beacon LED support on this switch.
- maxPorts number
- Maximum allowed physical ports on this switch.
- maxSlots number
- Maximum allowed physical slots on this switch.
- minVersion GetMap With Breakout Supports Capability Switch Capability Result Min Version Map With Breakout Support[] 
- minVersion GetMap With Locator Led Supports Capability Switch Capability Result Min Version Map With Locator Led Support[] 
- minVersion GetMap With Neg Auto25g Supports Capability Switch Capability Result Min Version Map With Neg Auto25g Support[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- An unique identifer for a capability descriptor.
- networkLimits GetCapability Switch Capability Result Network Limit[] 
- objectType string
- owners string[]
- parents
GetCapability Switch Capability Result Parent[] 
- permissionResources GetCapability Switch Capability Result Permission Resource[] 
- pid string
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- portsSupporting100g GetSpeeds Capability Switch Capability Result Ports Supporting100g Speed[] 
- portsSupporting10g GetSpeeds Capability Switch Capability Result Ports Supporting10g Speed[] 
- portsSupporting1g GetSpeeds Capability Switch Capability Result Ports Supporting1g Speed[] 
- portsSupporting25g GetSpeeds Capability Switch Capability Result Ports Supporting25g Speed[] 
- portsSupporting40g GetSpeeds Capability Switch Capability Result Ports Supporting40g Speed[] 
- portsSupporting GetAppliance Roles Capability Switch Capability Result Ports Supporting Appliance Role[] 
- portsSupporting GetBreakouts Capability Switch Capability Result Ports Supporting Breakout[] 
- portsSupporting GetFcoes Capability Switch Capability Result Ports Supporting Fco[] 
- portsSupporting GetServer Roles Capability Switch Capability Result Ports Supporting Server Role[] 
- reservedVsans GetCapability Switch Capability Result Reserved Vsan[] 
- serenoNetflow booleanSupported 
- Sereno Adaptor with Netflow support on this switch.
- serverRole string[]Supported On Breakouts 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku string
- SKU information for Switch/Fabric-Interconnect.
- storageLimits GetCapability Switch Capability Result Storage Limit[] 
- switchingMode GetCapabilities Capability Switch Capability Result Switching Mode Capability[] 
- systemLimits GetCapability Switch Capability Result System Limit[] 
- 
GetCapability Switch Capability Result Tag[] 
- unifiedPorts GetCapability Switch Capability Result Unified Port[] 
- unifiedRule string
- The Slider rule for Unified ports on this switch.
- uplinkAdmin booleanPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- versionContexts GetCapability Switch Capability Result Version Context[] 
- vid string
- VID information for Switch/Fabric-Interconnect.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetCapability Switch Capability Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- default_fcoe_ floatvlan 
- Default Fcoe VLAN associated with this switch.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- dynamic_vifs_ boolsupported 
- Dynamic VIFs support on this switch.
- fan_modules_ boolsupported 
- Fan Modules support on this switch.
- fc_end_ Sequence[Gethost_ mode_ reserved_ vsans Capability Switch Capability Result Fc End Host Mode Reserved Vsan] 
- fc_uplink_ boolports_ auto_ negotiation_ supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- imm_controls_ boolvpcompression 
- VlanPort Compression is controlled by IMM.
- locator_beacon_ boolsupported 
- Locator Beacon LED support on this switch.
- max_ports float
- Maximum allowed physical ports on this switch.
- max_slots float
- Maximum allowed physical slots on this switch.
- min_version_ Sequence[Getmap_ with_ breakout_ supports Capability Switch Capability Result Min Version Map With Breakout Support] 
- min_version_ Sequence[Getmap_ with_ locator_ led_ supports Capability Switch Capability Result Min Version Map With Locator Led Support] 
- min_version_ Sequence[Getmap_ with_ neg_ auto25g_ supports Capability Switch Capability Result Min Version Map With Neg Auto25g Support] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- An unique identifer for a capability descriptor.
- network_limits Sequence[GetCapability Switch Capability Result Network Limit] 
- object_type str
- owners Sequence[str]
- parents
Sequence[GetCapability Switch Capability Result Parent] 
- permission_resources Sequence[GetCapability Switch Capability Result Permission Resource] 
- pid str
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- ports_supporting100g_ Sequence[Getspeeds Capability Switch Capability Result Ports Supporting100g Speed] 
- ports_supporting10g_ Sequence[Getspeeds Capability Switch Capability Result Ports Supporting10g Speed] 
- ports_supporting1g_ Sequence[Getspeeds Capability Switch Capability Result Ports Supporting1g Speed] 
- ports_supporting25g_ Sequence[Getspeeds Capability Switch Capability Result Ports Supporting25g Speed] 
- ports_supporting40g_ Sequence[Getspeeds Capability Switch Capability Result Ports Supporting40g Speed] 
- ports_supporting_ Sequence[Getappliance_ roles Capability Switch Capability Result Ports Supporting Appliance Role] 
- ports_supporting_ Sequence[Getbreakouts Capability Switch Capability Result Ports Supporting Breakout] 
- ports_supporting_ Sequence[Getfcoes Capability Switch Capability Result Ports Supporting Fco] 
- ports_supporting_ Sequence[Getserver_ roles Capability Switch Capability Result Ports Supporting Server Role] 
- reserved_vsans Sequence[GetCapability Switch Capability Result Reserved Vsan] 
- sereno_netflow_ boolsupported 
- Sereno Adaptor with Netflow support on this switch.
- server_role_ Sequence[str]supported_ on_ breakouts 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku str
- SKU information for Switch/Fabric-Interconnect.
- storage_limits Sequence[GetCapability Switch Capability Result Storage Limit] 
- switching_mode_ Sequence[Getcapabilities Capability Switch Capability Result Switching Mode Capability] 
- system_limits Sequence[GetCapability Switch Capability Result System Limit] 
- 
Sequence[GetCapability Switch Capability Result Tag] 
- unified_ports Sequence[GetCapability Switch Capability Result Unified Port] 
- unified_rule str
- The Slider rule for Unified ports on this switch.
- uplink_admin_ boolport_ speed_ neg_ auto25_ gbps_ supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- version_contexts Sequence[GetCapability Switch Capability Result Version Context] 
- vid str
- VID information for Switch/Fabric-Interconnect.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- defaultFcoe NumberVlan 
- Default Fcoe VLAN associated with this switch.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dynamicVifs BooleanSupported 
- Dynamic VIFs support on this switch.
- fanModules BooleanSupported 
- Fan Modules support on this switch.
- fcEnd List<Property Map>Host Mode Reserved Vsans 
- fcUplink BooleanPorts Auto Negotiation Supported 
- Fc Uplink ports auto negotiation speed support on this switch.
- immControls BooleanVpcompression 
- VlanPort Compression is controlled by IMM.
- locatorBeacon BooleanSupported 
- Locator Beacon LED support on this switch.
- maxPorts Number
- Maximum allowed physical ports on this switch.
- maxSlots Number
- Maximum allowed physical slots on this switch.
- minVersion List<Property Map>Map With Breakout Supports 
- minVersion List<Property Map>Map With Locator Led Supports 
- minVersion List<Property Map>Map With Neg Auto25g Supports 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- An unique identifer for a capability descriptor.
- networkLimits List<Property Map>
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- pid String
- Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454- The standard 4th generation UCS Fabric Interconnect with 54 ports.*UCS-FI-64108- The expanded 4th generation UCS Fabric Interconnect with 108 ports.*UCS-FI-6536- The standard 5th generation UCS Fabric Interconnect with 36 ports.*UCSX-S9108-100G- Cisco UCS Fabric Interconnect 9108 100G with 8 ports.*UCS-FI-6664- The standard 6th generation UCS Fabric Interconnect with 64 ports.*unknown- Unknown device type, usage is TBD.
- portsSupporting100g List<Property Map>Speeds 
- portsSupporting10g List<Property Map>Speeds 
- portsSupporting1g List<Property Map>Speeds 
- portsSupporting25g List<Property Map>Speeds 
- portsSupporting40g List<Property Map>Speeds 
- portsSupporting List<Property Map>Appliance Roles 
- portsSupporting List<Property Map>Breakouts 
- portsSupporting List<Property Map>Fcoes 
- portsSupporting List<Property Map>Server Roles 
- reservedVsans List<Property Map>
- serenoNetflow BooleanSupported 
- Sereno Adaptor with Netflow support on this switch.
- serverRole List<String>Supported On Breakouts 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sku String
- SKU information for Switch/Fabric-Interconnect.
- storageLimits List<Property Map>
- switchingMode List<Property Map>Capabilities 
- systemLimits List<Property Map>
- List<Property Map>
- unifiedPorts List<Property Map>
- unifiedRule String
- The Slider rule for Unified ports on this switch.
- uplinkAdmin BooleanPort Speed Neg Auto25Gbps Supported 
- 'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
- versionContexts List<Property Map>
- vid String
- VID information for Switch/Fabric-Interconnect.
GetCapabilitySwitchCapabilityResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilitySwitchCapabilityResultFcEndHostModeReservedVsan          
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultMinVersionMapWithBreakoutSupport          
- AdditionalProperties string
- BundleVersion string
- ClassId string
- DeviceFirmware stringVersion 
- ObjectType string
- AdditionalProperties string
- BundleVersion string
- ClassId string
- DeviceFirmware stringVersion 
- ObjectType string
- additionalProperties String
- bundleVersion String
- classId String
- deviceFirmware StringVersion 
- objectType String
- additionalProperties string
- bundleVersion string
- classId string
- deviceFirmware stringVersion 
- objectType string
- additional_properties str
- bundle_version str
- class_id str
- device_firmware_ strversion 
- object_type str
- additionalProperties String
- bundleVersion String
- classId String
- deviceFirmware StringVersion 
- objectType String
GetCapabilitySwitchCapabilityResultMinVersionMapWithLocatorLedSupport           
- AdditionalProperties string
- BundleVersion string
- ClassId string
- DeviceFirmware stringVersion 
- ObjectType string
- AdditionalProperties string
- BundleVersion string
- ClassId string
- DeviceFirmware stringVersion 
- ObjectType string
- additionalProperties String
- bundleVersion String
- classId String
- deviceFirmware StringVersion 
- objectType String
- additionalProperties string
- bundleVersion string
- classId string
- deviceFirmware stringVersion 
- objectType string
- additional_properties str
- bundle_version str
- class_id str
- device_firmware_ strversion 
- object_type str
- additionalProperties String
- bundleVersion String
- classId String
- deviceFirmware StringVersion 
- objectType String
GetCapabilitySwitchCapabilityResultMinVersionMapWithNegAuto25gSupport           
- AdditionalProperties string
- BundleVersion string
- ClassId string
- DeviceFirmware stringVersion 
- ObjectType string
- AdditionalProperties string
- BundleVersion string
- ClassId string
- DeviceFirmware stringVersion 
- ObjectType string
- additionalProperties String
- bundleVersion String
- classId String
- deviceFirmware StringVersion 
- objectType String
- additionalProperties string
- bundleVersion string
- classId string
- deviceFirmware stringVersion 
- objectType string
- additional_properties str
- bundle_version str
- class_id str
- device_firmware_ strversion 
- object_type str
- additionalProperties String
- bundleVersion String
- classId String
- deviceFirmware StringVersion 
- objectType String
GetCapabilitySwitchCapabilityResultNetworkLimit      
- AdditionalProperties string
- ClassId string
- MaxCompressed doublePort Vlan Count 
- MaxUncompressed doublePort Vlan Count 
- MaximumActive doubleTraffic Monitoring Sessions 
- MaximumEthernet doublePort Channels 
- MaximumEthernet doubleUplink Ports 
- MaximumFc doublePort Channel Members 
- MaximumFc doublePort Channels 
- MaximumIgmp doubleGroups 
- MaximumPort doubleChannel Members 
- MaximumPrimary doubleVlan 
- MaximumSecondary doubleVlan 
- MaximumSecondary doubleVlan Per Primary 
- MaximumVifs double
- MaximumVlans double
- MinimumActive doubleFans 
- ObjectType string
- AdditionalProperties string
- ClassId string
- MaxCompressed float64Port Vlan Count 
- MaxUncompressed float64Port Vlan Count 
- MaximumActive float64Traffic Monitoring Sessions 
- MaximumEthernet float64Port Channels 
- MaximumEthernet float64Uplink Ports 
- MaximumFc float64Port Channel Members 
- MaximumFc float64Port Channels 
- MaximumIgmp float64Groups 
- MaximumPort float64Channel Members 
- MaximumPrimary float64Vlan 
- MaximumSecondary float64Vlan 
- MaximumSecondary float64Vlan Per Primary 
- MaximumVifs float64
- MaximumVlans float64
- MinimumActive float64Fans 
- ObjectType string
- additionalProperties String
- classId String
- maxCompressed DoublePort Vlan Count 
- maxUncompressed DoublePort Vlan Count 
- maximumActive DoubleTraffic Monitoring Sessions 
- maximumEthernet DoublePort Channels 
- maximumEthernet DoubleUplink Ports 
- maximumFc DoublePort Channel Members 
- maximumFc DoublePort Channels 
- maximumIgmp DoubleGroups 
- maximumPort DoubleChannel Members 
- maximumPrimary DoubleVlan 
- maximumSecondary DoubleVlan 
- maximumSecondary DoubleVlan Per Primary 
- maximumVifs Double
- maximumVlans Double
- minimumActive DoubleFans 
- objectType String
- additionalProperties string
- classId string
- maxCompressed numberPort Vlan Count 
- maxUncompressed numberPort Vlan Count 
- maximumActive numberTraffic Monitoring Sessions 
- maximumEthernet numberPort Channels 
- maximumEthernet numberUplink Ports 
- maximumFc numberPort Channel Members 
- maximumFc numberPort Channels 
- maximumIgmp numberGroups 
- maximumPort numberChannel Members 
- maximumPrimary numberVlan 
- maximumSecondary numberVlan 
- maximumSecondary numberVlan Per Primary 
- maximumVifs number
- maximumVlans number
- minimumActive numberFans 
- objectType string
- additional_properties str
- class_id str
- max_compressed_ floatport_ vlan_ count 
- max_uncompressed_ floatport_ vlan_ count 
- maximum_active_ floattraffic_ monitoring_ sessions 
- maximum_ethernet_ floatport_ channels 
- maximum_ethernet_ floatuplink_ ports 
- maximum_fc_ floatport_ channel_ members 
- maximum_fc_ floatport_ channels 
- maximum_igmp_ floatgroups 
- maximum_port_ floatchannel_ members 
- maximum_primary_ floatvlan 
- maximum_secondary_ floatvlan 
- maximum_secondary_ floatvlan_ per_ primary 
- maximum_vifs float
- maximum_vlans float
- minimum_active_ floatfans 
- object_type str
- additionalProperties String
- classId String
- maxCompressed NumberPort Vlan Count 
- maxUncompressed NumberPort Vlan Count 
- maximumActive NumberTraffic Monitoring Sessions 
- maximumEthernet NumberPort Channels 
- maximumEthernet NumberUplink Ports 
- maximumFc NumberPort Channel Members 
- maximumFc NumberPort Channels 
- maximumIgmp NumberGroups 
- maximumPort NumberChannel Members 
- maximumPrimary NumberVlan 
- maximumSecondary NumberVlan 
- maximumSecondary NumberVlan Per Primary 
- maximumVifs Number
- maximumVlans Number
- minimumActive NumberFans 
- objectType String
GetCapabilitySwitchCapabilityResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilitySwitchCapabilityResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilitySwitchCapabilityResultPortsSupporting100gSpeed       
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultPortsSupporting10gSpeed       
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultPortsSupporting1gSpeed       
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultPortsSupporting25gSpeed       
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultPortsSupporting40gSpeed       
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultPortsSupportingApplianceRole        
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultPortsSupportingBreakout       
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultPortsSupportingFco       
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultPortsSupportingServerRole        
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultReservedVsan      
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultStorageLimit      
- AdditionalProperties string
- ClassId string
- MaximumUser doubleZone Count 
- MaximumVirtual doubleFc Interfaces 
- MaximumVirtual doubleFc Interfaces Per Blade Server 
- MaximumVsans double
- MaximumZone doubleCount 
- ObjectType string
- AdditionalProperties string
- ClassId string
- MaximumUser float64Zone Count 
- MaximumVirtual float64Fc Interfaces 
- MaximumVirtual float64Fc Interfaces Per Blade Server 
- MaximumVsans float64
- MaximumZone float64Count 
- ObjectType string
- additionalProperties String
- classId String
- maximumUser DoubleZone Count 
- maximumVirtual DoubleFc Interfaces 
- maximumVirtual DoubleFc Interfaces Per Blade Server 
- maximumVsans Double
- maximumZone DoubleCount 
- objectType String
- additionalProperties string
- classId string
- maximumUser numberZone Count 
- maximumVirtual numberFc Interfaces 
- maximumVirtual numberFc Interfaces Per Blade Server 
- maximumVsans number
- maximumZone numberCount 
- objectType string
- additionalProperties String
- classId String
- maximumUser NumberZone Count 
- maximumVirtual NumberFc Interfaces 
- maximumVirtual NumberFc Interfaces Per Blade Server 
- maximumVsans Number
- maximumZone NumberCount 
- objectType String
GetCapabilitySwitchCapabilityResultSwitchingModeCapability       
- AdditionalProperties string
- ClassId string
- ObjectType string
- SwitchingMode string
- VpCompression boolSupported 
- AdditionalProperties string
- ClassId string
- ObjectType string
- SwitchingMode string
- VpCompression boolSupported 
- additionalProperties String
- classId String
- objectType String
- switchingMode String
- vpCompression BooleanSupported 
- additionalProperties string
- classId string
- objectType string
- switchingMode string
- vpCompression booleanSupported 
- additional_properties str
- class_id str
- object_type str
- switching_mode str
- vp_compression_ boolsupported 
- additionalProperties String
- classId String
- objectType String
- switchingMode String
- vpCompression BooleanSupported 
GetCapabilitySwitchCapabilityResultSystemLimit      
- AdditionalProperties string
- ClassId string
- MaximumChassis doubleCount 
- MaximumFex doublePer Domain 
- MaximumServers doublePer Domain 
- ObjectType string
- AdditionalProperties string
- ClassId string
- MaximumChassis float64Count 
- MaximumFex float64Per Domain 
- MaximumServers float64Per Domain 
- ObjectType string
- additionalProperties String
- classId String
- maximumChassis DoubleCount 
- maximumFex DoublePer Domain 
- maximumServers DoublePer Domain 
- objectType String
- additionalProperties string
- classId string
- maximumChassis numberCount 
- maximumFex numberPer Domain 
- maximumServers numberPer Domain 
- objectType string
- additional_properties str
- class_id str
- maximum_chassis_ floatcount 
- maximum_fex_ floatper_ domain 
- maximum_servers_ floatper_ domain 
- object_type str
- additionalProperties String
- classId String
- maximumChassis NumberCount 
- maximumFex NumberPer Domain 
- maximumServers NumberPer Domain 
- objectType String
GetCapabilitySwitchCapabilityResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetCapabilitySwitchCapabilityResultUnifiedPort      
- AdditionalProperties string
- ClassId string
- EndPort doubleId 
- EndSlot doubleId 
- ObjectType string
- StartPort doubleId 
- StartSlot doubleId 
- AdditionalProperties string
- ClassId string
- EndPort float64Id 
- EndSlot float64Id 
- ObjectType string
- StartPort float64Id 
- StartSlot float64Id 
- additionalProperties String
- classId String
- endPort DoubleId 
- endSlot DoubleId 
- objectType String
- startPort DoubleId 
- startSlot DoubleId 
- additionalProperties string
- classId string
- endPort numberId 
- endSlot numberId 
- objectType string
- startPort numberId 
- startSlot numberId 
- additional_properties str
- class_id str
- end_port_ floatid 
- end_slot_ floatid 
- object_type str
- start_port_ floatid 
- start_slot_ floatid 
- additionalProperties String
- classId String
- endPort NumberId 
- endSlot NumberId 
- objectType String
- startPort NumberId 
- startSlot NumberId 
GetCapabilitySwitchCapabilityResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetCapabilitySwitchCapabilityResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilitySwitchCapabilityResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilitySwitchCapabilityStorageLimits     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- MaximumUser doubleZone Count 
- Maximum user zones per Switch/Fabric-Interconnect.
- MaximumVirtual doubleFc Interfaces 
- Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
- MaximumVirtual doubleFc Interfaces Per Blade Server 
- Maximum configurable Virtual Fibre Channel interfaces per blade.
- MaximumVsans double
- Maximum configurable VSANs on Switch/Fabric-Interconnect.
- MaximumZone doubleCount 
- Zone limit per Switch/Fabric-Interconnect.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- MaximumUser float64Zone Count 
- Maximum user zones per Switch/Fabric-Interconnect.
- MaximumVirtual float64Fc Interfaces 
- Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
- MaximumVirtual float64Fc Interfaces Per Blade Server 
- Maximum configurable Virtual Fibre Channel interfaces per blade.
- MaximumVsans float64
- Maximum configurable VSANs on Switch/Fabric-Interconnect.
- MaximumZone float64Count 
- Zone limit per Switch/Fabric-Interconnect.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maximumUser DoubleZone Count 
- Maximum user zones per Switch/Fabric-Interconnect.
- maximumVirtual DoubleFc Interfaces 
- Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
- maximumVirtual DoubleFc Interfaces Per Blade Server 
- Maximum configurable Virtual Fibre Channel interfaces per blade.
- maximumVsans Double
- Maximum configurable VSANs on Switch/Fabric-Interconnect.
- maximumZone DoubleCount 
- Zone limit per Switch/Fabric-Interconnect.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maximumUser numberZone Count 
- Maximum user zones per Switch/Fabric-Interconnect.
- maximumVirtual numberFc Interfaces 
- Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
- maximumVirtual numberFc Interfaces Per Blade Server 
- Maximum configurable Virtual Fibre Channel interfaces per blade.
- maximumVsans number
- Maximum configurable VSANs on Switch/Fabric-Interconnect.
- maximumZone numberCount 
- Zone limit per Switch/Fabric-Interconnect.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maximum_user_ floatzone_ count 
- Maximum user zones per Switch/Fabric-Interconnect.
- maximum_virtual_ floatfc_ interfaces 
- Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
- maximum_virtual_ floatfc_ interfaces_ per_ blade_ server 
- Maximum configurable Virtual Fibre Channel interfaces per blade.
- maximum_vsans float
- Maximum configurable VSANs on Switch/Fabric-Interconnect.
- maximum_zone_ floatcount 
- Zone limit per Switch/Fabric-Interconnect.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maximumUser NumberZone Count 
- Maximum user zones per Switch/Fabric-Interconnect.
- maximumVirtual NumberFc Interfaces 
- Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
- maximumVirtual NumberFc Interfaces Per Blade Server 
- Maximum configurable Virtual Fibre Channel interfaces per blade.
- maximumVsans Number
- Maximum configurable VSANs on Switch/Fabric-Interconnect.
- maximumZone NumberCount 
- Zone limit per Switch/Fabric-Interconnect.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetCapabilitySwitchCapabilitySwitchingModeCapability      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SwitchingMode string
- Switching mode type (endhost, switch) of the switch.- end-host- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.
- switch- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
 
- VpCompression boolSupported 
- VP Compression support on this switch.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SwitchingMode string
- Switching mode type (endhost, switch) of the switch.- end-host- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.
- switch- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
 
- VpCompression boolSupported 
- VP Compression support on this switch.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- switchingMode String
- Switching mode type (endhost, switch) of the switch.- end-host- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.
- switch- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
 
- vpCompression BooleanSupported 
- VP Compression support on this switch.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- switchingMode string
- Switching mode type (endhost, switch) of the switch.- end-host- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.
- switch- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
 
- vpCompression booleanSupported 
- VP Compression support on this switch.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- switching_mode str
- Switching mode type (endhost, switch) of the switch.- end-host- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.
- switch- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
 
- vp_compression_ boolsupported 
- VP Compression support on this switch.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- switchingMode String
- Switching mode type (endhost, switch) of the switch.- end-host- In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.
- switch- In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.
 
- vpCompression BooleanSupported 
- VP Compression support on this switch.
GetCapabilitySwitchCapabilitySystemLimits     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- MaximumChassis doubleCount 
- Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
- MaximumFex doublePer Domain 
- Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
- MaximumServers doublePer Domain 
- Maximum UCS servers per Switch/Fabric-Interconnect.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- MaximumChassis float64Count 
- Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
- MaximumFex float64Per Domain 
- Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
- MaximumServers float64Per Domain 
- Maximum UCS servers per Switch/Fabric-Interconnect.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maximumChassis DoubleCount 
- Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
- maximumFex DoublePer Domain 
- Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
- maximumServers DoublePer Domain 
- Maximum UCS servers per Switch/Fabric-Interconnect.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maximumChassis numberCount 
- Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
- maximumFex numberPer Domain 
- Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
- maximumServers numberPer Domain 
- Maximum UCS servers per Switch/Fabric-Interconnect.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maximum_chassis_ floatcount 
- Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
- maximum_fex_ floatper_ domain 
- Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
- maximum_servers_ floatper_ domain 
- Maximum UCS servers per Switch/Fabric-Interconnect.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- maximumChassis NumberCount 
- Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
- maximumFex NumberPer Domain 
- Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
- maximumServers NumberPer Domain 
- Maximum UCS servers per Switch/Fabric-Interconnect.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetCapabilitySwitchCapabilityTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetCapabilitySwitchCapabilityUnifiedPort     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort doubleId 
- Ending Port ID in this range of ports.
- EndSlot doubleId 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort doubleId 
- Starting Port ID in this range of ports.
- StartSlot doubleId 
- Starting Slot ID in this range of ports.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EndPort float64Id 
- Ending Port ID in this range of ports.
- EndSlot float64Id 
- Ending Slot ID in this range of ports.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StartPort float64Id 
- Starting Port ID in this range of ports.
- StartSlot float64Id 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort DoubleId 
- Ending Port ID in this range of ports.
- endSlot DoubleId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort DoubleId 
- Starting Port ID in this range of ports.
- startSlot DoubleId 
- Starting Slot ID in this range of ports.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort numberId 
- Ending Port ID in this range of ports.
- endSlot numberId 
- Ending Slot ID in this range of ports.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort numberId 
- Starting Port ID in this range of ports.
- startSlot numberId 
- Starting Slot ID in this range of ports.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- end_port_ floatid 
- Ending Port ID in this range of ports.
- end_slot_ floatid 
- Ending Slot ID in this range of ports.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- start_port_ floatid 
- Starting Port ID in this range of ports.
- start_slot_ floatid 
- Starting Slot ID in this range of ports.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- endPort NumberId 
- Ending Port ID in this range of ports.
- endSlot NumberId 
- Ending Slot ID in this range of ports.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- startPort NumberId 
- Starting Port ID in this range of ports.
- startSlot NumberId 
- Starting Slot ID in this range of ports.
GetCapabilitySwitchCapabilityVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetCapability Switch Capability Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetCapability Switch Capability Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetCapability Switch Capability Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetCapability Switch Capability Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetCapability Switch Capability Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetCapability Switch Capability Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetCapability Switch Capability Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetCapability Switch Capability Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetCapability Switch Capability Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetCapability Switch Capability Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetCapabilitySwitchCapabilityVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilitySwitchCapabilityVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet