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

intersight.getEquipmentTransceiver

Explore with Pulumi AI

Transceiver information on the chassis.

Using getEquipmentTransceiver

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 getEquipmentTransceiver(args: GetEquipmentTransceiverArgs, opts?: InvokeOptions): Promise<GetEquipmentTransceiverResult>
function getEquipmentTransceiverOutput(args: GetEquipmentTransceiverOutputArgs, opts?: InvokeOptions): Output<GetEquipmentTransceiverResult>
Copy
def get_equipment_transceiver(account_moid: Optional[str] = None,
                              additional_properties: Optional[str] = None,
                              aggregate_port_id: Optional[float] = None,
                              ancestors: Optional[Sequence[GetEquipmentTransceiverAncestor]] = None,
                              cisco_extended_id_number: Optional[str] = None,
                              class_id: Optional[str] = None,
                              create_time: Optional[str] = None,
                              device_mo_id: Optional[str] = None,
                              dn: Optional[str] = None,
                              domain_group_moid: Optional[str] = None,
                              ether_host_port: Optional[GetEquipmentTransceiverEtherHostPort] = None,
                              ether_physical_port: Optional[GetEquipmentTransceiverEtherPhysicalPort] = None,
                              fc_physical_port: Optional[GetEquipmentTransceiverFcPhysicalPort] = None,
                              id: Optional[str] = None,
                              interface_type: Optional[str] = None,
                              is_upgraded: Optional[bool] = None,
                              manufacturer_part_number: Optional[str] = None,
                              mod_time: Optional[str] = None,
                              model: Optional[str] = None,
                              module_id: Optional[float] = None,
                              moid: Optional[str] = None,
                              name: Optional[str] = None,
                              object_type: Optional[str] = None,
                              oper_speed: Optional[str] = None,
                              oper_state: Optional[str] = None,
                              oper_state_qual: Optional[str] = None,
                              owners: Optional[Sequence[str]] = None,
                              parent: Optional[GetEquipmentTransceiverParent] = None,
                              permission_resources: Optional[Sequence[GetEquipmentTransceiverPermissionResource]] = None,
                              port_id: Optional[float] = None,
                              presence: Optional[str] = None,
                              previous_fru: Optional[GetEquipmentTransceiverPreviousFru] = None,
                              registered_device: Optional[GetEquipmentTransceiverRegisteredDevice] = None,
                              revision: Optional[str] = None,
                              rn: Optional[str] = None,
                              serial: Optional[str] = None,
                              shared_scope: Optional[str] = None,
                              slot_id: Optional[float] = None,
                              status: Optional[str] = None,
                              switch_id: Optional[str] = None,
                              tags: Optional[Sequence[GetEquipmentTransceiverTag]] = None,
                              type: Optional[str] = None,
                              vendor: Optional[str] = None,
                              version_context: Optional[GetEquipmentTransceiverVersionContext] = None,
                              opts: Optional[InvokeOptions] = None) -> GetEquipmentTransceiverResult
def get_equipment_transceiver_output(account_moid: Optional[pulumi.Input[str]] = None,
                              additional_properties: Optional[pulumi.Input[str]] = None,
                              aggregate_port_id: Optional[pulumi.Input[float]] = None,
                              ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentTransceiverAncestorArgs]]]] = None,
                              cisco_extended_id_number: Optional[pulumi.Input[str]] = None,
                              class_id: Optional[pulumi.Input[str]] = None,
                              create_time: Optional[pulumi.Input[str]] = None,
                              device_mo_id: Optional[pulumi.Input[str]] = None,
                              dn: Optional[pulumi.Input[str]] = None,
                              domain_group_moid: Optional[pulumi.Input[str]] = None,
                              ether_host_port: Optional[pulumi.Input[GetEquipmentTransceiverEtherHostPortArgs]] = None,
                              ether_physical_port: Optional[pulumi.Input[GetEquipmentTransceiverEtherPhysicalPortArgs]] = None,
                              fc_physical_port: Optional[pulumi.Input[GetEquipmentTransceiverFcPhysicalPortArgs]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              interface_type: Optional[pulumi.Input[str]] = None,
                              is_upgraded: Optional[pulumi.Input[bool]] = None,
                              manufacturer_part_number: Optional[pulumi.Input[str]] = None,
                              mod_time: Optional[pulumi.Input[str]] = None,
                              model: Optional[pulumi.Input[str]] = None,
                              module_id: Optional[pulumi.Input[float]] = None,
                              moid: Optional[pulumi.Input[str]] = None,
                              name: Optional[pulumi.Input[str]] = None,
                              object_type: Optional[pulumi.Input[str]] = None,
                              oper_speed: Optional[pulumi.Input[str]] = None,
                              oper_state: Optional[pulumi.Input[str]] = None,
                              oper_state_qual: Optional[pulumi.Input[str]] = None,
                              owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              parent: Optional[pulumi.Input[GetEquipmentTransceiverParentArgs]] = None,
                              permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentTransceiverPermissionResourceArgs]]]] = None,
                              port_id: Optional[pulumi.Input[float]] = None,
                              presence: Optional[pulumi.Input[str]] = None,
                              previous_fru: Optional[pulumi.Input[GetEquipmentTransceiverPreviousFruArgs]] = None,
                              registered_device: Optional[pulumi.Input[GetEquipmentTransceiverRegisteredDeviceArgs]] = None,
                              revision: Optional[pulumi.Input[str]] = None,
                              rn: Optional[pulumi.Input[str]] = None,
                              serial: Optional[pulumi.Input[str]] = None,
                              shared_scope: Optional[pulumi.Input[str]] = None,
                              slot_id: Optional[pulumi.Input[float]] = None,
                              status: Optional[pulumi.Input[str]] = None,
                              switch_id: Optional[pulumi.Input[str]] = None,
                              tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentTransceiverTagArgs]]]] = None,
                              type: Optional[pulumi.Input[str]] = None,
                              vendor: Optional[pulumi.Input[str]] = None,
                              version_context: Optional[pulumi.Input[GetEquipmentTransceiverVersionContextArgs]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetEquipmentTransceiverResult]
