intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getComputeServerSetting
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminLocator stringLed State 
- 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.
- AdminPower stringState 
- 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<GetCompute Server Setting Ancestor> 
- CertificatesAction GetCompute Server Setting Certificates Action 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FrontPanel stringLock State 
- 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.
- HostInit stringConfiguration 
- 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 GetCompute Server Setting Locator Led 
- 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
- OneTime stringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- Owners List<string>
- Parent
GetCompute Server Setting Parent 
- PermissionResources List<GetCompute Server Setting Permission Resource> 
- PersistentMemory GetOperation Compute Server Setting Persistent Memory Operation 
- PersonalitySetting GetCompute Server Setting Personality Setting 
- RegisteredDevice GetCompute Server Setting Registered Device 
- ResetMemory stringErrors 
- 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 GetCompute Server Setting Running Workflow 
- Server
GetCompute Server Setting Server 
- ServerConfig GetCompute Server Setting Server Config 
- ServerOp List<GetStatuses Compute Server Setting Server Op Status> 
- 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.
- StorageController GetOperation Compute Server Setting Storage Controller Operation 
- StoragePhysical GetDrive Operation Compute Server Setting Storage Physical Drive Operation 
- StorageUtility GetImage Operation Compute Server Setting Storage Utility Image Operation 
- StorageVirtual GetDrive Operation Compute Server Setting Storage Virtual Drive Operation 
- 
List<GetCompute Server Setting Tag> 
- 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.
- TunneledKvm stringState 
- 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 GetCompute Server Setting Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminLocator stringLed State 
- 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.
- AdminPower stringState 
- 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
[]GetCompute Server Setting Ancestor 
- CertificatesAction GetCompute Server Setting Certificates Action 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FrontPanel stringLock State 
- 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.
- HostInit stringConfiguration 
- 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 GetCompute Server Setting Locator Led 
- 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
- OneTime stringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- Owners []string
- Parent
GetCompute Server Setting Parent 
- PermissionResources []GetCompute Server Setting Permission Resource 
- PersistentMemory GetOperation Compute Server Setting Persistent Memory Operation 
- PersonalitySetting GetCompute Server Setting Personality Setting 
- RegisteredDevice GetCompute Server Setting Registered Device 
- ResetMemory stringErrors 
- 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 GetCompute Server Setting Running Workflow 
- Server
GetCompute Server Setting Server 
- ServerConfig GetCompute Server Setting Server Config 
- ServerOp []GetStatuses Compute Server Setting Server Op Status 
- 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.
- StorageController GetOperation Compute Server Setting Storage Controller Operation 
- StoragePhysical GetDrive Operation Compute Server Setting Storage Physical Drive Operation 
- StorageUtility GetImage Operation Compute Server Setting Storage Utility Image Operation 
- StorageVirtual GetDrive Operation Compute Server Setting Storage Virtual Drive Operation 
- 
[]GetCompute Server Setting Tag 
- 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.
- TunneledKvm stringState 
- 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 GetCompute Server Setting Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminLocator StringLed State 
- 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.
- adminPower StringState 
- 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<GetCompute Server Setting Ancestor> 
- certificatesAction GetCompute Server Setting Certificates Action 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- frontPanel StringLock State 
- 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.
- hostInit StringConfiguration 
- 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 GetCompute Server Setting Locator Led 
- 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
- oneTime StringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- owners List<String>
- parent
GetCompute Server Setting Parent 
- permissionResources List<GetCompute Server Setting Permission Resource> 
- persistentMemory GetOperation Compute Server Setting Persistent Memory Operation 
- personalitySetting GetCompute Server Setting Personality Setting 
- registeredDevice GetCompute Server Setting Registered Device 
- resetMemory StringErrors 
- 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 GetCompute Server Setting Running Workflow 
- server
GetCompute Server Setting Server 
- serverConfig GetCompute Server Setting Server Config 
- serverOp List<GetStatuses Compute Server Setting Server Op Status> 
- 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.
- storageController GetOperation Compute Server Setting Storage Controller Operation 
- storagePhysical GetDrive Operation Compute Server Setting Storage Physical Drive Operation 
- storageUtility GetImage Operation Compute Server Setting Storage Utility Image Operation 
- storageVirtual GetDrive Operation Compute Server Setting Storage Virtual Drive Operation 
- 
List<GetCompute Server Setting Tag> 
- 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.
- tunneledKvm StringState 
- 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 GetCompute Server Setting Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminLocator stringLed State 
- 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.
- adminPower stringState 
- 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
GetCompute Server Setting Ancestor[] 
- certificatesAction GetCompute Server Setting Certificates Action 
- 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.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- frontPanel stringLock State 
- 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.
- hostInit stringConfiguration 
- 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 GetCompute Server Setting Locator Led 
- 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
- oneTime stringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- owners string[]
- parent
GetCompute Server Setting Parent 
- permissionResources GetCompute Server Setting Permission Resource[] 
- persistentMemory GetOperation Compute Server Setting Persistent Memory Operation 
- personalitySetting GetCompute Server Setting Personality Setting 
- registeredDevice GetCompute Server Setting Registered Device 
- resetMemory stringErrors 
- 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 GetCompute Server Setting Running Workflow 
- server
GetCompute Server Setting Server 
- serverConfig GetCompute Server Setting Server Config 
- serverOp GetStatuses Compute Server Setting Server Op Status[] 
- 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.
- storageController GetOperation Compute Server Setting Storage Controller Operation 
- storagePhysical GetDrive Operation Compute Server Setting Storage Physical Drive Operation 
- storageUtility GetImage Operation Compute Server Setting Storage Utility Image Operation 
- storageVirtual GetDrive Operation Compute Server Setting Storage Virtual Drive Operation 
- 
GetCompute Server Setting Tag[] 
- 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.
- tunneledKvm stringState 
- 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 GetCompute Server Setting Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_locator_ strled_ state 
- 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_ strstate 
- 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[GetCompute Server Setting Ancestor] 
- certificates_action GetCompute Server Setting Certificates Action 
- 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_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- front_panel_ strlock_ state 
- 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_ strconfiguration 
- 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 GetCompute Server Setting Locator Led 
- 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_ strboot_ device 
- The name of the device chosen by user for configuring One-Time Boot device.
- owners Sequence[str]
- parent
GetCompute Server Setting Parent 
- permission_resources Sequence[GetCompute Server Setting Permission Resource] 
- persistent_memory_ Getoperation Compute Server Setting Persistent Memory Operation 
- personality_setting GetCompute Server Setting Personality Setting 
- registered_device GetCompute Server Setting Registered Device 
- reset_memory_ strerrors 
- 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 GetCompute Server Setting Running Workflow 
- server
GetCompute Server Setting Server 
- server_config GetCompute Server Setting Server Config 
- server_op_ Sequence[Getstatuses Compute Server Setting Server Op Status] 
- 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_ Getoperation Compute Server Setting Storage Controller Operation 
- storage_physical_ Getdrive_ operation Compute Server Setting Storage Physical Drive Operation 
- storage_utility_ Getimage_ operation Compute Server Setting Storage Utility Image Operation 
- storage_virtual_ Getdrive_ operation Compute Server Setting Storage Virtual Drive Operation 
- 
Sequence[GetCompute Server Setting Tag] 
- 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_ strstate 
- 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 GetCompute Server Setting Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminLocator StringLed State 
- 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.
- adminPower StringState 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- frontPanel StringLock State 
- 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.
- hostInit StringConfiguration 
- 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
- oneTime StringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- persistentMemory Property MapOperation 
- personalitySetting Property Map
- registeredDevice Property Map
- resetMemory StringErrors 
- 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
- serverOp List<Property Map>Statuses 
- 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.
- storageController Property MapOperation 
- storagePhysical Property MapDrive Operation 
- storageUtility Property MapImage Operation 
- storageVirtual Property MapDrive Operation 
- 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.
- tunneledKvm StringState 
- 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<GetCompute Server Setting Result> 
- AccountMoid string
- AdditionalProperties string
- AdminLocator stringLed State 
- AdminPower stringState 
- Ancestors
List<GetCompute Server Setting Ancestor> 
- CertificatesAction GetCompute Server Setting Certificates Action 
- ClassId string
- ClearSel string
- CmosReset string
- CollectSel string
- ConfigState string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- FrontPanel stringLock State 
- HostInit stringConfiguration 
- KvmReset string
- LocatorLed GetCompute Server Setting Locator Led 
- ModTime string
- Moid string
- Name string
- ObjectType string
- OneTime stringBoot Device 
- Owners List<string>
- Parent
GetCompute Server Setting Parent 
- PermissionResources List<GetCompute Server Setting Permission Resource> 
- PersistentMemory GetOperation Compute Server Setting Persistent Memory Operation 
- PersonalitySetting GetCompute Server Setting Personality Setting 
- RegisteredDevice GetCompute Server Setting Registered Device 
- ResetMemory stringErrors 
- Rn string
- RunningWorkflow GetCompute Server Setting Running Workflow 
- Server
GetCompute Server Setting Server 
- ServerConfig GetCompute Server Setting Server Config 
- ServerOp List<GetStatuses Compute Server Setting Server Op Status> 
- string
- StorageController GetOperation Compute Server Setting Storage Controller Operation 
- StoragePhysical GetDrive Operation Compute Server Setting Storage Physical Drive Operation 
- StorageUtility GetImage Operation Compute Server Setting Storage Utility Image Operation 
- StorageVirtual GetDrive Operation Compute Server Setting Storage Virtual Drive Operation 
- 
List<GetCompute Server Setting Tag> 
- TpmReset string
- TunneledKvm stringState 
- VersionContext GetCompute Server Setting Version Context 
- Id string
- Results
[]GetCompute Server Setting Result 
- AccountMoid string
- AdditionalProperties string
- AdminLocator stringLed State 
- AdminPower stringState 
- Ancestors
[]GetCompute Server Setting Ancestor 
- CertificatesAction GetCompute Server Setting Certificates Action 
- ClassId string
- ClearSel string
- CmosReset string
- CollectSel string
- ConfigState string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- FrontPanel stringLock State 
- HostInit stringConfiguration 
- KvmReset string
- LocatorLed GetCompute Server Setting Locator Led 
- ModTime string
- Moid string
- Name string
- ObjectType string
- OneTime stringBoot Device 
- Owners []string
- Parent
GetCompute Server Setting Parent 
- PermissionResources []GetCompute Server Setting Permission Resource 
- PersistentMemory GetOperation Compute Server Setting Persistent Memory Operation 
- PersonalitySetting GetCompute Server Setting Personality Setting 
- RegisteredDevice GetCompute Server Setting Registered Device 
- ResetMemory stringErrors 
- Rn string
- RunningWorkflow GetCompute Server Setting Running Workflow 
- Server
GetCompute Server Setting Server 
- ServerConfig GetCompute Server Setting Server Config 
- ServerOp []GetStatuses Compute Server Setting Server Op Status 
- string
- StorageController GetOperation Compute Server Setting Storage Controller Operation 
- StoragePhysical GetDrive Operation Compute Server Setting Storage Physical Drive Operation 
- StorageUtility GetImage Operation Compute Server Setting Storage Utility Image Operation 
- StorageVirtual GetDrive Operation Compute Server Setting Storage Virtual Drive Operation 
- 
[]GetCompute Server Setting Tag 
- TpmReset string
- TunneledKvm stringState 
- VersionContext GetCompute Server Setting Version Context 
- id String
- results
List<GetCompute Server Setting Result> 
- accountMoid String
- additionalProperties String
- adminLocator StringLed State 
- adminPower StringState 
- ancestors
List<GetCompute Server Setting Ancestor> 
- certificatesAction GetCompute Server Setting Certificates Action 
- classId String
- clearSel String
- cmosReset String
- collectSel String
- configState String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- frontPanel StringLock State 
- hostInit StringConfiguration 
- kvmReset String
- locatorLed GetCompute Server Setting Locator Led 
- modTime String
- moid String
- name String
- objectType String
- oneTime StringBoot Device 
- owners List<String>
- parent
GetCompute Server Setting Parent 
- permissionResources List<GetCompute Server Setting Permission Resource> 
- persistentMemory GetOperation Compute Server Setting Persistent Memory Operation 
- personalitySetting GetCompute Server Setting Personality Setting 
- registeredDevice GetCompute Server Setting Registered Device 
- resetMemory StringErrors 
- rn String
- runningWorkflow GetCompute Server Setting Running Workflow 
- server
GetCompute Server Setting Server 
- serverConfig GetCompute Server Setting Server Config 
- serverOp List<GetStatuses Compute Server Setting Server Op Status> 
- String
- storageController GetOperation Compute Server Setting Storage Controller Operation 
- storagePhysical GetDrive Operation Compute Server Setting Storage Physical Drive Operation 
- storageUtility GetImage Operation Compute Server Setting Storage Utility Image Operation 
- storageVirtual GetDrive Operation Compute Server Setting Storage Virtual Drive Operation 
- 
List<GetCompute Server Setting Tag> 
- tpmReset String
- tunneledKvm StringState 
- versionContext GetCompute Server Setting Version Context 
- id string
- results
GetCompute Server Setting Result[] 
- accountMoid string
- additionalProperties string
- adminLocator stringLed State 
- adminPower stringState 
- ancestors
GetCompute Server Setting Ancestor[] 
- certificatesAction GetCompute Server Setting Certificates Action 
- classId string
- clearSel string
- cmosReset string
- collectSel string
- configState string
- createTime string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- frontPanel stringLock State 
- hostInit stringConfiguration 
- kvmReset string
- locatorLed GetCompute Server Setting Locator Led 
- modTime string
- moid string
- name string
- objectType string
- oneTime stringBoot Device 
- owners string[]
- parent
GetCompute Server Setting Parent 
- permissionResources GetCompute Server Setting Permission Resource[] 
- persistentMemory GetOperation Compute Server Setting Persistent Memory Operation 
- personalitySetting GetCompute Server Setting Personality Setting 
- registeredDevice GetCompute Server Setting Registered Device 
- resetMemory stringErrors 
- rn string
- runningWorkflow GetCompute Server Setting Running Workflow 
- server
GetCompute Server Setting Server 
- serverConfig GetCompute Server Setting Server Config 
- serverOp GetStatuses Compute Server Setting Server Op Status[] 
- string
- storageController GetOperation Compute Server Setting Storage Controller Operation 
- storagePhysical GetDrive Operation Compute Server Setting Storage Physical Drive Operation 
- storageUtility GetImage Operation Compute Server Setting Storage Utility Image Operation 
- storageVirtual GetDrive Operation Compute Server Setting Storage Virtual Drive Operation 
- 
GetCompute Server Setting Tag[] 
- tpmReset string
- tunneledKvm stringState 
- versionContext GetCompute Server Setting Version Context 
- id str
- results
Sequence[GetCompute Server Setting Result] 
- account_moid str
- additional_properties str
- admin_locator_ strled_ state 
- admin_power_ strstate 
- ancestors
Sequence[GetCompute Server Setting Ancestor] 
- certificates_action GetCompute Server Setting Certificates Action 
- class_id str
- clear_sel str
- cmos_reset str
- collect_sel str
- config_state str
- create_time str
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- front_panel_ strlock_ state 
- host_init_ strconfiguration 
- kvm_reset str
- locator_led GetCompute Server Setting Locator Led 
- mod_time str
- moid str
- name str
- object_type str
- one_time_ strboot_ device 
- owners Sequence[str]
- parent
GetCompute Server Setting Parent 
- permission_resources Sequence[GetCompute Server Setting Permission Resource] 
- persistent_memory_ Getoperation Compute Server Setting Persistent Memory Operation 
- personality_setting GetCompute Server Setting Personality Setting 
- registered_device GetCompute Server Setting Registered Device 
- reset_memory_ strerrors 
- rn str
- running_workflow GetCompute Server Setting Running Workflow 
- server
GetCompute Server Setting Server 
- server_config GetCompute Server Setting Server Config 
- server_op_ Sequence[Getstatuses Compute Server Setting Server Op Status] 
- str
- storage_controller_ Getoperation Compute Server Setting Storage Controller Operation 
- storage_physical_ Getdrive_ operation Compute Server Setting Storage Physical Drive Operation 
- storage_utility_ Getimage_ operation Compute Server Setting Storage Utility Image Operation 
- storage_virtual_ Getdrive_ operation Compute Server Setting Storage Virtual Drive Operation 
- 
Sequence[GetCompute Server Setting Tag] 
- tpm_reset str
- tunneled_kvm_ strstate 
- version_context GetCompute Server Setting Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- adminLocator StringLed State 
- adminPower StringState 
- ancestors List<Property Map>
- certificatesAction Property Map
- classId String
- clearSel String
- cmosReset String
- collectSel String
- configState String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- frontPanel StringLock State 
- hostInit StringConfiguration 
- kvmReset String
- locatorLed Property Map
- modTime String
- moid String
- name String
- objectType String
- oneTime StringBoot Device 
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- persistentMemory Property MapOperation 
- personalitySetting Property Map
- registeredDevice Property Map
- resetMemory StringErrors 
- rn String
- runningWorkflow Property Map
- server Property Map
- serverConfig Property Map
- serverOp List<Property Map>Statuses 
- String
- storageController Property MapOperation 
- storagePhysical Property MapDrive Operation 
- storageUtility Property MapImage Operation 
- storageVirtual Property MapDrive Operation 
- List<Property Map>
- tpmReset String
- tunneledKvm StringState 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetComputeServerSettingCertificatesAction     
- AdditionalProperties string
- Certificate
GetCompute Server Setting Certificates Action Certificate 
- 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
GetCompute Server Setting Certificates Action Certificate 
- 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
GetCompute Server Setting Certificates Action Certificate 
- 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
GetCompute Server Setting Certificates Action Certificate 
- 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
GetCompute Server Setting Certificates Action Certificate 
- 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
GetCompute Server Setting Certificates Action Certificate Issuer 
- 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
GetCompute Server Setting Certificates Action Certificate Subject 
- 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
GetCompute Server Setting Certificates Action Certificate Issuer 
- 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
GetCompute Server Setting Certificates Action Certificate Subject 
- 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
GetCompute Server Setting Certificates Action Certificate Issuer 
- 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
GetCompute Server Setting Certificates Action Certificate Subject 
- 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
GetCompute Server Setting Certificates Action Certificate Issuer 
- 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
GetCompute Server Setting Certificates Action Certificate Subject 
- 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
GetCompute Server Setting Certificates Action Certificate Issuer 
- 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
GetCompute Server Setting Certificates Action Certificate Subject 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.
- IsSecure boolPassphrase Set 
- Indicates whether the value of the 'securePassphrase' property has been set.
- Modules
List<GetCompute Server Setting Persistent Memory Operation Module> 
- 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.
- IsSecure boolPassphrase Set 
- Indicates whether the value of the 'securePassphrase' property has been set.
- Modules
[]GetCompute Server Setting Persistent Memory Operation Module 
- 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.
- isSecure BooleanPassphrase Set 
- Indicates whether the value of the 'securePassphrase' property has been set.
- modules
List<GetCompute Server Setting Persistent Memory Operation Module> 
- 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.
- isSecure booleanPassphrase Set 
- Indicates whether the value of the 'securePassphrase' property has been set.
- modules
GetCompute Server Setting Persistent Memory Operation Module[] 
- 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_ boolpassphrase_ set 
- Indicates whether the value of the 'securePassphrase' property has been set.
- modules
Sequence[GetCompute Server Setting Persistent Memory Operation Module] 
- 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.
- isSecure BooleanPassphrase Set 
- 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.
- SocketMemory stringId 
- 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.
- SocketMemory stringId 
- 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.
- socketMemory StringId 
- 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.
- socketMemory stringId 
- 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_ strid 
- 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.
- socketMemory StringId 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetComputeServerSettingResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminLocator stringLed State 
- 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.
- AdminPower stringState 
- 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<GetCompute Server Setting Result Ancestor> 
- CertificatesActions List<GetCompute Server Setting Result Certificates Action> 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FrontPanel stringLock State 
- 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.
- HostInit stringConfiguration 
- 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<GetCompute Server Setting Result Locator Led> 
- 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
- OneTime stringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- Owners List<string>
- Parents
List<GetCompute Server Setting Result Parent> 
- PermissionResources List<GetCompute Server Setting Result Permission Resource> 
- PersistentMemory List<GetOperations Compute Server Setting Result Persistent Memory Operation> 
- PersonalitySettings List<GetCompute Server Setting Result Personality Setting> 
- RegisteredDevices List<GetCompute Server Setting Result Registered Device> 
- ResetMemory stringErrors 
- 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<GetCompute Server Setting Result Running Workflow> 
- ServerConfigs List<GetCompute Server Setting Result Server Config> 
- ServerOp List<GetStatuses Compute Server Setting Result Server Op Status> 
- Servers
List<GetCompute Server Setting Result Server> 
- 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.
- StorageController List<GetOperations Compute Server Setting Result Storage Controller Operation> 
- StoragePhysical List<GetDrive Operations Compute Server Setting Result Storage Physical Drive Operation> 
- StorageUtility List<GetImage Operations Compute Server Setting Result Storage Utility Image Operation> 
- StorageVirtual List<GetDrive Operations Compute Server Setting Result Storage Virtual Drive Operation> 
- 
List<GetCompute Server Setting Result Tag> 
- 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.
- TunneledKvm stringState 
- 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<GetCompute Server Setting Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdminLocator stringLed State 
- 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.
- AdminPower stringState 
- 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
[]GetCompute Server Setting Result Ancestor 
- CertificatesActions []GetCompute Server Setting Result Certificates Action 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FrontPanel stringLock State 
- 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.
- HostInit stringConfiguration 
- 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 []GetCompute Server Setting Result Locator Led 
- 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
- OneTime stringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- Owners []string
- Parents
[]GetCompute Server Setting Result Parent 
- PermissionResources []GetCompute Server Setting Result Permission Resource 
- PersistentMemory []GetOperations Compute Server Setting Result Persistent Memory Operation 
- PersonalitySettings []GetCompute Server Setting Result Personality Setting 
- RegisteredDevices []GetCompute Server Setting Result Registered Device 
- ResetMemory stringErrors 
- 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 []GetCompute Server Setting Result Running Workflow 
- ServerConfigs []GetCompute Server Setting Result Server Config 
- ServerOp []GetStatuses Compute Server Setting Result Server Op Status 
- Servers
[]GetCompute Server Setting Result Server 
- 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.
- StorageController []GetOperations Compute Server Setting Result Storage Controller Operation 
- StoragePhysical []GetDrive Operations Compute Server Setting Result Storage Physical Drive Operation 
- StorageUtility []GetImage Operations Compute Server Setting Result Storage Utility Image Operation 
- StorageVirtual []GetDrive Operations Compute Server Setting Result Storage Virtual Drive Operation 
- 
[]GetCompute Server Setting Result Tag 
- 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.
- TunneledKvm stringState 
- 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 []GetCompute Server Setting Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminLocator StringLed State 
- 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.
- adminPower StringState 
- 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<GetCompute Server Setting Result Ancestor> 
- certificatesActions List<GetCompute Server Setting Result Certificates Action> 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- frontPanel StringLock State 
- 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.
- hostInit StringConfiguration 
- 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<GetCompute Server Setting Result Locator Led> 
- 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
- oneTime StringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- owners List<String>
- parents
List<GetCompute Server Setting Result Parent> 
- permissionResources List<GetCompute Server Setting Result Permission Resource> 
- persistentMemory List<GetOperations Compute Server Setting Result Persistent Memory Operation> 
- personalitySettings List<GetCompute Server Setting Result Personality Setting> 
- registeredDevices List<GetCompute Server Setting Result Registered Device> 
- resetMemory StringErrors 
- 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<GetCompute Server Setting Result Running Workflow> 
- serverConfigs List<GetCompute Server Setting Result Server Config> 
- serverOp List<GetStatuses Compute Server Setting Result Server Op Status> 
- servers
List<GetCompute Server Setting Result Server> 
- 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.
- storageController List<GetOperations Compute Server Setting Result Storage Controller Operation> 
- storagePhysical List<GetDrive Operations Compute Server Setting Result Storage Physical Drive Operation> 
- storageUtility List<GetImage Operations Compute Server Setting Result Storage Utility Image Operation> 
- storageVirtual List<GetDrive Operations Compute Server Setting Result Storage Virtual Drive Operation> 
- 
List<GetCompute Server Setting Result Tag> 
- 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.
- tunneledKvm StringState 
- 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<GetCompute Server Setting Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- adminLocator stringLed State 
- 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.
- adminPower stringState 
- 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
GetCompute Server Setting Result Ancestor[] 
- certificatesActions GetCompute Server Setting Result Certificates Action[] 
- 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.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- frontPanel stringLock State 
- 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.
- hostInit stringConfiguration 
- 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 GetCompute Server Setting Result Locator Led[] 
- 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
- oneTime stringBoot Device 
- The name of the device chosen by user for configuring One-Time Boot device.
- owners string[]
- parents
GetCompute Server Setting Result Parent[] 
- permissionResources GetCompute Server Setting Result Permission Resource[] 
- persistentMemory GetOperations Compute Server Setting Result Persistent Memory Operation[] 
- personalitySettings GetCompute Server Setting Result Personality Setting[] 
- registeredDevices GetCompute Server Setting Result Registered Device[] 
- resetMemory stringErrors 
- 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 GetCompute Server Setting Result Running Workflow[] 
- serverConfigs GetCompute Server Setting Result Server Config[] 
- serverOp GetStatuses Compute Server Setting Result Server Op Status[] 
- servers
GetCompute Server Setting Result Server[] 
- 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.
- storageController GetOperations Compute Server Setting Result Storage Controller Operation[] 
- storagePhysical GetDrive Operations Compute Server Setting Result Storage Physical Drive Operation[] 
- storageUtility GetImage Operations Compute Server Setting Result Storage Utility Image Operation[] 
- storageVirtual GetDrive Operations Compute Server Setting Result Storage Virtual Drive Operation[] 
- 
GetCompute Server Setting Result Tag[] 
- 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.
- tunneledKvm stringState 
- 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 GetCompute Server Setting Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- admin_locator_ strled_ state 
- 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_ strstate 
- 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[GetCompute Server Setting Result Ancestor] 
- certificates_actions Sequence[GetCompute Server Setting Result Certificates Action] 
- 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_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- front_panel_ strlock_ state 
- 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_ strconfiguration 
- 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[GetCompute Server Setting Result Locator Led] 
- 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_ strboot_ device 
- The name of the device chosen by user for configuring One-Time Boot device.
- owners Sequence[str]
- parents
Sequence[GetCompute Server Setting Result Parent] 
- permission_resources Sequence[GetCompute Server Setting Result Permission Resource] 
- persistent_memory_ Sequence[Getoperations Compute Server Setting Result Persistent Memory Operation] 
- personality_settings Sequence[GetCompute Server Setting Result Personality Setting] 
- registered_devices Sequence[GetCompute Server Setting Result Registered Device] 
- reset_memory_ strerrors 
- 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[GetCompute Server Setting Result Running Workflow] 
- server_configs Sequence[GetCompute Server Setting Result Server Config] 
- server_op_ Sequence[Getstatuses Compute Server Setting Result Server Op Status] 
- servers
Sequence[GetCompute Server Setting Result Server] 
- 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_ Sequence[Getoperations Compute Server Setting Result Storage Controller Operation] 
- storage_physical_ Sequence[Getdrive_ operations Compute Server Setting Result Storage Physical Drive Operation] 
- storage_utility_ Sequence[Getimage_ operations Compute Server Setting Result Storage Utility Image Operation] 
- storage_virtual_ Sequence[Getdrive_ operations Compute Server Setting Result Storage Virtual Drive Operation] 
- 
Sequence[GetCompute Server Setting Result Tag] 
- 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_ strstate 
- 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[GetCompute Server Setting Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- adminLocator StringLed State 
- 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.
- adminPower StringState 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- frontPanel StringLock State 
- 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.
- hostInit StringConfiguration 
- 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
- oneTime StringBoot Device 
- 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>
- persistentMemory List<Property Map>Operations 
- personalitySettings List<Property Map>
- registeredDevices List<Property Map>
- resetMemory StringErrors 
- 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>
- serverOp List<Property Map>Statuses 
- servers List<Property Map>
- 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.
- storageController List<Property Map>Operations 
- storagePhysical List<Property Map>Drive Operations 
- storageUtility List<Property Map>Image Operations 
- storageVirtual List<Property Map>Drive Operations 
- 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.
- tunneledKvm StringState 
- 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      
- additionalProperties String
- certificates
List<GetCompute Server Setting Result Certificates Action Certificate> 
- classId String
- enabled Boolean
- objectType String
- additionalProperties string
- certificates
GetCompute Server Setting Result Certificates Action Certificate[] 
- classId string
- enabled boolean
- objectType string
- additionalProperties String
- certificates List<Property Map>
- classId String
- enabled Boolean
- objectType String
GetComputeServerSettingResultCertificatesActionCertificate       
- AdditionalProperties string
- ClassId string
- Issuers
List<GetCompute Server Setting Result Certificates Action Certificate Issuer> 
- NotAfter string
- NotBefore string
- ObjectType string
- PemCertificate string
- Sha256Fingerprint string
- SignatureAlgorithm string
- Subjects
List<GetCompute Server Setting Result Certificates Action Certificate Subject> 
- AdditionalProperties string
- ClassId string
- Issuers
[]GetCompute Server Setting Result Certificates Action Certificate Issuer 
- NotAfter string
- NotBefore string
- ObjectType string
- PemCertificate string
- Sha256Fingerprint string
- SignatureAlgorithm string
- Subjects
[]GetCompute Server Setting Result Certificates Action Certificate Subject 
- additionalProperties String
- classId String
- issuers
List<GetCompute Server Setting Result Certificates Action Certificate Issuer> 
- notAfter String
- notBefore String
- objectType String
- pemCertificate String
- sha256Fingerprint String
- signatureAlgorithm String
- subjects
List<GetCompute Server Setting Result Certificates Action Certificate Subject> 
- additionalProperties string
- classId string
- issuers
GetCompute Server Setting Result Certificates Action Certificate Issuer[] 
- notAfter string
- notBefore string
- objectType string
- pemCertificate string
- sha256Fingerprint string
- signatureAlgorithm string
- subjects
GetCompute Server Setting Result Certificates Action Certificate Subject[] 
- additional_properties str
- class_id str
- issuers
Sequence[GetCompute Server Setting Result Certificates Action Certificate Issuer] 
- not_after str
- not_before str
- object_type str
- pem_certificate str
- sha256_fingerprint str
- signature_algorithm str
- subjects
Sequence[GetCompute Server Setting Result Certificates Action Certificate Subject] 
- additionalProperties String
- classId String
- issuers List<Property Map>
- notAfter String
- notBefore String
- objectType String
- pemCertificate String
- sha256Fingerprint String
- signatureAlgorithm String
- subjects List<Property Map>
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       
- AdditionalProperties string
- AdminAction string
- ClassId string
- IsSecure boolPassphrase Set 
- Modules
List<GetCompute Server Setting Result Persistent Memory Operation Module> 
- ObjectType string
- SecurePassphrase string
- AdditionalProperties string
- AdminAction string
- ClassId string
- IsSecure boolPassphrase Set 
- Modules
[]GetCompute Server Setting Result Persistent Memory Operation Module 
- ObjectType string
- SecurePassphrase string
- additionalProperties String
- adminAction String
- classId String
- isSecure BooleanPassphrase Set 
- modules
List<GetCompute Server Setting Result Persistent Memory Operation Module> 
- objectType String
- securePassphrase String
- additionalProperties string
- adminAction string
- classId string
- isSecure booleanPassphrase Set 
- modules
GetCompute Server Setting Result Persistent Memory Operation Module[] 
- objectType string
- securePassphrase string
- additionalProperties String
- adminAction String
- classId String
- isSecure BooleanPassphrase Set 
- modules List<Property Map>
- objectType String
- securePassphrase String
GetComputeServerSettingResultPersistentMemoryOperationModule        
- AdditionalProperties string
- ClassId string
- ObjectType string
- SocketId string
- SocketMemory stringId 
- AdditionalProperties string
- ClassId string
- ObjectType string
- SocketId string
- SocketMemory stringId 
- additionalProperties String
- classId String
- objectType String
- socketId String
- socketMemory StringId 
- additionalProperties string
- classId string
- objectType string
- socketId string
- socketMemory stringId 
- additional_properties str
- class_id str
- object_type str
- socket_id str
- socket_memory_ strid 
- additionalProperties String
- classId String
- objectType String
- socketId String
- socketMemory StringId 
GetComputeServerSettingResultPersonalitySetting      
- AdditionalInformation string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Personality string
- AdditionalInformation string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Personality string
- additionalInformation String
- additionalProperties String
- classId String
- objectType String
- personality String
- additionalInformation string
- additionalProperties string
- classId string
- objectType string
- personality string
- additional_information str
- additional_properties str
- class_id str
- object_type str
- personality str
- additionalInformation String
- additionalProperties String
- classId String
- objectType String
- personality String
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      
- AdditionalProperties string
- AssetTag string
- ClassId string
- ObjectType string
- UserLabel string
- AdditionalProperties string
- AssetTag string
- ClassId string
- ObjectType string
- UserLabel string
- additionalProperties String
- assetTag String
- classId String
- objectType String
- userLabel String
- additionalProperties string
- assetTag string
- classId string
- objectType string
- userLabel string
- additional_properties str
- asset_tag str
- class_id str
- object_type str
- user_label str
- additionalProperties String
- assetTag String
- classId String
- objectType String
- userLabel String
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
- WorkflowInfo stringMoid 
- 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
- WorkflowInfo stringMoid 
- 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
- workflowInfo StringMoid 
- 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
- workflowInfo stringMoid 
- 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_ strmoid 
- 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
- workflowInfo StringMoid 
- workflowType String
GetComputeServerSettingResultStorageControllerOperation       
- AdditionalProperties string
- AdminAction string
- ClassId string
- ControllerId string
- EncryptionKey string
- ObjectType string
- RemoteMode bool
- AdditionalProperties string
- AdminAction string
- ClassId string
- ControllerId string
- EncryptionKey string
- ObjectType string
- RemoteMode bool
- additionalProperties String
- adminAction String
- classId String
- controllerId String
- encryptionKey String
- objectType String
- remoteMode Boolean
- additionalProperties string
- adminAction string
- classId string
- controllerId string
- encryptionKey string
- objectType string
- remoteMode boolean
- additional_properties str
- admin_action str
- class_id str
- controller_id str
- encryption_key str
- object_type str
- remote_mode bool
- additionalProperties String
- adminAction String
- classId String
- controllerId String
- encryptionKey String
- objectType String
- remoteMode Boolean
GetComputeServerSettingResultStoragePhysicalDriveOperation        
- AdditionalProperties string
- AdminAction string
- ClassId string
- ControllerId string
- DriveSlots List<string>
- ObjectType string
- PhysicalDrives List<GetCompute Server Setting Result Storage Physical Drive Operation Physical Drife> 
- AdditionalProperties string
- AdminAction string
- ClassId string
- ControllerId string
- DriveSlots []string
- ObjectType string
- PhysicalDrives []GetCompute Server Setting Result Storage Physical Drive Operation Physical Drife 
- additionalProperties String
- adminAction String
- classId String
- controllerId String
- driveSlots List<String>
- objectType String
- physicalDrives List<GetCompute Server Setting Result Storage Physical Drive Operation Physical Drife> 
- additionalProperties string
- adminAction string
- classId string
- controllerId string
- driveSlots string[]
- objectType string
- physicalDrives GetCompute Server Setting Result Storage Physical Drive Operation Physical Drife[] 
- additionalProperties String
- adminAction String
- classId String
- controllerId String
- driveSlots List<String>
- objectType String
- physicalDrives List<Property Map>
GetComputeServerSettingResultStoragePhysicalDriveOperationPhysicalDrife          
- AdditionalProperties string
- ClassId string
- ObjectType string
- SlotNumber double
- AdditionalProperties string
- ClassId string
- ObjectType string
- SlotNumber float64
- additionalProperties String
- classId String
- objectType String
- slotNumber Double
- additionalProperties string
- classId string
- objectType string
- slotNumber number
- additional_properties str
- class_id str
- object_type str
- slot_number float
- additionalProperties String
- classId String
- objectType String
- slotNumber Number
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 str
- additional_properties str
- class_id str
- image_name str
- image_type str
- object_type str
- action String
- additionalProperties String
- classId String
- imageName String
- imageType String
- objectType String
GetComputeServerSettingResultStorageVirtualDriveOperation        
- AdditionalProperties string
- AdminAction string
- ClassId string
- ControllerId string
- ObjectType string
- VirtualDrives []GetCompute Server Setting Result Storage Virtual Drive Operation Virtual Drife 
- additionalProperties string
- adminAction string
- classId string
- controllerId string
- objectType string
- virtualDrives GetCompute Server Setting Result Storage Virtual Drive Operation Virtual Drife[] 
- additionalProperties String
- adminAction String
- classId String
- controllerId String
- objectType String
- virtualDrives List<Property Map>
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
- additional_properties str
- class_id str
- id str
- object_type str
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetComputeServerSettingResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.
- WorkflowInfo stringMoid 
- 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.
- WorkflowInfo stringMoid 
- 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.
- workflowInfo StringMoid 
- 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.
- workflowInfo stringMoid 
- 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_ strmoid 
- 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.
- workflowInfo StringMoid 
- 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<GetCompute Server Setting Storage Physical Drive Operation Physical Drife> 
- 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 []GetCompute Server Setting Storage Physical Drive Operation Physical Drife 
- 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<GetCompute Server Setting Storage Physical Drive Operation Physical Drife> 
- 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 GetCompute Server Setting Storage Physical Drive Operation Physical Drife[] 
- 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[GetCompute Server Setting Storage Physical Drive Operation Physical Drife] 
- 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<GetCompute Server Setting Storage Virtual Drive Operation Virtual Drife> 
- 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 []GetCompute Server Setting Storage Virtual Drive Operation Virtual Drife 
- 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<GetCompute Server Setting Storage Virtual Drive Operation Virtual Drife> 
- 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 GetCompute Server Setting Storage Virtual Drive Operation Virtual Drife[] 
- 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[GetCompute Server Setting Storage Virtual Drive Operation Virtual Drife] 
- 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<GetCompute Server Setting Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetCompute Server Setting Version Context Ref Mo 
- 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 []GetCompute Server Setting Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetCompute Server Setting Version Context Ref Mo 
- 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<GetCompute Server Setting Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetCompute Server Setting Version Context Ref Mo 
- 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 GetCompute Server Setting Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetCompute Server Setting Version Context Ref Mo 
- 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[GetCompute Server Setting Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetCompute Server Setting Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- 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>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet