Show / Hide Table of Contents

Class FetchProtectedDatabaseConfigurationDetails

Provides which configuration details to get.

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

Properties

ConfigurationType

Declaration
[JsonProperty(PropertyName = "configurationType")]
[JsonConverter(typeof(StringEnumConverter))]
public FetchProtectedDatabaseConfigurationDetails.ConfigurationTypeEnum? ConfigurationType { get; set; }
Property Value
Type Description
FetchProtectedDatabaseConfigurationDetails.ConfigurationTypeEnum?

Currently has four config options ALL, TNSNAMES, HOSTS and CABUNDLE. All will return a zipped folder containing the contents of both tnsnames and the certificateChainPem.

In this article
Back to top