intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getEquipmentTransceiver
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 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 This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Aggregate
Port Id This property is required. double - Breakout port member in the Fabric Interconnect.
- Ancestors
This property is required. List<GetEquipment Transceiver Result Ancestor> - Cisco
Extended Id Number This property is required. string - The cisco extended Id number state of the pluggable SFP.
- Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Device
Mo Id This property is required. string - The database identifier of the registered device of an object.
- Dn
This property is required. string - The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Ether
Host Ports This property is required. List<GetEquipment Transceiver Result Ether Host Port> - Ether
Physical Ports This property is required. List<GetEquipment Transceiver Result Ether Physical Port> - Fc
Physical Ports This property is required. List<GetEquipment Transceiver Result Fc Physical Port> - Interface
Type This property is required. string - Interface type of transceiver copper or fiber.
- Is
Upgraded This property is required. bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Manufacturer
Part Number This property is required. string - The manufacturer part number of the pluggable SFP.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Model
This property is required. string - This field displays the model number of the associated component or hardware.
- Module
Id This property is required. double - Fabric extender identifier.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - The name of the pluggable transceiver.
- Object
Type This property is required. string - Oper
Speed This property is required. string - Operational speed of the transceiver.
- Oper
State This property is required. string - Operational state of the transceiver.
- Oper
State Qual This property is required. string - Reason for this transceiver's operational state.
- Owners
This property is required. List<string> - Parents
This property is required. List<GetEquipment Transceiver Result Parent> - Permission
Resources This property is required. List<GetEquipment Transceiver Result Permission Resource> - Port
Id This property is required. double - Switch physical port identifier.
- Presence
This property is required. string - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus This property is required. List<GetEquipment Transceiver Result Previous Frus> - Registered
Devices This property is required. List<GetEquipment Transceiver Result Registered Device> - Revision
This property is required. string - This field displays the revised version of the associated component or hardware (if any).
- Rn
This property is required. string - The Relative Name uniquely identifies an object within a given context.
- Serial
This property is required. string - This field displays the serial number of the associated component or hardware.
This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Slot
Id This property is required. double - Switch expansion slot module identifier.
- Status
This property is required. string - Status of the pluggable SFP.
- Switch
Id This property is required. string - Switch Identifier that is local to a cluster.
This property is required. List<GetEquipment Transceiver Result Tag> - Type
This property is required. string - The type of the transceiver.
- Vendor
This property is required. string - This field displays the vendor information of the associated component or hardware.
- Version
Contexts This property is required. List<GetEquipment Transceiver Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Aggregate
Port Id This property is required. float64 - Breakout port member in the Fabric Interconnect.
- Ancestors
This property is required. []GetEquipment Transceiver Result Ancestor - Cisco
Extended Id Number This property is required. string - The cisco extended Id number state of the pluggable SFP.
- Class
Id This property is required. string - Create
Time This property is required. string - The time when this managed object was created.
- Device
Mo Id This property is required. string - The database identifier of the registered device of an object.
- Dn
This property is required. string - The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Ether
Host Ports This property is required. []GetEquipment Transceiver Result Ether Host Port - Ether
Physical Ports This property is required. []GetEquipment Transceiver Result Ether Physical Port - Fc
Physical Ports This property is required. []GetEquipment Transceiver Result Fc Physical Port - Interface
Type This property is required. string - Interface type of transceiver copper or fiber.
- Is
Upgraded This property is required. bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Manufacturer
Part Number This property is required. string - The manufacturer part number of the pluggable SFP.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Model
This property is required. string - This field displays the model number of the associated component or hardware.
- Module
Id This property is required. float64 - Fabric extender identifier.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Name
This property is required. string - The name of the pluggable transceiver.
- Object
Type This property is required. string - Oper
Speed This property is required. string - Operational speed of the transceiver.
- Oper
State This property is required. string - Operational state of the transceiver.
- Oper
State Qual This property is required. string - Reason for this transceiver's operational state.
- Owners
This property is required. []string - Parents
This property is required. []GetEquipment Transceiver Result Parent - Permission
Resources This property is required. []GetEquipment Transceiver Result Permission Resource - Port
Id This property is required. float64 - Switch physical port identifier.
- Presence
This property is required. string - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus This property is required. []GetEquipment Transceiver Result Previous Frus - Registered
Devices This property is required. []GetEquipment Transceiver Result Registered Device - Revision
This property is required. string - This field displays the revised version of the associated component or hardware (if any).
- Rn
This property is required. string - The Relative Name uniquely identifies an object within a given context.
- Serial
This property is required. string - This field displays the serial number of the associated component or hardware.
This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Slot
Id This property is required. float64 - Switch expansion slot module identifier.
- Status
This property is required. string - Status of the pluggable SFP.
- Switch
Id This property is required. string - Switch Identifier that is local to a cluster.
This property is required. []GetEquipment Transceiver Result Tag - Type
This property is required. string - The type of the transceiver.
- Vendor
This property is required. string - This field displays the vendor information of the associated component or hardware.
- Version
Contexts This property is required. []GetEquipment Transceiver Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - aggregate
Port Id This property is required. Double - Breakout port member in the Fabric Interconnect.
- ancestors
This property is required. List<GetEquipment Transceiver Result Ancestor> - cisco
Extended Id Number This property is required. String - The cisco extended Id number state of the pluggable SFP.
- class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- device
Mo Id This property is required. String - The database identifier of the registered device of an object.
- dn
This property is required. String - The Distinguished Name unambiguously identifies an object in the system.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- ether
Host Ports This property is required. List<GetEquipment Transceiver Result Ether Host Port> - ether
Physical Ports This property is required. List<GetEquipment Transceiver Result Ether Physical Port> - fc
Physical Ports This property is required. List<GetEquipment Transceiver Result Fc Physical Port> - interface
Type This property is required. String - Interface type of transceiver copper or fiber.
- is
Upgraded This property is required. Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part Number This property is required. String - The manufacturer part number of the pluggable SFP.
- mod
Time This property is required. String - The time when this managed object was last modified.
- model
This property is required. String - This field displays the model number of the associated component or hardware.
- module
Id This property is required. Double - Fabric extender identifier.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - The name of the pluggable transceiver.
- object
Type This property is required. String - oper
Speed This property is required. String - Operational speed of the transceiver.
- oper
State This property is required. String - Operational state of the transceiver.
- oper
State Qual This property is required. String - Reason for this transceiver's operational state.
- owners
This property is required. List<String> - parents
This property is required. List<GetEquipment Transceiver Result Parent> - permission
Resources This property is required. List<GetEquipment Transceiver Result Permission Resource> - port
Id This property is required. Double - Switch physical port identifier.
- presence
This property is required. String - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus This property is required. List<GetEquipment Transceiver Result Previous Frus> - registered
Devices This property is required. List<GetEquipment Transceiver Result Registered Device> - revision
This property is required. String - This field displays the revised version of the associated component or hardware (if any).
- rn
This property is required. String - The Relative Name uniquely identifies an object within a given context.
- serial
This property is required. String - This field displays the serial number of the associated component or hardware.
This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot
Id This property is required. Double - Switch expansion slot module identifier.
- status
This property is required. String - Status of the pluggable SFP.
- switch
Id This property is required. String - Switch Identifier that is local to a cluster.
This property is required. List<GetEquipment Transceiver Result Tag> - type
This property is required. String - The type of the transceiver.
- vendor
This property is required. String - This field displays the vendor information of the associated component or hardware.
- version
Contexts This property is required. List<GetEquipment Transceiver Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - aggregate
Port Id This property is required. number - Breakout port member in the Fabric Interconnect.
- ancestors
This property is required. GetEquipment Transceiver Result Ancestor[] - cisco
Extended Id Number This property is required. string - The cisco extended Id number state of the pluggable SFP.
- class
Id This property is required. string - create
Time This property is required. string - The time when this managed object was created.
- device
Mo Id This property is required. string - The database identifier of the registered device of an object.
- dn
This property is required. string - The Distinguished Name unambiguously identifies an object in the system.
- domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- ether
Host Ports This property is required. GetEquipment Transceiver Result Ether Host Port[] - ether
Physical Ports This property is required. GetEquipment Transceiver Result Ether Physical Port[] - fc
Physical Ports This property is required. GetEquipment Transceiver Result Fc Physical Port[] - interface
Type This property is required. string - Interface type of transceiver copper or fiber.
- is
Upgraded This property is required. boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part Number This property is required. string - The manufacturer part number of the pluggable SFP.
- mod
Time This property is required. string - The time when this managed object was last modified.
- model
This property is required. string - This field displays the model number of the associated component or hardware.
- module
Id This property is required. number - Fabric extender identifier.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- name
This property is required. string - The name of the pluggable transceiver.
- object
Type This property is required. string - oper
Speed This property is required. string - Operational speed of the transceiver.
- oper
State This property is required. string - Operational state of the transceiver.
- oper
State Qual This property is required. string - Reason for this transceiver's operational state.
- owners
This property is required. string[] - parents
This property is required. GetEquipment Transceiver Result Parent[] - permission
Resources This property is required. GetEquipment Transceiver Result Permission Resource[] - port
Id This property is required. number - Switch physical port identifier.
- presence
This property is required. string - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus This property is required. GetEquipment Transceiver Result Previous Frus[] - registered
Devices This property is required. GetEquipment Transceiver Result Registered Device[] - revision
This property is required. string - This field displays the revised version of the associated component or hardware (if any).
- rn
This property is required. string - The Relative Name uniquely identifies an object within a given context.
- serial
This property is required. string - This field displays the serial number of the associated component or hardware.
This property is required. string- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot
Id This property is required. number - Switch expansion slot module identifier.
- status
This property is required. string - Status of the pluggable SFP.
- switch
Id This property is required. string - Switch Identifier that is local to a cluster.
This property is required. GetEquipment Transceiver Result Tag[] - type
This property is required. string - The type of the transceiver.
- vendor
This property is required. string - This field displays the vendor information of the associated component or hardware.
- version
Contexts This property is required. GetEquipment Transceiver Result Version Context[]
- account_
moid This property is required. str - The Account ID for this managed object.
- additional_
properties This property is required. str - aggregate_
port_ id This property is required. float - Breakout port member in the Fabric Interconnect.
- ancestors
This property is required. Sequence[GetEquipment Transceiver Result Ancestor] - cisco_
extended_ id_ number This property is required. str - The cisco extended Id number state of the pluggable SFP.
- class_
id This property is required. str - create_
time This property is required. str - The time when this managed object was created.
- device_
mo_ id This property is required. str - The database identifier of the registered device of an object.
- dn
This property is required. str - The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- ether_
host_ ports This property is required. Sequence[GetEquipment Transceiver Result Ether Host Port] - ether_
physical_ ports This property is required. Sequence[GetEquipment Transceiver Result Ether Physical Port] - fc_
physical_ ports This property is required. Sequence[GetEquipment Transceiver Result Fc Physical Port] - interface_
type This property is required. str - Interface type of transceiver copper or fiber.
- is_
upgraded This property is required. bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer_
part_ number This property is required. str - The manufacturer part number of the pluggable SFP.
- mod_
time This property is required. str - The time when this managed object was last modified.
- model
This property is required. str - This field displays the model number of the associated component or hardware.
- module_
id This property is required. float - Fabric extender identifier.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- name
This property is required. str - The name of the pluggable transceiver.
- object_
type This property is required. str - oper_
speed This property is required. str - Operational speed of the transceiver.
- oper_
state This property is required. str - Operational state of the transceiver.
- oper_
state_ qual This property is required. str - Reason for this transceiver's operational state.
- owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetEquipment Transceiver Result Parent] - permission_
resources This property is required. Sequence[GetEquipment Transceiver Result Permission Resource] - port_
id This property is required. float - Switch physical port identifier.
- presence
This property is required. str - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus This property is required. Sequence[GetEquipment Transceiver Result Previous Frus] - registered_
devices This property is required. Sequence[GetEquipment Transceiver Result Registered Device] - revision
This property is required. str - This field displays the revised version of the associated component or hardware (if any).
- rn
This property is required. str - The Relative Name uniquely identifies an object within a given context.
- serial
This property is required. str - This field displays the serial number of the associated component or hardware.
This property is required. str- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot_
id This property is required. float - Switch expansion slot module identifier.
- status
This property is required. str - Status of the pluggable SFP.
- switch_
id This property is required. str - Switch Identifier that is local to a cluster.
This property is required. Sequence[GetEquipment Transceiver Result Tag] - type
This property is required. str - The type of the transceiver.
- vendor
This property is required. str - This field displays the vendor information of the associated component or hardware.
- version_
contexts This property is required. Sequence[GetEquipment Transceiver Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - aggregate
Port Id This property is required. Number - Breakout port member in the Fabric Interconnect.
- ancestors
This property is required. List<Property Map> - cisco
Extended Id Number This property is required. String - The cisco extended Id number state of the pluggable SFP.
- class
Id This property is required. String - create
Time This property is required. String - The time when this managed object was created.
- device
Mo Id This property is required. String - The database identifier of the registered device of an object.
- dn
This property is required. String - The Distinguished Name unambiguously identifies an object in the system.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- ether
Host Ports This property is required. List<Property Map> - ether
Physical Ports This property is required. List<Property Map> - fc
Physical Ports This property is required. List<Property Map> - interface
Type This property is required. String - Interface type of transceiver copper or fiber.
- is
Upgraded This property is required. Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- manufacturer
Part Number This property is required. String - The manufacturer part number of the pluggable SFP.
- mod
Time This property is required. String - The time when this managed object was last modified.
- model
This property is required. String - This field displays the model number of the associated component or hardware.
- module
Id This property is required. Number - Fabric extender identifier.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- name
This property is required. String - The name of the pluggable transceiver.
- object
Type This property is required. String - oper
Speed This property is required. String - Operational speed of the transceiver.
- oper
State This property is required. String - Operational state of the transceiver.
- oper
State Qual This property is required. String - Reason for this transceiver's operational state.
- owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - port
Id This property is required. Number - Switch physical port identifier.
- presence
This property is required. String - This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus This property is required. List<Property Map> - registered
Devices This property is required. List<Property Map> - revision
This property is required. String - This field displays the revised version of the associated component or hardware (if any).
- rn
This property is required. String - The Relative Name uniquely identifies an object within a given context.
- serial
This property is required. String - This field displays the serial number of the associated component or hardware.
This property is required. String- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot
Id This property is required. Number - Switch expansion slot module identifier.
- status
This property is required. String - Status of the pluggable SFP.
- switch
Id This property is required. String - Switch Identifier that is local to a cluster.
This property is required. List<Property Map>- type
This property is required. String - The type of the transceiver.
- vendor
This property is required. String - This field displays the vendor information of the associated component or hardware.
- version
Contexts This property is required. List<Property Map>
GetEquipmentTransceiverResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultEtherHostPort
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultEtherPhysicalPort
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultFcPhysicalPort
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultPreviousFrus
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultRegisteredDevice
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties This property is required. string - key
This property is required. string - value
This property is required. string
- additional_
properties This property is required. str - key
This property is required. str - value
This property is required. str
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetEquipmentTransceiverResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetEquipment Transceiver Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetEquipment Transceiver Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetEquipment Transceiver Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetEquipment Transceiver Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetEquipment Transceiver Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetEquipment Transceiver Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetEquipment Transceiver Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetEquipment Transceiver Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[GetEquipment Transceiver Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetEquipment Transceiver Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetEquipmentTransceiverResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetEquipmentTransceiverResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type This property is required. string - selector
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - moid
This property is required. str - The unique identifier of this Managed Object instance.
- object_
type This property is required. str - selector
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. 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.63 published on Wednesday, Apr 16, 2025 by ciscodevnet