DbDiscoveryDetails¶
- 
class oci.fleet_software_update.models.DbDiscoveryDetails(**kwargs)¶
- Bases: - oci.fleet_software_update.models.discovery_details.DiscoveryDetails- ‘DB’ type Exadata Fleet Update Discovery details. - Attributes - SERVICE_TYPE_EXACC- str(object=’’) -> str - SERVICE_TYPE_EXACS- str(object=’’) -> str - SOURCE_MAJOR_VERSION_DB_11204- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. - SOURCE_MAJOR_VERSION_DB_121- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. - SOURCE_MAJOR_VERSION_DB_122- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. - SOURCE_MAJOR_VERSION_DB_18- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. - SOURCE_MAJOR_VERSION_DB_19- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. - SOURCE_MAJOR_VERSION_DB_23- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. - SOURCE_MAJOR_VERSION_DB_26- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. - TYPE_DB- str(object=’’) -> str - TYPE_EXADB_STACK- str(object=’’) -> str - TYPE_GI- str(object=’’) -> str - TYPE_GUEST_OS- str(object=’’) -> str - criteria- [Required] Gets the criteria of this DbDiscoveryDetails. - service_type- [Required] Gets the service_type of this DiscoveryDetails. - source_major_version- [Required] Gets the source_major_version of this DbDiscoveryDetails. - type- [Required] Gets the type of this DiscoveryDetails. - Methods - __init__(**kwargs)- Initializes a new DbDiscoveryDetails 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. - 
SERVICE_TYPE_EXACC= 'EXACC'¶
 - 
SERVICE_TYPE_EXACS= 'EXACS'¶
 - 
SOURCE_MAJOR_VERSION_DB_11204= 'DB_11204'¶
- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. This constant has a value of “DB_11204” 
 - 
SOURCE_MAJOR_VERSION_DB_121= 'DB_121'¶
- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. This constant has a value of “DB_121” 
 - 
SOURCE_MAJOR_VERSION_DB_122= 'DB_122'¶
- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. This constant has a value of “DB_122” 
 - 
SOURCE_MAJOR_VERSION_DB_18= 'DB_18'¶
- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. This constant has a value of “DB_18” 
 - 
SOURCE_MAJOR_VERSION_DB_19= 'DB_19'¶
- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. This constant has a value of “DB_19” 
 - 
SOURCE_MAJOR_VERSION_DB_23= 'DB_23'¶
- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. This constant has a value of “DB_23” 
 - 
SOURCE_MAJOR_VERSION_DB_26= 'DB_26'¶
- A constant which can be used with the source_major_version property of a DbDiscoveryDetails. This constant has a value of “DB_26” 
 - 
TYPE_DB= 'DB'¶
 - 
TYPE_EXADB_STACK= 'EXADB_STACK'¶
 - 
TYPE_GI= 'GI'¶
 - 
TYPE_GUEST_OS= 'GUEST_OS'¶
 - 
__init__(**kwargs)¶
- Initializes a new DbDiscoveryDetails object with values from keyword arguments. The default value of the - typeattribute of this class is- DBand 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 DbDiscoveryDetails. Allowed values for this property are: “DB”, “GI”, “GUEST_OS”, “EXADB_STACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- service_type (str) – The value to assign to the service_type property of this DbDiscoveryDetails. Allowed values for this property are: “EXACS”, “EXACC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- source_major_version (str) – The value to assign to the source_major_version property of this DbDiscoveryDetails. Allowed values for this property are: “DB_11204”, “DB_121”, “DB_122”, “DB_18”, “DB_19”, “DB_23”, “DB_26”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- criteria (oci.fleet_software_update.models.DbFleetDiscoveryDetails) – The value to assign to the criteria property of this DbDiscoveryDetails.
 
 - 
criteria¶
- [Required] Gets the criteria of this DbDiscoveryDetails. - Returns: - The criteria of this DbDiscoveryDetails. - Return type: - oci.fleet_software_update.models.DbFleetDiscoveryDetails 
 - 
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_type¶
- [Required] Gets the service_type of this DiscoveryDetails. Exadata service type for the target resource members. - Allowed values for this property are: “EXACS”, “EXACC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The service_type of this DiscoveryDetails. - Return type: - str 
 - 
source_major_version¶
- [Required] Gets the source_major_version of this DbDiscoveryDetails. Database Major Version of targets to be included in the Exadata Fleet Update Discovery results. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results. - Allowed values for this property are: “DB_11204”, “DB_121”, “DB_122”, “DB_18”, “DB_19”, “DB_23”, “DB_26”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The source_major_version of this DbDiscoveryDetails. - Return type: - str 
 - 
type¶
- [Required] Gets the type of this DiscoveryDetails. Exadata Fleet Update Discovery type. - Allowed values for this property are: “DB”, “GI”, “GUEST_OS”, “EXADB_STACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The type of this DiscoveryDetails. - Return type: - str 
 
-