Class StorageServerDetails
Partial information about a storage server which includes name and displayName.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class StorageServerDetails
Properties
StorageServerDisplayName
Declaration
[Required(ErrorMessage = "StorageServerDisplayName is required.")]
[JsonProperty(PropertyName = "storageServerDisplayName")]
public string StorageServerDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The user-friendly name for the storage server. The name does not have to be unique. |
Remarks
Required
StorageServerName
Declaration
[Required(ErrorMessage = "StorageServerName is required.")]
[JsonProperty(PropertyName = "storageServerName")]
public string StorageServerName { get; set; }
Property Value
Type | Description |
---|---|
string | The storage server name. |
Remarks
Required