intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getEquipmentTransceiver
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
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>
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]
func LookupEquipmentTransceiver(ctx *Context, args *LookupEquipmentTransceiverArgs, opts ...InvokeOption) (*LookupEquipmentTransceiverResult, error)
func LookupEquipmentTransceiverOutput(ctx *Context, args *LookupEquipmentTransceiverOutputArgs, opts ...InvokeOption) LookupEquipmentTransceiverResultOutput
> 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)
}
public static CompletableFuture<GetEquipmentTransceiverResult> getEquipmentTransceiver(GetEquipmentTransceiverArgs args, InvokeOptions options)
public static Output<GetEquipmentTransceiverResult> getEquipmentTransceiver(GetEquipmentTransceiverArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getEquipmentTransceiver:getEquipmentTransceiver
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Aggregate
Port doubleId - Breakout port member in the Fabric Interconnect.
- Ancestors
List<Get
Equipment Transceiver Ancestor> - Cisco
Extended stringId Number - The cisco extended Id number state of the pluggable SFP.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ether
Host GetPort Equipment Transceiver Ether Host Port - Ether
Physical GetPort Equipment Transceiver Ether Physical Port - Fc
Physical GetPort Equipment Transceiver Fc Physical Port - Id string
- Interface
Type string - 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 stringNumber - The manufacturer part number of the pluggable SFP.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Module
Id double - Fabric extender identifier.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the pluggable transceiver.
- Object
Type string - Oper
Speed string - Operational speed of the transceiver.
- Oper
State string - Operational state of the transceiver.
- Oper
State stringQual - Reason for this transceiver's operational state.
- Owners List<string>
- Parent
Get
Equipment Transceiver Parent - Permission
Resources List<GetEquipment Transceiver Permission Resource> - Port
Id double - Switch physical port identifier.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetEquipment Transceiver Previous Fru - Registered
Device GetEquipment Transceiver Registered Device - 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.
- 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.
- Slot
Id double - Switch expansion slot module identifier.
- Status string
- Status of the pluggable SFP.
- Switch
Id string - Switch Identifier that is local to a cluster.
- List<Get
Equipment Transceiver Tag> - Type string
- The type of the transceiver.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetEquipment Transceiver Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Aggregate
Port float64Id - Breakout port member in the Fabric Interconnect.
- Ancestors
[]Get
Equipment Transceiver Ancestor - Cisco
Extended stringId Number - The cisco extended Id number state of the pluggable SFP.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ether
Host GetPort Equipment Transceiver Ether Host Port - Ether
Physical GetPort Equipment Transceiver Ether Physical Port - Fc
Physical GetPort Equipment Transceiver Fc Physical Port - Id string
- Interface
Type string - 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 stringNumber - The manufacturer part number of the pluggable SFP.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Module
Id float64 - Fabric extender identifier.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the pluggable transceiver.
- Object
Type string - Oper
Speed string - Operational speed of the transceiver.
- Oper
State string - Operational state of the transceiver.
- Oper
State stringQual - Reason for this transceiver's operational state.
- Owners []string
- Parent
Get
Equipment Transceiver Parent - Permission
Resources []GetEquipment Transceiver Permission Resource - Port
Id float64 - Switch physical port identifier.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetEquipment Transceiver Previous Fru - Registered
Device GetEquipment Transceiver Registered Device - 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.
- 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.
- Slot
Id float64 - Switch expansion slot module identifier.
- Status string
- Status of the pluggable SFP.
- Switch
Id string - Switch Identifier that is local to a cluster.
- []Get
Equipment Transceiver Tag - Type string
- The type of the transceiver.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetEquipment Transceiver Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - aggregate
Port DoubleId - Breakout port member in the Fabric Interconnect.
- ancestors
List<Get
Equipment Transceiver Ancestor> - cisco
Extended StringId Number - The cisco extended Id number state of the pluggable SFP.
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ether
Host GetPort Equipment Transceiver Ether Host Port - ether
Physical GetPort Equipment Transceiver Ether Physical Port - fc
Physical GetPort Equipment Transceiver Fc Physical Port - id String
- interface
Type String - Interface type of transceiver copper or fiber.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part StringNumber - The manufacturer part number of the pluggable SFP.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- module
Id Double - Fabric extender identifier.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the pluggable transceiver.
- object
Type String - oper
Speed String - Operational speed of the transceiver.
- oper
State String - Operational state of the transceiver.
- oper
State StringQual - Reason for this transceiver's operational state.
- owners List<String>
- parent
Get
Equipment Transceiver Parent - permission
Resources List<GetEquipment Transceiver Permission Resource> - port
Id Double - Switch physical port identifier.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetEquipment Transceiver Previous Fru - registered
Device GetEquipment Transceiver Registered Device - 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.
- 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.
- slot
Id Double - Switch expansion slot module identifier.
- status String
- Status of the pluggable SFP.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Get
Equipment Transceiver Tag> - type String
- The type of the transceiver.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context GetEquipment Transceiver Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - aggregate
Port numberId - Breakout port member in the Fabric Interconnect.
- ancestors
Get
Equipment Transceiver Ancestor[] - cisco
Extended stringId Number - The cisco extended Id number state of the pluggable SFP.
- class
Id string - create
Time string - The time when this managed object was created.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ether
Host GetPort Equipment Transceiver Ether Host Port - ether
Physical GetPort Equipment Transceiver Ether Physical Port - fc
Physical GetPort Equipment Transceiver Fc Physical Port - id string
- interface
Type string - Interface type of transceiver copper or fiber.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part stringNumber - The manufacturer part number of the pluggable SFP.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- module
Id number - Fabric extender identifier.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the pluggable transceiver.
- object
Type string - oper
Speed string - Operational speed of the transceiver.
- oper
State string - Operational state of the transceiver.
- oper
State stringQual - Reason for this transceiver's operational state.
- owners string[]
- parent
Get
Equipment Transceiver Parent - permission
Resources GetEquipment Transceiver Permission Resource[] - port
Id number - Switch physical port identifier.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetEquipment Transceiver Previous Fru - registered
Device GetEquipment Transceiver Registered Device - 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.
- 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.
- slot
Id number - Switch expansion slot module identifier.
- status string
- Status of the pluggable SFP.
- switch
Id string - Switch Identifier that is local to a cluster.
- Get
Equipment Transceiver Tag[] - type string
- The type of the transceiver.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Context GetEquipment Transceiver Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - aggregate_
port_ floatid - Breakout port member in the Fabric Interconnect.
- ancestors
Sequence[Get
Equipment Transceiver Ancestor] - cisco_
extended_ strid_ number - 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_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ether_
host_ Getport Equipment Transceiver Ether Host Port - ether_
physical_ Getport Equipment Transceiver Ether Physical Port - fc_
physical_ Getport Equipment Transceiver Fc Physical Port - 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_ strnumber - 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_ strqual - Reason for this transceiver's operational state.
- owners Sequence[str]
- parent
Get
Equipment Transceiver Parent - permission_
resources Sequence[GetEquipment Transceiver Permission Resource] - 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 GetEquipment Transceiver Previous Fru - registered_
device GetEquipment Transceiver Registered Device - 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.
- 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.
- Sequence[Get
Equipment Transceiver Tag] - type str
- The type of the transceiver.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
context GetEquipment Transceiver Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - aggregate
Port NumberId - Breakout port member in the Fabric Interconnect.
- ancestors List<Property Map>
- cisco
Extended StringId Number - The cisco extended Id number state of the pluggable SFP.
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ether
Host Property MapPort - ether
Physical Property MapPort - fc
Physical Property MapPort - id String
- interface
Type String - Interface type of transceiver copper or fiber.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part StringNumber - The manufacturer part number of the pluggable SFP.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- module
Id Number - Fabric extender identifier.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the pluggable transceiver.
- object
Type String - oper
Speed String - Operational speed of the transceiver.
- oper
State String - Operational state of the transceiver.
- oper
State StringQual - Reason for this transceiver's operational state.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - port
Id Number - Switch physical port identifier.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru Property Map - registered
Device 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.
- 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.
- slot
Id Number - Switch expansion slot module identifier.
- status String
- Status of the pluggable SFP.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Property Map>
- type String
- The type of the transceiver.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context Property Map
getEquipmentTransceiver Result
The following output properties are available:
- Id string
- Results
List<Get
Equipment Transceiver Result> - Account
Moid string - Additional
Properties string - Aggregate
Port doubleId - Ancestors
List<Get
Equipment Transceiver Ancestor> - Cisco
Extended stringId Number - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Ether
Host GetPort Equipment Transceiver Ether Host Port - Ether
Physical GetPort Equipment Transceiver Ether Physical Port - Fc
Physical GetPort Equipment Transceiver Fc Physical Port - Interface
Type string - Is
Upgraded bool - Manufacturer
Part stringNumber - Mod
Time string - Model string
- Module
Id double - Moid string
- Name string
- Object
Type string - Oper
Speed string - Oper
State string - Oper
State stringQual - Owners List<string>
- Parent
Get
Equipment Transceiver Parent - Permission
Resources List<GetEquipment Transceiver Permission Resource> - Port
Id double - Presence string
- Previous
Fru GetEquipment Transceiver Previous Fru - Registered
Device GetEquipment Transceiver Registered Device - Revision string
- Rn string
- Serial string
- string
- Slot
Id double - Status string
- Switch
Id string - List<Get
Equipment Transceiver Tag> - Type string
- Vendor string
- Version
Context GetEquipment Transceiver Version Context
- Id string
- Results
[]Get
Equipment Transceiver Result - Account
Moid string - Additional
Properties string - Aggregate
Port float64Id - Ancestors
[]Get
Equipment Transceiver Ancestor - Cisco
Extended stringId Number - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Ether
Host GetPort Equipment Transceiver Ether Host Port - Ether
Physical GetPort Equipment Transceiver Ether Physical Port - Fc
Physical GetPort Equipment Transceiver Fc Physical Port - Interface
Type string - Is
Upgraded bool - Manufacturer
Part stringNumber - Mod
Time string - Model string
- Module
Id float64 - Moid string
- Name string
- Object
Type string - Oper
Speed string - Oper
State string - Oper
State stringQual - Owners []string
- Parent
Get
Equipment Transceiver Parent - Permission
Resources []GetEquipment Transceiver Permission Resource - Port
Id float64 - Presence string
- Previous
Fru GetEquipment Transceiver Previous Fru - Registered
Device GetEquipment Transceiver Registered Device - Revision string
- Rn string
- Serial string
- string
- Slot
Id float64 - Status string
- Switch
Id string - []Get
Equipment Transceiver Tag - Type string
- Vendor string
- Version
Context GetEquipment Transceiver Version Context
- id String
- results
List<Get
Equipment Transceiver Result> - account
Moid String - additional
Properties String - aggregate
Port DoubleId - ancestors
List<Get
Equipment Transceiver Ancestor> - cisco
Extended StringId Number - class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - ether
Host GetPort Equipment Transceiver Ether Host Port - ether
Physical GetPort Equipment Transceiver Ether Physical Port - fc
Physical GetPort Equipment Transceiver Fc Physical Port - interface
Type String - is
Upgraded Boolean - manufacturer
Part StringNumber - mod
Time String - model String
- module
Id Double - moid String
- name String
- object
Type String - oper
Speed String - oper
State String - oper
State StringQual - owners List<String>
- parent
Get
Equipment Transceiver Parent - permission
Resources List<GetEquipment Transceiver Permission Resource> - port
Id Double - presence String
- previous
Fru GetEquipment Transceiver Previous Fru - registered
Device GetEquipment Transceiver Registered Device - revision String
- rn String
- serial String
- String
- slot
Id Double - status String
- switch
Id String - List<Get
Equipment Transceiver Tag> - type String
- vendor String
- version
Context GetEquipment Transceiver Version Context
- id string
- results
Get
Equipment Transceiver Result[] - account
Moid string - additional
Properties string - aggregate
Port numberId - ancestors
Get
Equipment Transceiver Ancestor[] - cisco
Extended stringId Number - class
Id string - create
Time string - device
Mo stringId - dn string
- domain
Group stringMoid - ether
Host GetPort Equipment Transceiver Ether Host Port - ether
Physical GetPort Equipment Transceiver Ether Physical Port - fc
Physical GetPort Equipment Transceiver Fc Physical Port - interface
Type string - is
Upgraded boolean - manufacturer
Part stringNumber - mod
Time string - model string
- module
Id number - moid string
- name string
- object
Type string - oper
Speed string - oper
State string - oper
State stringQual - owners string[]
- parent
Get
Equipment Transceiver Parent - permission
Resources GetEquipment Transceiver Permission Resource[] - port
Id number - presence string
- previous
Fru GetEquipment Transceiver Previous Fru - registered
Device GetEquipment Transceiver Registered Device - revision string
- rn string
- serial string
- string
- slot
Id number - status string
- switch
Id string - Get
Equipment Transceiver Tag[] - type string
- vendor string
- version
Context GetEquipment Transceiver Version Context
- id str
- results
Sequence[Get
Equipment Transceiver Result] - account_
moid str - additional_
properties str - aggregate_
port_ floatid - ancestors
Sequence[Get
Equipment Transceiver Ancestor] - cisco_
extended_ strid_ number - class_
id str - create_
time str - device_
mo_ strid - dn str
- domain_
group_ strmoid - ether_
host_ Getport Equipment Transceiver Ether Host Port - ether_
physical_ Getport Equipment Transceiver Ether Physical Port - fc_
physical_ Getport Equipment Transceiver Fc Physical Port - interface_
type str - is_
upgraded bool - manufacturer_
part_ strnumber - mod_
time str - model str
- module_
id float - moid str
- name str
- object_
type str - oper_
speed str - oper_
state str - oper_
state_ strqual - owners Sequence[str]
- parent
Get
Equipment Transceiver Parent - permission_
resources Sequence[GetEquipment Transceiver Permission Resource] - port_
id float - presence str
- previous_
fru GetEquipment Transceiver Previous Fru - registered_
device GetEquipment Transceiver Registered Device - revision str
- rn str
- serial str
- str
- slot_
id float - status str
- switch_
id str - Sequence[Get
Equipment Transceiver Tag] - type str
- vendor str
- version_
context GetEquipment Transceiver Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - aggregate
Port NumberId - ancestors List<Property Map>
- cisco
Extended StringId Number - class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - ether
Host Property MapPort - ether
Physical Property MapPort - fc
Physical Property MapPort - interface
Type String - is
Upgraded Boolean - manufacturer
Part StringNumber - mod
Time String - model String
- module
Id Number - moid String
- name String
- object
Type String - oper
Speed String - oper
State String - oper
State StringQual - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - port
Id Number - presence String
- previous
Fru Property Map - registered
Device Property Map - revision String
- rn String
- serial String
- String
- slot
Id Number - status String
- switch
Id String - List<Property Map>
- type String
- vendor String
- version
Context Property Map
Supporting Types
GetEquipmentTransceiverAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverEtherHostPort
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverEtherPhysicalPort
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverFcPhysicalPort
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverPreviousFru
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Aggregate
Port doubleId - Breakout port member in the Fabric Interconnect.
- Ancestors
List<Get
Equipment Transceiver Result Ancestor> - Cisco
Extended stringId Number - The cisco extended Id number state of the pluggable SFP.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ether
Host List<GetPorts Equipment Transceiver Result Ether Host Port> - Ether
Physical List<GetPorts Equipment Transceiver Result Ether Physical Port> - Fc
Physical List<GetPorts Equipment Transceiver Result Fc Physical Port> - Interface
Type string - 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 stringNumber - The manufacturer part number of the pluggable SFP.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Module
Id double - Fabric extender identifier.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the pluggable transceiver.
- Object
Type string - Oper
Speed string - Operational speed of the transceiver.
- Oper
State string - Operational state of the transceiver.
- Oper
State stringQual - Reason for this transceiver's operational state.
- Owners List<string>
- Parents
List<Get
Equipment Transceiver Result Parent> - Permission
Resources List<GetEquipment Transceiver Result Permission Resource> - Port
Id double - Switch physical port identifier.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus List<GetEquipment Transceiver Result Previous Frus> - Registered
Devices List<GetEquipment Transceiver Result Registered Device> - 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.
- 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.
- Slot
Id double - Switch expansion slot module identifier.
- Status string
- Status of the pluggable SFP.
- Switch
Id string - Switch Identifier that is local to a cluster.
- List<Get
Equipment Transceiver Result Tag> - Type string
- The type of the transceiver.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts List<GetEquipment Transceiver Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Aggregate
Port float64Id - Breakout port member in the Fabric Interconnect.
- Ancestors
[]Get
Equipment Transceiver Result Ancestor - Cisco
Extended stringId Number - The cisco extended Id number state of the pluggable SFP.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ether
Host []GetPorts Equipment Transceiver Result Ether Host Port - Ether
Physical []GetPorts Equipment Transceiver Result Ether Physical Port - Fc
Physical []GetPorts Equipment Transceiver Result Fc Physical Port - Interface
Type string - 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 stringNumber - The manufacturer part number of the pluggable SFP.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Module
Id float64 - Fabric extender identifier.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the pluggable transceiver.
- Object
Type string - Oper
Speed string - Operational speed of the transceiver.
- Oper
State string - Operational state of the transceiver.
- Oper
State stringQual - Reason for this transceiver's operational state.
- Owners []string
- Parents
[]Get
Equipment Transceiver Result Parent - Permission
Resources []GetEquipment Transceiver Result Permission Resource - Port
Id float64 - Switch physical port identifier.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus []GetEquipment Transceiver Result Previous Frus - Registered
Devices []GetEquipment Transceiver Result Registered Device - 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.
- 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.
- Slot
Id float64 - Switch expansion slot module identifier.
- Status string
- Status of the pluggable SFP.
- Switch
Id string - Switch Identifier that is local to a cluster.
- []Get
Equipment Transceiver Result Tag - Type string
- The type of the transceiver.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts []GetEquipment Transceiver Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - aggregate
Port DoubleId - Breakout port member in the Fabric Interconnect.
- ancestors
List<Get
Equipment Transceiver Result Ancestor> - cisco
Extended StringId Number - The cisco extended Id number state of the pluggable SFP.
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ether
Host List<GetPorts Equipment Transceiver Result Ether Host Port> - ether
Physical List<GetPorts Equipment Transceiver Result Ether Physical Port> - fc
Physical List<GetPorts Equipment Transceiver Result Fc Physical Port> - interface
Type String - Interface type of transceiver copper or fiber.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part StringNumber - The manufacturer part number of the pluggable SFP.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- module
Id Double - Fabric extender identifier.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the pluggable transceiver.
- object
Type String - oper
Speed String - Operational speed of the transceiver.
- oper
State String - Operational state of the transceiver.
- oper
State StringQual - Reason for this transceiver's operational state.
- owners List<String>
- parents
List<Get
Equipment Transceiver Result Parent> - permission
Resources List<GetEquipment Transceiver Result Permission Resource> - port
Id Double - Switch physical port identifier.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<GetEquipment Transceiver Result Previous Frus> - registered
Devices List<GetEquipment Transceiver Result Registered Device> - 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.
- 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.
- slot
Id Double - Switch expansion slot module identifier.
- status String
- Status of the pluggable SFP.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Get
Equipment Transceiver Result Tag> - type String
- The type of the transceiver.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<GetEquipment Transceiver Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - aggregate
Port numberId - Breakout port member in the Fabric Interconnect.
- ancestors
Get
Equipment Transceiver Result Ancestor[] - cisco
Extended stringId Number - The cisco extended Id number state of the pluggable SFP.
- class
Id string - create
Time string - The time when this managed object was created.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ether
Host GetPorts Equipment Transceiver Result Ether Host Port[] - ether
Physical GetPorts Equipment Transceiver Result Ether Physical Port[] - fc
Physical GetPorts Equipment Transceiver Result Fc Physical Port[] - interface
Type string - Interface type of transceiver copper or fiber.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part stringNumber - The manufacturer part number of the pluggable SFP.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- module
Id number - Fabric extender identifier.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the pluggable transceiver.
- object
Type string - oper
Speed string - Operational speed of the transceiver.
- oper
State string - Operational state of the transceiver.
- oper
State stringQual - Reason for this transceiver's operational state.
- owners string[]
- parents
Get
Equipment Transceiver Result Parent[] - permission
Resources GetEquipment Transceiver Result Permission Resource[] - port
Id number - Switch physical port identifier.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus GetEquipment Transceiver Result Previous Frus[] - registered
Devices GetEquipment Transceiver Result Registered Device[] - 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.
- 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.
- slot
Id number - Switch expansion slot module identifier.
- status string
- Status of the pluggable SFP.
- switch
Id string - Switch Identifier that is local to a cluster.
- Get
Equipment Transceiver Result Tag[] - type string
- The type of the transceiver.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Contexts GetEquipment Transceiver Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - aggregate_
port_ floatid - Breakout port member in the Fabric Interconnect.
- ancestors
Sequence[Get
Equipment Transceiver Result Ancestor] - cisco_
extended_ strid_ number - 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_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ether_
host_ Sequence[Getports Equipment Transceiver Result Ether Host Port] - ether_
physical_ Sequence[Getports Equipment Transceiver Result Ether Physical Port] - fc_
physical_ Sequence[Getports Equipment Transceiver Result Fc Physical Port] - 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_ strnumber - 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_ strqual - Reason for this transceiver's operational state.
- owners Sequence[str]
- parents
Sequence[Get
Equipment Transceiver Result Parent] - permission_
resources Sequence[GetEquipment Transceiver Result Permission Resource] - 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_
frus Sequence[GetEquipment Transceiver Result Previous Frus] - registered_
devices Sequence[GetEquipment Transceiver Result Registered Device] - 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.
- 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.
- Sequence[Get
Equipment Transceiver Result Tag] - type str
- The type of the transceiver.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
contexts Sequence[GetEquipment Transceiver Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - aggregate
Port NumberId - Breakout port member in the Fabric Interconnect.
- ancestors List<Property Map>
- cisco
Extended StringId Number - The cisco extended Id number state of the pluggable SFP.
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ether
Host List<Property Map>Ports - ether
Physical List<Property Map>Ports - fc
Physical List<Property Map>Ports - interface
Type String - Interface type of transceiver copper or fiber.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part StringNumber - The manufacturer part number of the pluggable SFP.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- module
Id Number - Fabric extender identifier.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the pluggable transceiver.
- object
Type String - oper
Speed String - Operational speed of the transceiver.
- oper
State String - Operational state of the transceiver.
- oper
State StringQual - Reason for this transceiver's operational state.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - port
Id Number - Switch physical port identifier.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<Property Map> - registered
Devices List<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.
- 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.
- slot
Id Number - Switch expansion slot module identifier.
- status String
- Status of the pluggable SFP.
- switch
Id String - Switch Identifier that is local to a cluster.
- List<Property Map>
- type String
- The type of the transceiver.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<Property Map>
GetEquipmentTransceiverResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultEtherHostPort
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultEtherPhysicalPort
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultFcPhysicalPort
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultPreviousFrus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetEquipmentTransceiverResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetEquipmentTransceiverResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetEquipmentTransceiverTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetEquipmentTransceiverVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetEquipment Transceiver Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetEquipment Transceiver Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetEquipment Transceiver Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetEquipment Transceiver Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetEquipment Transceiver Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetEquipment Transceiver Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetEquipment Transceiver Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetEquipment Transceiver Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetEquipment Transceiver Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetEquipment Transceiver Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetEquipmentTransceiverVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet