Class BinaryBackupContent
Information of the content of a binary backup. A binary backup contains middleware binaries.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class BinaryBackupContent : BackupContentProperties
Middleware
Declaration
[Required(ErrorMessage = "Middleware is required.")]
[JsonProperty(PropertyName = "middleware")]
public MiddlewareBinaryBackupContent Middleware { get; set; }Property Value
| Type | Description | 
|---|---|
| MiddlewareBinaryBackupContent | 
Remarks
Required