ConfigurationField

class oci.application_migration.models.ConfigurationField(**kwargs)

Bases: object

Provide configuration information about the application in the target environment. Application Migration migrates the application to the target environment only after you provide this information. The information that you must provide varies depending on the type of application that you are migrating.

Methods

__init__(**kwargs) Initializes a new ConfigurationField object with values from keyword arguments.

Attributes

description Gets the description of this ConfigurationField.
group Gets the group of this ConfigurationField.
is_mutable Gets the is_mutable of this ConfigurationField.
is_required Gets the is_required of this ConfigurationField.
name Gets the name of this ConfigurationField.
resource_list Gets the resource_list of this ConfigurationField.
type Gets the type of this ConfigurationField.
value Gets the value of this ConfigurationField.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this ConfigurationField.
  • group (str) – The value to assign to the group property of this ConfigurationField.
  • type (str) – The value to assign to the type property of this ConfigurationField.
  • value (str) – The value to assign to the value property of this ConfigurationField.
  • description (str) – The value to assign to the description property of this ConfigurationField.
  • resource_list (list[oci.application_migration.models.ResourceField]) – The value to assign to the resource_list property of this ConfigurationField.
  • is_required (bool) – The value to assign to the is_required property of this ConfigurationField.
  • is_mutable (bool) – The value to assign to the is_mutable property of this ConfigurationField.
description

Gets the description of this ConfigurationField. Help text to guide the user in setting the configuration value.

Returns:The description of this ConfigurationField.
Return type:str
group

Gets the group of this ConfigurationField. The name of the group to which this field belongs, if any.

Returns:The group of this ConfigurationField.
Return type:str
is_mutable

Gets the is_mutable of this ConfigurationField. Indicates whether or not the field may be modified (defaults to true).

Returns:The is_mutable of this ConfigurationField.
Return type:bool
is_required

Gets the is_required of this ConfigurationField. Indicates whether or not the field is required (defaults to true).

Returns:The is_required of this ConfigurationField.
Return type:bool
name

Gets the name of this ConfigurationField. The name of the configuration field.

Returns:The name of this ConfigurationField.
Return type:str
resource_list

Gets the resource_list of this ConfigurationField. A list of resources associated with a specific configuration object.

Returns:The resource_list of this ConfigurationField.
Return type:list[oci.application_migration.models.ResourceField]
type

Gets the type of this ConfigurationField. The type of the configuration field.

Returns:The type of this ConfigurationField.
Return type:str
value

Gets the value of this ConfigurationField. The value of the field.

Returns:The value of this ConfigurationField.
Return type:str