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

intersight.getCapabilitySwitchCapability

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupCapabilitySwitchCapability(ctx *Context, args *LookupCapabilitySwitchCapabilityArgs, opts ...InvokeOption) (*LookupCapabilitySwitchCapabilityResult, error)
func LookupCapabilitySwitchCapabilityOutput(ctx *Context, args *LookupCapabilitySwitchCapabilityOutputArgs, opts ...InvokeOption) LookupCapabilitySwitchCapabilityResultOutput
Copy

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

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetCapabilitySwitchCapabilityAncestor>
ClassId string
CreateTime string
The time when this managed object was created.
DefaultFcoeVlan double
Default Fcoe VLAN associated with this switch.
DomainGroupMoid string
The DomainGroup ID for this managed object.
DynamicVifsSupported bool
Dynamic VIFs support on this switch.
FanModulesSupported bool
Fan Modules support on this switch.
FcEndHostModeReservedVsans List<GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan>
FcUplinkPortsAutoNegotiationSupported bool
Fc Uplink ports auto negotiation speed support on this switch.
Id string
ImmControlsVpcompression bool
VlanPort Compression is controlled by IMM.
LocatorBeaconSupported bool
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.
MinVersionMapWithBreakoutSupport GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
MinVersionMapWithLocatorLedSupport GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
MinVersionMapWithNegAuto25gSupport GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
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 GetCapabilitySwitchCapabilityNetworkLimits
ObjectType string
Owners List<string>
Parent GetCapabilitySwitchCapabilityParent
PermissionResources List<GetCapabilitySwitchCapabilityPermissionResource>
Pid string
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
PortsSupporting100gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting100gSpeed>
PortsSupporting10gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting10gSpeed>
PortsSupporting1gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting1gSpeed>
PortsSupporting25gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting25gSpeed>
PortsSupporting40gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting40gSpeed>
PortsSupportingApplianceRoles List<GetCapabilitySwitchCapabilityPortsSupportingApplianceRole>
PortsSupportingBreakouts List<GetCapabilitySwitchCapabilityPortsSupportingBreakout>
PortsSupportingFcoes List<GetCapabilitySwitchCapabilityPortsSupportingFco>
PortsSupportingServerRoles List<GetCapabilitySwitchCapabilityPortsSupportingServerRole>
ReservedVsans List<GetCapabilitySwitchCapabilityReservedVsan>
SerenoNetflowSupported bool
Sereno Adaptor with Netflow support on this switch.
ServerRoleSupportedOnBreakouts List<string>
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Sku string
SKU information for Switch/Fabric-Interconnect.
StorageLimits GetCapabilitySwitchCapabilityStorageLimits
SwitchingModeCapabilities List<GetCapabilitySwitchCapabilitySwitchingModeCapability>
SystemLimits GetCapabilitySwitchCapabilitySystemLimits
Tags List<GetCapabilitySwitchCapabilityTag>
UnifiedPorts List<GetCapabilitySwitchCapabilityUnifiedPort>
UnifiedRule string
The Slider rule for Unified ports on this switch.
UplinkAdminPortSpeedNegAuto25GbpsSupported bool
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
VersionContext GetCapabilitySwitchCapabilityVersionContext
Vid string
VID information for Switch/Fabric-Interconnect.
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetCapabilitySwitchCapabilityAncestor
ClassId string
CreateTime string
The time when this managed object was created.
DefaultFcoeVlan float64
Default Fcoe VLAN associated with this switch.
DomainGroupMoid string
The DomainGroup ID for this managed object.
DynamicVifsSupported bool
Dynamic VIFs support on this switch.
FanModulesSupported bool
Fan Modules support on this switch.
FcEndHostModeReservedVsans []GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan
FcUplinkPortsAutoNegotiationSupported bool
Fc Uplink ports auto negotiation speed support on this switch.
Id string
ImmControlsVpcompression bool
VlanPort Compression is controlled by IMM.
LocatorBeaconSupported bool
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.
MinVersionMapWithBreakoutSupport GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
MinVersionMapWithLocatorLedSupport GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
MinVersionMapWithNegAuto25gSupport GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
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 GetCapabilitySwitchCapabilityNetworkLimits
ObjectType string
Owners []string
Parent GetCapabilitySwitchCapabilityParent
PermissionResources []GetCapabilitySwitchCapabilityPermissionResource
Pid string
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
PortsSupporting100gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting100gSpeed
PortsSupporting10gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting10gSpeed
PortsSupporting1gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting1gSpeed
PortsSupporting25gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting25gSpeed
PortsSupporting40gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting40gSpeed
PortsSupportingApplianceRoles []GetCapabilitySwitchCapabilityPortsSupportingApplianceRole
PortsSupportingBreakouts []GetCapabilitySwitchCapabilityPortsSupportingBreakout
PortsSupportingFcoes []GetCapabilitySwitchCapabilityPortsSupportingFco
PortsSupportingServerRoles []GetCapabilitySwitchCapabilityPortsSupportingServerRole
ReservedVsans []GetCapabilitySwitchCapabilityReservedVsan
SerenoNetflowSupported bool
Sereno Adaptor with Netflow support on this switch.
ServerRoleSupportedOnBreakouts []string
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Sku string
SKU information for Switch/Fabric-Interconnect.
StorageLimits GetCapabilitySwitchCapabilityStorageLimits
SwitchingModeCapabilities []GetCapabilitySwitchCapabilitySwitchingModeCapability
SystemLimits GetCapabilitySwitchCapabilitySystemLimits
Tags []GetCapabilitySwitchCapabilityTag
UnifiedPorts []GetCapabilitySwitchCapabilityUnifiedPort
UnifiedRule string
The Slider rule for Unified ports on this switch.
UplinkAdminPortSpeedNegAuto25GbpsSupported bool
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
VersionContext GetCapabilitySwitchCapabilityVersionContext
Vid string
VID information for Switch/Fabric-Interconnect.
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetCapabilitySwitchCapabilityAncestor>
classId String
createTime String
The time when this managed object was created.
defaultFcoeVlan Double
Default Fcoe VLAN associated with this switch.
domainGroupMoid String
The DomainGroup ID for this managed object.
dynamicVifsSupported Boolean
Dynamic VIFs support on this switch.
fanModulesSupported Boolean
Fan Modules support on this switch.
fcEndHostModeReservedVsans List<GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan>
fcUplinkPortsAutoNegotiationSupported Boolean
Fc Uplink ports auto negotiation speed support on this switch.
id String
immControlsVpcompression Boolean
VlanPort Compression is controlled by IMM.
locatorBeaconSupported Boolean
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.
minVersionMapWithBreakoutSupport GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
minVersionMapWithLocatorLedSupport GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
minVersionMapWithNegAuto25gSupport GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
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 GetCapabilitySwitchCapabilityNetworkLimits
objectType String
owners List<String>
parent GetCapabilitySwitchCapabilityParent
permissionResources List<GetCapabilitySwitchCapabilityPermissionResource>
pid String
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
portsSupporting100gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting100gSpeed>
portsSupporting10gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting10gSpeed>
portsSupporting1gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting1gSpeed>
portsSupporting25gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting25gSpeed>
portsSupporting40gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting40gSpeed>
portsSupportingApplianceRoles List<GetCapabilitySwitchCapabilityPortsSupportingApplianceRole>
portsSupportingBreakouts List<GetCapabilitySwitchCapabilityPortsSupportingBreakout>
portsSupportingFcoes List<GetCapabilitySwitchCapabilityPortsSupportingFco>
portsSupportingServerRoles List<GetCapabilitySwitchCapabilityPortsSupportingServerRole>
reservedVsans List<GetCapabilitySwitchCapabilityReservedVsan>
serenoNetflowSupported Boolean
Sereno Adaptor with Netflow support on this switch.
serverRoleSupportedOnBreakouts List<String>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
sku String
SKU information for Switch/Fabric-Interconnect.
storageLimits GetCapabilitySwitchCapabilityStorageLimits
switchingModeCapabilities List<GetCapabilitySwitchCapabilitySwitchingModeCapability>
systemLimits GetCapabilitySwitchCapabilitySystemLimits
tags List<GetCapabilitySwitchCapabilityTag>
unifiedPorts List<GetCapabilitySwitchCapabilityUnifiedPort>
unifiedRule String
The Slider rule for Unified ports on this switch.
uplinkAdminPortSpeedNegAuto25GbpsSupported Boolean
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
versionContext GetCapabilitySwitchCapabilityVersionContext
vid String
VID information for Switch/Fabric-Interconnect.
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetCapabilitySwitchCapabilityAncestor[]
classId string
createTime string
The time when this managed object was created.
defaultFcoeVlan number
Default Fcoe VLAN associated with this switch.
domainGroupMoid string
The DomainGroup ID for this managed object.
dynamicVifsSupported boolean
Dynamic VIFs support on this switch.
fanModulesSupported boolean
Fan Modules support on this switch.
fcEndHostModeReservedVsans GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan[]
fcUplinkPortsAutoNegotiationSupported boolean
Fc Uplink ports auto negotiation speed support on this switch.
id string
immControlsVpcompression boolean
VlanPort Compression is controlled by IMM.
locatorBeaconSupported boolean
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.
minVersionMapWithBreakoutSupport GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
minVersionMapWithLocatorLedSupport GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
minVersionMapWithNegAuto25gSupport GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
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 GetCapabilitySwitchCapabilityNetworkLimits
objectType string
owners string[]
parent GetCapabilitySwitchCapabilityParent
permissionResources GetCapabilitySwitchCapabilityPermissionResource[]
pid string
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
portsSupporting100gSpeeds GetCapabilitySwitchCapabilityPortsSupporting100gSpeed[]
portsSupporting10gSpeeds GetCapabilitySwitchCapabilityPortsSupporting10gSpeed[]
portsSupporting1gSpeeds GetCapabilitySwitchCapabilityPortsSupporting1gSpeed[]
portsSupporting25gSpeeds GetCapabilitySwitchCapabilityPortsSupporting25gSpeed[]
portsSupporting40gSpeeds GetCapabilitySwitchCapabilityPortsSupporting40gSpeed[]
portsSupportingApplianceRoles GetCapabilitySwitchCapabilityPortsSupportingApplianceRole[]
portsSupportingBreakouts GetCapabilitySwitchCapabilityPortsSupportingBreakout[]
portsSupportingFcoes GetCapabilitySwitchCapabilityPortsSupportingFco[]
portsSupportingServerRoles GetCapabilitySwitchCapabilityPortsSupportingServerRole[]
reservedVsans GetCapabilitySwitchCapabilityReservedVsan[]
serenoNetflowSupported boolean
Sereno Adaptor with Netflow support on this switch.
serverRoleSupportedOnBreakouts string[]
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
sku string
SKU information for Switch/Fabric-Interconnect.
storageLimits GetCapabilitySwitchCapabilityStorageLimits
switchingModeCapabilities GetCapabilitySwitchCapabilitySwitchingModeCapability[]
systemLimits GetCapabilitySwitchCapabilitySystemLimits
tags GetCapabilitySwitchCapabilityTag[]
unifiedPorts GetCapabilitySwitchCapabilityUnifiedPort[]
unifiedRule string
The Slider rule for Unified ports on this switch.
uplinkAdminPortSpeedNegAuto25GbpsSupported boolean
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
versionContext GetCapabilitySwitchCapabilityVersionContext
vid string
VID information for Switch/Fabric-Interconnect.
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetCapabilitySwitchCapabilityAncestor]
class_id str
create_time str
The time when this managed object was created.
default_fcoe_vlan float
Default Fcoe VLAN associated with this switch.
domain_group_moid str
The DomainGroup ID for this managed object.
dynamic_vifs_supported bool
Dynamic VIFs support on this switch.
fan_modules_supported bool
Fan Modules support on this switch.
fc_end_host_mode_reserved_vsans Sequence[GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan]
fc_uplink_ports_auto_negotiation_supported bool
Fc Uplink ports auto negotiation speed support on this switch.
id str
imm_controls_vpcompression bool
VlanPort Compression is controlled by IMM.
locator_beacon_supported bool
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_map_with_breakout_support GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
min_version_map_with_locator_led_support GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
min_version_map_with_neg_auto25g_support GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
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 GetCapabilitySwitchCapabilityNetworkLimits
object_type str
owners Sequence[str]
parent GetCapabilitySwitchCapabilityParent
permission_resources Sequence[GetCapabilitySwitchCapabilityPermissionResource]
pid str
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
ports_supporting100g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting100gSpeed]
ports_supporting10g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting10gSpeed]
ports_supporting1g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting1gSpeed]
ports_supporting25g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting25gSpeed]
ports_supporting40g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting40gSpeed]
ports_supporting_appliance_roles Sequence[GetCapabilitySwitchCapabilityPortsSupportingApplianceRole]
ports_supporting_breakouts Sequence[GetCapabilitySwitchCapabilityPortsSupportingBreakout]
ports_supporting_fcoes Sequence[GetCapabilitySwitchCapabilityPortsSupportingFco]
ports_supporting_server_roles Sequence[GetCapabilitySwitchCapabilityPortsSupportingServerRole]
reserved_vsans Sequence[GetCapabilitySwitchCapabilityReservedVsan]
sereno_netflow_supported bool
Sereno Adaptor with Netflow support on this switch.
server_role_supported_on_breakouts Sequence[str]
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
sku str
SKU information for Switch/Fabric-Interconnect.
storage_limits GetCapabilitySwitchCapabilityStorageLimits
switching_mode_capabilities Sequence[GetCapabilitySwitchCapabilitySwitchingModeCapability]
system_limits GetCapabilitySwitchCapabilitySystemLimits
tags Sequence[GetCapabilitySwitchCapabilityTag]
unified_ports Sequence[GetCapabilitySwitchCapabilityUnifiedPort]
unified_rule str
The Slider rule for Unified ports on this switch.
uplink_admin_port_speed_neg_auto25_gbps_supported bool
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
version_context GetCapabilitySwitchCapabilityVersionContext
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.
defaultFcoeVlan Number
Default Fcoe VLAN associated with this switch.
domainGroupMoid String
The DomainGroup ID for this managed object.
dynamicVifsSupported Boolean
Dynamic VIFs support on this switch.
fanModulesSupported Boolean
Fan Modules support on this switch.
fcEndHostModeReservedVsans List<Property Map>
fcUplinkPortsAutoNegotiationSupported Boolean
Fc Uplink ports auto negotiation speed support on this switch.
id String
immControlsVpcompression Boolean
VlanPort Compression is controlled by IMM.
locatorBeaconSupported Boolean
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.
minVersionMapWithBreakoutSupport Property Map
minVersionMapWithLocatorLedSupport Property Map
minVersionMapWithNegAuto25gSupport Property Map
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 36 ports.* unknown - Unknown device type, usage is TBD.
portsSupporting100gSpeeds List<Property Map>
portsSupporting10gSpeeds List<Property Map>
portsSupporting1gSpeeds List<Property Map>
portsSupporting25gSpeeds List<Property Map>
portsSupporting40gSpeeds List<Property Map>
portsSupportingApplianceRoles List<Property Map>
portsSupportingBreakouts List<Property Map>
portsSupportingFcoes List<Property Map>
portsSupportingServerRoles List<Property Map>
reservedVsans List<Property Map>
serenoNetflowSupported Boolean
Sereno Adaptor with Netflow support on this switch.
serverRoleSupportedOnBreakouts List<String>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
sku String
SKU information for Switch/Fabric-Interconnect.
storageLimits Property Map
switchingModeCapabilities List<Property Map>
systemLimits Property Map
tags List<Property Map>
unifiedPorts List<Property Map>
unifiedRule String
The Slider rule for Unified ports on this switch.
uplinkAdminPortSpeedNegAuto25GbpsSupported Boolean
'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<GetCapabilitySwitchCapabilityResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetCapabilitySwitchCapabilityAncestor>
ClassId string
CreateTime string
DefaultFcoeVlan double
DomainGroupMoid string
DynamicVifsSupported bool
FanModulesSupported bool
FcEndHostModeReservedVsans List<GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan>
FcUplinkPortsAutoNegotiationSupported bool
ImmControlsVpcompression bool
LocatorBeaconSupported bool
MaxPorts double
MaxSlots double
MinVersionMapWithBreakoutSupport GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
MinVersionMapWithLocatorLedSupport GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
MinVersionMapWithNegAuto25gSupport GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
ModTime string
Moid string
Name string
NetworkLimits GetCapabilitySwitchCapabilityNetworkLimits
ObjectType string
Owners List<string>
Parent GetCapabilitySwitchCapabilityParent
PermissionResources List<GetCapabilitySwitchCapabilityPermissionResource>
Pid string
PortsSupporting100gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting100gSpeed>
PortsSupporting10gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting10gSpeed>
PortsSupporting1gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting1gSpeed>
PortsSupporting25gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting25gSpeed>
PortsSupporting40gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting40gSpeed>
PortsSupportingApplianceRoles List<GetCapabilitySwitchCapabilityPortsSupportingApplianceRole>
PortsSupportingBreakouts List<GetCapabilitySwitchCapabilityPortsSupportingBreakout>
PortsSupportingFcoes List<GetCapabilitySwitchCapabilityPortsSupportingFco>
PortsSupportingServerRoles List<GetCapabilitySwitchCapabilityPortsSupportingServerRole>
ReservedVsans List<GetCapabilitySwitchCapabilityReservedVsan>
SerenoNetflowSupported bool
ServerRoleSupportedOnBreakouts List<string>
SharedScope string
Sku string
StorageLimits GetCapabilitySwitchCapabilityStorageLimits
SwitchingModeCapabilities List<GetCapabilitySwitchCapabilitySwitchingModeCapability>
SystemLimits GetCapabilitySwitchCapabilitySystemLimits
Tags List<GetCapabilitySwitchCapabilityTag>
UnifiedPorts List<GetCapabilitySwitchCapabilityUnifiedPort>
UnifiedRule string
UplinkAdminPortSpeedNegAuto25GbpsSupported bool
VersionContext GetCapabilitySwitchCapabilityVersionContext
Vid string
Id string
Results []GetCapabilitySwitchCapabilityResult
AccountMoid string
AdditionalProperties string
Ancestors []GetCapabilitySwitchCapabilityAncestor
ClassId string
CreateTime string
DefaultFcoeVlan float64
DomainGroupMoid string
DynamicVifsSupported bool
FanModulesSupported bool
FcEndHostModeReservedVsans []GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan
FcUplinkPortsAutoNegotiationSupported bool
ImmControlsVpcompression bool
LocatorBeaconSupported bool
MaxPorts float64
MaxSlots float64
MinVersionMapWithBreakoutSupport GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
MinVersionMapWithLocatorLedSupport GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
MinVersionMapWithNegAuto25gSupport GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
ModTime string
Moid string
Name string
NetworkLimits GetCapabilitySwitchCapabilityNetworkLimits
ObjectType string
Owners []string
Parent GetCapabilitySwitchCapabilityParent
PermissionResources []GetCapabilitySwitchCapabilityPermissionResource
Pid string
PortsSupporting100gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting100gSpeed
PortsSupporting10gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting10gSpeed
PortsSupporting1gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting1gSpeed
PortsSupporting25gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting25gSpeed
PortsSupporting40gSpeeds []GetCapabilitySwitchCapabilityPortsSupporting40gSpeed
PortsSupportingApplianceRoles []GetCapabilitySwitchCapabilityPortsSupportingApplianceRole
PortsSupportingBreakouts []GetCapabilitySwitchCapabilityPortsSupportingBreakout
PortsSupportingFcoes []GetCapabilitySwitchCapabilityPortsSupportingFco
PortsSupportingServerRoles []GetCapabilitySwitchCapabilityPortsSupportingServerRole
ReservedVsans []GetCapabilitySwitchCapabilityReservedVsan
SerenoNetflowSupported bool
ServerRoleSupportedOnBreakouts []string
SharedScope string
Sku string
StorageLimits GetCapabilitySwitchCapabilityStorageLimits
SwitchingModeCapabilities []GetCapabilitySwitchCapabilitySwitchingModeCapability
SystemLimits GetCapabilitySwitchCapabilitySystemLimits
Tags []GetCapabilitySwitchCapabilityTag
UnifiedPorts []GetCapabilitySwitchCapabilityUnifiedPort
UnifiedRule string
UplinkAdminPortSpeedNegAuto25GbpsSupported bool
VersionContext GetCapabilitySwitchCapabilityVersionContext
Vid string
id String
results List<GetCapabilitySwitchCapabilityResult>
accountMoid String
additionalProperties String
ancestors List<GetCapabilitySwitchCapabilityAncestor>
classId String
createTime String
defaultFcoeVlan Double
domainGroupMoid String
dynamicVifsSupported Boolean
fanModulesSupported Boolean
fcEndHostModeReservedVsans List<GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan>
fcUplinkPortsAutoNegotiationSupported Boolean
immControlsVpcompression Boolean
locatorBeaconSupported Boolean
maxPorts Double
maxSlots Double
minVersionMapWithBreakoutSupport GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
minVersionMapWithLocatorLedSupport GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
minVersionMapWithNegAuto25gSupport GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
modTime String
moid String
name String
networkLimits GetCapabilitySwitchCapabilityNetworkLimits
objectType String
owners List<String>
parent GetCapabilitySwitchCapabilityParent
permissionResources List<GetCapabilitySwitchCapabilityPermissionResource>
pid String
portsSupporting100gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting100gSpeed>
portsSupporting10gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting10gSpeed>
portsSupporting1gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting1gSpeed>
portsSupporting25gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting25gSpeed>
portsSupporting40gSpeeds List<GetCapabilitySwitchCapabilityPortsSupporting40gSpeed>
portsSupportingApplianceRoles List<GetCapabilitySwitchCapabilityPortsSupportingApplianceRole>
portsSupportingBreakouts List<GetCapabilitySwitchCapabilityPortsSupportingBreakout>
portsSupportingFcoes List<GetCapabilitySwitchCapabilityPortsSupportingFco>
portsSupportingServerRoles List<GetCapabilitySwitchCapabilityPortsSupportingServerRole>
reservedVsans List<GetCapabilitySwitchCapabilityReservedVsan>
serenoNetflowSupported Boolean
serverRoleSupportedOnBreakouts List<String>
sharedScope String
sku String
storageLimits GetCapabilitySwitchCapabilityStorageLimits
switchingModeCapabilities List<GetCapabilitySwitchCapabilitySwitchingModeCapability>
systemLimits GetCapabilitySwitchCapabilitySystemLimits
tags List<GetCapabilitySwitchCapabilityTag>
unifiedPorts List<GetCapabilitySwitchCapabilityUnifiedPort>
unifiedRule String
uplinkAdminPortSpeedNegAuto25GbpsSupported Boolean
versionContext GetCapabilitySwitchCapabilityVersionContext
vid String
id string
results GetCapabilitySwitchCapabilityResult[]
accountMoid string
additionalProperties string
ancestors GetCapabilitySwitchCapabilityAncestor[]
classId string
createTime string
defaultFcoeVlan number
domainGroupMoid string
dynamicVifsSupported boolean
fanModulesSupported boolean
fcEndHostModeReservedVsans GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan[]
fcUplinkPortsAutoNegotiationSupported boolean
immControlsVpcompression boolean
locatorBeaconSupported boolean
maxPorts number
maxSlots number
minVersionMapWithBreakoutSupport GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
minVersionMapWithLocatorLedSupport GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
minVersionMapWithNegAuto25gSupport GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
modTime string
moid string
name string
networkLimits GetCapabilitySwitchCapabilityNetworkLimits
objectType string
owners string[]
parent GetCapabilitySwitchCapabilityParent
permissionResources GetCapabilitySwitchCapabilityPermissionResource[]
pid string
portsSupporting100gSpeeds GetCapabilitySwitchCapabilityPortsSupporting100gSpeed[]
portsSupporting10gSpeeds GetCapabilitySwitchCapabilityPortsSupporting10gSpeed[]
portsSupporting1gSpeeds GetCapabilitySwitchCapabilityPortsSupporting1gSpeed[]
portsSupporting25gSpeeds GetCapabilitySwitchCapabilityPortsSupporting25gSpeed[]
portsSupporting40gSpeeds GetCapabilitySwitchCapabilityPortsSupporting40gSpeed[]
portsSupportingApplianceRoles GetCapabilitySwitchCapabilityPortsSupportingApplianceRole[]
portsSupportingBreakouts GetCapabilitySwitchCapabilityPortsSupportingBreakout[]
portsSupportingFcoes GetCapabilitySwitchCapabilityPortsSupportingFco[]
portsSupportingServerRoles GetCapabilitySwitchCapabilityPortsSupportingServerRole[]
reservedVsans GetCapabilitySwitchCapabilityReservedVsan[]
serenoNetflowSupported boolean
serverRoleSupportedOnBreakouts string[]
sharedScope string
sku string
storageLimits GetCapabilitySwitchCapabilityStorageLimits
switchingModeCapabilities GetCapabilitySwitchCapabilitySwitchingModeCapability[]
systemLimits GetCapabilitySwitchCapabilitySystemLimits
tags GetCapabilitySwitchCapabilityTag[]
unifiedPorts GetCapabilitySwitchCapabilityUnifiedPort[]
unifiedRule string
uplinkAdminPortSpeedNegAuto25GbpsSupported boolean
versionContext GetCapabilitySwitchCapabilityVersionContext
vid string
id str
results Sequence[GetCapabilitySwitchCapabilityResult]
account_moid str
additional_properties str
ancestors Sequence[GetCapabilitySwitchCapabilityAncestor]
class_id str
create_time str
default_fcoe_vlan float
domain_group_moid str
dynamic_vifs_supported bool
fan_modules_supported bool
fc_end_host_mode_reserved_vsans Sequence[GetCapabilitySwitchCapabilityFcEndHostModeReservedVsan]
fc_uplink_ports_auto_negotiation_supported bool
imm_controls_vpcompression bool
locator_beacon_supported bool
max_ports float
max_slots float
min_version_map_with_breakout_support GetCapabilitySwitchCapabilityMinVersionMapWithBreakoutSupport
min_version_map_with_locator_led_support GetCapabilitySwitchCapabilityMinVersionMapWithLocatorLedSupport
min_version_map_with_neg_auto25g_support GetCapabilitySwitchCapabilityMinVersionMapWithNegAuto25gSupport
mod_time str
moid str
name str
network_limits GetCapabilitySwitchCapabilityNetworkLimits
object_type str
owners Sequence[str]
parent GetCapabilitySwitchCapabilityParent
permission_resources Sequence[GetCapabilitySwitchCapabilityPermissionResource]
pid str
ports_supporting100g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting100gSpeed]
ports_supporting10g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting10gSpeed]
ports_supporting1g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting1gSpeed]
ports_supporting25g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting25gSpeed]
ports_supporting40g_speeds Sequence[GetCapabilitySwitchCapabilityPortsSupporting40gSpeed]
ports_supporting_appliance_roles Sequence[GetCapabilitySwitchCapabilityPortsSupportingApplianceRole]
ports_supporting_breakouts Sequence[GetCapabilitySwitchCapabilityPortsSupportingBreakout]
ports_supporting_fcoes Sequence[GetCapabilitySwitchCapabilityPortsSupportingFco]
ports_supporting_server_roles Sequence[GetCapabilitySwitchCapabilityPortsSupportingServerRole]
reserved_vsans Sequence[GetCapabilitySwitchCapabilityReservedVsan]
sereno_netflow_supported bool
server_role_supported_on_breakouts Sequence[str]
shared_scope str
sku str
storage_limits GetCapabilitySwitchCapabilityStorageLimits
switching_mode_capabilities Sequence[GetCapabilitySwitchCapabilitySwitchingModeCapability]
system_limits GetCapabilitySwitchCapabilitySystemLimits
tags Sequence[GetCapabilitySwitchCapabilityTag]
unified_ports Sequence[GetCapabilitySwitchCapabilityUnifiedPort]
unified_rule str
uplink_admin_port_speed_neg_auto25_gbps_supported bool
version_context GetCapabilitySwitchCapabilityVersionContext
vid str
id String
results List<Property Map>
accountMoid String
additionalProperties String
ancestors List<Property Map>
classId String
createTime String
defaultFcoeVlan Number
domainGroupMoid String
dynamicVifsSupported Boolean
fanModulesSupported Boolean
fcEndHostModeReservedVsans List<Property Map>
fcUplinkPortsAutoNegotiationSupported Boolean
immControlsVpcompression Boolean
locatorBeaconSupported Boolean
maxPorts Number
maxSlots Number
minVersionMapWithBreakoutSupport Property Map
minVersionMapWithLocatorLedSupport Property Map
minVersionMapWithNegAuto25gSupport Property Map
modTime String
moid String
name String
networkLimits Property Map
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
pid String
portsSupporting100gSpeeds List<Property Map>
portsSupporting10gSpeeds List<Property Map>
portsSupporting1gSpeeds List<Property Map>
portsSupporting25gSpeeds List<Property Map>
portsSupporting40gSpeeds List<Property Map>
portsSupportingApplianceRoles List<Property Map>
portsSupportingBreakouts List<Property Map>
portsSupportingFcoes List<Property Map>
portsSupportingServerRoles List<Property Map>
reservedVsans List<Property Map>
serenoNetflowSupported Boolean
serverRoleSupportedOnBreakouts List<String>
sharedScope String
sku String
storageLimits Property Map
switchingModeCapabilities List<Property Map>
systemLimits Property Map
tags List<Property Map>
unifiedPorts List<Property Map>
unifiedRule String
uplinkAdminPortSpeedNegAuto25GbpsSupported Boolean
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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
DeviceFirmwareVersion string
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.
DeviceFirmwareVersion string
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.
deviceFirmwareVersion String
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.
deviceFirmwareVersion string
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_version str
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.
deviceFirmwareVersion String
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.
DeviceFirmwareVersion string
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.
DeviceFirmwareVersion string
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.
deviceFirmwareVersion String
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.
deviceFirmwareVersion string
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_version str
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.
deviceFirmwareVersion String
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.
DeviceFirmwareVersion string
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.
DeviceFirmwareVersion string
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.
deviceFirmwareVersion String
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.
deviceFirmwareVersion string
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_version str
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.
deviceFirmwareVersion String
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.
MaxCompressedPortVlanCount double
Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
MaxUncompressedPortVlanCount double
Maximum configurable VLANs on Switch/Fabric-Interconnect.
MaximumActiveTrafficMonitoringSessions double
Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
MaximumEthernetPortChannels double
Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
MaximumEthernetUplinkPorts double
Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
MaximumFcPortChannelMembers double
Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
MaximumFcPortChannels double
Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
MaximumIgmpGroups double
Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
MaximumPortChannelMembers double
Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
MaximumPrimaryVlan double
Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
MaximumSecondaryVlan double
Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
MaximumSecondaryVlanPerPrimary double
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.
MinimumActiveFans double
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.
MaxCompressedPortVlanCount float64
Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
MaxUncompressedPortVlanCount float64
Maximum configurable VLANs on Switch/Fabric-Interconnect.
MaximumActiveTrafficMonitoringSessions float64
Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
MaximumEthernetPortChannels float64
Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
MaximumEthernetUplinkPorts float64
Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
MaximumFcPortChannelMembers float64
Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
MaximumFcPortChannels float64
Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
MaximumIgmpGroups float64
Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
MaximumPortChannelMembers float64
Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
MaximumPrimaryVlan float64
Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
MaximumSecondaryVlan float64
Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
MaximumSecondaryVlanPerPrimary float64
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.
MinimumActiveFans float64
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.
maxCompressedPortVlanCount Double
Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
maxUncompressedPortVlanCount Double
Maximum configurable VLANs on Switch/Fabric-Interconnect.
maximumActiveTrafficMonitoringSessions Double
Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
maximumEthernetPortChannels Double
Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
maximumEthernetUplinkPorts Double
Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
maximumFcPortChannelMembers Double
Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
maximumFcPortChannels Double
Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
maximumIgmpGroups Double
Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
maximumPortChannelMembers Double
Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
maximumPrimaryVlan Double
Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
maximumSecondaryVlan Double
Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
maximumSecondaryVlanPerPrimary Double
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.
minimumActiveFans Double
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.
maxCompressedPortVlanCount number
Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
maxUncompressedPortVlanCount number
Maximum configurable VLANs on Switch/Fabric-Interconnect.
maximumActiveTrafficMonitoringSessions number
Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
maximumEthernetPortChannels number
Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
maximumEthernetUplinkPorts number
Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
maximumFcPortChannelMembers number
Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
maximumFcPortChannels number
Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
maximumIgmpGroups number
Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
maximumPortChannelMembers number
Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
maximumPrimaryVlan number
Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
maximumSecondaryVlan number
Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
maximumSecondaryVlanPerPrimary number
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.
minimumActiveFans number
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_port_vlan_count float
Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
max_uncompressed_port_vlan_count float
Maximum configurable VLANs on Switch/Fabric-Interconnect.
maximum_active_traffic_monitoring_sessions float
Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
maximum_ethernet_port_channels float
Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
maximum_ethernet_uplink_ports float
Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
maximum_fc_port_channel_members float
Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
maximum_fc_port_channels float
Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
maximum_igmp_groups float
Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
maximum_port_channel_members float
Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
maximum_primary_vlan float
Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
maximum_secondary_vlan float
Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
maximum_secondary_vlan_per_primary float
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_fans float
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.
maxCompressedPortVlanCount Number
Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.
maxUncompressedPortVlanCount Number
Maximum configurable VLANs on Switch/Fabric-Interconnect.
maximumActiveTrafficMonitoringSessions Number
Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.
maximumEthernetPortChannels Number
Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.
maximumEthernetUplinkPorts Number
Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.
maximumFcPortChannelMembers Number
Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.
maximumFcPortChannels Number
Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.
maximumIgmpGroups Number
Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.
maximumPortChannelMembers Number
Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.
maximumPrimaryVlan Number
Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.
maximumSecondaryVlan Number
Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.
maximumSecondaryVlanPerPrimary Number
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.
minimumActiveFans Number
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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
Starting Slot ID in this range of ports.

GetCapabilitySwitchCapabilityResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetCapabilitySwitchCapabilityResultAncestor>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DefaultFcoeVlan This property is required. double
Default Fcoe VLAN associated with this switch.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
DynamicVifsSupported This property is required. bool
Dynamic VIFs support on this switch.
FanModulesSupported This property is required. bool
Fan Modules support on this switch.
FcEndHostModeReservedVsans This property is required. List<GetCapabilitySwitchCapabilityResultFcEndHostModeReservedVsan>
FcUplinkPortsAutoNegotiationSupported This property is required. bool
Fc Uplink ports auto negotiation speed support on this switch.
ImmControlsVpcompression This property is required. bool
VlanPort Compression is controlled by IMM.
LocatorBeaconSupported This property is required. bool
Locator Beacon LED support on this switch.
MaxPorts This property is required. double
Maximum allowed physical ports on this switch.
MaxSlots This property is required. double
Maximum allowed physical slots on this switch.
MinVersionMapWithBreakoutSupports This property is required. List<GetCapabilitySwitchCapabilityResultMinVersionMapWithBreakoutSupport>
MinVersionMapWithLocatorLedSupports This property is required. List<GetCapabilitySwitchCapabilityResultMinVersionMapWithLocatorLedSupport>
MinVersionMapWithNegAuto25gSupports This property is required. List<GetCapabilitySwitchCapabilityResultMinVersionMapWithNegAuto25gSupport>
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
An unique identifer for a capability descriptor.
NetworkLimits This property is required. List<GetCapabilitySwitchCapabilityResultNetworkLimit>
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetCapabilitySwitchCapabilityResultParent>
PermissionResources This property is required. List<GetCapabilitySwitchCapabilityResultPermissionResource>
Pid This property is required. string
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
PortsSupporting100gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting100gSpeed>
PortsSupporting10gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting10gSpeed>
PortsSupporting1gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting1gSpeed>
PortsSupporting25gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting25gSpeed>
PortsSupporting40gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting40gSpeed>
PortsSupportingApplianceRoles This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupportingApplianceRole>
PortsSupportingBreakouts This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupportingBreakout>
PortsSupportingFcoes This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupportingFco>
PortsSupportingServerRoles This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupportingServerRole>
ReservedVsans This property is required. List<GetCapabilitySwitchCapabilityResultReservedVsan>
SerenoNetflowSupported This property is required. bool
Sereno Adaptor with Netflow support on this switch.
ServerRoleSupportedOnBreakouts This property is required. List<string>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Sku This property is required. string
SKU information for Switch/Fabric-Interconnect.
StorageLimits This property is required. List<GetCapabilitySwitchCapabilityResultStorageLimit>
SwitchingModeCapabilities This property is required. List<GetCapabilitySwitchCapabilityResultSwitchingModeCapability>
SystemLimits This property is required. List<GetCapabilitySwitchCapabilityResultSystemLimit>
Tags This property is required. List<GetCapabilitySwitchCapabilityResultTag>
UnifiedPorts This property is required. List<GetCapabilitySwitchCapabilityResultUnifiedPort>
UnifiedRule This property is required. string
The Slider rule for Unified ports on this switch.
UplinkAdminPortSpeedNegAuto25GbpsSupported This property is required. bool
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
VersionContexts This property is required. List<GetCapabilitySwitchCapabilityResultVersionContext>
Vid This property is required. string
VID information for Switch/Fabric-Interconnect.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetCapabilitySwitchCapabilityResultAncestor
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DefaultFcoeVlan This property is required. float64
Default Fcoe VLAN associated with this switch.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
DynamicVifsSupported This property is required. bool
Dynamic VIFs support on this switch.
FanModulesSupported This property is required. bool
Fan Modules support on this switch.
FcEndHostModeReservedVsans This property is required. []GetCapabilitySwitchCapabilityResultFcEndHostModeReservedVsan
FcUplinkPortsAutoNegotiationSupported This property is required. bool
Fc Uplink ports auto negotiation speed support on this switch.
ImmControlsVpcompression This property is required. bool
VlanPort Compression is controlled by IMM.
LocatorBeaconSupported This property is required. bool
Locator Beacon LED support on this switch.
MaxPorts This property is required. float64
Maximum allowed physical ports on this switch.
MaxSlots This property is required. float64
Maximum allowed physical slots on this switch.
MinVersionMapWithBreakoutSupports This property is required. []GetCapabilitySwitchCapabilityResultMinVersionMapWithBreakoutSupport
MinVersionMapWithLocatorLedSupports This property is required. []GetCapabilitySwitchCapabilityResultMinVersionMapWithLocatorLedSupport
MinVersionMapWithNegAuto25gSupports This property is required. []GetCapabilitySwitchCapabilityResultMinVersionMapWithNegAuto25gSupport
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
An unique identifer for a capability descriptor.
NetworkLimits This property is required. []GetCapabilitySwitchCapabilityResultNetworkLimit
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetCapabilitySwitchCapabilityResultParent
PermissionResources This property is required. []GetCapabilitySwitchCapabilityResultPermissionResource
Pid This property is required. string
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
PortsSupporting100gSpeeds This property is required. []GetCapabilitySwitchCapabilityResultPortsSupporting100gSpeed
PortsSupporting10gSpeeds This property is required. []GetCapabilitySwitchCapabilityResultPortsSupporting10gSpeed
PortsSupporting1gSpeeds This property is required. []GetCapabilitySwitchCapabilityResultPortsSupporting1gSpeed
PortsSupporting25gSpeeds This property is required. []GetCapabilitySwitchCapabilityResultPortsSupporting25gSpeed
PortsSupporting40gSpeeds This property is required. []GetCapabilitySwitchCapabilityResultPortsSupporting40gSpeed
PortsSupportingApplianceRoles This property is required. []GetCapabilitySwitchCapabilityResultPortsSupportingApplianceRole
PortsSupportingBreakouts This property is required. []GetCapabilitySwitchCapabilityResultPortsSupportingBreakout
PortsSupportingFcoes This property is required. []GetCapabilitySwitchCapabilityResultPortsSupportingFco
PortsSupportingServerRoles This property is required. []GetCapabilitySwitchCapabilityResultPortsSupportingServerRole
ReservedVsans This property is required. []GetCapabilitySwitchCapabilityResultReservedVsan
SerenoNetflowSupported This property is required. bool
Sereno Adaptor with Netflow support on this switch.
ServerRoleSupportedOnBreakouts This property is required. []string
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Sku This property is required. string
SKU information for Switch/Fabric-Interconnect.
StorageLimits This property is required. []GetCapabilitySwitchCapabilityResultStorageLimit
SwitchingModeCapabilities This property is required. []GetCapabilitySwitchCapabilityResultSwitchingModeCapability
SystemLimits This property is required. []GetCapabilitySwitchCapabilityResultSystemLimit
Tags This property is required. []GetCapabilitySwitchCapabilityResultTag
UnifiedPorts This property is required. []GetCapabilitySwitchCapabilityResultUnifiedPort
UnifiedRule This property is required. string
The Slider rule for Unified ports on this switch.
UplinkAdminPortSpeedNegAuto25GbpsSupported This property is required. bool
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
VersionContexts This property is required. []GetCapabilitySwitchCapabilityResultVersionContext
Vid This property is required. string
VID information for Switch/Fabric-Interconnect.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetCapabilitySwitchCapabilityResultAncestor>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
defaultFcoeVlan This property is required. Double
Default Fcoe VLAN associated with this switch.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
dynamicVifsSupported This property is required. Boolean
Dynamic VIFs support on this switch.
fanModulesSupported This property is required. Boolean
Fan Modules support on this switch.
fcEndHostModeReservedVsans This property is required. List<GetCapabilitySwitchCapabilityResultFcEndHostModeReservedVsan>
fcUplinkPortsAutoNegotiationSupported This property is required. Boolean
Fc Uplink ports auto negotiation speed support on this switch.
immControlsVpcompression This property is required. Boolean
VlanPort Compression is controlled by IMM.
locatorBeaconSupported This property is required. Boolean
Locator Beacon LED support on this switch.
maxPorts This property is required. Double
Maximum allowed physical ports on this switch.
maxSlots This property is required. Double
Maximum allowed physical slots on this switch.
minVersionMapWithBreakoutSupports This property is required. List<GetCapabilitySwitchCapabilityResultMinVersionMapWithBreakoutSupport>
minVersionMapWithLocatorLedSupports This property is required. List<GetCapabilitySwitchCapabilityResultMinVersionMapWithLocatorLedSupport>
minVersionMapWithNegAuto25gSupports This property is required. List<GetCapabilitySwitchCapabilityResultMinVersionMapWithNegAuto25gSupport>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
An unique identifer for a capability descriptor.
networkLimits This property is required. List<GetCapabilitySwitchCapabilityResultNetworkLimit>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetCapabilitySwitchCapabilityResultParent>
permissionResources This property is required. List<GetCapabilitySwitchCapabilityResultPermissionResource>
pid This property is required. String
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
portsSupporting100gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting100gSpeed>
portsSupporting10gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting10gSpeed>
portsSupporting1gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting1gSpeed>
portsSupporting25gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting25gSpeed>
portsSupporting40gSpeeds This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupporting40gSpeed>
portsSupportingApplianceRoles This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupportingApplianceRole>
portsSupportingBreakouts This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupportingBreakout>
portsSupportingFcoes This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupportingFco>
portsSupportingServerRoles This property is required. List<GetCapabilitySwitchCapabilityResultPortsSupportingServerRole>
reservedVsans This property is required. List<GetCapabilitySwitchCapabilityResultReservedVsan>
serenoNetflowSupported This property is required. Boolean
Sereno Adaptor with Netflow support on this switch.
serverRoleSupportedOnBreakouts This property is required. List<String>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
sku This property is required. String
SKU information for Switch/Fabric-Interconnect.
storageLimits This property is required. List<GetCapabilitySwitchCapabilityResultStorageLimit>
switchingModeCapabilities This property is required. List<GetCapabilitySwitchCapabilityResultSwitchingModeCapability>
systemLimits This property is required. List<GetCapabilitySwitchCapabilityResultSystemLimit>
tags This property is required. List<GetCapabilitySwitchCapabilityResultTag>
unifiedPorts This property is required. List<GetCapabilitySwitchCapabilityResultUnifiedPort>
unifiedRule This property is required. String
The Slider rule for Unified ports on this switch.
uplinkAdminPortSpeedNegAuto25GbpsSupported This property is required. Boolean
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
versionContexts This property is required. List<GetCapabilitySwitchCapabilityResultVersionContext>
vid This property is required. String
VID information for Switch/Fabric-Interconnect.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetCapabilitySwitchCapabilityResultAncestor[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
defaultFcoeVlan This property is required. number
Default Fcoe VLAN associated with this switch.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
dynamicVifsSupported This property is required. boolean
Dynamic VIFs support on this switch.
fanModulesSupported This property is required. boolean
Fan Modules support on this switch.
fcEndHostModeReservedVsans This property is required. GetCapabilitySwitchCapabilityResultFcEndHostModeReservedVsan[]
fcUplinkPortsAutoNegotiationSupported This property is required. boolean
Fc Uplink ports auto negotiation speed support on this switch.
immControlsVpcompression This property is required. boolean
VlanPort Compression is controlled by IMM.
locatorBeaconSupported This property is required. boolean
Locator Beacon LED support on this switch.
maxPorts This property is required. number
Maximum allowed physical ports on this switch.
maxSlots This property is required. number
Maximum allowed physical slots on this switch.
minVersionMapWithBreakoutSupports This property is required. GetCapabilitySwitchCapabilityResultMinVersionMapWithBreakoutSupport[]
minVersionMapWithLocatorLedSupports This property is required. GetCapabilitySwitchCapabilityResultMinVersionMapWithLocatorLedSupport[]
minVersionMapWithNegAuto25gSupports This property is required. GetCapabilitySwitchCapabilityResultMinVersionMapWithNegAuto25gSupport[]
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
An unique identifer for a capability descriptor.
networkLimits This property is required. GetCapabilitySwitchCapabilityResultNetworkLimit[]
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetCapabilitySwitchCapabilityResultParent[]
permissionResources This property is required. GetCapabilitySwitchCapabilityResultPermissionResource[]
pid This property is required. string
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
portsSupporting100gSpeeds This property is required. GetCapabilitySwitchCapabilityResultPortsSupporting100gSpeed[]
portsSupporting10gSpeeds This property is required. GetCapabilitySwitchCapabilityResultPortsSupporting10gSpeed[]
portsSupporting1gSpeeds This property is required. GetCapabilitySwitchCapabilityResultPortsSupporting1gSpeed[]
portsSupporting25gSpeeds This property is required. GetCapabilitySwitchCapabilityResultPortsSupporting25gSpeed[]
portsSupporting40gSpeeds This property is required. GetCapabilitySwitchCapabilityResultPortsSupporting40gSpeed[]
portsSupportingApplianceRoles This property is required. GetCapabilitySwitchCapabilityResultPortsSupportingApplianceRole[]
portsSupportingBreakouts This property is required. GetCapabilitySwitchCapabilityResultPortsSupportingBreakout[]
portsSupportingFcoes This property is required. GetCapabilitySwitchCapabilityResultPortsSupportingFco[]
portsSupportingServerRoles This property is required. GetCapabilitySwitchCapabilityResultPortsSupportingServerRole[]
reservedVsans This property is required. GetCapabilitySwitchCapabilityResultReservedVsan[]
serenoNetflowSupported This property is required. boolean
Sereno Adaptor with Netflow support on this switch.
serverRoleSupportedOnBreakouts This property is required. string[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
sku This property is required. string
SKU information for Switch/Fabric-Interconnect.
storageLimits This property is required. GetCapabilitySwitchCapabilityResultStorageLimit[]
switchingModeCapabilities This property is required. GetCapabilitySwitchCapabilityResultSwitchingModeCapability[]
systemLimits This property is required. GetCapabilitySwitchCapabilityResultSystemLimit[]
tags This property is required. GetCapabilitySwitchCapabilityResultTag[]
unifiedPorts This property is required. GetCapabilitySwitchCapabilityResultUnifiedPort[]
unifiedRule This property is required. string
The Slider rule for Unified ports on this switch.
uplinkAdminPortSpeedNegAuto25GbpsSupported This property is required. boolean
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
versionContexts This property is required. GetCapabilitySwitchCapabilityResultVersionContext[]
vid This property is required. string
VID information for Switch/Fabric-Interconnect.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetCapabilitySwitchCapabilityResultAncestor]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
default_fcoe_vlan This property is required. float
Default Fcoe VLAN associated with this switch.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
dynamic_vifs_supported This property is required. bool
Dynamic VIFs support on this switch.
fan_modules_supported This property is required. bool
Fan Modules support on this switch.
fc_end_host_mode_reserved_vsans This property is required. Sequence[GetCapabilitySwitchCapabilityResultFcEndHostModeReservedVsan]
fc_uplink_ports_auto_negotiation_supported This property is required. bool
Fc Uplink ports auto negotiation speed support on this switch.
imm_controls_vpcompression This property is required. bool
VlanPort Compression is controlled by IMM.
locator_beacon_supported This property is required. bool
Locator Beacon LED support on this switch.
max_ports This property is required. float
Maximum allowed physical ports on this switch.
max_slots This property is required. float
Maximum allowed physical slots on this switch.
min_version_map_with_breakout_supports This property is required. Sequence[GetCapabilitySwitchCapabilityResultMinVersionMapWithBreakoutSupport]
min_version_map_with_locator_led_supports This property is required. Sequence[GetCapabilitySwitchCapabilityResultMinVersionMapWithLocatorLedSupport]
min_version_map_with_neg_auto25g_supports This property is required. Sequence[GetCapabilitySwitchCapabilityResultMinVersionMapWithNegAuto25gSupport]
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
An unique identifer for a capability descriptor.
network_limits This property is required. Sequence[GetCapabilitySwitchCapabilityResultNetworkLimit]
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetCapabilitySwitchCapabilityResultParent]
permission_resources This property is required. Sequence[GetCapabilitySwitchCapabilityResultPermissionResource]
pid This property is required. str
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
ports_supporting100g_speeds This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupporting100gSpeed]
ports_supporting10g_speeds This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupporting10gSpeed]
ports_supporting1g_speeds This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupporting1gSpeed]
ports_supporting25g_speeds This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupporting25gSpeed]
ports_supporting40g_speeds This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupporting40gSpeed]
ports_supporting_appliance_roles This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupportingApplianceRole]
ports_supporting_breakouts This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupportingBreakout]
ports_supporting_fcoes This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupportingFco]
ports_supporting_server_roles This property is required. Sequence[GetCapabilitySwitchCapabilityResultPortsSupportingServerRole]
reserved_vsans This property is required. Sequence[GetCapabilitySwitchCapabilityResultReservedVsan]
sereno_netflow_supported This property is required. bool
Sereno Adaptor with Netflow support on this switch.
server_role_supported_on_breakouts This property is required. Sequence[str]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
sku This property is required. str
SKU information for Switch/Fabric-Interconnect.
storage_limits This property is required. Sequence[GetCapabilitySwitchCapabilityResultStorageLimit]
switching_mode_capabilities This property is required. Sequence[GetCapabilitySwitchCapabilityResultSwitchingModeCapability]
system_limits This property is required. Sequence[GetCapabilitySwitchCapabilityResultSystemLimit]
tags This property is required. Sequence[GetCapabilitySwitchCapabilityResultTag]
unified_ports This property is required. Sequence[GetCapabilitySwitchCapabilityResultUnifiedPort]
unified_rule This property is required. str
The Slider rule for Unified ports on this switch.
uplink_admin_port_speed_neg_auto25_gbps_supported This property is required. bool
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
version_contexts This property is required. Sequence[GetCapabilitySwitchCapabilityResultVersionContext]
vid This property is required. str
VID information for Switch/Fabric-Interconnect.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
defaultFcoeVlan This property is required. Number
Default Fcoe VLAN associated with this switch.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
dynamicVifsSupported This property is required. Boolean
Dynamic VIFs support on this switch.
fanModulesSupported This property is required. Boolean
Fan Modules support on this switch.
fcEndHostModeReservedVsans This property is required. List<Property Map>
fcUplinkPortsAutoNegotiationSupported This property is required. Boolean
Fc Uplink ports auto negotiation speed support on this switch.
immControlsVpcompression This property is required. Boolean
VlanPort Compression is controlled by IMM.
locatorBeaconSupported This property is required. Boolean
Locator Beacon LED support on this switch.
maxPorts This property is required. Number
Maximum allowed physical ports on this switch.
maxSlots This property is required. Number
Maximum allowed physical slots on this switch.
minVersionMapWithBreakoutSupports This property is required. List<Property Map>
minVersionMapWithLocatorLedSupports This property is required. List<Property Map>
minVersionMapWithNegAuto25gSupports This property is required. List<Property Map>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
An unique identifer for a capability descriptor.
networkLimits This property is required. List<Property Map>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
pid This property is required. String
Product Identifier for a Switch/Fabric-Interconnect.* UCS-FI-6454 - The standard 4th generation UCS Fabric Interconnect with 54 ports.* UCS-FI-64108 - The expanded 4th generation UCS Fabric Interconnect with 108 ports.* UCS-FI-6536 - The standard 5th generation UCS Fabric Interconnect with 36 ports.* UCSX-S9108-100G - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.* UCS-FI-6664 - The standard 6th generation UCS Fabric Interconnect with 36 ports.* unknown - Unknown device type, usage is TBD.
portsSupporting100gSpeeds This property is required. List<Property Map>
portsSupporting10gSpeeds This property is required. List<Property Map>
portsSupporting1gSpeeds This property is required. List<Property Map>
portsSupporting25gSpeeds This property is required. List<Property Map>
portsSupporting40gSpeeds This property is required. List<Property Map>
portsSupportingApplianceRoles This property is required. List<Property Map>
portsSupportingBreakouts This property is required. List<Property Map>
portsSupportingFcoes This property is required. List<Property Map>
portsSupportingServerRoles This property is required. List<Property Map>
reservedVsans This property is required. List<Property Map>
serenoNetflowSupported This property is required. Boolean
Sereno Adaptor with Netflow support on this switch.
serverRoleSupportedOnBreakouts This property is required. List<String>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
sku This property is required. String
SKU information for Switch/Fabric-Interconnect.
storageLimits This property is required. List<Property Map>
switchingModeCapabilities This property is required. List<Property Map>
systemLimits This property is required. List<Property Map>
tags This property is required. List<Property Map>
unifiedPorts This property is required. List<Property Map>
unifiedRule This property is required. String
The Slider rule for Unified ports on this switch.
uplinkAdminPortSpeedNegAuto25GbpsSupported This property is required. Boolean
'Negotiate Auto 25000' admin speed support on this switch for port or port-channelwith Ethernet Uplink/Appliance/FCoE Uplink roles.
versionContexts This property is required. List<Property Map>
vid This property is required. String
VID information for Switch/Fabric-Interconnect.

GetCapabilitySwitchCapabilityResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilitySwitchCapabilityResultFcEndHostModeReservedVsan

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultMinVersionMapWithBreakoutSupport

AdditionalProperties This property is required. string
BundleVersion This property is required. string
ClassId This property is required. string
DeviceFirmwareVersion This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
BundleVersion This property is required. string
ClassId This property is required. string
DeviceFirmwareVersion This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
bundleVersion This property is required. String
classId This property is required. String
deviceFirmwareVersion This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
bundleVersion This property is required. string
classId This property is required. string
deviceFirmwareVersion This property is required. string
objectType This property is required. string
additional_properties This property is required. str
bundle_version This property is required. str
class_id This property is required. str
device_firmware_version This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
bundleVersion This property is required. String
classId This property is required. String
deviceFirmwareVersion This property is required. String
objectType This property is required. String

GetCapabilitySwitchCapabilityResultMinVersionMapWithLocatorLedSupport

AdditionalProperties This property is required. string
BundleVersion This property is required. string
ClassId This property is required. string
DeviceFirmwareVersion This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
BundleVersion This property is required. string
ClassId This property is required. string
DeviceFirmwareVersion This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
bundleVersion This property is required. String
classId This property is required. String
deviceFirmwareVersion This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
bundleVersion This property is required. string
classId This property is required. string
deviceFirmwareVersion This property is required. string
objectType This property is required. string
additional_properties This property is required. str
bundle_version This property is required. str
class_id This property is required. str
device_firmware_version This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
bundleVersion This property is required. String
classId This property is required. String
deviceFirmwareVersion This property is required. String
objectType This property is required. String

