pub struct ComputerSystemRemoveResourceBlockAction {
pub resource_block: Option<Reference>,
pub resource_block_etag: Option<String>,
pub computer_system_etag: Option<String>,
}Expand description
This action removes a resource block from a system.
This action shall remove a resource block from a system.
Fields§
§resource_block: Option<Reference>The resource block to remove from the system.
This parameter shall contain a link to the specified resource block to remove from the system.
resource_block_etag: Option<String>The current ETag of the resource block to remove from the system.
This parameter shall contain the current ETag of the resource block to remove from the system. If
the client-provided ETag does not match the current ETag of the resource block that the
ResourceBlock parameter specifies, the service shall return the HTTP 428 Precondition Required
status code to reject the request.
computer_system_etag: Option<String>The current ETag of the system.
This parameter shall contain the current ETag of the system. If the client-provided ETag does not
match the current ETag of the system, the service shall return the HTTP 428 Precondition Required
status code to reject the request.