Show / Hide Table of Contents

Class ActivateInfrastructureDetails

The activation details for the Database Infrastructure.

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

Properties

ActivationZipFile

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

The activation zip file.

Remarks

Required

In this article
Back to top