Show / Hide Table of Contents

Class CreateMigratedDynectZoneDetails

The body for migrating a zone from DynECT.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Inheritance
object
CreateZoneBaseDetails
CreateMigratedDynectZoneDetails
Inherited Members
CreateZoneBaseDetails.Name
CreateZoneBaseDetails.CompartmentId
CreateZoneBaseDetails.FreeformTags
CreateZoneBaseDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DnsService.Models
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
public class CreateMigratedDynectZoneDetails : CreateZoneBaseDetails

Properties

DynectMigrationDetails

Declaration
[JsonProperty(PropertyName = "dynectMigrationDetails")]
public DynectMigrationDetails DynectMigrationDetails { get; set; }
Property Value
Type Description
DynectMigrationDetails
In this article
Back to top