intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getComputeServerSetting
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Models the configurable properties of a server in Intersight.
Using getComputeServerSetting
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getComputeServerSetting(args: GetComputeServerSettingArgs, opts?: InvokeOptions): Promise<GetComputeServerSettingResult>
function getComputeServerSettingOutput(args: GetComputeServerSettingOutputArgs, opts?: InvokeOptions): Output<GetComputeServerSettingResult>
def get_compute_server_setting(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_locator_led_state: Optional[str] = None,
admin_power_state: Optional[str] = None,
ancestors: Optional[Sequence[GetComputeServerSettingAncestor]] = None,
certificates_action: Optional[GetComputeServerSettingCertificatesAction] = None,
class_id: Optional[str] = None,
clear_sel: Optional[str] = None,
cmos_reset: Optional[str] = None,
collect_sel: Optional[str] = None,
config_state: Optional[str] = None,
create_time: Optional[str] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
front_panel_lock_state: Optional[str] = None,
host_init_configuration: Optional[str] = None,
id: Optional[str] = None,
kvm_reset: Optional[str] = None,
locator_led: Optional[GetComputeServerSettingLocatorLed] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
one_time_boot_device: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetComputeServerSettingParent] = None,
permission_resources: Optional[Sequence[GetComputeServerSettingPermissionResource]] = None,
persistent_memory_operation: Optional[GetComputeServerSettingPersistentMemoryOperation] = None,
personality_setting: Optional[GetComputeServerSettingPersonalitySetting] = None,
registered_device: Optional[GetComputeServerSettingRegisteredDevice] = None,
reset_memory_errors: Optional[str] = None,
rn: Optional[str] = None,
running_workflow: Optional[GetComputeServerSettingRunningWorkflow] = None,
server: Optional[GetComputeServerSettingServer] = None,
server_config: Optional[GetComputeServerSettingServerConfig] = None,
server_op_statuses: Optional[Sequence[GetComputeServerSettingServerOpStatus]] = None,
shared_scope: Optional[str] = None,
storage_controller_operation: Optional[GetComputeServerSettingStorageControllerOperation] = None,
storage_physical_drive_operation: Optional[GetComputeServerSettingStoragePhysicalDriveOperation] = None,
storage_utility_image_operation: Optional[GetComputeServerSettingStorageUtilityImageOperation] = None,
storage_virtual_drive_operation: Optional[GetComputeServerSettingStorageVirtualDriveOperation] = None,
tags: Optional[Sequence[GetComputeServerSettingTag]] = None,
tpm_reset: Optional[str] = None,
tunneled_kvm_state: Optional[str] = None,
version_context: Optional[GetComputeServerSettingVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetComputeServerSettingResult
def get_compute_server_setting_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
admin_locator_led_state: Optional[pulumi.Input[str]] = None,
admin_power_state: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeServerSettingAncestorArgs]]]] = None,
certificates_action: Optional[pulumi.Input[GetComputeServerSettingCertificatesActionArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
clear_sel: Optional[pulumi.Input[str]] = None,
cmos_reset: Optional[pulumi.Input[str]] = None,
collect_sel: Optional[pulumi.Input[str]] = None,
config_state: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
front_panel_lock_state: Optional[pulumi.Input[str]] = None,
host_init_configuration: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
kvm_reset: Optional[pulumi.Input[str]] = None,
locator_led: Optional[pulumi.Input[GetComputeServerSettingLocatorLedArgs]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
one_time_boot_device: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetComputeServerSettingParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeServerSettingPermissionResourceArgs]]]] = None,
persistent_memory_operation: Optional[pulumi.Input[GetComputeServerSettingPersistentMemoryOperationArgs]] = None,
personality_setting: Optional[pulumi.Input[GetComputeServerSettingPersonalitySettingArgs]] = None,
registered_device: Optional[pulumi.Input[GetComputeServerSettingRegisteredDeviceArgs]] = None,
reset_memory_errors: Optional[pulumi.Input[str]] = None,
rn: Optional[pulumi.Input[str]] = None,
running_workflow: Optional[pulumi.Input[GetComputeServerSettingRunningWorkflowArgs]] = None,
server: Optional[pulumi.Input[GetComputeServerSettingServerArgs]] = None,
server_config: Optional[pulumi.Input[GetComputeServerSettingServerConfigArgs]] = None,
server_op_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeServerSettingServerOpStatusArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
storage_controller_operation: Optional[pulumi.Input[GetComputeServerSettingStorageControllerOperationArgs]] = None,
storage_physical_drive_operation: Optional[pulumi.Input[GetComputeServerSettingStoragePhysicalDriveOperationArgs]] = None,
storage_utility_image_operation: Optional[pulumi.Input[GetComputeServerSettingStorageUtilityImageOperationArgs]] = None,
storage_virtual_drive_operation: Optional[pulumi.Input[GetComputeServerSettingStorageVirtualDriveOperationArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeServerSettingTagArgs]]]] = None,
tpm_reset: Optional[pulumi.Input[str]] = None,
tunneled_kvm_state: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetComputeServerSettingVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetComputeServerSettingResult]
func LookupComputeServerSetting(ctx *Context, args *LookupComputeServerSettingArgs, opts ...InvokeOption) (*LookupComputeServerSettingResult, error)
func LookupComputeServerSettingOutput(ctx *Context, args *LookupComputeServerSettingOutputArgs, opts ...InvokeOption) LookupComputeServerSettingResultOutput
> Note: This function is named LookupComputeServerSetting
in the Go SDK.
public static class GetComputeServerSetting
{
public static Task<GetComputeServerSettingResult> InvokeAsync(GetComputeServerSettingArgs args, InvokeOptions? opts = null)
public static Output<GetComputeServerSettingResult> Invoke(GetComputeServerSettingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetComputeServerSettingResult> getComputeServerSetting(GetComputeServerSettingArgs args, InvokeOptions options)
public static Output<GetComputeServerSettingResult> getComputeServerSetting(GetComputeServerSettingArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getComputeServerSetting:getComputeServerSetting
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Locator 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. - Admin
Power 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<Get
Compute Server Setting Ancestor> - Certificates
Action GetCompute Server Setting Certificates Action - Class
Id string - Clear
Sel 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. - Cmos
Reset 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. - Collect
Sel 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. - Config
State 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. - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Front
Panel 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. - Host
Init 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
- Kvm
Reset 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. - Locator
Led GetCompute Server Setting Locator Led - Mod
Time 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.
- Object
Type string - One
Time stringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- Owners List<string>
- Parent
Get
Compute Server Setting Parent - Permission
Resources List<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 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.
- Running
Workflow GetCompute Server Setting Running Workflow - Server
Get
Compute Server Setting Server - Server
Config GetCompute Server Setting Server Config - Server
Op 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.
- 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 - List<Get
Compute Server Setting Tag> - Tpm
Reset 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. - Tunneled
Kvm 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. - Version
Context GetCompute Server Setting Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Locator 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. - Admin
Power 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
[]Get
Compute Server Setting Ancestor - Certificates
Action GetCompute Server Setting Certificates Action - Class
Id string - Clear
Sel 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. - Cmos
Reset 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. - Collect
Sel 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. - Config
State 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. - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Front
Panel 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. - Host
Init 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
- Kvm
Reset 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. - Locator
Led GetCompute Server Setting Locator Led - Mod
Time 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.
- Object
Type string - One
Time stringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- Owners []string
- Parent
Get
Compute Server Setting Parent - Permission
Resources []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 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.
- Running
Workflow GetCompute Server Setting Running Workflow - Server
Get
Compute Server Setting Server - Server
Config GetCompute Server Setting Server Config - Server
Op []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.
- 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 - []Get
Compute Server Setting Tag - Tpm
Reset 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. - Tunneled
Kvm 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. - Version
Context GetCompute Server Setting Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Locator 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. - admin
Power 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<Get
Compute Server Setting Ancestor> - certificates
Action GetCompute Server Setting Certificates Action - class
Id String - clear
Sel 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. - cmos
Reset 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. - collect
Sel 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. - config
State 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. - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- front
Panel 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. - host
Init 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
- kvm
Reset 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. - locator
Led GetCompute Server Setting Locator Led - mod
Time 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.
- object
Type String - one
Time StringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- owners List<String>
- parent
Get
Compute Server Setting Parent - permission
Resources List<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 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.
- running
Workflow GetCompute Server Setting Running Workflow - server
Get
Compute Server Setting Server - server
Config GetCompute Server Setting Server Config - server
Op 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.
- 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 - List<Get
Compute Server Setting Tag> - tpm
Reset 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. - tunneled
Kvm 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. - version
Context GetCompute Server Setting Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Locator 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. - admin
Power 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
Get
Compute Server Setting Ancestor[] - certificates
Action GetCompute Server Setting Certificates Action - class
Id string - clear
Sel 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. - cmos
Reset 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. - collect
Sel 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. - config
State 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. - create
Time string - The time when this managed object was created.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- front
Panel 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. - host
Init 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
- kvm
Reset 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. - locator
Led GetCompute Server Setting Locator Led - mod
Time 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.
- object
Type string - one
Time stringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- owners string[]
- parent
Get
Compute Server Setting Parent - permission
Resources 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 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.
- running
Workflow GetCompute Server Setting Running Workflow - server
Get
Compute Server Setting Server - server
Config GetCompute Server Setting Server Config - server
Op 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.
- 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 - Get
Compute Server Setting Tag[] - tpm
Reset 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. - tunneled
Kvm 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. - version
Context 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[Get
Compute 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
Get
Compute 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
Get
Compute 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[Get
Compute 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
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Locator 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. - admin
Power 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>
- certificates
Action Property Map - class
Id String - clear
Sel 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. - cmos
Reset 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. - collect
Sel 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. - config
State 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. - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- front
Panel 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. - host
Init 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
- kvm
Reset 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. - locator
Led Property Map - mod
Time 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.
- object
Type String - one
Time StringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - persistent
Memory Property MapOperation - personality
Setting Property Map - registered
Device Property Map - reset
Memory 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.
- running
Workflow Property Map - server Property Map
- server
Config Property Map - server
Op 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.
- storage
Controller Property MapOperation - storage
Physical Property MapDrive Operation - storage
Utility Property MapImage Operation - storage
Virtual Property MapDrive Operation - List<Property Map>
- tpm
Reset 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. - tunneled
Kvm 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. - version
Context Property Map
getComputeServerSetting Result
The following output properties are available:
- Id string
- Results
List<Get
Compute Server Setting Result> - Account
Moid string - Additional
Properties string - Admin
Locator stringLed State - Admin
Power stringState - Ancestors
List<Get
Compute Server Setting Ancestor> - Certificates
Action GetCompute Server Setting Certificates Action - Class
Id string - Clear
Sel string - Cmos
Reset string - Collect
Sel string - Config
State string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Front
Panel stringLock State - Host
Init stringConfiguration - Kvm
Reset string - Locator
Led GetCompute Server Setting Locator Led - Mod
Time string - Moid string
- Name string
- Object
Type string - One
Time stringBoot Device - Owners List<string>
- Parent
Get
Compute Server Setting Parent - Permission
Resources List<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 stringErrors - Rn string
- Running
Workflow GetCompute Server Setting Running Workflow - Server
Get
Compute Server Setting Server - Server
Config GetCompute Server Setting Server Config - Server
Op List<GetStatuses Compute Server Setting Server Op Status> - string
- 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 - List<Get
Compute Server Setting Tag> - Tpm
Reset string - Tunneled
Kvm stringState - Version
Context GetCompute Server Setting Version Context
- Id string
- Results
[]Get
Compute Server Setting Result - Account
Moid string - Additional
Properties string - Admin
Locator stringLed State - Admin
Power stringState - Ancestors
[]Get
Compute Server Setting Ancestor - Certificates
Action GetCompute Server Setting Certificates Action - Class
Id string - Clear
Sel string - Cmos
Reset string - Collect
Sel string - Config
State string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Front
Panel stringLock State - Host
Init stringConfiguration - Kvm
Reset string - Locator
Led GetCompute Server Setting Locator Led - Mod
Time string - Moid string
- Name string
- Object
Type string - One
Time stringBoot Device - Owners []string
- Parent
Get
Compute Server Setting Parent - Permission
Resources []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 stringErrors - Rn string
- Running
Workflow GetCompute Server Setting Running Workflow - Server
Get
Compute Server Setting Server - Server
Config GetCompute Server Setting Server Config - Server
Op []GetStatuses Compute Server Setting Server Op Status - string
- 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 - []Get
Compute Server Setting Tag - Tpm
Reset string - Tunneled
Kvm stringState - Version
Context GetCompute Server Setting Version Context
- id String
- results
List<Get
Compute Server Setting Result> - account
Moid String - additional
Properties String - admin
Locator StringLed State - admin
Power StringState - ancestors
List<Get
Compute Server Setting Ancestor> - certificates
Action GetCompute Server Setting Certificates Action - class
Id String - clear
Sel String - cmos
Reset String - collect
Sel String - config
State String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - front
Panel StringLock State - host
Init StringConfiguration - kvm
Reset String - locator
Led GetCompute Server Setting Locator Led - mod
Time String - moid String
- name String
- object
Type String - one
Time StringBoot Device - owners List<String>
- parent
Get
Compute Server Setting Parent - permission
Resources List<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 StringErrors - rn String
- running
Workflow GetCompute Server Setting Running Workflow - server
Get
Compute Server Setting Server - server
Config GetCompute Server Setting Server Config - server
Op List<GetStatuses Compute Server Setting Server Op Status> - String
- 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 - List<Get
Compute Server Setting Tag> - tpm
Reset String - tunneled
Kvm StringState - version
Context GetCompute Server Setting Version Context
- id string
- results
Get
Compute Server Setting Result[] - account
Moid string - additional
Properties string - admin
Locator stringLed State - admin
Power stringState - ancestors
Get
Compute Server Setting Ancestor[] - certificates
Action GetCompute Server Setting Certificates Action - class
Id string - clear
Sel string - cmos
Reset string - collect
Sel string - config
State string - create
Time string - device
Mo stringId - dn string
- domain
Group stringMoid - front
Panel stringLock State - host
Init stringConfiguration - kvm
Reset string - locator
Led GetCompute Server Setting Locator Led - mod
Time string - moid string
- name string
- object
Type string - one
Time stringBoot Device - owners string[]
- parent
Get
Compute Server Setting Parent - permission
Resources 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 stringErrors - rn string
- running
Workflow GetCompute Server Setting Running Workflow - server
Get
Compute Server Setting Server - server
Config GetCompute Server Setting Server Config - server
Op GetStatuses Compute Server Setting Server Op Status[] - string
- 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 - Get
Compute Server Setting Tag[] - tpm
Reset string - tunneled
Kvm stringState - version
Context GetCompute Server Setting Version Context
- id str
- results
Sequence[Get
Compute Server Setting Result] - account_
moid str - additional_
properties str - admin_
locator_ strled_ state - admin_
power_ strstate - ancestors
Sequence[Get
Compute 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
Get
Compute 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
Get
Compute 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[Get
Compute Server Setting Tag] - tpm_
reset str - tunneled_
kvm_ strstate - version_
context GetCompute Server Setting Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - admin
Locator StringLed State - admin
Power StringState - ancestors List<Property Map>
- certificates
Action Property Map - class
Id String - clear
Sel String - cmos
Reset String - collect
Sel String - config
State String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - front
Panel StringLock State - host
Init StringConfiguration - kvm
Reset String - locator
Led Property Map - mod
Time String - moid String
- name String
- object
Type String - one
Time StringBoot Device - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - persistent
Memory Property MapOperation - personality
Setting Property Map - registered
Device Property Map - reset
Memory StringErrors - rn String
- running
Workflow Property Map - server Property Map
- server
Config Property Map - server
Op List<Property Map>Statuses - String
- storage
Controller Property MapOperation - storage
Physical Property MapDrive Operation - storage
Utility Property MapImage Operation - storage
Virtual Property MapDrive Operation - List<Property Map>
- tpm
Reset String - tunneled
Kvm StringState - version
Context Property Map
Supporting Types
GetComputeServerSettingAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputeServerSettingCertificatesAction
- Additional
Properties string - Certificate
Get
Compute Server Setting Certificates Action Certificate - Certificate that is used for verifying the authorization.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. 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 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 string - Certificate
Get
Compute Server Setting Certificates Action Certificate - Certificate that is used for verifying the authorization.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. 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 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 String - certificate
Get
Compute Server Setting Certificates Action Certificate - Certificate that is used for verifying the authorization.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. 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.
- object
Type 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 string - certificate
Get
Compute Server Setting Certificates Action Certificate - Certificate that is used for verifying the authorization.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. 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.
- object
Type 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
Get
Compute 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.
- additional
Properties String - certificate Property Map
- Certificate that is used for verifying the authorization.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Issuer
Get
Compute Server Setting Certificates Action Certificate Issuer - The X.509 distinguished name of the issuer of this certificate.
- Not
After string - The date on which the certificate's validity period ends.
- Not
Before string - The date on which the certificate's validity period begins.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pem
Certificate string - The base64 encoded certificate in PEM format.
- Sha256Fingerprint string
- The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
- Signature
Algorithm string - Signature algorithm, as specified in RFC 5280.
- Subject
Get
Compute Server Setting Certificates Action Certificate Subject - The X.509 distinguished name of the subject of this certificate.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Issuer
Get
Compute Server Setting Certificates Action Certificate Issuer - The X.509 distinguished name of the issuer of this certificate.
- Not
After string - The date on which the certificate's validity period ends.
- Not
Before string - The date on which the certificate's validity period begins.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Pem
Certificate string - The base64 encoded certificate in PEM format.
- Sha256Fingerprint string
- The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
- Signature
Algorithm string - Signature algorithm, as specified in RFC 5280.
- Subject
Get
Compute Server Setting Certificates Action Certificate Subject - The X.509 distinguished name of the subject of this certificate.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- issuer
Get
Compute Server Setting Certificates Action Certificate Issuer - The X.509 distinguished name of the issuer of this certificate.
- not
After String - The date on which the certificate's validity period ends.
- not
Before String - The date on which the certificate's validity period begins.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pem
Certificate String - The base64 encoded certificate in PEM format.
- sha256Fingerprint String
- The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
- signature
Algorithm String - Signature algorithm, as specified in RFC 5280.
- subject
Get
Compute Server Setting Certificates Action Certificate Subject - The X.509 distinguished name of the subject of this certificate.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- issuer
Get
Compute Server Setting Certificates Action Certificate Issuer - The X.509 distinguished name of the issuer of this certificate.
- not
After string - The date on which the certificate's validity period ends.
- not
Before string - The date on which the certificate's validity period begins.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pem
Certificate string - The base64 encoded certificate in PEM format.
- sha256Fingerprint string
- The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
- signature
Algorithm string - Signature algorithm, as specified in RFC 5280.
- subject
Get
Compute 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
Get
Compute 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
Get
Compute Server Setting Certificates Action Certificate Subject - The X.509 distinguished name of the subject of this certificate.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- issuer Property Map
- The X.509 distinguished name of the issuer of this certificate.
- not
After String - The date on which the certificate's validity period ends.
- not
Before String - The date on which the certificate's validity period begins.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- pem
Certificate String - The base64 encoded certificate in PEM format.
- sha256Fingerprint String
- The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
- signature
Algorithm String - Signature algorithm, as specified in RFC 5280.
- subject Property Map
- The X.509 distinguished name of the subject of this certificate.
GetComputeServerSettingCertificatesActionCertificateIssuer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Common
Name string - A required component that identifies a person or an object.
- Countries List<string>
- Localities List<string>
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizational
Units List<string> - Organizations List<string>
- States List<string>
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Common
Name string - A required component that identifies a person or an object.
- Countries []string
- Localities []string
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizational
Units []string - Organizations []string
- States []string
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- common
Name String - A required component that identifies a person or an object.
- countries List<String>
- localities List<String>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizational
Units List<String> - organizations List<String>
- states List<String>
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- common
Name string - A required component that identifies a person or an object.
- countries string[]
- localities string[]
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizational
Units 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]
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- common
Name String - A required component that identifies a person or an object.
- countries List<String>
- localities List<String>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizational
Units List<String> - organizations List<String>
- states List<String>
GetComputeServerSettingCertificatesActionCertificateSubject
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Common
Name string - A required component that identifies a person or an object.
- Countries List<string>
- Localities List<string>
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizational
Units List<string> - Organizations List<string>
- States List<string>
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Common
Name string - A required component that identifies a person or an object.
- Countries []string
- Localities []string
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Organizational
Units []string - Organizations []string
- States []string
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- common
Name String - A required component that identifies a person or an object.
- countries List<String>
- localities List<String>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizational
Units List<String> - organizations List<String>
- states List<String>
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- common
Name string - A required component that identifies a person or an object.
- countries string[]
- localities string[]
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizational
Units 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]
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- common
Name String - A required component that identifies a person or an object.
- countries List<String>
- localities List<String>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- organizational
Units List<String> - organizations List<String>
- states List<String>
GetComputeServerSettingLocatorLed
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputeServerSettingParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputeServerSettingPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputeServerSettingPersistentMemoryOperation
- Additional
Properties string - Admin
Action 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Is
Secure boolPassphrase Set - Indicates whether the value of the 'securePassphrase' property has been set.
- Modules
List<Get
Compute Server Setting Persistent Memory Operation Module> - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Secure
Passphrase string - Secure passphrase of the Persistent Memory Modules of the server.
- Additional
Properties string - Admin
Action 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Is
Secure boolPassphrase Set - Indicates whether the value of the 'securePassphrase' property has been set.
- Modules
[]Get
Compute Server Setting Persistent Memory Operation Module - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Secure
Passphrase string - Secure passphrase of the Persistent Memory Modules of the server.
- additional
Properties String - admin
Action 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Secure BooleanPassphrase Set - Indicates whether the value of the 'securePassphrase' property has been set.
- modules
List<Get
Compute Server Setting Persistent Memory Operation Module> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- secure
Passphrase String - Secure passphrase of the Persistent Memory Modules of the server.
- additional
Properties string - admin
Action 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.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Secure booleanPassphrase Set - Indicates whether the value of the 'securePassphrase' property has been set.
- modules
Get
Compute Server Setting Persistent Memory Operation Module[] - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- secure
Passphrase 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[Get
Compute 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.
- additional
Properties String - admin
Action 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- is
Secure BooleanPassphrase Set - Indicates whether the value of the 'securePassphrase' property has been set.
- modules List<Property Map>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- secure
Passphrase String - Secure passphrase of the Persistent Memory Modules of the server.
GetComputeServerSettingPersistentMemoryOperationModule
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Socket
Id string - Socket ID of the Persistent Memory Module on the server.
- Socket
Memory stringId - Socket Memory ID of the Persistent Memory Module on the server.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Socket
Id string - Socket ID of the Persistent Memory Module on the server.
- Socket
Memory stringId - Socket Memory ID of the Persistent Memory Module on the server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- socket
Id String - Socket ID of the Persistent Memory Module on the server.
- socket
Memory StringId - Socket Memory ID of the Persistent Memory Module on the server.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- socket
Id string - Socket ID of the Persistent Memory Module on the server.
- socket
Memory 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- socket
Id String - Socket ID of the Persistent Memory Module on the server.
- socket
Memory StringId - Socket Memory ID of the Persistent Memory Module on the server.
GetComputeServerSettingPersonalitySetting
- Additional
Information string - Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type 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 string - Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type 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 String - Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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 string - Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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.
- additional
Information String - Additional information to be set along with the personality value. This can include information like the hypervisor type, last update time etc..
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputeServerSettingResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Locator 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. - Admin
Power 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<Get
Compute Server Setting Result Ancestor> - Certificates
Actions List<GetCompute Server Setting Result Certificates Action> - Class
Id string - Clear
Sel 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. - Cmos
Reset 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. - Collect
Sel 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. - Config
State 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. - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Front
Panel 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. - Host
Init 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.
- Kvm
Reset 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. - Locator
Leds List<GetCompute Server Setting Result Locator Led> - Mod
Time 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.
- Object
Type string - One
Time stringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- Owners List<string>
- Parents
List<Get
Compute Server Setting Result Parent> - Permission
Resources List<GetCompute Server Setting Result Permission Resource> - Persistent
Memory List<GetOperations Compute Server Setting Result Persistent Memory Operation> - Personality
Settings List<GetCompute Server Setting Result Personality Setting> - Registered
Devices List<GetCompute Server Setting Result Registered Device> - Reset
Memory 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.
- Running
Workflows List<GetCompute Server Setting Result Running Workflow> - Server
Configs List<GetCompute Server Setting Result Server Config> - Server
Op List<GetStatuses Compute Server Setting Result Server Op Status> - Servers
List<Get
Compute 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.
- Storage
Controller List<GetOperations Compute Server Setting Result Storage Controller Operation> - Storage
Physical List<GetDrive Operations Compute Server Setting Result Storage Physical Drive Operation> - Storage
Utility List<GetImage Operations Compute Server Setting Result Storage Utility Image Operation> - Storage
Virtual List<GetDrive Operations Compute Server Setting Result Storage Virtual Drive Operation> - List<Get
Compute Server Setting Result Tag> - Tpm
Reset 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. - Tunneled
Kvm 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. - Version
Contexts List<GetCompute Server Setting Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
Locator 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. - Admin
Power 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
[]Get
Compute Server Setting Result Ancestor - Certificates
Actions []GetCompute Server Setting Result Certificates Action - Class
Id string - Clear
Sel 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. - Cmos
Reset 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. - Collect
Sel 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. - Config
State 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. - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Front
Panel 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. - Host
Init 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.
- Kvm
Reset 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. - Locator
Leds []GetCompute Server Setting Result Locator Led - Mod
Time 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.
- Object
Type string - One
Time stringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- Owners []string
- Parents
[]Get
Compute Server Setting Result Parent - Permission
Resources []GetCompute Server Setting Result Permission Resource - Persistent
Memory []GetOperations Compute Server Setting Result Persistent Memory Operation - Personality
Settings []GetCompute Server Setting Result Personality Setting - Registered
Devices []GetCompute Server Setting Result Registered Device - Reset
Memory 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.
- Running
Workflows []GetCompute Server Setting Result Running Workflow - Server
Configs []GetCompute Server Setting Result Server Config - Server
Op []GetStatuses Compute Server Setting Result Server Op Status - Servers
[]Get
Compute 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.
- Storage
Controller []GetOperations Compute Server Setting Result Storage Controller Operation - Storage
Physical []GetDrive Operations Compute Server Setting Result Storage Physical Drive Operation - Storage
Utility []GetImage Operations Compute Server Setting Result Storage Utility Image Operation - Storage
Virtual []GetDrive Operations Compute Server Setting Result Storage Virtual Drive Operation - []Get
Compute Server Setting Result Tag - Tpm
Reset 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. - Tunneled
Kvm 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. - Version
Contexts []GetCompute Server Setting Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Locator 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. - admin
Power 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<Get
Compute Server Setting Result Ancestor> - certificates
Actions List<GetCompute Server Setting Result Certificates Action> - class
Id String - clear
Sel 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. - cmos
Reset 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. - collect
Sel 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. - config
State 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. - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- front
Panel 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. - host
Init 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.
- kvm
Reset 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. - locator
Leds List<GetCompute Server Setting Result Locator Led> - mod
Time 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.
- object
Type String - one
Time StringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- owners List<String>
- parents
List<Get
Compute Server Setting Result Parent> - permission
Resources List<GetCompute Server Setting Result Permission Resource> - persistent
Memory List<GetOperations Compute Server Setting Result Persistent Memory Operation> - personality
Settings List<GetCompute Server Setting Result Personality Setting> - registered
Devices List<GetCompute Server Setting Result Registered Device> - reset
Memory 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.
- running
Workflows List<GetCompute Server Setting Result Running Workflow> - server
Configs List<GetCompute Server Setting Result Server Config> - server
Op List<GetStatuses Compute Server Setting Result Server Op Status> - servers
List<Get
Compute 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.
- storage
Controller List<GetOperations Compute Server Setting Result Storage Controller Operation> - storage
Physical List<GetDrive Operations Compute Server Setting Result Storage Physical Drive Operation> - storage
Utility List<GetImage Operations Compute Server Setting Result Storage Utility Image Operation> - storage
Virtual List<GetDrive Operations Compute Server Setting Result Storage Virtual Drive Operation> - List<Get
Compute Server Setting Result Tag> - tpm
Reset 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. - tunneled
Kvm 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. - version
Contexts List<GetCompute Server Setting Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - admin
Locator 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. - admin
Power 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
Get
Compute Server Setting Result Ancestor[] - certificates
Actions GetCompute Server Setting Result Certificates Action[] - class
Id string - clear
Sel 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. - cmos
Reset 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. - collect
Sel 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. - config
State 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. - create
Time string - The time when this managed object was created.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- front
Panel 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. - host
Init 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.
- kvm
Reset 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. - locator
Leds GetCompute Server Setting Result Locator Led[] - mod
Time 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.
- object
Type string - one
Time stringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- owners string[]
- parents
Get
Compute Server Setting Result Parent[] - permission
Resources GetCompute Server Setting Result Permission Resource[] - persistent
Memory GetOperations Compute Server Setting Result Persistent Memory Operation[] - personality
Settings GetCompute Server Setting Result Personality Setting[] - registered
Devices GetCompute Server Setting Result Registered Device[] - reset
Memory 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.
- running
Workflows GetCompute Server Setting Result Running Workflow[] - server
Configs GetCompute Server Setting Result Server Config[] - server
Op GetStatuses Compute Server Setting Result Server Op Status[] - servers
Get
Compute 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.
- storage
Controller GetOperations Compute Server Setting Result Storage Controller Operation[] - storage
Physical GetDrive Operations Compute Server Setting Result Storage Physical Drive Operation[] - storage
Utility GetImage Operations Compute Server Setting Result Storage Utility Image Operation[] - storage
Virtual GetDrive Operations Compute Server Setting Result Storage Virtual Drive Operation[] - Get
Compute Server Setting Result Tag[] - tpm
Reset 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. - tunneled
Kvm 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. - version
Contexts 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[Get
Compute 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[Get
Compute 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[Get
Compute 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[Get
Compute 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]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
Locator 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. - admin
Power 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>
- certificates
Actions List<Property Map> - class
Id String - clear
Sel 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. - cmos
Reset 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. - collect
Sel 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. - config
State 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. - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- front
Panel 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. - host
Init 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.
- kvm
Reset 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. - locator
Leds List<Property Map> - mod
Time 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.
- object
Type String - one
Time StringBoot Device - The name of the device chosen by user for configuring One-Time Boot device.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - persistent
Memory List<Property Map>Operations - personality
Settings List<Property Map> - registered
Devices List<Property Map> - reset
Memory 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.
- running
Workflows List<Property Map> - server
Configs List<Property Map> - server
Op 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.
- storage
Controller List<Property Map>Operations - storage
Physical List<Property Map>Drive Operations - storage
Utility List<Property Map>Image Operations - storage
Virtual List<Property Map>Drive Operations - List<Property Map>
- tpm
Reset 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. - tunneled
Kvm 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. - version
Contexts List<Property Map>
GetComputeServerSettingResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingResultCertificatesAction
- additional
Properties String - certificates
List<Get
Compute Server Setting Result Certificates Action Certificate> - class
Id String - enabled Boolean
- object
Type String
- additional
Properties string - certificates
Get
Compute Server Setting Result Certificates Action Certificate[] - class
Id string - enabled boolean
- object
Type string
- additional
Properties String - certificates List<Property Map>
- class
Id String - enabled Boolean
- object
Type String
GetComputeServerSettingResultCertificatesActionCertificate
- Additional
Properties string - Class
Id string - Issuers
List<Get
Compute Server Setting Result Certificates Action Certificate Issuer> - Not
After string - Not
Before string - Object
Type string - Pem
Certificate string - Sha256Fingerprint string
- Signature
Algorithm string - Subjects
List<Get
Compute Server Setting Result Certificates Action Certificate Subject>
- Additional
Properties string - Class
Id string - Issuers
[]Get
Compute Server Setting Result Certificates Action Certificate Issuer - Not
After string - Not
Before string - Object
Type string - Pem
Certificate string - Sha256Fingerprint string
- Signature
Algorithm string - Subjects
[]Get
Compute Server Setting Result Certificates Action Certificate Subject
- additional
Properties String - class
Id String - issuers
List<Get
Compute Server Setting Result Certificates Action Certificate Issuer> - not
After String - not
Before String - object
Type String - pem
Certificate String - sha256Fingerprint String
- signature
Algorithm String - subjects
List<Get
Compute Server Setting Result Certificates Action Certificate Subject>
- additional
Properties string - class
Id string - issuers
Get
Compute Server Setting Result Certificates Action Certificate Issuer[] - not
After string - not
Before string - object
Type string - pem
Certificate string - sha256Fingerprint string
- signature
Algorithm string - subjects
Get
Compute Server Setting Result Certificates Action Certificate Subject[]
- additional_
properties str - class_
id str - issuers
Sequence[Get
Compute 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[Get
Compute Server Setting Result Certificates Action Certificate Subject]
- additional
Properties String - class
Id String - issuers List<Property Map>
- not
After String - not
Before String - object
Type String - pem
Certificate String - sha256Fingerprint String
- signature
Algorithm String - subjects List<Property Map>
GetComputeServerSettingResultCertificatesActionCertificateIssuer
- Additional
Properties string - Class
Id string - Common
Name string - Countries List<string>
- Localities List<string>
- Object
Type string - Organizational
Units List<string> - Organizations List<string>
- States List<string>
- Additional
Properties string - Class
Id string - Common
Name string - Countries []string
- Localities []string
- Object
Type string - Organizational
Units []string - Organizations []string
- States []string
- additional
Properties String - class
Id String - common
Name String - countries List<String>
- localities List<String>
- object
Type String - organizational
Units List<String> - organizations List<String>
- states List<String>
- additional
Properties string - class
Id string - common
Name string - countries string[]
- localities string[]
- object
Type string - organizational
Units 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]
- additional
Properties String - class
Id String - common
Name String - countries List<String>
- localities List<String>
- object
Type String - organizational
Units List<String> - organizations List<String>
- states List<String>
GetComputeServerSettingResultCertificatesActionCertificateSubject
- Additional
Properties string - Class
Id string - Common
Name string - Countries List<string>
- Localities List<string>
- Object
Type string - Organizational
Units List<string> - Organizations List<string>
- States List<string>
- Additional
Properties string - Class
Id string - Common
Name string - Countries []string
- Localities []string
- Object
Type string - Organizational
Units []string - Organizations []string
- States []string
- additional
Properties String - class
Id String - common
Name String - countries List<String>
- localities List<String>
- object
Type String - organizational
Units List<String> - organizations List<String>
- states List<String>
- additional
Properties string - class
Id string - common
Name string - countries string[]
- localities string[]
- object
Type string - organizational
Units 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]
- additional
Properties String - class
Id String - common
Name String - countries List<String>
- localities List<String>
- object
Type String - organizational
Units List<String> - organizations List<String>
- states List<String>
GetComputeServerSettingResultLocatorLed
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingResultPersistentMemoryOperation
- Additional
Properties string - Admin
Action string - Class
Id string - Is
Secure boolPassphrase Set - Modules
List<Get
Compute Server Setting Result Persistent Memory Operation Module> - Object
Type string - Secure
Passphrase string
- Additional
Properties string - Admin
Action string - Class
Id string - Is
Secure boolPassphrase Set - Modules
[]Get
Compute Server Setting Result Persistent Memory Operation Module - Object
Type string - Secure
Passphrase string
- additional
Properties String - admin
Action String - class
Id String - is
Secure BooleanPassphrase Set - modules
List<Get
Compute Server Setting Result Persistent Memory Operation Module> - object
Type String - secure
Passphrase String
- additional
Properties string - admin
Action string - class
Id string - is
Secure booleanPassphrase Set - modules
Get
Compute Server Setting Result Persistent Memory Operation Module[] - object
Type string - secure
Passphrase string
- additional
Properties String - admin
Action String - class
Id String - is
Secure BooleanPassphrase Set - modules List<Property Map>
- object
Type String - secure
Passphrase String
GetComputeServerSettingResultPersistentMemoryOperationModule
- Additional
Properties string - Class
Id string - Object
Type string - Socket
Id string - Socket
Memory stringId
- Additional
Properties string - Class
Id string - Object
Type string - Socket
Id string - Socket
Memory stringId
- additional
Properties String - class
Id String - object
Type String - socket
Id String - socket
Memory StringId
- additional
Properties string - class
Id string - object
Type string - socket
Id string - socket
Memory stringId
- additional_
properties str - class_
id str - object_
type str - socket_
id str - socket_
memory_ strid
- additional
Properties String - class
Id String - object
Type String - socket
Id String - socket
Memory StringId
GetComputeServerSettingResultPersonalitySetting
- Additional
Information string - Additional
Properties string - Class
Id string - Object
Type string - Personality string
- Additional
Information string - Additional
Properties string - Class
Id string - Object
Type string - Personality string
- additional
Information String - additional
Properties String - class
Id String - object
Type String - personality String
- additional
Information string - additional
Properties string - class
Id string - object
Type string - personality string
- additional_
information str - additional_
properties str - class_
id str - object_
type str - personality str
- additional
Information String - additional
Properties String - class
Id String - object
Type String - personality String
GetComputeServerSettingResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingResultRunningWorkflow
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingResultServer
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingResultServerConfig
- Additional
Properties string - Asset
Tag string - Class
Id string - Object
Type string - User
Label string
- Additional
Properties string - Asset
Tag string - Class
Id string - Object
Type string - User
Label string
- additional
Properties String - asset
Tag String - class
Id String - object
Type String - user
Label String
- additional
Properties string - asset
Tag string - class
Id string - object
Type string - user
Label string
- additional_
properties str - asset_
tag str - class_
id str - object_
type str - user_
label str
- additional
Properties String - asset
Tag String - class
Id String - object
Type String - user
Label String
GetComputeServerSettingResultServerOpStatus
- Additional
Properties string - Class
Id string - Config
State 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. - Object
Type string - Workflow
Info stringMoid - Workflow
Type string
- Additional
Properties string - Class
Id string - Config
State 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. - Object
Type string - Workflow
Info stringMoid - Workflow
Type string
- additional
Properties String - class
Id String - config
State 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. - object
Type String - workflow
Info StringMoid - workflow
Type String
- additional
Properties string - class
Id string - config
State 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. - object
Type string - workflow
Info stringMoid - workflow
Type 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
- additional
Properties String - class
Id String - config
State 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. - object
Type String - workflow
Info StringMoid - workflow
Type String
GetComputeServerSettingResultStorageControllerOperation
- Additional
Properties string - Admin
Action string - Class
Id string - Controller
Id string - Encryption
Key string - Object
Type string - Remote
Mode bool
- Additional
Properties string - Admin
Action string - Class
Id string - Controller
Id string - Encryption
Key string - Object
Type string - Remote
Mode bool
- additional
Properties String - admin
Action String - class
Id String - controller
Id String - encryption
Key String - object
Type String - remote
Mode Boolean
- additional
Properties string - admin
Action string - class
Id string - controller
Id string - encryption
Key string - object
Type string - remote
Mode boolean
- additional_
properties str - admin_
action str - class_
id str - controller_
id str - encryption_
key str - object_
type str - remote_
mode bool
- additional
Properties String - admin
Action String - class
Id String - controller
Id String - encryption
Key String - object
Type String - remote
Mode Boolean
GetComputeServerSettingResultStoragePhysicalDriveOperation
- Additional
Properties string - Admin
Action string - Class
Id string - Controller
Id string - Drive
Slots List<string> - Object
Type string - Physical
Drives List<GetCompute Server Setting Result Storage Physical Drive Operation Physical Drife>
- Additional
Properties string - Admin
Action string - Class
Id string - Controller
Id string - Drive
Slots []string - Object
Type string - Physical
Drives []GetCompute Server Setting Result Storage Physical Drive Operation Physical Drife
- additional
Properties String - admin
Action String - class
Id String - controller
Id String - drive
Slots List<String> - object
Type String - physical
Drives List<GetCompute Server Setting Result Storage Physical Drive Operation Physical Drife>
- additional
Properties string - admin
Action string - class
Id string - controller
Id string - drive
Slots string[] - object
Type string - physical
Drives GetCompute Server Setting Result Storage Physical Drive Operation Physical Drife[]
- additional
Properties String - admin
Action String - class
Id String - controller
Id String - drive
Slots List<String> - object
Type String - physical
Drives List<Property Map>
GetComputeServerSettingResultStoragePhysicalDriveOperationPhysicalDrife
- Additional
Properties string - Class
Id string - Object
Type string - Slot
Number double
- Additional
Properties string - Class
Id string - Object
Type string - Slot
Number float64
- additional
Properties String - class
Id String - object
Type String - slot
Number Double
- additional
Properties string - class
Id string - object
Type string - slot
Number number
- additional_
properties str - class_
id str - object_
type str - slot_
number float
- additional
Properties String - class
Id String - object
Type String - slot
Number Number
GetComputeServerSettingResultStorageUtilityImageOperation
- Action string
- Additional
Properties string - Class
Id string - Image
Name string - Image
Type string - Object
Type string
- Action string
- Additional
Properties string - Class
Id string - Image
Name string - Image
Type string - Object
Type string
- action String
- additional
Properties String - class
Id String - image
Name String - image
Type String - object
Type String
- action string
- additional
Properties string - class
Id string - image
Name string - image
Type string - object
Type string
- action str
- additional_
properties str - class_
id str - image_
name str - image_
type str - object_
type str
- action String
- additional
Properties String - class
Id String - image
Name String - image
Type String - object
Type String
GetComputeServerSettingResultStorageVirtualDriveOperation
- Additional
Properties string - Admin
Action string - Class
Id string - Controller
Id string - Object
Type string - Virtual
Drives []GetCompute Server Setting Result Storage Virtual Drive Operation Virtual Drife
- additional
Properties string - admin
Action string - class
Id string - controller
Id string - object
Type string - virtual
Drives GetCompute Server Setting Result Storage Virtual Drive Operation Virtual Drife[]
- additional
Properties String - admin
Action String - class
Id String - controller
Id String - object
Type String - virtual
Drives List<Property Map>
GetComputeServerSettingResultStorageVirtualDriveOperationVirtualDrife
- Additional
Properties string - Class
Id string - Id string
- Object
Type string
- Additional
Properties string - Class
Id string - Id string
- Object
Type string
- additional
Properties String - class
Id String - id String
- object
Type String
- additional
Properties string - class
Id string - id string
- object
Type string
- additional_
properties str - class_
id str - id str
- object_
type str
- additional
Properties String - class
Id String - id String
- object
Type String
GetComputeServerSettingResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetComputeServerSettingResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetComputeServerSettingResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetComputeServerSettingRunningWorkflow
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputeServerSettingServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputeServerSettingServerConfig
- Additional
Properties string - Asset
Tag string - User defined asset tag of the server.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- User
Label string - User defined description of the server.
- Additional
Properties string - Asset
Tag string - User defined asset tag of the server.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- User
Label string - User defined description of the server.
- additional
Properties String - asset
Tag String - User defined asset tag of the server.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- user
Label String - User defined description of the server.
- additional
Properties string - asset
Tag string - User defined asset tag of the server.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- user
Label 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.
- additional
Properties String - asset
Tag String - User defined asset tag of the server.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- user
Label String - User defined description of the server.
GetComputeServerSettingServerOpStatus
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Config
State 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. - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Workflow
Info stringMoid - The WorkflowInfoMo moid that is running.
- Workflow
Type string - The workflow type being started. The workflow name to distinguish workflow by type.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Config
State 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. - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Workflow
Info stringMoid - The WorkflowInfoMo moid that is running.
- Workflow
Type string - The workflow type being started. The workflow name to distinguish workflow by type.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
State 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. - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- workflow
Info StringMoid - The WorkflowInfoMo moid that is running.
- workflow
Type String - The workflow type being started. The workflow name to distinguish workflow by type.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
State 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. - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- workflow
Info stringMoid - The WorkflowInfoMo moid that is running.
- workflow
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- config
State 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. - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- workflow
Info StringMoid - The WorkflowInfoMo moid that is running.
- workflow
Type String - The workflow type being started. The workflow name to distinguish workflow by type.
GetComputeServerSettingStorageControllerOperation
- Additional
Properties string - Admin
Action 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Controller
Id string - Storage Controller Id of the server.
- Encryption
Key string - EncryptionKey of the Storage Controller.
- Object
Type string - 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.
- Additional
Properties string - Admin
Action 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Controller
Id string - Storage Controller Id of the server.
- Encryption
Key string - EncryptionKey of the Storage Controller.
- Object
Type string - 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.
- additional
Properties String - admin
Action 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id String - Storage Controller Id of the server.
- encryption
Key String - EncryptionKey of the Storage Controller.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
Mode Boolean - RemoteMode on the Storage Controller.
- additional
Properties string - admin
Action 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.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id string - Storage Controller Id of the server.
- encryption
Key string - EncryptionKey of the Storage Controller.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
Mode 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.
- additional
Properties String - admin
Action 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id String - Storage Controller Id of the server.
- encryption
Key String - EncryptionKey of the Storage Controller.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- remote
Mode Boolean - RemoteMode on the Storage Controller.
GetComputeServerSettingStoragePhysicalDriveOperation
- Additional
Properties string - Admin
Action 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Controller
Id string - Storage Controller Id of the storage Physical Drives of the server.
- Drive
Slots List<string> - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Physical
Drives List<GetCompute Server Setting Storage Physical Drive Operation Physical Drife>
- Additional
Properties string - Admin
Action 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Controller
Id string - Storage Controller Id of the storage Physical Drives of the server.
- Drive
Slots []string - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Physical
Drives []GetCompute Server Setting Storage Physical Drive Operation Physical Drife
- additional
Properties String - admin
Action 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id String - Storage Controller Id of the storage Physical Drives of the server.
- drive
Slots List<String> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- physical
Drives List<GetCompute Server Setting Storage Physical Drive Operation Physical Drife>
- additional
Properties string - admin
Action 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.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id string - Storage Controller Id of the storage Physical Drives of the server.
- drive
Slots string[] - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- physical
Drives 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]
- additional
Properties String - admin
Action 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id String - Storage Controller Id of the storage Physical Drives of the server.
- drive
Slots List<String> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- physical
Drives List<Property Map>
GetComputeServerSettingStoragePhysicalDriveOperationPhysicalDrife
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Slot
Number double - Physical Drive ID of the storage on the server.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Slot
Number float64 - Physical Drive ID of the storage on the server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- slot
Number Double - Physical Drive ID of the storage on the server.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- slot
Number 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- slot
Number 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Image
Name string - The image name this action operates on.
- Image
Type string - The image type this action operates on.
- Object
Type 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Image
Name string - The image name this action operates on.
- Image
Type string - The image type this action operates on.
- Object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- image
Name String - The image name this action operates on.
- image
Type String - The image type this action operates on.
- object
Type 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.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- image
Name string - The image name this action operates on.
- image
Type string - The image type this action operates on.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- image
Name String - The image name this action operates on.
- image
Type String - The image type this action operates on.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetComputeServerSettingStorageVirtualDriveOperation
- Additional
Properties string - Admin
Action 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Controller
Id string - Storage Controller Id of the storage Virtual Drives of the server.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Virtual
Drives List<GetCompute Server Setting Storage Virtual Drive Operation Virtual Drife>
- Additional
Properties string - Admin
Action 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.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Controller
Id string - Storage Controller Id of the storage Virtual Drives of the server.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Virtual
Drives []GetCompute Server Setting Storage Virtual Drive Operation Virtual Drife
- additional
Properties String - admin
Action 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id String - Storage Controller Id of the storage Virtual Drives of the server.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- virtual
Drives List<GetCompute Server Setting Storage Virtual Drive Operation Virtual Drife>
- additional
Properties string - admin
Action 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.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id string - Storage Controller Id of the storage Virtual Drives of the server.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- virtual
Drives 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]
- additional
Properties String - admin
Action 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.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- controller
Id String - Storage Controller Id of the storage Virtual Drives of the server.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- virtual
Drives List<Property Map>
GetComputeServerSettingStorageVirtualDriveOperationVirtualDrife
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- Virtual Drive ID of the storage on the server.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- Virtual Drive ID of the storage on the server.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- Virtual Drive ID of the storage on the server.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id string
- Virtual Drive ID of the storage on the server.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- Virtual Drive ID of the storage on the server.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetComputeServerSettingTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetComputeServerSettingVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetCompute Server Setting Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetCompute Server Setting Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetCompute Server Setting Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetCompute Server Setting Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetCompute Server Setting Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetCompute Server Setting Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetComputeServerSettingVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetComputeServerSettingVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet