GiDiscoveryDetails

class oci.fleet_software_update.models.GiDiscoveryDetails(**kwargs)

Bases: oci.fleet_software_update.models.discovery_details.DiscoveryDetails

Details to create a ‘GI’ type Exadata Fleet Update Discovery.

Attributes

SERVICE_TYPE_EXACC str(object=’’) -> str
SERVICE_TYPE_EXACS str(object=’’) -> str
SOURCE_MAJOR_VERSION_GI_18 A constant which can be used with the source_major_version property of a GiDiscoveryDetails.
SOURCE_MAJOR_VERSION_GI_19 A constant which can be used with the source_major_version property of a GiDiscoveryDetails.
TYPE_DB str(object=’’) -> str
TYPE_GI str(object=’’) -> str
criteria [Required] Gets the criteria of this GiDiscoveryDetails.
service_type [Required] Gets the service_type of this DiscoveryDetails.
source_major_version [Required] Gets the source_major_version of this GiDiscoveryDetails.
type [Required] Gets the type of this DiscoveryDetails.

Methods

__init__(**kwargs) Initializes a new GiDiscoveryDetails 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_GI_18 = 'GI_18'

A constant which can be used with the source_major_version property of a GiDiscoveryDetails. This constant has a value of “GI_18”

SOURCE_MAJOR_VERSION_GI_19 = 'GI_19'

A constant which can be used with the source_major_version property of a GiDiscoveryDetails. This constant has a value of “GI_19”

TYPE_DB = 'DB'
TYPE_GI = 'GI'
__init__(**kwargs)

Initializes a new GiDiscoveryDetails object with values from keyword arguments. The default value of the type attribute of this class is GI 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 GiDiscoveryDetails. Allowed values for this property are: “DB”, “GI”, ‘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 GiDiscoveryDetails. 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 GiDiscoveryDetails. Allowed values for this property are: “GI_18”, “GI_19”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • criteria (oci.fleet_software_update.models.GiFleetDiscoveryDetails) – The value to assign to the criteria property of this GiDiscoveryDetails.
criteria

[Required] Gets the criteria of this GiDiscoveryDetails.

Returns:The criteria of this GiDiscoveryDetails.
Return type:oci.fleet_software_update.models.GiFleetDiscoveryDetails
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 GiDiscoveryDetails. Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results. Only GI 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: “GI_18”, “GI_19”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The source_major_version of this GiDiscoveryDetails.
Return type:str
type

[Required] Gets the type of this DiscoveryDetails. Exadata Fleet Update Discovery type.

Allowed values for this property are: “DB”, “GI”, ‘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