Class ValidateInfrastructureDetails
The validation details for the Database Infrastructure.
Inherited Members
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