OicDiscoveryDetails¶
-
class
oci.application_migration.models.
OicDiscoveryDetails
(**kwargs)¶ Bases:
oci.application_migration.models.discovery_details.DiscoveryDetails
Credentials to access the Oracle Integration 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 OicDiscoveryDetails. service_instance_user
[Required] Gets the service_instance_user of this OicDiscoveryDetails. type
[Required] Gets the type of this DiscoveryDetails. Methods
__init__
(**kwargs)Initializes a new OicDiscoveryDetails 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 OicDiscoveryDetails object with values from keyword arguments. The default value of the
type
attribute of this class isOIC
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 OicDiscoveryDetails. 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 OicDiscoveryDetails.
- service_instance_password (str) – The value to assign to the service_instance_password property of this OicDiscoveryDetails.
-
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 OicDiscoveryDetails. Password for this user.
Returns: The service_instance_password of this OicDiscoveryDetails. Return type: str
-
service_instance_user
¶ [Required] Gets the service_instance_user of this OicDiscoveryDetails. Application administrator username to access the Oracle Integration Classic instance in the source environment.
Returns: The service_instance_user of this OicDiscoveryDetails. 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
-