GetCapabilitySwitchCapabilityResultMinVersionMapWithNegAuto25gSupport

AdditionalProperties This property is required. string
BundleVersion This property is required. string
ClassId This property is required. string
DeviceFirmwareVersion This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
BundleVersion This property is required. string
ClassId This property is required. string
DeviceFirmwareVersion This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
bundleVersion This property is required. String
classId This property is required. String
deviceFirmwareVersion This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
bundleVersion This property is required. string
classId This property is required. string
deviceFirmwareVersion This property is required. string
objectType This property is required. string
additional_properties This property is required. str
bundle_version This property is required. str
class_id This property is required. str
device_firmware_version This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
bundleVersion This property is required. String
classId This property is required. String
deviceFirmwareVersion This property is required. String
objectType This property is required. String

GetCapabilitySwitchCapabilityResultNetworkLimit

AdditionalProperties This property is required. string
ClassId This property is required. string
MaxCompressedPortVlanCount This property is required. double
MaxUncompressedPortVlanCount This property is required. double
MaximumActiveTrafficMonitoringSessions This property is required. double
MaximumEthernetPortChannels This property is required. double
MaximumEthernetUplinkPorts This property is required. double
MaximumFcPortChannelMembers This property is required. double
MaximumFcPortChannels This property is required. double
MaximumIgmpGroups This property is required. double
MaximumPortChannelMembers This property is required. double
MaximumPrimaryVlan This property is required. double
MaximumSecondaryVlan This property is required. double
MaximumSecondaryVlanPerPrimary This property is required. double
MaximumVifs This property is required. double
MaximumVlans This property is required. double
MinimumActiveFans This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
MaxCompressedPortVlanCount This property is required. float64
MaxUncompressedPortVlanCount This property is required. float64
MaximumActiveTrafficMonitoringSessions This property is required. float64
MaximumEthernetPortChannels This property is required. float64
MaximumEthernetUplinkPorts This property is required. float64
MaximumFcPortChannelMembers This property is required. float64
MaximumFcPortChannels This property is required. float64
MaximumIgmpGroups This property is required. float64
MaximumPortChannelMembers This property is required. float64
MaximumPrimaryVlan This property is required. float64
MaximumSecondaryVlan This property is required. float64
MaximumSecondaryVlanPerPrimary This property is required. float64
MaximumVifs This property is required. float64
MaximumVlans This property is required. float64
MinimumActiveFans This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
maxCompressedPortVlanCount This property is required. Double
maxUncompressedPortVlanCount This property is required. Double
maximumActiveTrafficMonitoringSessions This property is required. Double
maximumEthernetPortChannels This property is required. Double
maximumEthernetUplinkPorts This property is required. Double
maximumFcPortChannelMembers This property is required. Double
maximumFcPortChannels This property is required. Double
maximumIgmpGroups This property is required. Double
maximumPortChannelMembers This property is required. Double
maximumPrimaryVlan This property is required. Double
maximumSecondaryVlan This property is required. Double
maximumSecondaryVlanPerPrimary This property is required. Double
maximumVifs This property is required. Double
maximumVlans This property is required. Double
minimumActiveFans This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
maxCompressedPortVlanCount This property is required. number
maxUncompressedPortVlanCount This property is required. number
maximumActiveTrafficMonitoringSessions This property is required. number
maximumEthernetPortChannels This property is required. number
maximumEthernetUplinkPorts This property is required. number
maximumFcPortChannelMembers This property is required. number
maximumFcPortChannels This property is required. number
maximumIgmpGroups This property is required. number
maximumPortChannelMembers This property is required. number
maximumPrimaryVlan This property is required. number
maximumSecondaryVlan This property is required. number
maximumSecondaryVlanPerPrimary This property is required. number
maximumVifs This property is required. number
maximumVlans This property is required. number
minimumActiveFans This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
max_compressed_port_vlan_count This property is required. float
max_uncompressed_port_vlan_count This property is required. float
maximum_active_traffic_monitoring_sessions This property is required. float
maximum_ethernet_port_channels This property is required. float
maximum_ethernet_uplink_ports This property is required. float
maximum_fc_port_channel_members This property is required. float
maximum_fc_port_channels This property is required. float
maximum_igmp_groups This property is required. float
maximum_port_channel_members This property is required. float
maximum_primary_vlan This property is required. float
maximum_secondary_vlan This property is required. float
maximum_secondary_vlan_per_primary This property is required. float
maximum_vifs This property is required. float
maximum_vlans This property is required. float
minimum_active_fans This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
maxCompressedPortVlanCount This property is required. Number
maxUncompressedPortVlanCount This property is required. Number
maximumActiveTrafficMonitoringSessions This property is required. Number
maximumEthernetPortChannels This property is required. Number
maximumEthernetUplinkPorts This property is required. Number
maximumFcPortChannelMembers This property is required. Number
maximumFcPortChannels This property is required. Number
maximumIgmpGroups This property is required. Number
maximumPortChannelMembers This property is required. Number
maximumPrimaryVlan This property is required. Number
maximumSecondaryVlan This property is required. Number
maximumSecondaryVlanPerPrimary This property is required. Number
maximumVifs This property is required. Number
maximumVlans This property is required. Number
minimumActiveFans This property is required. Number
objectType This property is required. String

GetCapabilitySwitchCapabilityResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilitySwitchCapabilityResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilitySwitchCapabilityResultPortsSupporting100gSpeed

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultPortsSupporting10gSpeed

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultPortsSupporting1gSpeed

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultPortsSupporting25gSpeed

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultPortsSupporting40gSpeed

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultPortsSupportingApplianceRole

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultPortsSupportingBreakout

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultPortsSupportingFco

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultPortsSupportingServerRole

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultReservedVsan

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultStorageLimit

AdditionalProperties This property is required. string
ClassId This property is required. string
MaximumUserZoneCount This property is required. double
MaximumVirtualFcInterfaces This property is required. double
MaximumVirtualFcInterfacesPerBladeServer This property is required. double
MaximumVsans This property is required. double
MaximumZoneCount This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
MaximumUserZoneCount This property is required. float64
MaximumVirtualFcInterfaces This property is required. float64
MaximumVirtualFcInterfacesPerBladeServer This property is required. float64
MaximumVsans This property is required. float64
MaximumZoneCount This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
maximumUserZoneCount This property is required. Double
maximumVirtualFcInterfaces This property is required. Double
maximumVirtualFcInterfacesPerBladeServer This property is required. Double
maximumVsans This property is required. Double
maximumZoneCount This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
maximumUserZoneCount This property is required. number
maximumVirtualFcInterfaces This property is required. number
maximumVirtualFcInterfacesPerBladeServer This property is required. number
maximumVsans This property is required. number
maximumZoneCount This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
maximum_user_zone_count This property is required. float
maximum_virtual_fc_interfaces This property is required. float
maximum_virtual_fc_interfaces_per_blade_server This property is required. float
maximum_vsans This property is required. float
maximum_zone_count This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
maximumUserZoneCount This property is required. Number
maximumVirtualFcInterfaces This property is required. Number
maximumVirtualFcInterfacesPerBladeServer This property is required. Number
maximumVsans This property is required. Number
maximumZoneCount This property is required. Number
objectType This property is required. String