Copy
func LookupEquipmentTransceiver(ctx *Context, args *LookupEquipmentTransceiverArgs, opts ...InvokeOption) (*LookupEquipmentTransceiverResult, error)
func LookupEquipmentTransceiverOutput(ctx *Context, args *LookupEquipmentTransceiverOutputArgs, opts ...InvokeOption) LookupEquipmentTransceiverResultOutput
Copy

> Note: This function is named LookupEquipmentTransceiver in the Go SDK.

public static class GetEquipmentTransceiver 
{
    public static Task<GetEquipmentTransceiverResult> InvokeAsync(GetEquipmentTransceiverArgs args, InvokeOptions? opts = null)
    public static Output<GetEquipmentTransceiverResult> Invoke(GetEquipmentTransceiverInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetEquipmentTransceiverResult> getEquipmentTransceiver(GetEquipmentTransceiverArgs args, InvokeOptions options)
public static Output<GetEquipmentTransceiverResult> getEquipmentTransceiver(GetEquipmentTransceiverArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getEquipmentTransceiver:getEquipmentTransceiver
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
AggregatePortId double
Breakout port member in the Fabric Interconnect.
Ancestors List<GetEquipmentTransceiverAncestor>
CiscoExtendedIdNumber string
The cisco extended Id number state of the pluggable SFP.
ClassId string
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EtherHostPort GetEquipmentTransceiverEtherHostPort
EtherPhysicalPort GetEquipmentTransceiverEtherPhysicalPort
FcPhysicalPort GetEquipmentTransceiverFcPhysicalPort
Id string
InterfaceType string
Interface type of transceiver copper or fiber.
IsUpgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ManufacturerPartNumber string
The manufacturer part number of the pluggable SFP.
ModTime string
The time when this managed object was last modified.
Model string
This field displays the model number of the associated component or hardware.
ModuleId double
Fabric extender identifier.
Moid string
The unique identifier of this Managed Object instance.
Name string
The name of the pluggable transceiver.
ObjectType string
OperSpeed string
Operational speed of the transceiver.
OperState string
Operational state of the transceiver.
OperStateQual string
Reason for this transceiver's operational state.
Owners List<string>
Parent GetEquipmentTransceiverParent
PermissionResources List<GetEquipmentTransceiverPermissionResource>
PortId double
Switch physical port identifier.
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetEquipmentTransceiverPreviousFru
RegisteredDevice GetEquipmentTransceiverRegisteredDevice
Revision string
This field displays the revised version of the associated component or hardware (if any).
Rn string
The Relative Name uniquely identifies an object within a given context.
Serial string
This field displays the serial number of the associated component or hardware.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SlotId double
Switch expansion slot module identifier.
Status string
Status of the pluggable SFP.
SwitchId string
Switch Identifier that is local to a cluster.
Tags List<GetEquipmentTransceiverTag>
Type string
The type of the transceiver.
Vendor string
This field displays the vendor information of the associated component or hardware.
VersionContext GetEquipmentTransceiverVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
AggregatePortId float64
Breakout port member in the Fabric Interconnect.
Ancestors []GetEquipmentTransceiverAncestor
CiscoExtendedIdNumber string
The cisco extended Id number state of the pluggable SFP.
ClassId string
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EtherHostPort GetEquipmentTransceiverEtherHostPort
EtherPhysicalPort GetEquipmentTransceiverEtherPhysicalPort
FcPhysicalPort GetEquipmentTransceiverFcPhysicalPort
Id string
InterfaceType string
Interface type of transceiver copper or fiber.
IsUpgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ManufacturerPartNumber string
The manufacturer part number of the pluggable SFP.
ModTime string
The time when this managed object was last modified.
Model string
This field displays the model number of the associated component or hardware.
ModuleId float64
Fabric extender identifier.
Moid string
The unique identifier of this Managed Object instance.
Name string
The name of the pluggable transceiver.
ObjectType string
OperSpeed string
Operational speed of the transceiver.
OperState string
Operational state of the transceiver.
OperStateQual string
Reason for this transceiver's operational state.
Owners []string
Parent GetEquipmentTransceiverParent
PermissionResources []GetEquipmentTransceiverPermissionResource
PortId float64
Switch physical port identifier.
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetEquipmentTransceiverPreviousFru
RegisteredDevice GetEquipmentTransceiverRegisteredDevice
Revision string
This field displays the revised version of the associated component or hardware (if any).
Rn string
The Relative Name uniquely identifies an object within a given context.
Serial string
This field displays the serial number of the associated component or hardware.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SlotId float64
Switch expansion slot module identifier.
Status string
Status of the pluggable SFP.
SwitchId string
Switch Identifier that is local to a cluster.
Tags []GetEquipmentTransceiverTag
Type string
The type of the transceiver.
Vendor string
This field displays the vendor information of the associated component or hardware.
VersionContext GetEquipmentTransceiverVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
aggregatePortId Double
Breakout port member in the Fabric Interconnect.
ancestors List<GetEquipmentTransceiverAncestor>
ciscoExtendedIdNumber String
The cisco extended Id number state of the pluggable SFP.
classId String
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
etherHostPort GetEquipmentTransceiverEtherHostPort
etherPhysicalPort GetEquipmentTransceiverEtherPhysicalPort
fcPhysicalPort GetEquipmentTransceiverFcPhysicalPort
id String
interfaceType String
Interface type of transceiver copper or fiber.
isUpgraded Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
manufacturerPartNumber String
The manufacturer part number of the pluggable SFP.
modTime String
The time when this managed object was last modified.
model String
This field displays the model number of the associated component or hardware.
moduleId Double
Fabric extender identifier.
moid String
The unique identifier of this Managed Object instance.
name String
The name of the pluggable transceiver.
objectType String
operSpeed String
Operational speed of the transceiver.
operState String
Operational state of the transceiver.
operStateQual String
Reason for this transceiver's operational state.
owners List<String>
parent GetEquipmentTransceiverParent
permissionResources List<GetEquipmentTransceiverPermissionResource>
portId Double
Switch physical port identifier.
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetEquipmentTransceiverPreviousFru
registeredDevice GetEquipmentTransceiverRegisteredDevice
revision String
This field displays the revised version of the associated component or hardware (if any).
rn String
The Relative Name uniquely identifies an object within a given context.
serial String
This field displays the serial number of the associated component or hardware.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId Double
Switch expansion slot module identifier.
status String
Status of the pluggable SFP.
switchId String
Switch Identifier that is local to a cluster.
tags List<GetEquipmentTransceiverTag>
type String
The type of the transceiver.
vendor String
This field displays the vendor information of the associated component or hardware.
versionContext GetEquipmentTransceiverVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
aggregatePortId number
Breakout port member in the Fabric Interconnect.
ancestors GetEquipmentTransceiverAncestor[]
ciscoExtendedIdNumber string
The cisco extended Id number state of the pluggable SFP.
classId string
createTime string
The time when this managed object was created.
deviceMoId string
The database identifier of the registered device of an object.
dn string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid string
The DomainGroup ID for this managed object.
etherHostPort GetEquipmentTransceiverEtherHostPort
etherPhysicalPort GetEquipmentTransceiverEtherPhysicalPort
fcPhysicalPort GetEquipmentTransceiverFcPhysicalPort
id string
interfaceType string
Interface type of transceiver copper or fiber.
isUpgraded boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
manufacturerPartNumber string
The manufacturer part number of the pluggable SFP.
modTime string
The time when this managed object was last modified.
model string
This field displays the model number of the associated component or hardware.
moduleId number
Fabric extender identifier.
moid string
The unique identifier of this Managed Object instance.
name string
The name of the pluggable transceiver.
objectType string
operSpeed string
Operational speed of the transceiver.
operState string
Operational state of the transceiver.
operStateQual string
Reason for this transceiver's operational state.
owners string[]
parent GetEquipmentTransceiverParent
permissionResources GetEquipmentTransceiverPermissionResource[]
portId number
Switch physical port identifier.
presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetEquipmentTransceiverPreviousFru
registeredDevice GetEquipmentTransceiverRegisteredDevice
revision string
This field displays the revised version of the associated component or hardware (if any).
rn string
The Relative Name uniquely identifies an object within a given context.
serial string
This field displays the serial number of the associated component or hardware.
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId number
Switch expansion slot module identifier.
status string
Status of the pluggable SFP.
switchId string
Switch Identifier that is local to a cluster.
tags GetEquipmentTransceiverTag[]
type string
The type of the transceiver.
vendor string
This field displays the vendor information of the associated component or hardware.
versionContext GetEquipmentTransceiverVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
aggregate_port_id float
Breakout port member in the Fabric Interconnect.
ancestors Sequence[GetEquipmentTransceiverAncestor]
cisco_extended_id_number str
The cisco extended Id number state of the pluggable SFP.
class_id str
create_time str
The time when this managed object was created.
device_mo_id str
The database identifier of the registered device of an object.
dn str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid str
The DomainGroup ID for this managed object.
ether_host_port GetEquipmentTransceiverEtherHostPort
ether_physical_port GetEquipmentTransceiverEtherPhysicalPort
fc_physical_port GetEquipmentTransceiverFcPhysicalPort
id str
interface_type str
Interface type of transceiver copper or fiber.
is_upgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
manufacturer_part_number str
The manufacturer part number of the pluggable SFP.
mod_time str
The time when this managed object was last modified.
model str
This field displays the model number of the associated component or hardware.
module_id float
Fabric extender identifier.
moid str
The unique identifier of this Managed Object instance.
name str
The name of the pluggable transceiver.
object_type str
oper_speed str
Operational speed of the transceiver.
oper_state str
Operational state of the transceiver.
oper_state_qual str
Reason for this transceiver's operational state.
owners Sequence[str]
parent GetEquipmentTransceiverParent
permission_resources Sequence[GetEquipmentTransceiverPermissionResource]
port_id float
Switch physical port identifier.
presence str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_fru GetEquipmentTransceiverPreviousFru
registered_device GetEquipmentTransceiverRegisteredDevice
revision str
This field displays the revised version of the associated component or hardware (if any).
rn str
The Relative Name uniquely identifies an object within a given context.
serial str
This field displays the serial number of the associated component or hardware.
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slot_id float
Switch expansion slot module identifier.
status str
Status of the pluggable SFP.
switch_id str
Switch Identifier that is local to a cluster.
tags Sequence[GetEquipmentTransceiverTag]
type str
The type of the transceiver.
vendor str
This field displays the vendor information of the associated component or hardware.
version_context GetEquipmentTransceiverVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
aggregatePortId Number
Breakout port member in the Fabric Interconnect.
ancestors List<Property Map>
ciscoExtendedIdNumber String
The cisco extended Id number state of the pluggable SFP.
classId String
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
etherHostPort Property Map
etherPhysicalPort Property Map
fcPhysicalPort Property Map
id String
interfaceType String
Interface type of transceiver copper or fiber.
isUpgraded Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
manufacturerPartNumber String
The manufacturer part number of the pluggable SFP.
modTime String
The time when this managed object was last modified.
model String
This field displays the model number of the associated component or hardware.
moduleId Number
Fabric extender identifier.
moid String
The unique identifier of this Managed Object instance.
name String
The name of the pluggable transceiver.
objectType String
operSpeed String
Operational speed of the transceiver.
operState String
Operational state of the transceiver.
operStateQual String
Reason for this transceiver's operational state.
owners List<String>
parent Property Map
permissionResources List<Property Map>
portId Number
Switch physical port identifier.
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru Property Map
registeredDevice Property Map
revision String
This field displays the revised version of the associated component or hardware (if any).
rn String
The Relative Name uniquely identifies an object within a given context.
serial String
This field displays the serial number of the associated component or hardware.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId Number
Switch expansion slot module identifier.
status String
Status of the pluggable SFP.
switchId String
Switch Identifier that is local to a cluster.
tags List<Property Map>
type String
The type of the transceiver.
vendor String
This field displays the vendor information of the associated component or hardware.
versionContext Property Map

getEquipmentTransceiver Result

The following output properties are available:

Id string
Results List<GetEquipmentTransceiverResult>
AccountMoid string
AdditionalProperties string
AggregatePortId double
Ancestors List<GetEquipmentTransceiverAncestor>
CiscoExtendedIdNumber string
ClassId string
CreateTime string
DeviceMoId string
Dn string
DomainGroupMoid string
EtherHostPort GetEquipmentTransceiverEtherHostPort
EtherPhysicalPort GetEquipmentTransceiverEtherPhysicalPort
FcPhysicalPort GetEquipmentTransceiverFcPhysicalPort
InterfaceType string
IsUpgraded bool
ManufacturerPartNumber string
ModTime string
Model string
ModuleId double
Moid string
Name string
ObjectType string
OperSpeed string
OperState string
OperStateQual string
Owners List<string>
Parent GetEquipmentTransceiverParent
PermissionResources List<GetEquipmentTransceiverPermissionResource>
PortId double
Presence string
PreviousFru GetEquipmentTransceiverPreviousFru
RegisteredDevice GetEquipmentTransceiverRegisteredDevice
Revision string
Rn string
Serial string
SharedScope string
SlotId double
Status string
SwitchId string
Tags List<GetEquipmentTransceiverTag>
Type string
Vendor string
VersionContext GetEquipmentTransceiverVersionContext
Id string
Results []GetEquipmentTransceiverResult
AccountMoid string
AdditionalProperties string
AggregatePortId float64
Ancestors []GetEquipmentTransceiverAncestor
CiscoExtendedIdNumber string
ClassId string
CreateTime string
DeviceMoId string
Dn string
DomainGroupMoid string
EtherHostPort GetEquipmentTransceiverEtherHostPort
EtherPhysicalPort GetEquipmentTransceiverEtherPhysicalPort
FcPhysicalPort GetEquipmentTransceiverFcPhysicalPort
InterfaceType string
IsUpgraded bool
ManufacturerPartNumber string
ModTime string
Model string
ModuleId float64
Moid string
Name string
ObjectType string
OperSpeed string
OperState string
OperStateQual string
Owners []string
Parent GetEquipmentTransceiverParent
PermissionResources []GetEquipmentTransceiverPermissionResource
PortId float64
Presence string
PreviousFru GetEquipmentTransceiverPreviousFru
RegisteredDevice GetEquipmentTransceiverRegisteredDevice
Revision string
Rn string
Serial string
SharedScope string
SlotId float64
Status string
SwitchId string
Tags []GetEquipmentTransceiverTag
Type string
Vendor string
VersionContext GetEquipmentTransceiverVersionContext
id String
results List<GetEquipmentTransceiverResult>
accountMoid String
additionalProperties String
aggregatePortId Double
ancestors List<GetEquipmentTransceiverAncestor>
ciscoExtendedIdNumber String
classId String
createTime String
deviceMoId String
dn String
domainGroupMoid String
etherHostPort GetEquipmentTransceiverEtherHostPort
etherPhysicalPort GetEquipmentTransceiverEtherPhysicalPort
fcPhysicalPort GetEquipmentTransceiverFcPhysicalPort
interfaceType String
isUpgraded Boolean
manufacturerPartNumber String
modTime String
model String
moduleId Double
moid String
name String
objectType String
operSpeed String
operState String
operStateQual String
owners List<String>
parent GetEquipmentTransceiverParent
permissionResources List<GetEquipmentTransceiverPermissionResource>
portId Double
presence String
previousFru GetEquipmentTransceiverPreviousFru
registeredDevice GetEquipmentTransceiverRegisteredDevice
revision String
rn String
serial String
sharedScope String
slotId Double
status String
switchId String
tags List<GetEquipmentTransceiverTag>
type String
vendor String
versionContext GetEquipmentTransceiverVersionContext
id str
results Sequence[GetEquipmentTransceiverResult]
account_moid str
additional_properties str
aggregate_port_id float
ancestors Sequence[GetEquipmentTransceiverAncestor]
cisco_extended_id_number str
class_id str
create_time str
device_mo_id str
dn str
domain_group_moid str
ether_host_port GetEquipmentTransceiverEtherHostPort
ether_physical_port GetEquipmentTransceiverEtherPhysicalPort
fc_physical_port GetEquipmentTransceiverFcPhysicalPort
interface_type str
is_upgraded bool
manufacturer_part_number str
mod_time str
model str
module_id float
moid str
name str
object_type str
oper_speed str
oper_state str
oper_state_qual str
owners Sequence[str]
parent GetEquipmentTransceiverParent
permission_resources Sequence[GetEquipmentTransceiverPermissionResource]
port_id float
presence str
previous_fru GetEquipmentTransceiverPreviousFru
registered_device GetEquipmentTransceiverRegisteredDevice
revision str
rn str
serial str
shared_scope str
slot_id float
status str
switch_id str
tags Sequence[GetEquipmentTransceiverTag]
type str
vendor str
version_context GetEquipmentTransceiverVersionContext
id String
results List<Property Map>
accountMoid String
additionalProperties String
aggregatePortId Number
ancestors List<Property Map>
ciscoExtendedIdNumber String
classId String
createTime String
deviceMoId String
dn String
domainGroupMoid String
etherHostPort Property Map
etherPhysicalPort Property Map
fcPhysicalPort Property Map
interfaceType String
isUpgraded Boolean
manufacturerPartNumber String
modTime String
model String
moduleId Number
moid String
name String
objectType String
operSpeed String
operState String
operStateQual String
owners List<String>
parent Property Map
permissionResources List<Property Map>
portId Number
presence String
previousFru Property Map
registeredDevice Property Map
revision String
rn String
serial String
sharedScope String
slotId Number
status String
switchId String
tags List<Property Map>
type String
vendor String
versionContext Property Map

Supporting Types

GetEquipmentTransceiverAncestor

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverEtherHostPort

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverEtherPhysicalPort

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverFcPhysicalPort

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverParent

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverPermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverPreviousFru

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverRegisteredDevice

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AggregatePortId This property is required. double
Breakout port member in the Fabric Interconnect.
Ancestors This property is required. List<GetEquipmentTransceiverResultAncestor>
CiscoExtendedIdNumber This property is required. string
The cisco extended Id number state of the pluggable SFP.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EtherHostPorts This property is required. List<GetEquipmentTransceiverResultEtherHostPort>
EtherPhysicalPorts This property is required. List<GetEquipmentTransceiverResultEtherPhysicalPort>
FcPhysicalPorts This property is required. List<GetEquipmentTransceiverResultFcPhysicalPort>
InterfaceType This property is required. string
Interface type of transceiver copper or fiber.
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ManufacturerPartNumber This property is required. string
The manufacturer part number of the pluggable SFP.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
This field displays the model number of the associated component or hardware.
ModuleId This property is required. double
Fabric extender identifier.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
The name of the pluggable transceiver.
ObjectType This property is required. string
OperSpeed This property is required. string
Operational speed of the transceiver.
OperState This property is required. string
Operational state of the transceiver.
OperStateQual This property is required. string
Reason for this transceiver's operational state.
Owners This property is required. List<string>
Parents This property is required. List<GetEquipmentTransceiverResultParent>
PermissionResources This property is required. List<GetEquipmentTransceiverResultPermissionResource>
PortId This property is required. double
Switch physical port identifier.
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. List<GetEquipmentTransceiverResultPreviousFrus>
RegisteredDevices This property is required. List<GetEquipmentTransceiverResultRegisteredDevice>
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SlotId This property is required. double
Switch expansion slot module identifier.
Status This property is required. string
Status of the pluggable SFP.
SwitchId This property is required. string
Switch Identifier that is local to a cluster.
Tags This property is required. List<GetEquipmentTransceiverResultTag>
Type This property is required. string
The type of the transceiver.
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VersionContexts This property is required. List<GetEquipmentTransceiverResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AggregatePortId This property is required. float64
Breakout port member in the Fabric Interconnect.
Ancestors This property is required. []GetEquipmentTransceiverResultAncestor
CiscoExtendedIdNumber This property is required. string
The cisco extended Id number state of the pluggable SFP.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EtherHostPorts This property is required. []GetEquipmentTransceiverResultEtherHostPort
EtherPhysicalPorts This property is required. []GetEquipmentTransceiverResultEtherPhysicalPort
FcPhysicalPorts This property is required. []GetEquipmentTransceiverResultFcPhysicalPort
InterfaceType This property is required. string
Interface type of transceiver copper or fiber.
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ManufacturerPartNumber This property is required. string
The manufacturer part number of the pluggable SFP.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
This field displays the model number of the associated component or hardware.
ModuleId This property is required. float64
Fabric extender identifier.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
The name of the pluggable transceiver.
ObjectType This property is required. string
OperSpeed This property is required. string
Operational speed of the transceiver.
OperState This property is required. string
Operational state of the transceiver.
OperStateQual This property is required. string
Reason for this transceiver's operational state.
Owners This property is required. []string
Parents This property is required. []GetEquipmentTransceiverResultParent
PermissionResources This property is required. []GetEquipmentTransceiverResultPermissionResource
PortId This property is required. float64
Switch physical port identifier.
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. []GetEquipmentTransceiverResultPreviousFrus
RegisteredDevices This property is required. []GetEquipmentTransceiverResultRegisteredDevice
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SlotId This property is required. float64
Switch expansion slot module identifier.
Status This property is required. string
Status of the pluggable SFP.
SwitchId This property is required. string
Switch Identifier that is local to a cluster.
Tags This property is required. []GetEquipmentTransceiverResultTag
Type This property is required. string
The type of the transceiver.
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VersionContexts This property is required. []GetEquipmentTransceiverResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
aggregatePortId This property is required. Double
Breakout port member in the Fabric Interconnect.
ancestors This property is required. List<GetEquipmentTransceiverResultAncestor>
ciscoExtendedIdNumber This property is required. String
The cisco extended Id number state of the pluggable SFP.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
etherHostPorts This property is required. List<GetEquipmentTransceiverResultEtherHostPort>
etherPhysicalPorts This property is required. List<GetEquipmentTransceiverResultEtherPhysicalPort>
fcPhysicalPorts This property is required. List<GetEquipmentTransceiverResultFcPhysicalPort>
interfaceType This property is required. String
Interface type of transceiver copper or fiber.
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
manufacturerPartNumber This property is required. String
The manufacturer part number of the pluggable SFP.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
This field displays the model number of the associated component or hardware.
moduleId This property is required. Double
Fabric extender identifier.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
The name of the pluggable transceiver.
objectType This property is required. String
operSpeed This property is required. String
Operational speed of the transceiver.
operState This property is required. String
Operational state of the transceiver.
operStateQual This property is required. String
Reason for this transceiver's operational state.
owners This property is required. List<String>
parents This property is required. List<GetEquipmentTransceiverResultParent>
permissionResources This property is required. List<GetEquipmentTransceiverResultPermissionResource>
portId This property is required. Double
Switch physical port identifier.
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<GetEquipmentTransceiverResultPreviousFrus>
registeredDevices This property is required. List<GetEquipmentTransceiverResultRegisteredDevice>
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
serial This property is required. String
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId This property is required. Double
Switch expansion slot module identifier.
status This property is required. String
Status of the pluggable SFP.
switchId This property is required. String
Switch Identifier that is local to a cluster.
tags This property is required. List<GetEquipmentTransceiverResultTag>
type This property is required. String
The type of the transceiver.
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. List<GetEquipmentTransceiverResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
aggregatePortId This property is required. number
Breakout port member in the Fabric Interconnect.
ancestors This property is required. GetEquipmentTransceiverResultAncestor[]
ciscoExtendedIdNumber This property is required. string
The cisco extended Id number state of the pluggable SFP.
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
deviceMoId This property is required. string
The database identifier of the registered device of an object.
dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
etherHostPorts This property is required. GetEquipmentTransceiverResultEtherHostPort[]
etherPhysicalPorts This property is required. GetEquipmentTransceiverResultEtherPhysicalPort[]
fcPhysicalPorts This property is required. GetEquipmentTransceiverResultFcPhysicalPort[]
interfaceType This property is required. string
Interface type of transceiver copper or fiber.
isUpgraded This property is required. boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
manufacturerPartNumber This property is required. string
The manufacturer part number of the pluggable SFP.
modTime This property is required. string
The time when this managed object was last modified.
model This property is required. string
This field displays the model number of the associated component or hardware.
moduleId This property is required. number
Fabric extender identifier.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
The name of the pluggable transceiver.
objectType This property is required. string
operSpeed This property is required. string
Operational speed of the transceiver.
operState This property is required. string
Operational state of the transceiver.
operStateQual This property is required. string
Reason for this transceiver's operational state.
owners This property is required. string[]
parents This property is required. GetEquipmentTransceiverResultParent[]
permissionResources This property is required. GetEquipmentTransceiverResultPermissionResource[]
portId This property is required. number
Switch physical port identifier.
presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. GetEquipmentTransceiverResultPreviousFrus[]
registeredDevices This property is required. GetEquipmentTransceiverResultRegisteredDevice[]
revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
serial This property is required. string
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId This property is required. number
Switch expansion slot module identifier.
status This property is required. string
Status of the pluggable SFP.
switchId This property is required. string
Switch Identifier that is local to a cluster.
tags This property is required. GetEquipmentTransceiverResultTag[]
type This property is required. string
The type of the transceiver.
vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. GetEquipmentTransceiverResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
aggregate_port_id This property is required. float
Breakout port member in the Fabric Interconnect.
ancestors This property is required. Sequence[GetEquipmentTransceiverResultAncestor]
cisco_extended_id_number This property is required. str
The cisco extended Id number state of the pluggable SFP.
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
device_mo_id This property is required. str
The database identifier of the registered device of an object.
dn This property is required. str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
ether_host_ports This property is required. Sequence[GetEquipmentTransceiverResultEtherHostPort]
ether_physical_ports This property is required. Sequence[GetEquipmentTransceiverResultEtherPhysicalPort]
fc_physical_ports This property is required. Sequence[GetEquipmentTransceiverResultFcPhysicalPort]
interface_type This property is required. str
Interface type of transceiver copper or fiber.
is_upgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
manufacturer_part_number This property is required. str
The manufacturer part number of the pluggable SFP.
mod_time This property is required. str
The time when this managed object was last modified.
model This property is required. str
This field displays the model number of the associated component or hardware.
module_id This property is required. float
Fabric extender identifier.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
The name of the pluggable transceiver.
object_type This property is required. str
oper_speed This property is required. str
Operational speed of the transceiver.
oper_state This property is required. str
Operational state of the transceiver.
oper_state_qual This property is required. str
Reason for this transceiver's operational state.
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetEquipmentTransceiverResultParent]
permission_resources This property is required. Sequence[GetEquipmentTransceiverResultPermissionResource]
port_id This property is required. float
Switch physical port identifier.
presence This property is required. str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_frus This property is required. Sequence[GetEquipmentTransceiverResultPreviousFrus]
registered_devices This property is required. Sequence[GetEquipmentTransceiverResultRegisteredDevice]
revision This property is required. str
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. str
The Relative Name uniquely identifies an object within a given context.
serial This property is required. str
This field displays the serial number of the associated component or hardware.
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slot_id This property is required. float
Switch expansion slot module identifier.
status This property is required. str
Status of the pluggable SFP.
switch_id This property is required. str
Switch Identifier that is local to a cluster.
tags This property is required. Sequence[GetEquipmentTransceiverResultTag]
type This property is required. str
The type of the transceiver.
vendor This property is required. str
This field displays the vendor information of the associated component or hardware.
version_contexts This property is required. Sequence[GetEquipmentTransceiverResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
aggregatePortId This property is required. Number
Breakout port member in the Fabric Interconnect.
ancestors This property is required. List<Property Map>
ciscoExtendedIdNumber This property is required. String
The cisco extended Id number state of the pluggable SFP.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
etherHostPorts This property is required. List<Property Map>
etherPhysicalPorts This property is required. List<Property Map>
fcPhysicalPorts This property is required. List<Property Map>
interfaceType This property is required. String
Interface type of transceiver copper or fiber.
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
manufacturerPartNumber This property is required. String
The manufacturer part number of the pluggable SFP.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
This field displays the model number of the associated component or hardware.
moduleId This property is required. Number
Fabric extender identifier.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
The name of the pluggable transceiver.
objectType This property is required. String
operSpeed This property is required. String
Operational speed of the transceiver.
operState This property is required. String
Operational state of the transceiver.
operStateQual This property is required. String
Reason for this transceiver's operational state.
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
portId This property is required. Number
Switch physical port identifier.
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
serial This property is required. String
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
slotId This property is required. Number
Switch expansion slot module identifier.
status This property is required. String
Status of the pluggable SFP.
switchId This property is required. String
Switch Identifier that is local to a cluster.
tags This property is required. List<Property Map>
type This property is required. String
The type of the transceiver.
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. List<Property Map>

GetEquipmentTransceiverResultAncestor

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

GetEquipmentTransceiverResultEtherHostPort

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

GetEquipmentTransceiverResultEtherPhysicalPort

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

GetEquipmentTransceiverResultFcPhysicalPort

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

GetEquipmentTransceiverResultParent

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

GetEquipmentTransceiverResultPermissionResource

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

GetEquipmentTransceiverResultPreviousFrus

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

GetEquipmentTransceiverResultRegisteredDevice

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

GetEquipmentTransceiverResultTag

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

GetEquipmentTransceiverResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetEquipmentTransceiverResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetEquipmentTransceiverResultVersionContextRefMo>
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. []GetEquipmentTransceiverResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetEquipmentTransceiverResultVersionContextRefMo
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<GetEquipmentTransceiverResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetEquipmentTransceiverResultVersionContextRefMo>
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. GetEquipmentTransceiverResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetEquipmentTransceiverResultVersionContextRefMo[]
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[GetEquipmentTransceiverResultVersionContextInterestedMo]
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[GetEquipmentTransceiverResultVersionContextRefMo]
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

GetEquipmentTransceiverResultVersionContextInterestedMo

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

GetEquipmentTransceiverResultVersionContextRefMo

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

GetEquipmentTransceiverTag

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.

GetEquipmentTransceiverVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name 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<GetEquipmentTransceiverVersionContextInterestedMo>
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 GetEquipmentTransceiverVersionContextRefMo
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 []GetEquipmentTransceiverVersionContextInterestedMo
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 GetEquipmentTransceiverVersionContextRefMo
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<GetEquipmentTransceiverVersionContextInterestedMo>
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 GetEquipmentTransceiverVersionContextRefMo
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 GetEquipmentTransceiverVersionContextInterestedMo[]
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 GetEquipmentTransceiverVersionContextRefMo
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[GetEquipmentTransceiverVersionContextInterestedMo]
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 GetEquipmentTransceiverVersionContextRefMo
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.

GetEquipmentTransceiverVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name 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'.

GetEquipmentTransceiverVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name 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.