SoacsDiscoveryDetails¶
-
class
oci.application_migration.models.
SoacsDiscoveryDetails
(**kwargs)¶ Bases:
oci.application_migration.models.discovery_details.DiscoveryDetails
Credentials to access the Oracle SOA Cloud Service application in the source environment. When you create and update a migration, Application Migration connects to the application in the source environment with the supplied credentials and exports the domain configuration.
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 type
[Required] Gets the type of this DiscoveryDetails. weblogic_password
[Required] Gets the weblogic_password of this SoacsDiscoveryDetails. weblogic_user
[Required] Gets the weblogic_user of this SoacsDiscoveryDetails. Methods
__init__
(**kwargs)Initializes a new SoacsDiscoveryDetails 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 SoacsDiscoveryDetails object with values from keyword arguments. The default value of the
type
attribute of this class isSOACS
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 SoacsDiscoveryDetails. Allowed values for this property are: “JCS”, “SOACS”, “OIC”, “OAC”, “ICS”, “PCS”
- weblogic_user (str) – The value to assign to the weblogic_user property of this SoacsDiscoveryDetails.
- weblogic_password (str) – The value to assign to the weblogic_password property of this SoacsDiscoveryDetails.
-
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.
-
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
-
weblogic_password
¶ [Required] Gets the weblogic_password of this SoacsDiscoveryDetails. Password for this user.
Returns: The weblogic_password of this SoacsDiscoveryDetails. Return type: str
-
weblogic_user
¶ [Required] Gets the weblogic_user of this SoacsDiscoveryDetails. WebLogic administrator username for the Oracle SOA Cloud Service application in the source environment.
Returns: The weblogic_user of this SoacsDiscoveryDetails. Return type: str
-