GetCapabilitySwitchCapabilityResultSwitchingModeCapability

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
SwitchingMode This property is required. string
VpCompressionSupported This property is required. bool
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
SwitchingMode This property is required. string
VpCompressionSupported This property is required. bool
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
switchingMode This property is required. String
vpCompressionSupported This property is required. Boolean
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. string
switchingMode This property is required. string
vpCompressionSupported This property is required. boolean
additional_properties This property is required. str
class_id This property is required. str
object_type This property is required. str
switching_mode This property is required. str
vp_compression_supported This property is required. bool
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
switchingMode This property is required. String
vpCompressionSupported This property is required. Boolean

GetCapabilitySwitchCapabilityResultSystemLimit

AdditionalProperties This property is required. string
ClassId This property is required. string
MaximumChassisCount This property is required. double
MaximumFexPerDomain This property is required. double
MaximumServersPerDomain This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
MaximumChassisCount This property is required. float64
MaximumFexPerDomain This property is required. float64
MaximumServersPerDomain This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
maximumChassisCount This property is required. Double
maximumFexPerDomain This property is required. Double
maximumServersPerDomain This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
maximumChassisCount This property is required. number
maximumFexPerDomain This property is required. number
maximumServersPerDomain This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
maximum_chassis_count This property is required. float
maximum_fex_per_domain This property is required. float
maximum_servers_per_domain This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
maximumChassisCount This property is required. Number
maximumFexPerDomain This property is required. Number
maximumServersPerDomain This property is required. Number
objectType This property is required. String

