1. Packages
  2. Intersight Provider
  3. API Docs
  4. getComputeServerSetting
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getComputeServerSetting

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Models the configurable properties of a server in Intersight.

    Using getComputeServerSetting

    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 getComputeServerSetting(args: GetComputeServerSettingArgs, opts?: InvokeOptions): Promise<GetComputeServerSettingResult>
    function getComputeServerSettingOutput(args: GetComputeServerSettingOutputArgs, opts?: InvokeOptions): Output<GetComputeServerSettingResult>
    def get_compute_server_setting(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   admin_locator_led_state: Optional[str] = None,
                                   admin_power_state: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetComputeServerSettingAncestor]] = None,
                                   certificates_action: Optional[GetComputeServerSettingCertificatesAction] = None,
                                   class_id: Optional[str] = None,
                                   clear_sel: Optional[str] = None,
                                   cmos_reset: Optional[str] = None,
                                   collect_sel: Optional[str] = None,
                                   config_state: Optional[str] = None,
                                   create_time: Optional[str] = None,
                                   device_mo_id: Optional[str] = None,
                                   dn: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   front_panel_lock_state: Optional[str] = None,
                                   host_init_configuration: Optional[str] = None,
                                   id: Optional[str] = None,
                                   kvm_reset: Optional[str] = None,
                                   locator_led: Optional[GetComputeServerSettingLocatorLed] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   object_type: Optional[str] = None,
                                   one_time_boot_device: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetComputeServerSettingParent] = None,
                                   permission_resources: Optional[Sequence[GetComputeServerSettingPermissionResource]] = None,
                                   persistent_memory_operation: Optional[GetComputeServerSettingPersistentMemoryOperation] = None,
                                   personality_setting: Optional[GetComputeServerSettingPersonalitySetting] = None,
                                   registered_device: Optional[GetComputeServerSettingRegisteredDevice] = None,
                                   reset_memory_errors: Optional[str] = None,
                                   rn: Optional[str] = None,
                                   running_workflow: Optional[GetComputeServerSettingRunningWorkflow] = None,
                                   server: Optional[GetComputeServerSettingServer] = None,
                                   server_config: Optional[GetComputeServerSettingServerConfig] = None,
                                   server_op_statuses: Optional[Sequence[GetComputeServerSettingServerOpStatus]] = None,
                                   shared_scope: Optional[str] = None,
                                   storage_controller_operation: Optional[GetComputeServerSettingStorageControllerOperation] = None,
                                   storage_physical_drive_operation: Optional[GetComputeServerSettingStoragePhysicalDriveOperation] = None,
                                   storage_utility_image_operation: Optional[GetComputeServerSettingStorageUtilityImageOperation] = None,
                                   storage_virtual_drive_operation: Optional[GetComputeServerSettingStorageVirtualDriveOperation] = None,
                                   tags: Optional[Sequence[GetComputeServerSettingTag]] = None,
                                   tpm_reset: Optional[str] = None,
                                   tunneled_kvm_state: Optional[str] = None,
                                   version_context: Optional[GetComputeServerSettingVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetComputeServerSettingResult
    def get_compute_server_setting_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   admin_locator_led_state: Optional[pulumi.Input[str]] = None,
                                   admin_power_state: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeServerSettingAncestorArgs]]]] = None,
                                   certificates_action: Optional[pulumi.Input[GetComputeServerSettingCertificatesActionArgs]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   clear_sel: Optional[pulumi.Input[str]] = None,
                                   cmos_reset: Optional[pulumi.Input[str]] = None,
                                   collect_sel: Optional[pulumi.Input[str]] = None,
                                   config_state: Optional[pulumi.Input[str]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   device_mo_id: Optional[pulumi.Input[str]] = None,
                                   dn: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   front_panel_lock_state: Optional[pulumi.Input[str]] = None,
                                   host_init_configuration: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   kvm_reset: Optional[pulumi.Input[str]] = None,
                                   locator_led: Optional[pulumi.Input[GetComputeServerSettingLocatorLedArgs]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   one_time_boot_device: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetComputeServerSettingParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeServerSettingPermissionResourceArgs]]]] = None,
                                   persistent_memory_operation: Optional[pulumi.Input[GetComputeServerSettingPersistentMemoryOperationArgs]] = None,
                                   personality_setting: Optional[pulumi.Input[GetComputeServerSettingPersonalitySettingArgs]] = None,
                                   registered_device: Optional[pulumi.Input[GetComputeServerSettingRegisteredDeviceArgs]] = None,
                                   reset_memory_errors: Optional[pulumi.Input[str]] = None,
                                   rn: Optional[pulumi.Input[str]] = None,
                                   running_workflow: Optional[pulumi.Input[GetComputeServerSettingRunningWorkflowArgs]] = None,
                                   server: Optional[pulumi.Input[GetComputeServerSettingServerArgs]] = None,
                                   server_config: Optional[pulumi.Input[GetComputeServerSettingServerConfigArgs]] = None,
                                   server_op_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeServerSettingServerOpStatusArgs]]]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   storage_controller_operation: Optional[pulumi.Input[GetComputeServerSettingStorageControllerOperationArgs]] = None,
                                   storage_physical_drive_operation: Optional[pulumi.Input[GetComputeServerSettingStoragePhysicalDriveOperationArgs]] = None,
                                   storage_utility_image_operation: Optional[pulumi.Input[GetComputeServerSettingStorageUtilityImageOperationArgs]] = None,
                                   storage_virtual_drive_operation: Optional[pulumi.Input[GetComputeServerSettingStorageVirtualDriveOperationArgs]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeServerSettingTagArgs]]]] = None,
                                   tpm_reset: Optional[pulumi.Input[str]] = None,
                                   tunneled_kvm_state: Optional[pulumi.Input[str]] = None,
                                   version_context: Optional[pulumi.Input[GetComputeServerSettingVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetComputeServerSettingResult]
    func LookupComputeServerSetting(ctx *Context, args *LookupComputeServerSettingArgs, opts ...InvokeOption) (*LookupComputeServerSettingResult, error)
    func LookupComputeServerSettingOutput(ctx *Context, args *LookupComputeServerSettingOutputArgs, opts ...InvokeOption) LookupComputeServerSettingResultOutput

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

    public static class GetComputeServerSetting 
    {
        public static Task<GetComputeServerSettingResult> InvokeAsync(GetComputeServerSettingArgs args, InvokeOptions? opts = null)
        public static Output<GetComputeServerSettingResult> Invoke(GetComputeServerSettingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetComputeServerSettingResult> getComputeServerSetting(GetComputeServerSettingArgs args, InvokeOptions options)
    public static Output<GetComputeServerSettingResult> getComputeServerSetting(GetComputeServerSettingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getComputeServerSetting:getComputeServerSetting
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminLocatorLedState string
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    AdminPowerState string
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    Ancestors List<GetComputeServerSettingAncestor>
    CertificatesAction GetComputeServerSettingCertificatesAction
    ClassId string
    ClearSel string
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    CmosReset string
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    CollectSel string
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    ConfigState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FrontPanelLockState string
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    HostInitConfiguration string
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    Id string
    KvmReset string
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    LocatorLed GetComputeServerSettingLocatorLed
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The property used to identify the name of the server it is associated with.
    ObjectType string
    OneTimeBootDevice string
    The name of the device chosen by user for configuring One-Time Boot device.
    Owners List<string>
    Parent GetComputeServerSettingParent
    PermissionResources List<GetComputeServerSettingPermissionResource>
    PersistentMemoryOperation GetComputeServerSettingPersistentMemoryOperation
    PersonalitySetting GetComputeServerSettingPersonalitySetting
    RegisteredDevice GetComputeServerSettingRegisteredDevice
    ResetMemoryErrors string
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    RunningWorkflow GetComputeServerSettingRunningWorkflow
    Server GetComputeServerSettingServer
    ServerConfig GetComputeServerSettingServerConfig
    ServerOpStatuses List<GetComputeServerSettingServerOpStatus>
    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.
    StorageControllerOperation GetComputeServerSettingStorageControllerOperation
    StoragePhysicalDriveOperation GetComputeServerSettingStoragePhysicalDriveOperation
    StorageUtilityImageOperation GetComputeServerSettingStorageUtilityImageOperation
    StorageVirtualDriveOperation GetComputeServerSettingStorageVirtualDriveOperation
    Tags List<GetComputeServerSettingTag>
    TpmReset string
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    TunneledKvmState string
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    VersionContext GetComputeServerSettingVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminLocatorLedState string
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    AdminPowerState string
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    Ancestors []GetComputeServerSettingAncestor
    CertificatesAction GetComputeServerSettingCertificatesAction
    ClassId string
    ClearSel string
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    CmosReset string
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    CollectSel string
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    ConfigState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FrontPanelLockState string
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    HostInitConfiguration string
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    Id string
    KvmReset string
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    LocatorLed GetComputeServerSettingLocatorLed
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The property used to identify the name of the server it is associated with.
    ObjectType string
    OneTimeBootDevice string
    The name of the device chosen by user for configuring One-Time Boot device.
    Owners []string
    Parent GetComputeServerSettingParent
    PermissionResources []GetComputeServerSettingPermissionResource
    PersistentMemoryOperation GetComputeServerSettingPersistentMemoryOperation
    PersonalitySetting GetComputeServerSettingPersonalitySetting
    RegisteredDevice GetComputeServerSettingRegisteredDevice
    ResetMemoryErrors string
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    RunningWorkflow GetComputeServerSettingRunningWorkflow
    Server GetComputeServerSettingServer
    ServerConfig GetComputeServerSettingServerConfig
    ServerOpStatuses []GetComputeServerSettingServerOpStatus
    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.
    StorageControllerOperation GetComputeServerSettingStorageControllerOperation
    StoragePhysicalDriveOperation GetComputeServerSettingStoragePhysicalDriveOperation
    StorageUtilityImageOperation GetComputeServerSettingStorageUtilityImageOperation
    StorageVirtualDriveOperation GetComputeServerSettingStorageVirtualDriveOperation
    Tags []GetComputeServerSettingTag
    TpmReset string
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    TunneledKvmState string
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    VersionContext GetComputeServerSettingVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminLocatorLedState String
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    adminPowerState String
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    ancestors List<GetComputeServerSettingAncestor>
    certificatesAction GetComputeServerSettingCertificatesAction
    classId String
    clearSel String
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    cmosReset String
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    collectSel String
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    configState String
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    frontPanelLockState String
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hostInitConfiguration String
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    id String
    kvmReset String
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    locatorLed GetComputeServerSettingLocatorLed
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The property used to identify the name of the server it is associated with.
    objectType String
    oneTimeBootDevice String
    The name of the device chosen by user for configuring One-Time Boot device.
    owners List<String>
    parent GetComputeServerSettingParent
    permissionResources List<GetComputeServerSettingPermissionResource>
    persistentMemoryOperation GetComputeServerSettingPersistentMemoryOperation
    personalitySetting GetComputeServerSettingPersonalitySetting
    registeredDevice GetComputeServerSettingRegisteredDevice
    resetMemoryErrors String
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    runningWorkflow GetComputeServerSettingRunningWorkflow
    server GetComputeServerSettingServer
    serverConfig GetComputeServerSettingServerConfig
    serverOpStatuses List<GetComputeServerSettingServerOpStatus>
    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.
    storageControllerOperation GetComputeServerSettingStorageControllerOperation
    storagePhysicalDriveOperation GetComputeServerSettingStoragePhysicalDriveOperation
    storageUtilityImageOperation GetComputeServerSettingStorageUtilityImageOperation
    storageVirtualDriveOperation GetComputeServerSettingStorageVirtualDriveOperation
    tags List<GetComputeServerSettingTag>
    tpmReset String
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    tunneledKvmState String
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    versionContext GetComputeServerSettingVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminLocatorLedState string
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    adminPowerState string
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    ancestors GetComputeServerSettingAncestor[]
    certificatesAction GetComputeServerSettingCertificatesAction
    classId string
    clearSel string
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    cmosReset string
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    collectSel string
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    configState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    frontPanelLockState string
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hostInitConfiguration string
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    id string
    kvmReset string
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    locatorLed GetComputeServerSettingLocatorLed
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The property used to identify the name of the server it is associated with.
    objectType string
    oneTimeBootDevice string
    The name of the device chosen by user for configuring One-Time Boot device.
    owners string[]
    parent GetComputeServerSettingParent
    permissionResources GetComputeServerSettingPermissionResource[]
    persistentMemoryOperation GetComputeServerSettingPersistentMemoryOperation
    personalitySetting GetComputeServerSettingPersonalitySetting
    registeredDevice GetComputeServerSettingRegisteredDevice
    resetMemoryErrors string
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    rn string
    The Relative Name uniquely identifies an object within a given context.
    runningWorkflow GetComputeServerSettingRunningWorkflow
    server GetComputeServerSettingServer
    serverConfig GetComputeServerSettingServerConfig
    serverOpStatuses GetComputeServerSettingServerOpStatus[]
    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.
    storageControllerOperation GetComputeServerSettingStorageControllerOperation
    storagePhysicalDriveOperation GetComputeServerSettingStoragePhysicalDriveOperation
    storageUtilityImageOperation GetComputeServerSettingStorageUtilityImageOperation
    storageVirtualDriveOperation GetComputeServerSettingStorageVirtualDriveOperation
    tags GetComputeServerSettingTag[]
    tpmReset string
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    tunneledKvmState string
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    versionContext GetComputeServerSettingVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_locator_led_state str
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    admin_power_state str
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    ancestors Sequence[GetComputeServerSettingAncestor]
    certificates_action GetComputeServerSettingCertificatesAction
    class_id str
    clear_sel str
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    cmos_reset str
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    collect_sel str
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    config_state str
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    front_panel_lock_state str
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    host_init_configuration str
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    id str
    kvm_reset str
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    locator_led GetComputeServerSettingLocatorLed
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The property used to identify the name of the server it is associated with.
    object_type str
    one_time_boot_device str
    The name of the device chosen by user for configuring One-Time Boot device.
    owners Sequence[str]
    parent GetComputeServerSettingParent
    permission_resources Sequence[GetComputeServerSettingPermissionResource]
    persistent_memory_operation GetComputeServerSettingPersistentMemoryOperation
    personality_setting GetComputeServerSettingPersonalitySetting
    registered_device GetComputeServerSettingRegisteredDevice
    reset_memory_errors str
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    rn str
    The Relative Name uniquely identifies an object within a given context.
    running_workflow GetComputeServerSettingRunningWorkflow
    server GetComputeServerSettingServer
    server_config GetComputeServerSettingServerConfig
    server_op_statuses Sequence[GetComputeServerSettingServerOpStatus]
    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.
    storage_controller_operation GetComputeServerSettingStorageControllerOperation
    storage_physical_drive_operation GetComputeServerSettingStoragePhysicalDriveOperation
    storage_utility_image_operation GetComputeServerSettingStorageUtilityImageOperation
    storage_virtual_drive_operation GetComputeServerSettingStorageVirtualDriveOperation
    tags Sequence[GetComputeServerSettingTag]
    tpm_reset str
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    tunneled_kvm_state str
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    version_context GetComputeServerSettingVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminLocatorLedState String
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    adminPowerState String
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    ancestors List<Property Map>
    certificatesAction Property Map
    classId String
    clearSel String
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    cmosReset String
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    collectSel String
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    configState String
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    frontPanelLockState String
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hostInitConfiguration String
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    id String
    kvmReset String
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    locatorLed Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The property used to identify the name of the server it is associated with.
    objectType String
    oneTimeBootDevice String
    The name of the device chosen by user for configuring One-Time Boot device.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    persistentMemoryOperation Property Map
    personalitySetting Property Map
    registeredDevice Property Map
    resetMemoryErrors String
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    runningWorkflow Property Map
    server Property Map
    serverConfig Property Map
    serverOpStatuses List<Property Map>
    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.
    storageControllerOperation Property Map
    storagePhysicalDriveOperation Property Map
    storageUtilityImageOperation Property Map
    storageVirtualDriveOperation Property Map
    tags List<Property Map>
    tpmReset String
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    tunneledKvmState String
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    versionContext Property Map

    getComputeServerSetting Result

    The following output properties are available:

    Id string
    Results List<GetComputeServerSettingResult>
    AccountMoid string
    AdditionalProperties string
    AdminLocatorLedState string
    AdminPowerState string
    Ancestors List<GetComputeServerSettingAncestor>
    CertificatesAction GetComputeServerSettingCertificatesAction
    ClassId string
    ClearSel string
    CmosReset string
    CollectSel string
    ConfigState string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    FrontPanelLockState string
    HostInitConfiguration string
    KvmReset string
    LocatorLed GetComputeServerSettingLocatorLed
    ModTime string
    Moid string
    Name string
    ObjectType string
    OneTimeBootDevice string
    Owners List<string>
    Parent GetComputeServerSettingParent
    PermissionResources List<GetComputeServerSettingPermissionResource>
    PersistentMemoryOperation GetComputeServerSettingPersistentMemoryOperation
    PersonalitySetting GetComputeServerSettingPersonalitySetting
    RegisteredDevice GetComputeServerSettingRegisteredDevice
    ResetMemoryErrors string
    Rn string
    RunningWorkflow GetComputeServerSettingRunningWorkflow
    Server GetComputeServerSettingServer
    ServerConfig GetComputeServerSettingServerConfig
    ServerOpStatuses List<GetComputeServerSettingServerOpStatus>
    SharedScope string
    StorageControllerOperation GetComputeServerSettingStorageControllerOperation
    StoragePhysicalDriveOperation GetComputeServerSettingStoragePhysicalDriveOperation
    StorageUtilityImageOperation GetComputeServerSettingStorageUtilityImageOperation
    StorageVirtualDriveOperation GetComputeServerSettingStorageVirtualDriveOperation
    Tags List<GetComputeServerSettingTag>
    TpmReset string
    TunneledKvmState string
    VersionContext GetComputeServerSettingVersionContext
    Id string
    Results []GetComputeServerSettingResult
    AccountMoid string
    AdditionalProperties string
    AdminLocatorLedState string
    AdminPowerState string
    Ancestors []GetComputeServerSettingAncestor
    CertificatesAction GetComputeServerSettingCertificatesAction
    ClassId string
    ClearSel string
    CmosReset string
    CollectSel string
    ConfigState string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    FrontPanelLockState string
    HostInitConfiguration string
    KvmReset string
    LocatorLed GetComputeServerSettingLocatorLed
    ModTime string
    Moid string
    Name string
    ObjectType string
    OneTimeBootDevice string
    Owners []string
    Parent GetComputeServerSettingParent
    PermissionResources []GetComputeServerSettingPermissionResource
    PersistentMemoryOperation GetComputeServerSettingPersistentMemoryOperation
    PersonalitySetting GetComputeServerSettingPersonalitySetting
    RegisteredDevice GetComputeServerSettingRegisteredDevice
    ResetMemoryErrors string
    Rn string
    RunningWorkflow GetComputeServerSettingRunningWorkflow
    Server GetComputeServerSettingServer
    ServerConfig GetComputeServerSettingServerConfig
    ServerOpStatuses []GetComputeServerSettingServerOpStatus
    SharedScope string
    StorageControllerOperation GetComputeServerSettingStorageControllerOperation
    StoragePhysicalDriveOperation GetComputeServerSettingStoragePhysicalDriveOperation
    StorageUtilityImageOperation GetComputeServerSettingStorageUtilityImageOperation
    StorageVirtualDriveOperation GetComputeServerSettingStorageVirtualDriveOperation
    Tags []GetComputeServerSettingTag
    TpmReset string
    TunneledKvmState string
    VersionContext GetComputeServerSettingVersionContext
    id String
    results List<GetComputeServerSettingResult>
    accountMoid String
    additionalProperties String
    adminLocatorLedState String
    adminPowerState String
    ancestors List<GetComputeServerSettingAncestor>
    certificatesAction GetComputeServerSettingCertificatesAction
    classId String
    clearSel String
    cmosReset String
    collectSel String
    configState String
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    frontPanelLockState String
    hostInitConfiguration String
    kvmReset String
    locatorLed GetComputeServerSettingLocatorLed
    modTime String
    moid String
    name String
    objectType String
    oneTimeBootDevice String
    owners List<String>
    parent GetComputeServerSettingParent
    permissionResources List<GetComputeServerSettingPermissionResource>
    persistentMemoryOperation GetComputeServerSettingPersistentMemoryOperation
    personalitySetting GetComputeServerSettingPersonalitySetting
    registeredDevice GetComputeServerSettingRegisteredDevice
    resetMemoryErrors String
    rn String
    runningWorkflow GetComputeServerSettingRunningWorkflow
    server GetComputeServerSettingServer
    serverConfig GetComputeServerSettingServerConfig
    serverOpStatuses List<GetComputeServerSettingServerOpStatus>
    sharedScope String
    storageControllerOperation GetComputeServerSettingStorageControllerOperation
    storagePhysicalDriveOperation GetComputeServerSettingStoragePhysicalDriveOperation
    storageUtilityImageOperation GetComputeServerSettingStorageUtilityImageOperation
    storageVirtualDriveOperation GetComputeServerSettingStorageVirtualDriveOperation
    tags List<GetComputeServerSettingTag>
    tpmReset String
    tunneledKvmState String
    versionContext GetComputeServerSettingVersionContext
    id string
    results GetComputeServerSettingResult[]
    accountMoid string
    additionalProperties string
    adminLocatorLedState string
    adminPowerState string
    ancestors GetComputeServerSettingAncestor[]
    certificatesAction GetComputeServerSettingCertificatesAction
    classId string
    clearSel string
    cmosReset string
    collectSel string
    configState string
    createTime string
    deviceMoId string
    dn string
    domainGroupMoid string
    frontPanelLockState string
    hostInitConfiguration string
    kvmReset string
    locatorLed GetComputeServerSettingLocatorLed
    modTime string
    moid string
    name string
    objectType string
    oneTimeBootDevice string
    owners string[]
    parent GetComputeServerSettingParent
    permissionResources GetComputeServerSettingPermissionResource[]
    persistentMemoryOperation GetComputeServerSettingPersistentMemoryOperation
    personalitySetting GetComputeServerSettingPersonalitySetting
    registeredDevice GetComputeServerSettingRegisteredDevice
    resetMemoryErrors string
    rn string
    runningWorkflow GetComputeServerSettingRunningWorkflow
    server GetComputeServerSettingServer
    serverConfig GetComputeServerSettingServerConfig
    serverOpStatuses GetComputeServerSettingServerOpStatus[]
    sharedScope string
    storageControllerOperation GetComputeServerSettingStorageControllerOperation
    storagePhysicalDriveOperation GetComputeServerSettingStoragePhysicalDriveOperation
    storageUtilityImageOperation GetComputeServerSettingStorageUtilityImageOperation
    storageVirtualDriveOperation GetComputeServerSettingStorageVirtualDriveOperation
    tags GetComputeServerSettingTag[]
    tpmReset string
    tunneledKvmState string
    versionContext GetComputeServerSettingVersionContext
    id str
    results Sequence[GetComputeServerSettingResult]
    account_moid str
    additional_properties str
    admin_locator_led_state str
    admin_power_state str
    ancestors Sequence[GetComputeServerSettingAncestor]
    certificates_action GetComputeServerSettingCertificatesAction
    class_id str
    clear_sel str
    cmos_reset str
    collect_sel str
    config_state str
    create_time str
    device_mo_id str
    dn str
    domain_group_moid str
    front_panel_lock_state str
    host_init_configuration str
    kvm_reset str
    locator_led GetComputeServerSettingLocatorLed
    mod_time str
    moid str
    name str
    object_type str
    one_time_boot_device str
    owners Sequence[str]
    parent GetComputeServerSettingParent
    permission_resources Sequence[GetComputeServerSettingPermissionResource]
    persistent_memory_operation GetComputeServerSettingPersistentMemoryOperation
    personality_setting GetComputeServerSettingPersonalitySetting
    registered_device GetComputeServerSettingRegisteredDevice
    reset_memory_errors str
    rn str
    running_workflow GetComputeServerSettingRunningWorkflow
    server GetComputeServerSettingServer
    server_config GetComputeServerSettingServerConfig
    server_op_statuses Sequence[GetComputeServerSettingServerOpStatus]
    shared_scope str
    storage_controller_operation GetComputeServerSettingStorageControllerOperation
    storage_physical_drive_operation GetComputeServerSettingStoragePhysicalDriveOperation
    storage_utility_image_operation GetComputeServerSettingStorageUtilityImageOperation
    storage_virtual_drive_operation GetComputeServerSettingStorageVirtualDriveOperation
    tags Sequence[GetComputeServerSettingTag]
    tpm_reset str
    tunneled_kvm_state str
    version_context GetComputeServerSettingVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    adminLocatorLedState String
    adminPowerState String
    ancestors List<Property Map>
    certificatesAction Property Map
    classId String
    clearSel String
    cmosReset String
    collectSel String
    configState String
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    frontPanelLockState String
    hostInitConfiguration String
    kvmReset String
    locatorLed Property Map
    modTime String
    moid String
    name String
    objectType String
    oneTimeBootDevice String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    persistentMemoryOperation Property Map
    personalitySetting Property Map
    registeredDevice Property Map
    resetMemoryErrors String
    rn String
    runningWorkflow Property Map
    server Property Map
    serverConfig Property Map
    serverOpStatuses List<Property Map>
    sharedScope String
    storageControllerOperation Property Map
    storagePhysicalDriveOperation Property Map
    storageUtilityImageOperation Property Map
    storageVirtualDriveOperation Property Map
    tags List<Property Map>
    tpmReset String
    tunneledKvmState String
    versionContext Property Map

    Supporting Types

    GetComputeServerSettingAncestor

    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'.

    GetComputeServerSettingCertificatesAction

    AdditionalProperties string
    Certificate GetComputeServerSettingCertificatesActionCertificate
    Certificate that is used for verifying the authorization.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    Certificate GetComputeServerSettingCertificatesActionCertificate
    Certificate that is used for verifying the authorization.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    certificate GetComputeServerSettingCertificatesActionCertificate
    Certificate that is used for verifying the authorization.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    enabled Boolean
    Enable/Disable the certificate in Certificate Management policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    certificate GetComputeServerSettingCertificatesActionCertificate
    Certificate that is used for verifying the authorization.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    enabled boolean
    Enable/Disable the certificate in Certificate Management policy.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    certificate GetComputeServerSettingCertificatesActionCertificate
    Certificate that is used for verifying the authorization.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    enabled bool
    Enable/Disable the certificate in Certificate Management policy.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    certificate Property Map
    Certificate that is used for verifying the authorization.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    enabled Boolean
    Enable/Disable the certificate in Certificate Management policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetComputeServerSettingCertificatesActionCertificate

    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.
    Issuer GetComputeServerSettingCertificatesActionCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    NotAfter string
    The date on which the certificate's validity period ends.
    NotBefore string
    The date on which the certificate's validity period begins.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PemCertificate string
    The base64 encoded certificate in PEM format.
    Sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    SignatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    Subject GetComputeServerSettingCertificatesActionCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    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.
    Issuer GetComputeServerSettingCertificatesActionCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    NotAfter string
    The date on which the certificate's validity period ends.
    NotBefore string
    The date on which the certificate's validity period begins.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PemCertificate string
    The base64 encoded certificate in PEM format.
    Sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    SignatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    Subject GetComputeServerSettingCertificatesActionCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    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.
    issuer GetComputeServerSettingCertificatesActionCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    notAfter String
    The date on which the certificate's validity period ends.
    notBefore String
    The date on which the certificate's validity period begins.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate String
    The base64 encoded certificate in PEM format.
    sha256Fingerprint String
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm String
    Signature algorithm, as specified in RFC 5280.
    subject GetComputeServerSettingCertificatesActionCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    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.
    issuer GetComputeServerSettingCertificatesActionCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    notAfter string
    The date on which the certificate's validity period ends.
    notBefore string
    The date on which the certificate's validity period begins.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate string
    The base64 encoded certificate in PEM format.
    sha256Fingerprint string
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm string
    Signature algorithm, as specified in RFC 5280.
    subject GetComputeServerSettingCertificatesActionCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    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.
    issuer GetComputeServerSettingCertificatesActionCertificateIssuer
    The X.509 distinguished name of the issuer of this certificate.
    not_after str
    The date on which the certificate's validity period ends.
    not_before str
    The date on which the certificate's validity period begins.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pem_certificate str
    The base64 encoded certificate in PEM format.
    sha256_fingerprint str
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signature_algorithm str
    Signature algorithm, as specified in RFC 5280.
    subject GetComputeServerSettingCertificatesActionCertificateSubject
    The X.509 distinguished name of the subject of this certificate.
    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.
    issuer Property Map
    The X.509 distinguished name of the issuer of this certificate.
    notAfter String
    The date on which the certificate's validity period ends.
    notBefore String
    The date on which the certificate's validity period begins.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    pemCertificate String
    The base64 encoded certificate in PEM format.
    sha256Fingerprint String
    The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
    signatureAlgorithm String
    Signature algorithm, as specified in RFC 5280.
    subject Property Map
    The X.509 distinguished name of the subject of this certificate.

    GetComputeServerSettingCertificatesActionCertificateIssuer

    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.
    CommonName string
    A required component that identifies a person or an object.
    Countries List<string>
    Localities List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    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.
    CommonName string
    A required component that identifies a person or an object.
    Countries []string
    Localities []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits []string
    Organizations []string
    States []string
    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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    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.
    commonName string
    A required component that identifies a person or an object.
    countries string[]
    localities string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits string[]
    organizations string[]
    states string[]
    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.
    common_name str
    A required component that identifies a person or an object.
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetComputeServerSettingCertificatesActionCertificateSubject

    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.
    CommonName string
    A required component that identifies a person or an object.
    Countries List<string>
    Localities List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    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.
    CommonName string
    A required component that identifies a person or an object.
    Countries []string
    Localities []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OrganizationalUnits []string
    Organizations []string
    States []string
    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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    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.
    commonName string
    A required component that identifies a person or an object.
    countries string[]
    localities string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits string[]
    organizations string[]
    states string[]
    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.
    common_name str
    A required component that identifies a person or an object.
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    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.
    commonName String
    A required component that identifies a person or an object.
    countries List<String>
    localities List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetComputeServerSettingLocatorLed

    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'.

    GetComputeServerSettingParent

    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'.

    GetComputeServerSettingPermissionResource

    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'.

    GetComputeServerSettingPersistentMemoryOperation

    AdditionalProperties string
    AdminAction string
    Administrative actions that can be performed on the Persistent Memory Modules.

    • None - No action on the selected Persistent Memory Modules.
    • SecureErase - Secure Erase action on the selected Persistent Memory Modules.
    • Unlock - Unlock action on the selected Persistent Memory Modules.
    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.
    IsSecurePassphraseSet bool
    Indicates whether the value of the 'securePassphrase' property has been set.
    Modules List<GetComputeServerSettingPersistentMemoryOperationModule>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SecurePassphrase string
    Secure passphrase of the Persistent Memory Modules of the server.
    AdditionalProperties string
    AdminAction string
    Administrative actions that can be performed on the Persistent Memory Modules.

    • None - No action on the selected Persistent Memory Modules.
    • SecureErase - Secure Erase action on the selected Persistent Memory Modules.
    • Unlock - Unlock action on the selected Persistent Memory Modules.
    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.
    IsSecurePassphraseSet bool
    Indicates whether the value of the 'securePassphrase' property has been set.
    Modules []GetComputeServerSettingPersistentMemoryOperationModule
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SecurePassphrase string
    Secure passphrase of the Persistent Memory Modules of the server.
    additionalProperties String
    adminAction String
    Administrative actions that can be performed on the Persistent Memory Modules.

    • None - No action on the selected Persistent Memory Modules.
    • SecureErase - Secure Erase action on the selected Persistent Memory Modules.
    • Unlock - Unlock action on the selected Persistent Memory Modules.
    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.
    isSecurePassphraseSet Boolean
    Indicates whether the value of the 'securePassphrase' property has been set.
    modules List<GetComputeServerSettingPersistentMemoryOperationModule>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    securePassphrase String
    Secure passphrase of the Persistent Memory Modules of the server.
    additionalProperties string
    adminAction string
    Administrative actions that can be performed on the Persistent Memory Modules.

    • None - No action on the selected Persistent Memory Modules.
    • SecureErase - Secure Erase action on the selected Persistent Memory Modules.
    • Unlock - Unlock action on the selected Persistent Memory Modules.
    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.
    isSecurePassphraseSet boolean
    Indicates whether the value of the 'securePassphrase' property has been set.
    modules GetComputeServerSettingPersistentMemoryOperationModule[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    securePassphrase string
    Secure passphrase of the Persistent Memory Modules of the server.
    additional_properties str
    admin_action str
    Administrative actions that can be performed on the Persistent Memory Modules.

    • None - No action on the selected Persistent Memory Modules.
    • SecureErase - Secure Erase action on the selected Persistent Memory Modules.
    • Unlock - Unlock action on the selected Persistent Memory Modules.
    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.
    is_secure_passphrase_set bool
    Indicates whether the value of the 'securePassphrase' property has been set.
    modules Sequence[GetComputeServerSettingPersistentMemoryOperationModule]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    secure_passphrase str
    Secure passphrase of the Persistent Memory Modules of the server.
    additionalProperties String
    adminAction String
    Administrative actions that can be performed on the Persistent Memory Modules.

    • None - No action on the selected Persistent Memory Modules.
    • SecureErase - Secure Erase action on the selected Persistent Memory Modules.
    • Unlock - Unlock action on the selected Persistent Memory Modules.
    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.
    isSecurePassphraseSet Boolean
    Indicates whether the value of the 'securePassphrase' property has been set.
    modules List<Property Map>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    securePassphrase String
    Secure passphrase of the Persistent Memory Modules of the server.

    GetComputeServerSettingPersistentMemoryOperationModule

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SocketId string
    Socket ID of the Persistent Memory Module on the server.
    SocketMemoryId string
    Socket Memory ID of the Persistent Memory Module on the server.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SocketId string
    Socket ID of the Persistent Memory Module on the server.
    SocketMemoryId string
    Socket Memory ID of the Persistent Memory Module on the server.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    socketId String
    Socket ID of the Persistent Memory Module on the server.
    socketMemoryId String
    Socket Memory ID of the Persistent Memory Module on the server.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    socketId string
    Socket ID of the Persistent Memory Module on the server.
    socketMemoryId string
    Socket Memory ID of the Persistent Memory Module on the server.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    socket_id str
    Socket ID of the Persistent Memory Module on the server.
    socket_memory_id str
    Socket Memory ID of the Persistent Memory Module on the server.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    socketId String
    Socket ID of the Persistent Memory Module on the server.
    socketMemoryId String
    Socket Memory ID of the Persistent Memory Module on the server.

    GetComputeServerSettingPersonalitySetting

    AdditionalInformation string
    Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Personality string
    The personality value that is to be set for the server.
    AdditionalInformation string
    Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Personality string
    The personality value that is to be set for the server.
    additionalInformation String
    Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    personality String
    The personality value that is to be set for the server.
    additionalInformation string
    Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    personality string
    The personality value that is to be set for the server.
    additional_information str
    Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    personality str
    The personality value that is to be set for the server.
    additionalInformation String
    Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    personality String
    The personality value that is to be set for the server.

    GetComputeServerSettingRegisteredDevice

    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'.

    GetComputeServerSettingResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminLocatorLedState string
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    AdminPowerState string
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    Ancestors List<GetComputeServerSettingResultAncestor>
    CertificatesActions List<GetComputeServerSettingResultCertificatesAction>
    ClassId string
    ClearSel string
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    CmosReset string
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    CollectSel string
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    ConfigState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FrontPanelLockState string
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    HostInitConfiguration string
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    KvmReset string
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    LocatorLeds List<GetComputeServerSettingResultLocatorLed>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The property used to identify the name of the server it is associated with.
    ObjectType string
    OneTimeBootDevice string
    The name of the device chosen by user for configuring One-Time Boot device.
    Owners List<string>
    Parents List<GetComputeServerSettingResultParent>
    PermissionResources List<GetComputeServerSettingResultPermissionResource>
    PersistentMemoryOperations List<GetComputeServerSettingResultPersistentMemoryOperation>
    PersonalitySettings List<GetComputeServerSettingResultPersonalitySetting>
    RegisteredDevices List<GetComputeServerSettingResultRegisteredDevice>
    ResetMemoryErrors string
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    RunningWorkflows List<GetComputeServerSettingResultRunningWorkflow>
    ServerConfigs List<GetComputeServerSettingResultServerConfig>
    ServerOpStatuses List<GetComputeServerSettingResultServerOpStatus>
    Servers List<GetComputeServerSettingResultServer>
    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.
    StorageControllerOperations List<GetComputeServerSettingResultStorageControllerOperation>
    StoragePhysicalDriveOperations List<GetComputeServerSettingResultStoragePhysicalDriveOperation>
    StorageUtilityImageOperations List<GetComputeServerSettingResultStorageUtilityImageOperation>
    StorageVirtualDriveOperations List<GetComputeServerSettingResultStorageVirtualDriveOperation>
    Tags List<GetComputeServerSettingResultTag>
    TpmReset string
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    TunneledKvmState string
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    VersionContexts List<GetComputeServerSettingResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminLocatorLedState string
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    AdminPowerState string
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    Ancestors []GetComputeServerSettingResultAncestor
    CertificatesActions []GetComputeServerSettingResultCertificatesAction
    ClassId string
    ClearSel string
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    CmosReset string
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    CollectSel string
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    ConfigState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FrontPanelLockState string
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    HostInitConfiguration string
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    KvmReset string
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    LocatorLeds []GetComputeServerSettingResultLocatorLed
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The property used to identify the name of the server it is associated with.
    ObjectType string
    OneTimeBootDevice string
    The name of the device chosen by user for configuring One-Time Boot device.
    Owners []string
    Parents []GetComputeServerSettingResultParent
    PermissionResources []GetComputeServerSettingResultPermissionResource
    PersistentMemoryOperations []GetComputeServerSettingResultPersistentMemoryOperation
    PersonalitySettings []GetComputeServerSettingResultPersonalitySetting
    RegisteredDevices []GetComputeServerSettingResultRegisteredDevice
    ResetMemoryErrors string
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    RunningWorkflows []GetComputeServerSettingResultRunningWorkflow
    ServerConfigs []GetComputeServerSettingResultServerConfig
    ServerOpStatuses []GetComputeServerSettingResultServerOpStatus
    Servers []GetComputeServerSettingResultServer
    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.
    StorageControllerOperations []GetComputeServerSettingResultStorageControllerOperation
    StoragePhysicalDriveOperations []GetComputeServerSettingResultStoragePhysicalDriveOperation
    StorageUtilityImageOperations []GetComputeServerSettingResultStorageUtilityImageOperation
    StorageVirtualDriveOperations []GetComputeServerSettingResultStorageVirtualDriveOperation
    Tags []GetComputeServerSettingResultTag
    TpmReset string
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    TunneledKvmState string
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    VersionContexts []GetComputeServerSettingResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminLocatorLedState String
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    adminPowerState String
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    ancestors List<GetComputeServerSettingResultAncestor>
    certificatesActions List<GetComputeServerSettingResultCertificatesAction>
    classId String
    clearSel String
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    cmosReset String
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    collectSel String
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    configState String
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    frontPanelLockState String
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hostInitConfiguration String
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    kvmReset String
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    locatorLeds List<GetComputeServerSettingResultLocatorLed>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The property used to identify the name of the server it is associated with.
    objectType String
    oneTimeBootDevice String
    The name of the device chosen by user for configuring One-Time Boot device.
    owners List<String>
    parents List<GetComputeServerSettingResultParent>
    permissionResources List<GetComputeServerSettingResultPermissionResource>
    persistentMemoryOperations List<GetComputeServerSettingResultPersistentMemoryOperation>
    personalitySettings List<GetComputeServerSettingResultPersonalitySetting>
    registeredDevices List<GetComputeServerSettingResultRegisteredDevice>
    resetMemoryErrors String
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    runningWorkflows List<GetComputeServerSettingResultRunningWorkflow>
    serverConfigs List<GetComputeServerSettingResultServerConfig>
    serverOpStatuses List<GetComputeServerSettingResultServerOpStatus>
    servers List<GetComputeServerSettingResultServer>
    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.
    storageControllerOperations List<GetComputeServerSettingResultStorageControllerOperation>
    storagePhysicalDriveOperations List<GetComputeServerSettingResultStoragePhysicalDriveOperation>
    storageUtilityImageOperations List<GetComputeServerSettingResultStorageUtilityImageOperation>
    storageVirtualDriveOperations List<GetComputeServerSettingResultStorageVirtualDriveOperation>
    tags List<GetComputeServerSettingResultTag>
    tpmReset String
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    tunneledKvmState String
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    versionContexts List<GetComputeServerSettingResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminLocatorLedState string
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    adminPowerState string
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    ancestors GetComputeServerSettingResultAncestor[]
    certificatesActions GetComputeServerSettingResultCertificatesAction[]
    classId string
    clearSel string
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    cmosReset string
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    collectSel string
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    configState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    frontPanelLockState string
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hostInitConfiguration string
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    kvmReset string
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    locatorLeds GetComputeServerSettingResultLocatorLed[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The property used to identify the name of the server it is associated with.
    objectType string
    oneTimeBootDevice string
    The name of the device chosen by user for configuring One-Time Boot device.
    owners string[]
    parents GetComputeServerSettingResultParent[]
    permissionResources GetComputeServerSettingResultPermissionResource[]
    persistentMemoryOperations GetComputeServerSettingResultPersistentMemoryOperation[]
    personalitySettings GetComputeServerSettingResultPersonalitySetting[]
    registeredDevices GetComputeServerSettingResultRegisteredDevice[]
    resetMemoryErrors string
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    rn string
    The Relative Name uniquely identifies an object within a given context.
    runningWorkflows GetComputeServerSettingResultRunningWorkflow[]
    serverConfigs GetComputeServerSettingResultServerConfig[]
    serverOpStatuses GetComputeServerSettingResultServerOpStatus[]
    servers GetComputeServerSettingResultServer[]
    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.
    storageControllerOperations GetComputeServerSettingResultStorageControllerOperation[]
    storagePhysicalDriveOperations GetComputeServerSettingResultStoragePhysicalDriveOperation[]
    storageUtilityImageOperations GetComputeServerSettingResultStorageUtilityImageOperation[]
    storageVirtualDriveOperations GetComputeServerSettingResultStorageVirtualDriveOperation[]
    tags GetComputeServerSettingResultTag[]
    tpmReset string
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    tunneledKvmState string
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    versionContexts GetComputeServerSettingResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_locator_led_state str
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    admin_power_state str
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    ancestors Sequence[GetComputeServerSettingResultAncestor]
    certificates_actions Sequence[GetComputeServerSettingResultCertificatesAction]
    class_id str
    clear_sel str
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    cmos_reset str
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    collect_sel str
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    config_state str
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    front_panel_lock_state str
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    host_init_configuration str
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    kvm_reset str
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    locator_leds Sequence[GetComputeServerSettingResultLocatorLed]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The property used to identify the name of the server it is associated with.
    object_type str
    one_time_boot_device str
    The name of the device chosen by user for configuring One-Time Boot device.
    owners Sequence[str]
    parents Sequence[GetComputeServerSettingResultParent]
    permission_resources Sequence[GetComputeServerSettingResultPermissionResource]
    persistent_memory_operations Sequence[GetComputeServerSettingResultPersistentMemoryOperation]
    personality_settings Sequence[GetComputeServerSettingResultPersonalitySetting]
    registered_devices Sequence[GetComputeServerSettingResultRegisteredDevice]
    reset_memory_errors str
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    rn str
    The Relative Name uniquely identifies an object within a given context.
    running_workflows Sequence[GetComputeServerSettingResultRunningWorkflow]
    server_configs Sequence[GetComputeServerSettingResultServerConfig]
    server_op_statuses Sequence[GetComputeServerSettingResultServerOpStatus]
    servers Sequence[GetComputeServerSettingResultServer]
    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.
    storage_controller_operations Sequence[GetComputeServerSettingResultStorageControllerOperation]
    storage_physical_drive_operations Sequence[GetComputeServerSettingResultStoragePhysicalDriveOperation]
    storage_utility_image_operations Sequence[GetComputeServerSettingResultStorageUtilityImageOperation]
    storage_virtual_drive_operations Sequence[GetComputeServerSettingResultStorageVirtualDriveOperation]
    tags Sequence[GetComputeServerSettingResultTag]
    tpm_reset str
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    tunneled_kvm_state str
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    version_contexts Sequence[GetComputeServerSettingResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminLocatorLedState String
    User configured state of the locator LED for the server.* None - No operation property for locator led.* On - The Locator Led is turned on.* Off - The Locator Led is turned off.
    adminPowerState String
    User configured power state of the server.* Policy - Power state is set to the default value in the policy.* PowerOn - Power state of the server is set to On.* PowerOff - Power state is the server set to Off.* PowerCycle - Power state the server is reset.* HardReset - Power state the server is hard reset.* Shutdown - Operating system on the server is shut down.* Reboot - Power state of IMC is rebooted.
    ancestors List<Property Map>
    certificatesActions List<Property Map>
    classId String
    clearSel String
    Clear system event log on a server.* Ready - Clear system event log operation is allowed on the server in this state.* Clear - Trigger a clear system event log operation on a server.
    cmosReset String
    The allowed actions on the CMOS Reset.* Ready - CMOS Reset operation is allowed to be done on the server in this state.* Pending - The identifier to state that the previous CMOS Reset operation on this server has not completed due to a pending power cycle. CMOS Reset operation cannot be done on the server when in this state.* Reset - The value that the UI/API needs to provide to trigger a CMOS Reset operation on a server.
    collectSel String
    Collect system event log from a server.* Ready - Collect system event log operation is allowed on the server in this state.* Collect - Trigger a collect system event log operation on a server.
    configState String
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    frontPanelLockState String
    The allowed actions on the Front Panel Lock.* None - Front Panel of the server is set to None state. It is required so that the next frontPanelLockState operation can be triggered.* Lock - Front Panel of the server is set to Locked state.* Unlock - Front Panel of the server is set to Unlocked state.
    hostInitConfiguration String
    The JSON formatted host initialization configuration containing the basic information for doing an initial boot. The information will be sent to CIMC and stored in host-init.json file on the server. The stored file can only be access using IPMI tool on the host OS.
    kvmReset String
    The allowed actions on the vKVM Reset.* Ready - Reset vKVM operation is allowed to be done on the server in this state.* Reset - The value that the UI/API needs to provide to trigger a Reset vKVM operation on a server.
    locatorLeds List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The property used to identify the name of the server it is associated with.
    objectType String
    oneTimeBootDevice String
    The name of the device chosen by user for configuring One-Time Boot device.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    persistentMemoryOperations List<Property Map>
    personalitySettings List<Property Map>
    registeredDevices List<Property Map>
    resetMemoryErrors String
    Reset Correctable and Uncorrectable ECC errors on all the DIMMs present in the server.* Ready - Reset memory errors operation is allowed on the server in this state.* Reset - Trigger reset memory errors operation on a server.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    runningWorkflows List<Property Map>
    serverConfigs List<Property Map>
    serverOpStatuses List<Property Map>
    servers List<Property Map>
    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.
    storageControllerOperations List<Property Map>
    storagePhysicalDriveOperations List<Property Map>
    storageUtilityImageOperations List<Property Map>
    storageVirtualDriveOperations List<Property Map>
    tags List<Property Map>
    tpmReset String
    Clear the configuration of TPM chip in the server.* None - Perform no action on the TPM.* ClearTpm - Clear the configuration and restore factory defaults of TPM chip in the server.
    tunneledKvmState String
    By default, the tunneled vKVM property appears in Ready state. The property can be configured by performing allowed actions. Once the property is configured, it reverts to Ready state.* Ready - Tunneled vKVM is ready to be configured on the server.* Enable - Tunneled vKVM is enabled for the server.* Disable - Tunneled vKVM is disabled for the server.
    versionContexts List<Property Map>

    GetComputeServerSettingResultAncestor

    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

    GetComputeServerSettingResultCertificatesAction

    GetComputeServerSettingResultCertificatesActionCertificate

    GetComputeServerSettingResultCertificatesActionCertificateIssuer

    AdditionalProperties string
    ClassId string
    CommonName string
    Countries List<string>
    Localities List<string>
    ObjectType string
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId string
    CommonName string
    Countries []string
    Localities []string
    ObjectType string
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId string
    commonName string
    countries string[]
    localities string[]
    objectType string
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    common_name str
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetComputeServerSettingResultCertificatesActionCertificateSubject

    AdditionalProperties string
    ClassId string
    CommonName string
    Countries List<string>
    Localities List<string>
    ObjectType string
    OrganizationalUnits List<string>
    Organizations List<string>
    States List<string>
    AdditionalProperties string
    ClassId string
    CommonName string
    Countries []string
    Localities []string
    ObjectType string
    OrganizationalUnits []string
    Organizations []string
    States []string
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>
    additionalProperties string
    classId string
    commonName string
    countries string[]
    localities string[]
    objectType string
    organizationalUnits string[]
    organizations string[]
    states string[]
    additional_properties str
    class_id str
    common_name str
    countries Sequence[str]
    localities Sequence[str]
    object_type str
    organizational_units Sequence[str]
    organizations Sequence[str]
    states Sequence[str]
    additionalProperties String
    classId String
    commonName String
    countries List<String>
    localities List<String>
    objectType String
    organizationalUnits List<String>
    organizations List<String>
    states List<String>

    GetComputeServerSettingResultLocatorLed

    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

    GetComputeServerSettingResultParent

    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

    GetComputeServerSettingResultPermissionResource

    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

    GetComputeServerSettingResultPersistentMemoryOperation

    GetComputeServerSettingResultPersistentMemoryOperationModule

    GetComputeServerSettingResultPersonalitySetting

    GetComputeServerSettingResultRegisteredDevice

    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

    GetComputeServerSettingResultRunningWorkflow

    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

    GetComputeServerSettingResultServer

    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

    GetComputeServerSettingResultServerConfig

    GetComputeServerSettingResultServerOpStatus

    AdditionalProperties string
    ClassId string
    ConfigState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    ObjectType string
    WorkflowInfoMoid string
    WorkflowType string
    AdditionalProperties string
    ClassId string
    ConfigState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    ObjectType string
    WorkflowInfoMoid string
    WorkflowType string
    additionalProperties String
    classId String
    configState String
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    objectType String
    workflowInfoMoid String
    workflowType String
    additionalProperties string
    classId string
    configState string
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    objectType string
    workflowInfoMoid string
    workflowType string
    additional_properties str
    class_id str
    config_state str
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    object_type str
    workflow_info_moid str
    workflow_type str
    additionalProperties String
    classId String
    configState String
    The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    objectType String
    workflowInfoMoid String
    workflowType String

    GetComputeServerSettingResultStorageControllerOperation

    GetComputeServerSettingResultStoragePhysicalDriveOperation

    GetComputeServerSettingResultStoragePhysicalDriveOperationPhysicalDrife

    GetComputeServerSettingResultStorageUtilityImageOperation

    Action string
    AdditionalProperties string
    ClassId string
    ImageName string
    ImageType string
    ObjectType string
    Action string
    AdditionalProperties string
    ClassId string
    ImageName string
    ImageType string
    ObjectType string
    action String
    additionalProperties String
    classId String
    imageName String
    imageType String
    objectType String
    action string
    additionalProperties string
    classId string
    imageName string
    imageType string
    objectType string
    action String
    additionalProperties String
    classId String
    imageName String
    imageType String
    objectType String

    GetComputeServerSettingResultStorageVirtualDriveOperation

    GetComputeServerSettingResultStorageVirtualDriveOperationVirtualDrife

    AdditionalProperties string
    ClassId string
    Id string
    ObjectType string
    AdditionalProperties string
    ClassId string
    Id string
    ObjectType string
    additionalProperties String
    classId String
    id String
    objectType String
    additionalProperties string
    classId string
    id string
    objectType string
    additionalProperties String
    classId String
    id String
    objectType String

    GetComputeServerSettingResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetComputeServerSettingResultVersionContext

    GetComputeServerSettingResultVersionContextInterestedMo

    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

    GetComputeServerSettingResultVersionContextRefMo

    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

    GetComputeServerSettingRunningWorkflow

    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'.

    GetComputeServerSettingServer

    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'.

    GetComputeServerSettingServerConfig

    AdditionalProperties string
    AssetTag string
    User defined asset tag of the server.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    UserLabel string
    User defined description of the server.
    AdditionalProperties string
    AssetTag string
    User defined asset tag of the server.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    UserLabel string
    User defined description of the server.
    additionalProperties String
    assetTag String
    User defined asset tag of the server.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    userLabel String
    User defined description of the server.
    additionalProperties string
    assetTag string
    User defined asset tag of the server.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    userLabel string
    User defined description of the server.
    additional_properties str
    asset_tag str
    User defined asset tag of the server.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    user_label str
    User defined description of the server.
    additionalProperties String
    assetTag String
    User defined asset tag of the server.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    userLabel String
    User defined description of the server.

    GetComputeServerSettingServerOpStatus

    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 server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowInfoMoid string
    The WorkflowInfoMo moid that is running.
    WorkflowType string
    The workflow type being started. The workflow name to distinguish workflow by type.
    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 server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    WorkflowInfoMoid string
    The WorkflowInfoMo moid that is running.
    WorkflowType string
    The workflow type being started. The workflow name to distinguish workflow by type.
    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 server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowInfoMoid String
    The WorkflowInfoMo moid that is running.
    workflowType String
    The workflow type being started. The workflow name to distinguish workflow by type.
    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 server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowInfoMoid string
    The WorkflowInfoMo moid that is running.
    workflowType string
    The workflow type being started. The workflow name to distinguish workflow by type.
    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 server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not 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_info_moid str
    The WorkflowInfoMo moid that is running.
    workflow_type str
    The workflow type being started. The workflow name to distinguish workflow by type.
    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 server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Scheduled - User configured settings are scheduled to be applied.* Failed - User configured settings could not be applied.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    workflowInfoMoid String
    The WorkflowInfoMo moid that is running.
    workflowType String
    The workflow type being started. The workflow name to distinguish workflow by type.

    GetComputeServerSettingStorageControllerOperation

    AdditionalProperties string
    AdminAction string
    Administrative actions that can be performed on the Storage Controller.

    • None - No action on the selected Storage Controller.
    • Import - Import Foreign config action on the selected Storage Controller.
    • Clear - Clear Foreign config action on the selected Storage Controller.
    • ClearConfig - Clear Config action on the selected Storage Controller.
    • ModifySecurity - Modify Security on the selected Storage Controller.
    • DisableSecurity - Disable Security on the selected Storage Controller.
    • UnlockDrives - Set Unlock action state on the selected Storage Controller.
    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.
    ControllerId string
    Storage Controller Id of the server.
    EncryptionKey string
    EncryptionKey of the Storage Controller.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RemoteMode bool
    RemoteMode on the Storage Controller.
    AdditionalProperties string
    AdminAction string
    Administrative actions that can be performed on the Storage Controller.

    • None - No action on the selected Storage Controller.
    • Import - Import Foreign config action on the selected Storage Controller.
    • Clear - Clear Foreign config action on the selected Storage Controller.
    • ClearConfig - Clear Config action on the selected Storage Controller.
    • ModifySecurity - Modify Security on the selected Storage Controller.
    • DisableSecurity - Disable Security on the selected Storage Controller.
    • UnlockDrives - Set Unlock action state on the selected Storage Controller.
    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.
    ControllerId string
    Storage Controller Id of the server.
    EncryptionKey string
    EncryptionKey of the Storage Controller.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RemoteMode bool
    RemoteMode on the Storage Controller.
    additionalProperties String
    adminAction String
    Administrative actions that can be performed on the Storage Controller.

    • None - No action on the selected Storage Controller.
    • Import - Import Foreign config action on the selected Storage Controller.
    • Clear - Clear Foreign config action on the selected Storage Controller.
    • ClearConfig - Clear Config action on the selected Storage Controller.
    • ModifySecurity - Modify Security on the selected Storage Controller.
    • DisableSecurity - Disable Security on the selected Storage Controller.
    • UnlockDrives - Set Unlock action state on the selected Storage Controller.
    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.
    controllerId String
    Storage Controller Id of the server.
    encryptionKey String
    EncryptionKey of the Storage Controller.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteMode Boolean
    RemoteMode on the Storage Controller.
    additionalProperties string
    adminAction string
    Administrative actions that can be performed on the Storage Controller.

    • None - No action on the selected Storage Controller.
    • Import - Import Foreign config action on the selected Storage Controller.
    • Clear - Clear Foreign config action on the selected Storage Controller.
    • ClearConfig - Clear Config action on the selected Storage Controller.
    • ModifySecurity - Modify Security on the selected Storage Controller.
    • DisableSecurity - Disable Security on the selected Storage Controller.
    • UnlockDrives - Set Unlock action state on the selected Storage Controller.
    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.
    controllerId string
    Storage Controller Id of the server.
    encryptionKey string
    EncryptionKey of the Storage Controller.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteMode boolean
    RemoteMode on the Storage Controller.
    additional_properties str
    admin_action str
    Administrative actions that can be performed on the Storage Controller.

    • None - No action on the selected Storage Controller.
    • Import - Import Foreign config action on the selected Storage Controller.
    • Clear - Clear Foreign config action on the selected Storage Controller.
    • ClearConfig - Clear Config action on the selected Storage Controller.
    • ModifySecurity - Modify Security on the selected Storage Controller.
    • DisableSecurity - Disable Security on the selected Storage Controller.
    • UnlockDrives - Set Unlock action state on the selected Storage Controller.
    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.
    controller_id str
    Storage Controller Id of the server.
    encryption_key str
    EncryptionKey of the Storage Controller.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remote_mode bool
    RemoteMode on the Storage Controller.
    additionalProperties String
    adminAction String
    Administrative actions that can be performed on the Storage Controller.

    • None - No action on the selected Storage Controller.
    • Import - Import Foreign config action on the selected Storage Controller.
    • Clear - Clear Foreign config action on the selected Storage Controller.
    • ClearConfig - Clear Config action on the selected Storage Controller.
    • ModifySecurity - Modify Security on the selected Storage Controller.
    • DisableSecurity - Disable Security on the selected Storage Controller.
    • UnlockDrives - Set Unlock action state on the selected Storage Controller.
    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.
    controllerId String
    Storage Controller Id of the server.
    encryptionKey String
    EncryptionKey of the Storage Controller.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    remoteMode Boolean
    RemoteMode on the Storage Controller.

    GetComputeServerSettingStoragePhysicalDriveOperation

    AdditionalProperties string
    AdminAction string
    Administrative actions that can be performed on the Storage Physical Drives.

    • None - No action on the selected Storage Physical Drives.
    • SetJbod - Set Jbod action state on the selected Storage Physical Drives.
    • SetUnconfiguredGood - Set Unconfigured Good action state on the selected Storage Physical Drives.
    • Erase - Set Erase action state on the selected Storage Controller.
    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.
    ControllerId string
    Storage Controller Id of the storage Physical Drives of the server.
    DriveSlots List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PhysicalDrives List<GetComputeServerSettingStoragePhysicalDriveOperationPhysicalDrife>
    AdditionalProperties string
    AdminAction string
    Administrative actions that can be performed on the Storage Physical Drives.

    • None - No action on the selected Storage Physical Drives.
    • SetJbod - Set Jbod action state on the selected Storage Physical Drives.
    • SetUnconfiguredGood - Set Unconfigured Good action state on the selected Storage Physical Drives.
    • Erase - Set Erase action state on the selected Storage Controller.
    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.
    ControllerId string
    Storage Controller Id of the storage Physical Drives of the server.
    DriveSlots []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PhysicalDrives []GetComputeServerSettingStoragePhysicalDriveOperationPhysicalDrife
    additionalProperties String
    adminAction String
    Administrative actions that can be performed on the Storage Physical Drives.

    • None - No action on the selected Storage Physical Drives.
    • SetJbod - Set Jbod action state on the selected Storage Physical Drives.
    • SetUnconfiguredGood - Set Unconfigured Good action state on the selected Storage Physical Drives.
    • Erase - Set Erase action state on the selected Storage Controller.
    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.
    controllerId String
    Storage Controller Id of the storage Physical Drives of the server.
    driveSlots List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    physicalDrives List<GetComputeServerSettingStoragePhysicalDriveOperationPhysicalDrife>
    additionalProperties string
    adminAction string
    Administrative actions that can be performed on the Storage Physical Drives.

    • None - No action on the selected Storage Physical Drives.
    • SetJbod - Set Jbod action state on the selected Storage Physical Drives.
    • SetUnconfiguredGood - Set Unconfigured Good action state on the selected Storage Physical Drives.
    • Erase - Set Erase action state on the selected Storage Controller.
    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.
    controllerId string
    Storage Controller Id of the storage Physical Drives of the server.
    driveSlots string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    physicalDrives GetComputeServerSettingStoragePhysicalDriveOperationPhysicalDrife[]
    additional_properties str
    admin_action str
    Administrative actions that can be performed on the Storage Physical Drives.

    • None - No action on the selected Storage Physical Drives.
    • SetJbod - Set Jbod action state on the selected Storage Physical Drives.
    • SetUnconfiguredGood - Set Unconfigured Good action state on the selected Storage Physical Drives.
    • Erase - Set Erase action state on the selected Storage Controller.
    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.
    controller_id str
    Storage Controller Id of the storage Physical Drives of the server.
    drive_slots Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    physical_drives Sequence[GetComputeServerSettingStoragePhysicalDriveOperationPhysicalDrife]
    additionalProperties String
    adminAction String
    Administrative actions that can be performed on the Storage Physical Drives.

    • None - No action on the selected Storage Physical Drives.
    • SetJbod - Set Jbod action state on the selected Storage Physical Drives.
    • SetUnconfiguredGood - Set Unconfigured Good action state on the selected Storage Physical Drives.
    • Erase - Set Erase action state on the selected Storage Controller.
    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.
    controllerId String
    Storage Controller Id of the storage Physical Drives of the server.
    driveSlots List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    physicalDrives List<Property Map>

    GetComputeServerSettingStoragePhysicalDriveOperationPhysicalDrife

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SlotNumber double
    Physical Drive ID of the storage on the server.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SlotNumber float64
    Physical Drive ID of the storage on the server.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slotNumber Double
    Physical Drive ID of the storage on the server.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slotNumber number
    Physical Drive ID of the storage on the server.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot_number float
    Physical Drive ID of the storage on the server.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slotNumber Number
    Physical Drive ID of the storage on the server.

    GetComputeServerSettingStorageUtilityImageOperation

    Action string
    Actions that can be performed by the storage utility.

    • None - No action by storage utility.
    • Upload - Upload action by storage utility.
    • TurnOnImageVisibility - Turn on image's visibility.
    • TurnOffImageVisibility - Turn off image's visibility.
    • Remove - Removes images from a server's utility storage.
    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.
    ImageName string
    The image name this action operates on.
    ImageType string
    The image type this action operates on.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Action string
    Actions that can be performed by the storage utility.

    • None - No action by storage utility.
    • Upload - Upload action by storage utility.
    • TurnOnImageVisibility - Turn on image's visibility.
    • TurnOffImageVisibility - Turn off image's visibility.
    • Remove - Removes images from a server's utility storage.
    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.
    ImageName string
    The image name this action operates on.
    ImageType string
    The image type this action operates on.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    action String
    Actions that can be performed by the storage utility.

    • None - No action by storage utility.
    • Upload - Upload action by storage utility.
    • TurnOnImageVisibility - Turn on image's visibility.
    • TurnOffImageVisibility - Turn off image's visibility.
    • Remove - Removes images from a server's utility storage.
    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.
    imageName String
    The image name this action operates on.
    imageType String
    The image type this action operates on.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    action string
    Actions that can be performed by the storage utility.

    • None - No action by storage utility.
    • Upload - Upload action by storage utility.
    • TurnOnImageVisibility - Turn on image's visibility.
    • TurnOffImageVisibility - Turn off image's visibility.
    • Remove - Removes images from a server's utility storage.
    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.
    imageName string
    The image name this action operates on.
    imageType string
    The image type this action operates on.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    action str
    Actions that can be performed by the storage utility.

    • None - No action by storage utility.
    • Upload - Upload action by storage utility.
    • TurnOnImageVisibility - Turn on image's visibility.
    • TurnOffImageVisibility - Turn off image's visibility.
    • Remove - Removes images from a server's utility storage.
    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.
    image_name str
    The image name this action operates on.
    image_type str
    The image type this action operates on.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    action String
    Actions that can be performed by the storage utility.

    • None - No action by storage utility.
    • Upload - Upload action by storage utility.
    • TurnOnImageVisibility - Turn on image's visibility.
    • TurnOffImageVisibility - Turn off image's visibility.
    • Remove - Removes images from a server's utility storage.
    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.
    imageName String
    The image name this action operates on.
    imageType String
    The image type this action operates on.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetComputeServerSettingStorageVirtualDriveOperation

    AdditionalProperties string
    AdminAction string
    Administrative actions that can be performed on the Storage Virtual Drives.

    • None - No action on the selected Storage virtual Drives.
    • Delete - Delete action on the selected Storage Virtual Drives.
    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.
    ControllerId string
    Storage Controller Id of the storage Virtual Drives of the server.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    VirtualDrives List<GetComputeServerSettingStorageVirtualDriveOperationVirtualDrife>
    AdditionalProperties string
    AdminAction string
    Administrative actions that can be performed on the Storage Virtual Drives.

    • None - No action on the selected Storage virtual Drives.
    • Delete - Delete action on the selected Storage Virtual Drives.
    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.
    ControllerId string
    Storage Controller Id of the storage Virtual Drives of the server.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    VirtualDrives []GetComputeServerSettingStorageVirtualDriveOperationVirtualDrife
    additionalProperties String
    adminAction String
    Administrative actions that can be performed on the Storage Virtual Drives.

    • None - No action on the selected Storage virtual Drives.
    • Delete - Delete action on the selected Storage Virtual Drives.
    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.
    controllerId String
    Storage Controller Id of the storage Virtual Drives of the server.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    virtualDrives List<GetComputeServerSettingStorageVirtualDriveOperationVirtualDrife>
    additionalProperties string
    adminAction string
    Administrative actions that can be performed on the Storage Virtual Drives.

    • None - No action on the selected Storage virtual Drives.
    • Delete - Delete action on the selected Storage Virtual Drives.
    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.
    controllerId string
    Storage Controller Id of the storage Virtual Drives of the server.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    virtualDrives GetComputeServerSettingStorageVirtualDriveOperationVirtualDrife[]
    additional_properties str
    admin_action str
    Administrative actions that can be performed on the Storage Virtual Drives.

    • None - No action on the selected Storage virtual Drives.
    • Delete - Delete action on the selected Storage Virtual Drives.
    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.
    controller_id str
    Storage Controller Id of the storage Virtual Drives of the server.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    virtual_drives Sequence[GetComputeServerSettingStorageVirtualDriveOperationVirtualDrife]
    additionalProperties String
    adminAction String
    Administrative actions that can be performed on the Storage Virtual Drives.

    • None - No action on the selected Storage virtual Drives.
    • Delete - Delete action on the selected Storage Virtual Drives.
    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.
    controllerId String
    Storage Controller Id of the storage Virtual Drives of the server.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    virtualDrives List<Property Map>

    GetComputeServerSettingStorageVirtualDriveOperationVirtualDrife

    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.
    Id string
    Virtual Drive ID of the storage on the server.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Id string
    Virtual Drive ID of the storage on the server.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    id String
    Virtual Drive ID of the storage on the server.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    id string
    Virtual Drive ID of the storage on the server.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    id str
    Virtual Drive ID of the storage on the server.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    id String
    Virtual Drive ID of the storage on the server.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetComputeServerSettingTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetComputeServerSettingVersionContext

    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<GetComputeServerSettingVersionContextInterestedMo>
    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 GetComputeServerSettingVersionContextRefMo
    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 []GetComputeServerSettingVersionContextInterestedMo
    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 GetComputeServerSettingVersionContextRefMo
    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<GetComputeServerSettingVersionContextInterestedMo>
    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 GetComputeServerSettingVersionContextRefMo
    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 GetComputeServerSettingVersionContextInterestedMo[]
    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 GetComputeServerSettingVersionContextRefMo
    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[GetComputeServerSettingVersionContextInterestedMo]
    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 GetComputeServerSettingVersionContextRefMo
    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.

    GetComputeServerSettingVersionContextInterestedMo

    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'.

    GetComputeServerSettingVersionContextRefMo

    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.64 published on Wednesday, Apr 30, 2025 by ciscodevnet