IcsDiscoveryDetails

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

Bases: oci.application_migration.models.discovery_details.DiscoveryDetails

Credentials to access the Oracle Integration Cloud Service application in the source environment. Application Migration connects to the application in the source environment with the supplied credentials.

Attributes

TYPE_ICS str(object=’’) -> str
TYPE_JCS str(object=’’) -> str
TYPE_OAC str(object=’’) -> str
TYPE_OIC str(object=’’) -> str
TYPE_PCS str(object=’’) -> str
TYPE_SOACS str(object=’’) -> str
service_instance_password [Required] Gets the service_instance_password of this IcsDiscoveryDetails.
service_instance_user [Required] Gets the service_instance_user of this IcsDiscoveryDetails.
type [Required] Gets the type of this DiscoveryDetails.

Methods

__init__(**kwargs) Initializes a new IcsDiscoveryDetails 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.
TYPE_ICS = 'ICS'
TYPE_JCS = 'JCS'
TYPE_OAC = 'OAC'
TYPE_OIC = 'OIC'
TYPE_PCS = 'PCS'
TYPE_SOACS = 'SOACS'
__init__(**kwargs)

Initializes a new IcsDiscoveryDetails object with values from keyword arguments. The default value of the type attribute of this class is ICS and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this IcsDiscoveryDetails. Allowed values for this property are: “JCS”, “SOACS”, “OIC”, “OAC”, “ICS”, “PCS”
  • service_instance_user (str) – The value to assign to the service_instance_user property of this IcsDiscoveryDetails.
  • service_instance_password (str) – The value to assign to the service_instance_password property of this IcsDiscoveryDetails.
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.

service_instance_password

[Required] Gets the service_instance_password of this IcsDiscoveryDetails. Password for this user.

Returns:The service_instance_password of this IcsDiscoveryDetails.
Return type:str
service_instance_user

[Required] Gets the service_instance_user of this IcsDiscoveryDetails. Application administrator username to access the Oracle Integration Cloud Service application in the source environment.

Returns:The service_instance_user of this IcsDiscoveryDetails.
Return type:str
type

[Required] Gets the type of this DiscoveryDetails. The type of application that you want to migrate.

Allowed values for this property are: “JCS”, “SOACS”, “OIC”, “OAC”, “ICS”, “PCS”

Returns:The type of this DiscoveryDetails.
Return type:str