GetCapabilitySwitchCapabilityResultTag

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

GetCapabilitySwitchCapabilityResultUnifiedPort

AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. double
EndSlotId This property is required. double
ObjectType This property is required. string
StartPortId This property is required. double
StartSlotId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
EndPortId This property is required. float64
EndSlotId This property is required. float64
ObjectType This property is required. string
StartPortId This property is required. float64
StartSlotId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Double
endSlotId This property is required. Double
objectType This property is required. String
startPortId This property is required. Double
startSlotId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
endPortId This property is required. number
endSlotId This property is required. number
objectType This property is required. string
startPortId This property is required. number
startSlotId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
end_port_id This property is required. float
end_slot_id This property is required. float
object_type This property is required. str
start_port_id This property is required. float
start_slot_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
endPortId This property is required. Number
endSlotId This property is required. Number
objectType This property is required. String
startPortId This property is required. Number
startSlotId This property is required. Number

GetCapabilitySwitchCapabilityResultVersionContext

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

GetCapabilitySwitchCapabilityResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilitySwitchCapabilityResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

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.
MaximumUserZoneCount double
Maximum user zones per Switch/Fabric-Interconnect.
MaximumVirtualFcInterfaces double
Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
MaximumVirtualFcInterfacesPerBladeServer double
Maximum configurable Virtual Fibre Channel interfaces per blade.
MaximumVsans double
Maximum configurable VSANs on Switch/Fabric-Interconnect.
MaximumZoneCount double
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.
MaximumUserZoneCount float64
Maximum user zones per Switch/Fabric-Interconnect.
MaximumVirtualFcInterfaces float64
Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
MaximumVirtualFcInterfacesPerBladeServer float64
Maximum configurable Virtual Fibre Channel interfaces per blade.
MaximumVsans float64
Maximum configurable VSANs on Switch/Fabric-Interconnect.
MaximumZoneCount float64
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.
maximumUserZoneCount Double
Maximum user zones per Switch/Fabric-Interconnect.
maximumVirtualFcInterfaces Double
Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
maximumVirtualFcInterfacesPerBladeServer Double
Maximum configurable Virtual Fibre Channel interfaces per blade.
maximumVsans Double
Maximum configurable VSANs on Switch/Fabric-Interconnect.
maximumZoneCount Double
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.
maximumUserZoneCount number
Maximum user zones per Switch/Fabric-Interconnect.
maximumVirtualFcInterfaces number
Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
maximumVirtualFcInterfacesPerBladeServer number
Maximum configurable Virtual Fibre Channel interfaces per blade.
maximumVsans number
Maximum configurable VSANs on Switch/Fabric-Interconnect.
maximumZoneCount number
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_zone_count float
Maximum user zones per Switch/Fabric-Interconnect.
maximum_virtual_fc_interfaces float
Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
maximum_virtual_fc_interfaces_per_blade_server float
Maximum configurable Virtual Fibre Channel interfaces per blade.
maximum_vsans float
Maximum configurable VSANs on Switch/Fabric-Interconnect.
maximum_zone_count float
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.
maximumUserZoneCount Number
Maximum user zones per Switch/Fabric-Interconnect.
maximumVirtualFcInterfaces Number
Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.
maximumVirtualFcInterfacesPerBladeServer Number
Maximum configurable Virtual Fibre Channel interfaces per blade.
maximumVsans Number
Maximum configurable VSANs on Switch/Fabric-Interconnect.
maximumZoneCount Number
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.
VpCompressionSupported bool
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.
VpCompressionSupported bool
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.
vpCompressionSupported Boolean
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.
vpCompressionSupported boolean
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_supported bool
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.
vpCompressionSupported Boolean
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.
MaximumChassisCount double
Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
MaximumFexPerDomain double
Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
MaximumServersPerDomain double
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.
MaximumChassisCount float64
Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
MaximumFexPerDomain float64
Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
MaximumServersPerDomain float64
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.
maximumChassisCount Double
Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
maximumFexPerDomain Double
Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
maximumServersPerDomain Double
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.
maximumChassisCount number
Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
maximumFexPerDomain number
Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
maximumServersPerDomain number
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_count float
Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
maximum_fex_per_domain float
Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
maximum_servers_per_domain float
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.
maximumChassisCount Number
Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.
maximumFexPerDomain Number
Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.
maximumServersPerDomain Number
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.
EndPortId double
Ending Port ID in this range of ports.
EndSlotId double
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.
StartPortId double
Starting Port ID in this range of ports.
StartSlotId double
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.
EndPortId float64
Ending Port ID in this range of ports.
EndSlotId float64
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.
StartPortId float64
Starting Port ID in this range of ports.
StartSlotId float64
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.
endPortId Double
Ending Port ID in this range of ports.
endSlotId Double
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.
startPortId Double
Starting Port ID in this range of ports.
startSlotId Double
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.
endPortId number
Ending Port ID in this range of ports.
endSlotId number
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.
startPortId number
Starting Port ID in this range of ports.
startSlotId number
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_id float
Ending Port ID in this range of ports.
end_slot_id float
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_id float
Starting Port ID in this range of ports.
start_slot_id float
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.
endPortId Number
Ending Port ID in this range of ports.
endSlotId Number
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.
startPortId Number
Starting Port ID in this range of ports.
startSlotId Number
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<GetCapabilitySwitchCapabilityVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetCapabilitySwitchCapabilityVersionContextRefMo
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 []GetCapabilitySwitchCapabilityVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetCapabilitySwitchCapabilityVersionContextRefMo
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<GetCapabilitySwitchCapabilityVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetCapabilitySwitchCapabilityVersionContextRefMo
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 GetCapabilitySwitchCapabilityVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetCapabilitySwitchCapabilityVersionContextRefMo
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[GetCapabilitySwitchCapabilityVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetCapabilitySwitchCapabilityVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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 intersight Terraform Provider.