CreateZoneBaseDetails

class oci.dns.models.CreateZoneBaseDetails(**kwargs)

Bases: object

The body for either defining a new zone or migrating a zone from migrationSource. This is determined by the migrationSource discriminator. NONE indicates creation of a new zone (default). DYNECT indicates migration from a DynECT zone.

Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Attributes

MIGRATION_SOURCE_DYNECT A constant which can be used with the migration_source property of a CreateZoneBaseDetails.
MIGRATION_SOURCE_NONE A constant which can be used with the migration_source property of a CreateZoneBaseDetails.
compartment_id [Required] Gets the compartment_id of this CreateZoneBaseDetails.
defined_tags Gets the defined_tags of this CreateZoneBaseDetails.
freeform_tags Gets the freeform_tags of this CreateZoneBaseDetails.
migration_source Gets the migration_source of this CreateZoneBaseDetails.
name [Required] Gets the name of this CreateZoneBaseDetails.

Methods

__init__(**kwargs) Initializes a new CreateZoneBaseDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
MIGRATION_SOURCE_DYNECT = 'DYNECT'

A constant which can be used with the migration_source property of a CreateZoneBaseDetails. This constant has a value of “DYNECT”

MIGRATION_SOURCE_NONE = 'NONE'

A constant which can be used with the migration_source property of a CreateZoneBaseDetails. This constant has a value of “NONE”

__init__(**kwargs)

Initializes a new CreateZoneBaseDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • migration_source (str) – The value to assign to the migration_source property of this CreateZoneBaseDetails. Allowed values for this property are: “NONE”, “DYNECT”
  • name (str) – The value to assign to the name property of this CreateZoneBaseDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateZoneBaseDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateZoneBaseDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateZoneBaseDetails.
compartment_id

[Required] Gets the compartment_id of this CreateZoneBaseDetails. The OCID of the compartment containing the zone.

Returns:The compartment_id of this CreateZoneBaseDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateZoneBaseDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this CreateZoneBaseDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this CreateZoneBaseDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateZoneBaseDetails.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

migration_source

Gets the migration_source of this CreateZoneBaseDetails. Discriminator that is used to determine whether to create a new zone (NONE) or to migrate an existing DynECT zone (DYNECT).

Allowed values for this property are: “NONE”, “DYNECT”

Returns:The migration_source of this CreateZoneBaseDetails.
Return type:str
name

[Required] Gets the name of this CreateZoneBaseDetails. The name of the zone.

Returns:The name of this CreateZoneBaseDetails.
Return type:str