GuestOsDiscoveryDetails

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

Bases: oci.fleet_software_update.models.discovery_details.DiscoveryDetails

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

Attributes

SERVICE_TYPE_EXACC str(object=’’) -> str
SERVICE_TYPE_EXACS str(object=’’) -> str
SOURCE_MAJOR_VERSION_EXA_OL_5 A constant which can be used with the source_major_version property of a GuestOsDiscoveryDetails.
SOURCE_MAJOR_VERSION_EXA_OL_6 A constant which can be used with the source_major_version property of a GuestOsDiscoveryDetails.
SOURCE_MAJOR_VERSION_EXA_OL_7 A constant which can be used with the source_major_version property of a GuestOsDiscoveryDetails.
SOURCE_MAJOR_VERSION_EXA_OL_8 A constant which can be used with the source_major_version property of a GuestOsDiscoveryDetails.
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 GuestOsDiscoveryDetails.
service_type [Required] Gets the service_type of this DiscoveryDetails.
source_major_version [Required] Gets the source_major_version of this GuestOsDiscoveryDetails.
type [Required] Gets the type of this DiscoveryDetails.

Methods

__init__(**kwargs) Initializes a new GuestOsDiscoveryDetails 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_EXA_OL_5 = 'EXA_OL_5'

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

SOURCE_MAJOR_VERSION_EXA_OL_6 = 'EXA_OL_6'

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

SOURCE_MAJOR_VERSION_EXA_OL_7 = 'EXA_OL_7'

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

SOURCE_MAJOR_VERSION_EXA_OL_8 = 'EXA_OL_8'

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

TYPE_DB = 'DB'
TYPE_EXADB_STACK = 'EXADB_STACK'
TYPE_GI = 'GI'
TYPE_GUEST_OS = 'GUEST_OS'
__init__(**kwargs)

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

[Required] Gets the criteria of this GuestOsDiscoveryDetails.

Returns:The criteria of this GuestOsDiscoveryDetails.
Return type:oci.fleet_software_update.models.GuestOsFleetDiscoveryDetails
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 GuestOsDiscoveryDetails. Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the results for an Exadata Fleet Update Discovery. Major Versions of Exadata Software are demarcated by the underlying Oracle Linux OS version. For more details, refer to Oracle document 2075007.1

Allowed values for this property are: “EXA_OL_5”, “EXA_OL_6”, “EXA_OL_7”, “EXA_OL_8”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The source_major_version of this GuestOsDiscoveryDetails.
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