StorageServerDetails

class oci.opsi.models.StorageServerDetails(**kwargs)

Bases: object

Partial information about a storage server which includes name and displayName.

Methods

__init__(**kwargs) Initializes a new StorageServerDetails object with values from keyword arguments.

Attributes

storage_server_display_name [Required] Gets the storage_server_display_name of this StorageServerDetails.
storage_server_name [Required] Gets the storage_server_name of this StorageServerDetails.
__init__(**kwargs)

Initializes a new StorageServerDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • storage_server_name (str) – The value to assign to the storage_server_name property of this StorageServerDetails.
  • storage_server_display_name (str) – The value to assign to the storage_server_display_name property of this StorageServerDetails.
storage_server_display_name

[Required] Gets the storage_server_display_name of this StorageServerDetails. The user-friendly name for the storage server. The name does not have to be unique.

Returns:The storage_server_display_name of this StorageServerDetails.
Return type:str
storage_server_name

[Required] Gets the storage_server_name of this StorageServerDetails. The storage server name.

Returns:The storage_server_name of this StorageServerDetails.
Return type:str