Show / Hide Table of Contents

Class ActivateExadataInfrastructureDetails

The activation details for the Exadata Cloud@Customer infrastructure. Applies to Exadata Cloud@Customer instances only.

Inheritance
object
ActivateExadataInfrastructureDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ActivateExadataInfrastructureDetails

Properties

ActivationFile

Declaration
[Required(ErrorMessage = "ActivationFile is required.")]
[JsonProperty(PropertyName = "activationFile")]
public byte[] ActivationFile { get; set; }
Property Value
Type Description
byte[]

The activation zip file.

Remarks

Required

In this article
Back to top