CreateParameterFileVersionDetails

class oci.database_migration.models.CreateParameterFileVersionDetails(**kwargs)

Bases: object

Details about a specific ParameterFileVersion

Attributes

KIND_EXTRACT A constant which can be used with the kind property of a CreateParameterFileVersionDetails.
KIND_REPLICAT A constant which can be used with the kind property of a CreateParameterFileVersionDetails.
content [Required] Gets the content of this CreateParameterFileVersionDetails.
description Gets the description of this CreateParameterFileVersionDetails.
kind [Required] Gets the kind of this CreateParameterFileVersionDetails.
name Gets the name of this CreateParameterFileVersionDetails.

Methods

__init__(**kwargs) Initializes a new CreateParameterFileVersionDetails object with values from keyword arguments.
KIND_EXTRACT = 'EXTRACT'

A constant which can be used with the kind property of a CreateParameterFileVersionDetails. This constant has a value of “EXTRACT”

KIND_REPLICAT = 'REPLICAT'

A constant which can be used with the kind property of a CreateParameterFileVersionDetails. This constant has a value of “REPLICAT”

__init__(**kwargs)

Initializes a new CreateParameterFileVersionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • description (str) – The value to assign to the description property of this CreateParameterFileVersionDetails.
  • kind (str) – The value to assign to the kind property of this CreateParameterFileVersionDetails. Allowed values for this property are: “EXTRACT”, “REPLICAT”
  • content (str) – The value to assign to the content property of this CreateParameterFileVersionDetails.
  • name (str) – The value to assign to the name property of this CreateParameterFileVersionDetails.
content

[Required] Gets the content of this CreateParameterFileVersionDetails. The content in base64 encoded character string containing the value of the parameter file

Returns:The content of this CreateParameterFileVersionDetails.
Return type:str
description

Gets the description of this CreateParameterFileVersionDetails. Describes the current parameter file version

Returns:The description of this CreateParameterFileVersionDetails.
Return type:str
kind

[Required] Gets the kind of this CreateParameterFileVersionDetails. Indicator of Parameter File ‘kind’ (for an EXTRACT or a REPLICAT)

Allowed values for this property are: “EXTRACT”, “REPLICAT”

Returns:The kind of this CreateParameterFileVersionDetails.
Return type:str
name

Gets the name of this CreateParameterFileVersionDetails. Customizable name for the paramenter file version.

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