Class MiddlewareBinaryBackupContent
The content of the middleware binaries included in a backup.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class MiddlewareBinaryBackupContent
Properties
Patches
Declaration
[JsonProperty(PropertyName = "patches")]
public List<MiddlewareBackupPatch> Patches { get; set; }
Property Value
Type | Description |
---|---|
List<MiddlewareBackupPatch> | The list of patches installed in the middleware included in the backup. |
Version
Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string | The version of the middleware binaries included in the backup. |