Show / Hide Table of Contents

Class ValidateInfrastructureDetails

The validation details for the Database Infrastructure.

Inheritance
object
ValidateInfrastructureDetails
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 ValidateInfrastructureDetails

Properties

ValidationZipFile

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

The validation zip file.

Remarks

Required

In this article
Back to top