Show / Hide Table of Contents

Class MiddlewareBinaryBackupContent

The content of the middleware binaries included in a backup.

Inheritance
object
MiddlewareBinaryBackupContent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top