1. Packages
  2. Intersight Provider
  3. API Docs
  4. getEquipmentExpanderModuleOperation
intersight 1.0.72 published on Wednesday, Nov 5, 2025 by ciscodevnet

intersight.getEquipmentExpanderModuleOperation

Get Started
intersight logo
intersight 1.0.72 published on Wednesday, Nov 5, 2025 by ciscodevnet

    Contains the properties which can be used to perform chassis expander module operations (Ex- BMC reboot).

    Using getEquipmentExpanderModuleOperation

    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 getEquipmentExpanderModuleOperation(args: GetEquipmentExpanderModuleOperationArgs, opts?: InvokeOptions): Promise<GetEquipmentExpanderModuleOperationResult>
    function getEquipmentExpanderModuleOperationOutput(args: GetEquipmentExpanderModuleOperationOutputArgs, opts?: InvokeOptions): Output<GetEquipmentExpanderModuleOperationResult>
    def get_equipment_expander_module_operation(account_moid: Optional[str] = None,
                                                additional_properties: Optional[str] = None,
                                                admin_operation: Optional[str] = None,
                                                affected_obj_name: Optional[str] = None,
                                                ancestors: Optional[Sequence[GetEquipmentExpanderModuleOperationAncestor]] = None,
                                                class_id: Optional[str] = None,
                                                config_state: Optional[str] = None,
                                                create_time: Optional[str] = None,
                                                device_registration: Optional[GetEquipmentExpanderModuleOperationDeviceRegistration] = None,
                                                domain_group_moid: Optional[str] = None,
                                                expander_module: Optional[GetEquipmentExpanderModuleOperationExpanderModule] = None,
                                                expander_module_operation_statuses: Optional[Sequence[GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus]] = None,
                                                id: Optional[str] = None,
                                                mod_time: Optional[str] = None,
                                                moid: Optional[str] = None,
                                                object_type: Optional[str] = None,
                                                owners: Optional[Sequence[str]] = None,
                                                parent: Optional[GetEquipmentExpanderModuleOperationParent] = None,
                                                permission_resources: Optional[Sequence[GetEquipmentExpanderModuleOperationPermissionResource]] = None,
                                                serial: Optional[str] = None,
                                                shared_scope: Optional[str] = None,
                                                tags: Optional[Sequence[GetEquipmentExpanderModuleOperationTag]] = None,
                                                version_context: Optional[GetEquipmentExpanderModuleOperationVersionContext] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetEquipmentExpanderModuleOperationResult
    def get_equipment_expander_module_operation_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                additional_properties: Optional[pulumi.Input[str]] = None,
                                                admin_operation: Optional[pulumi.Input[str]] = None,
                                                affected_obj_name: Optional[pulumi.Input[str]] = None,
                                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentExpanderModuleOperationAncestorArgs]]]] = None,
                                                class_id: Optional[pulumi.Input[str]] = None,
                                                config_state: Optional[pulumi.Input[str]] = None,
                                                create_time: Optional[pulumi.Input[str]] = None,
                                                device_registration: Optional[pulumi.Input[GetEquipmentExpanderModuleOperationDeviceRegistrationArgs]] = None,
                                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                expander_module: Optional[pulumi.Input[GetEquipmentExpanderModuleOperationExpanderModuleArgs]] = None,
                                                expander_module_operation_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentExpanderModuleOperationExpanderModuleOperationStatusArgs]]]] = None,
                                                id: Optional[pulumi.Input[str]] = None,
                                                mod_time: Optional[pulumi.Input[str]] = None,
                                                moid: Optional[pulumi.Input[str]] = None,
                                                object_type: Optional[pulumi.Input[str]] = None,
                                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                parent: Optional[pulumi.Input[GetEquipmentExpanderModuleOperationParentArgs]] = None,
                                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentExpanderModuleOperationPermissionResourceArgs]]]] = None,
                                                serial: Optional[pulumi.Input[str]] = None,
                                                shared_scope: Optional[pulumi.Input[str]] = None,
                                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentExpanderModuleOperationTagArgs]]]] = None,
                                                version_context: Optional[pulumi.Input[GetEquipmentExpanderModuleOperationVersionContextArgs]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetEquipmentExpanderModuleOperationResult]
    func LookupEquipmentExpanderModuleOperation(ctx *Context, args *LookupEquipmentExpanderModuleOperationArgs, opts ...InvokeOption) (*LookupEquipmentExpanderModuleOperationResult, error)
    func LookupEquipmentExpanderModuleOperationOutput(ctx *Context, args *LookupEquipmentExpanderModuleOperationOutputArgs, opts ...InvokeOption) LookupEquipmentExpanderModuleOperationResultOutput

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

    public static class GetEquipmentExpanderModuleOperation 
    {
        public static Task<GetEquipmentExpanderModuleOperationResult> InvokeAsync(GetEquipmentExpanderModuleOperationArgs args, InvokeOptions? opts = null)
        public static Output<GetEquipmentExpanderModuleOperationResult> Invoke(GetEquipmentExpanderModuleOperationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEquipmentExpanderModuleOperationResult> getEquipmentExpanderModuleOperation(GetEquipmentExpanderModuleOperationArgs args, InvokeOptions options)
    public static Output<GetEquipmentExpanderModuleOperationResult> getEquipmentExpanderModuleOperation(GetEquipmentExpanderModuleOperationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getEquipmentExpanderModuleOperation:getEquipmentExpanderModuleOperation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminOperation string
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    AffectedObjName string
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    Ancestors List<GetEquipmentExpanderModuleOperationAncestor>
    ClassId string
    ConfigState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    CreateTime string
    The time when this managed object was created.
    DeviceRegistration GetEquipmentExpanderModuleOperationDeviceRegistration
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExpanderModule GetEquipmentExpanderModuleOperationExpanderModule
    ExpanderModuleOperationStatuses List<GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus>
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetEquipmentExpanderModuleOperationParent
    PermissionResources List<GetEquipmentExpanderModuleOperationPermissionResource>
    Serial string
    Serial ID of the X-Fabric Module.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetEquipmentExpanderModuleOperationTag>
    VersionContext GetEquipmentExpanderModuleOperationVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminOperation string
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    AffectedObjName string
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    Ancestors []GetEquipmentExpanderModuleOperationAncestor
    ClassId string
    ConfigState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    CreateTime string
    The time when this managed object was created.
    DeviceRegistration GetEquipmentExpanderModuleOperationDeviceRegistration
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExpanderModule GetEquipmentExpanderModuleOperationExpanderModule
    ExpanderModuleOperationStatuses []GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetEquipmentExpanderModuleOperationParent
    PermissionResources []GetEquipmentExpanderModuleOperationPermissionResource
    Serial string
    Serial ID of the X-Fabric Module.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetEquipmentExpanderModuleOperationTag
    VersionContext GetEquipmentExpanderModuleOperationVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminOperation String
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    affectedObjName String
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    ancestors List<GetEquipmentExpanderModuleOperationAncestor>
    classId String
    configState String
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    createTime String
    The time when this managed object was created.
    deviceRegistration GetEquipmentExpanderModuleOperationDeviceRegistration
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    expanderModule GetEquipmentExpanderModuleOperationExpanderModule
    expanderModuleOperationStatuses List<GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus>
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetEquipmentExpanderModuleOperationParent
    permissionResources List<GetEquipmentExpanderModuleOperationPermissionResource>
    serial String
    Serial ID of the X-Fabric Module.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetEquipmentExpanderModuleOperationTag>
    versionContext GetEquipmentExpanderModuleOperationVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminOperation string
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    affectedObjName string
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    ancestors GetEquipmentExpanderModuleOperationAncestor[]
    classId string
    configState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    createTime string
    The time when this managed object was created.
    deviceRegistration GetEquipmentExpanderModuleOperationDeviceRegistration
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    expanderModule GetEquipmentExpanderModuleOperationExpanderModule
    expanderModuleOperationStatuses GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus[]
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetEquipmentExpanderModuleOperationParent
    permissionResources GetEquipmentExpanderModuleOperationPermissionResource[]
    serial string
    Serial ID of the X-Fabric Module.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetEquipmentExpanderModuleOperationTag[]
    versionContext GetEquipmentExpanderModuleOperationVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_operation str
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    affected_obj_name str
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    ancestors Sequence[GetEquipmentExpanderModuleOperationAncestor]
    class_id str
    config_state str
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    create_time str
    The time when this managed object was created.
    device_registration GetEquipmentExpanderModuleOperationDeviceRegistration
    domain_group_moid str
    The DomainGroup ID for this managed object.
    expander_module GetEquipmentExpanderModuleOperationExpanderModule
    expander_module_operation_statuses Sequence[GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus]
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetEquipmentExpanderModuleOperationParent
    permission_resources Sequence[GetEquipmentExpanderModuleOperationPermissionResource]
    serial str
    Serial ID of the X-Fabric Module.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetEquipmentExpanderModuleOperationTag]
    version_context GetEquipmentExpanderModuleOperationVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminOperation String
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    affectedObjName String
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    ancestors List<Property Map>
    classId String
    configState String
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    createTime String
    The time when this managed object was created.
    deviceRegistration Property Map
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    expanderModule Property Map
    expanderModuleOperationStatuses List<Property Map>
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    serial String
    Serial ID of the X-Fabric Module.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContext Property Map

    getEquipmentExpanderModuleOperation Result

    The following output properties are available:

    Id string
    Results List<GetEquipmentExpanderModuleOperationResult>
    AccountMoid string
    AdditionalProperties string
    AdminOperation string
    AffectedObjName string
    Ancestors List<GetEquipmentExpanderModuleOperationAncestor>
    ClassId string
    ConfigState string
    CreateTime string
    DeviceRegistration GetEquipmentExpanderModuleOperationDeviceRegistration
    DomainGroupMoid string
    ExpanderModule GetEquipmentExpanderModuleOperationExpanderModule
    ExpanderModuleOperationStatuses List<GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus>
    ModTime string
    Moid string
    ObjectType string
    Owners List<string>
    Parent GetEquipmentExpanderModuleOperationParent
    PermissionResources List<GetEquipmentExpanderModuleOperationPermissionResource>
    Serial string
    SharedScope string
    Tags List<GetEquipmentExpanderModuleOperationTag>
    VersionContext GetEquipmentExpanderModuleOperationVersionContext
    Id string
    Results []GetEquipmentExpanderModuleOperationResult
    AccountMoid string
    AdditionalProperties string
    AdminOperation string
    AffectedObjName string
    Ancestors []GetEquipmentExpanderModuleOperationAncestor
    ClassId string
    ConfigState string
    CreateTime string
    DeviceRegistration GetEquipmentExpanderModuleOperationDeviceRegistration
    DomainGroupMoid string
    ExpanderModule GetEquipmentExpanderModuleOperationExpanderModule
    ExpanderModuleOperationStatuses []GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus
    ModTime string
    Moid string
    ObjectType string
    Owners []string
    Parent GetEquipmentExpanderModuleOperationParent
    PermissionResources []GetEquipmentExpanderModuleOperationPermissionResource
    Serial string
    SharedScope string
    Tags []GetEquipmentExpanderModuleOperationTag
    VersionContext GetEquipmentExpanderModuleOperationVersionContext
    id String
    results List<GetEquipmentExpanderModuleOperationResult>
    accountMoid String
    additionalProperties String
    adminOperation String
    affectedObjName String
    ancestors List<GetEquipmentExpanderModuleOperationAncestor>
    classId String
    configState String
    createTime String
    deviceRegistration GetEquipmentExpanderModuleOperationDeviceRegistration
    domainGroupMoid String
    expanderModule GetEquipmentExpanderModuleOperationExpanderModule
    expanderModuleOperationStatuses List<GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus>
    modTime String
    moid String
    objectType String
    owners List<String>
    parent GetEquipmentExpanderModuleOperationParent
    permissionResources List<GetEquipmentExpanderModuleOperationPermissionResource>
    serial String
    sharedScope String
    tags List<GetEquipmentExpanderModuleOperationTag>
    versionContext GetEquipmentExpanderModuleOperationVersionContext
    id string
    results GetEquipmentExpanderModuleOperationResult[]
    accountMoid string
    additionalProperties string
    adminOperation string
    affectedObjName string
    ancestors GetEquipmentExpanderModuleOperationAncestor[]
    classId string
    configState string
    createTime string
    deviceRegistration GetEquipmentExpanderModuleOperationDeviceRegistration
    domainGroupMoid string
    expanderModule GetEquipmentExpanderModuleOperationExpanderModule
    expanderModuleOperationStatuses GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus[]
    modTime string
    moid string
    objectType string
    owners string[]
    parent GetEquipmentExpanderModuleOperationParent
    permissionResources GetEquipmentExpanderModuleOperationPermissionResource[]
    serial string
    sharedScope string
    tags GetEquipmentExpanderModuleOperationTag[]
    versionContext GetEquipmentExpanderModuleOperationVersionContext
    id str
    results Sequence[GetEquipmentExpanderModuleOperationResult]
    account_moid str
    additional_properties str
    admin_operation str
    affected_obj_name str
    ancestors Sequence[GetEquipmentExpanderModuleOperationAncestor]
    class_id str
    config_state str
    create_time str
    device_registration GetEquipmentExpanderModuleOperationDeviceRegistration
    domain_group_moid str
    expander_module GetEquipmentExpanderModuleOperationExpanderModule
    expander_module_operation_statuses Sequence[GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus]
    mod_time str
    moid str
    object_type str
    owners Sequence[str]
    parent GetEquipmentExpanderModuleOperationParent
    permission_resources Sequence[GetEquipmentExpanderModuleOperationPermissionResource]
    serial str
    shared_scope str
    tags Sequence[GetEquipmentExpanderModuleOperationTag]
    version_context GetEquipmentExpanderModuleOperationVersionContext

    Supporting Types

    GetEquipmentExpanderModuleOperationAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentExpanderModuleOperationDeviceRegistration

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentExpanderModuleOperationExpanderModule

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentExpanderModuleOperationExpanderModuleOperationStatus

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ConfigState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowId string
    The workflow Id of the IO Card operations workflow.
    WorkflowType string
    The workflow type of the IO Card operation workflow. This can be used to distinguish different IO Card operations.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ConfigState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowId string
    The workflow Id of the IO Card operations workflow.
    WorkflowType string
    The workflow type of the IO Card operation workflow. This can be used to distinguish different IO Card operations.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configState String
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowId String
    The workflow Id of the IO Card operations workflow.
    workflowType String
    The workflow type of the IO Card operation workflow. This can be used to distinguish different IO Card operations.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowId string
    The workflow Id of the IO Card operations workflow.
    workflowType string
    The workflow type of the IO Card operation workflow. This can be used to distinguish different IO Card operations.
    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.
    config_state str
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflow_id str
    The workflow Id of the IO Card operations workflow.
    workflow_type str
    The workflow type of the IO Card operation workflow. This can be used to distinguish different IO Card operations.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configState String
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowId String
    The workflow Id of the IO Card operations workflow.
    workflowType String
    The workflow type of the IO Card operation workflow. This can be used to distinguish different IO Card operations.

    GetEquipmentExpanderModuleOperationParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentExpanderModuleOperationPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentExpanderModuleOperationResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminOperation string
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    AffectedObjName string
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    Ancestors List<GetEquipmentExpanderModuleOperationResultAncestor>
    ClassId string
    ConfigState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    CreateTime string
    The time when this managed object was created.
    DeviceRegistrations List<GetEquipmentExpanderModuleOperationResultDeviceRegistration>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExpanderModuleOperationStatuses List<GetEquipmentExpanderModuleOperationResultExpanderModuleOperationStatus>
    ExpanderModules List<GetEquipmentExpanderModuleOperationResultExpanderModule>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetEquipmentExpanderModuleOperationResultParent>
    PermissionResources List<GetEquipmentExpanderModuleOperationResultPermissionResource>
    Serial string
    Serial ID of the X-Fabric Module.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetEquipmentExpanderModuleOperationResultTag>
    VersionContexts List<GetEquipmentExpanderModuleOperationResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminOperation string
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    AffectedObjName string
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    Ancestors []GetEquipmentExpanderModuleOperationResultAncestor
    ClassId string
    ConfigState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    CreateTime string
    The time when this managed object was created.
    DeviceRegistrations []GetEquipmentExpanderModuleOperationResultDeviceRegistration
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExpanderModuleOperationStatuses []GetEquipmentExpanderModuleOperationResultExpanderModuleOperationStatus
    ExpanderModules []GetEquipmentExpanderModuleOperationResultExpanderModule
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetEquipmentExpanderModuleOperationResultParent
    PermissionResources []GetEquipmentExpanderModuleOperationResultPermissionResource
    Serial string
    Serial ID of the X-Fabric Module.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetEquipmentExpanderModuleOperationResultTag
    VersionContexts []GetEquipmentExpanderModuleOperationResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminOperation String
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    affectedObjName String
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    ancestors List<GetEquipmentExpanderModuleOperationResultAncestor>
    classId String
    configState String
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    createTime String
    The time when this managed object was created.
    deviceRegistrations List<GetEquipmentExpanderModuleOperationResultDeviceRegistration>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    expanderModuleOperationStatuses List<GetEquipmentExpanderModuleOperationResultExpanderModuleOperationStatus>
    expanderModules List<GetEquipmentExpanderModuleOperationResultExpanderModule>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetEquipmentExpanderModuleOperationResultParent>
    permissionResources List<GetEquipmentExpanderModuleOperationResultPermissionResource>
    serial String
    Serial ID of the X-Fabric Module.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetEquipmentExpanderModuleOperationResultTag>
    versionContexts List<GetEquipmentExpanderModuleOperationResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminOperation string
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    affectedObjName string
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    ancestors GetEquipmentExpanderModuleOperationResultAncestor[]
    classId string
    configState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    createTime string
    The time when this managed object was created.
    deviceRegistrations GetEquipmentExpanderModuleOperationResultDeviceRegistration[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    expanderModuleOperationStatuses GetEquipmentExpanderModuleOperationResultExpanderModuleOperationStatus[]
    expanderModules GetEquipmentExpanderModuleOperationResultExpanderModule[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetEquipmentExpanderModuleOperationResultParent[]
    permissionResources GetEquipmentExpanderModuleOperationResultPermissionResource[]
    serial string
    Serial ID of the X-Fabric Module.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetEquipmentExpanderModuleOperationResultTag[]
    versionContexts GetEquipmentExpanderModuleOperationResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_operation str
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    affected_obj_name str
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    ancestors Sequence[GetEquipmentExpanderModuleOperationResultAncestor]
    class_id str
    config_state str
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    create_time str
    The time when this managed object was created.
    device_registrations Sequence[GetEquipmentExpanderModuleOperationResultDeviceRegistration]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    expander_module_operation_statuses Sequence[GetEquipmentExpanderModuleOperationResultExpanderModuleOperationStatus]
    expander_modules Sequence[GetEquipmentExpanderModuleOperationResultExpanderModule]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetEquipmentExpanderModuleOperationResultParent]
    permission_resources Sequence[GetEquipmentExpanderModuleOperationResultPermissionResource]
    serial str
    Serial ID of the X-Fabric Module.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetEquipmentExpanderModuleOperationResultTag]
    version_contexts Sequence[GetEquipmentExpanderModuleOperationResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminOperation String
    User configured operation on the X-Fabric Module.* None - Placeholder default value for iom power state property.* Reboot - IO Module reboot state property value.
    affectedObjName String
    Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.
    ancestors List<Property Map>
    classId String
    configState String
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    createTime String
    The time when this managed object was created.
    deviceRegistrations List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    expanderModuleOperationStatuses List<Property Map>
    expanderModules List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    serial String
    Serial ID of the X-Fabric Module.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetEquipmentExpanderModuleOperationResultAncestor

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

    GetEquipmentExpanderModuleOperationResultDeviceRegistration

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

    GetEquipmentExpanderModuleOperationResultExpanderModule

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

    GetEquipmentExpanderModuleOperationResultExpanderModuleOperationStatus

    AdditionalProperties string
    ClassId string
    ConfigState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    ObjectType string
    WorkflowId string
    WorkflowType string
    AdditionalProperties string
    ClassId string
    ConfigState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    ObjectType string
    WorkflowId string
    WorkflowType string
    additionalProperties String
    classId String
    configState String
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    objectType String
    workflowId String
    workflowType String
    additionalProperties string
    classId string
    configState string
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    objectType string
    workflowId string
    workflowType string
    additional_properties str
    class_id str
    config_state str
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    object_type str
    workflow_id str
    workflow_type str
    additionalProperties String
    classId String
    configState String
    The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.* Scheduled - User configured settings are scheduled to be applied.
    objectType String
    workflowId String
    workflowType String

    GetEquipmentExpanderModuleOperationResultParent

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

    GetEquipmentExpanderModuleOperationResultPermissionResource

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

    GetEquipmentExpanderModuleOperationResultTag

    GetEquipmentExpanderModuleOperationResultTagAncestorDefinition

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

    GetEquipmentExpanderModuleOperationResultTagDefinition

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

    GetEquipmentExpanderModuleOperationResultVersionContext

    GetEquipmentExpanderModuleOperationResultVersionContextInterestedMo

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

    GetEquipmentExpanderModuleOperationResultVersionContextRefMo

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

    GetEquipmentExpanderModuleOperationTag

    AdditionalProperties string
    AncestorDefinitions List<GetEquipmentExpanderModuleOperationTagAncestorDefinition>
    Definition GetEquipmentExpanderModuleOperationTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetEquipmentExpanderModuleOperationTagAncestorDefinition
    Definition GetEquipmentExpanderModuleOperationTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetEquipmentExpanderModuleOperationTagAncestorDefinition>
    definition GetEquipmentExpanderModuleOperationTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetEquipmentExpanderModuleOperationTagAncestorDefinition[]
    definition GetEquipmentExpanderModuleOperationTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetEquipmentExpanderModuleOperationTagAncestorDefinition]
    definition GetEquipmentExpanderModuleOperationTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetEquipmentExpanderModuleOperationTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentExpanderModuleOperationTagDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentExpanderModuleOperationVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetEquipmentExpanderModuleOperationVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetEquipmentExpanderModuleOperationVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetEquipmentExpanderModuleOperationVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetEquipmentExpanderModuleOperationVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetEquipmentExpanderModuleOperationVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetEquipmentExpanderModuleOperationVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetEquipmentExpanderModuleOperationVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentExpanderModuleOperationVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.72 published on Wednesday, Nov 5, 2025 by ciscodevnet
      Meet Neo: Your AI Platform Teammate