OacDiscoveryDetails¶
-
class
oci.application_migration.models.
OacDiscoveryDetails
(**kwargs)¶ Bases:
oci.application_migration.models.discovery_details.DiscoveryDetails
Details about the Oracle Analytics Cloud - Classic application in the source environment.
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 OacDiscoveryDetails. service_instance_user
[Required] Gets the service_instance_user of this OacDiscoveryDetails. type
[Required] Gets the type of this DiscoveryDetails. Methods
__init__
(**kwargs)Initializes a new OacDiscoveryDetails 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 OacDiscoveryDetails object with values from keyword arguments. The default value of the
type
attribute of this class isOAC
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 OacDiscoveryDetails. 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 OacDiscoveryDetails.
- service_instance_password (str) – The value to assign to the service_instance_password property of this OacDiscoveryDetails.
-
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 OacDiscoveryDetails. This field is currently not supported. You must enter a value, such as <code>unused</code>. However, the value that you enter is ignored.
Returns: The service_instance_password of this OacDiscoveryDetails. Return type: str
-
service_instance_user
¶ [Required] Gets the service_instance_user of this OacDiscoveryDetails. This field is currently not supported. You must enter a value, such as <code>unused</code>. However, the value that you enter is ignored.
Returns: The service_instance_user of this OacDiscoveryDetails. 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
-