Show / Hide Table of Contents

Class BinaryBackupContent

Information of the content of a binary backup. A binary backup contains middleware binaries.

Inheritance
object
BackupContent
BinaryBackupContent
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 BinaryBackupContent : BackupContent

Properties

Middleware

Declaration
[Required(ErrorMessage = "Middleware is required.")]
[JsonProperty(PropertyName = "middleware")]
public MiddlewareBinaryBackupContent Middleware { get; set; }
Property Value
Type Description
MiddlewareBinaryBackupContent
Remarks

Required

In this article
Back to top