ExadbStackDiscoveryDetails¶
-
class
oci.fleet_software_update.models.
ExadbStackDiscoveryDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.discovery_details.DiscoveryDetails
Details to create an ‘EXADB_STACK’ type Exadata Fleet Update Discovery. Currently, components allowed in an Exadata software stack are ‘GUEST_OS’ and ‘GI’. At least two distinct component types are required for an Exadata software stack.
Attributes
SERVICE_TYPE_EXACC
str(object=’’) -> str SERVICE_TYPE_EXACS
str(object=’’) -> str TYPE_DB
str(object=’’) -> str TYPE_EXADB_STACK
str(object=’’) -> str TYPE_GI
str(object=’’) -> str TYPE_GUEST_OS
str(object=’’) -> str components
[Required] Gets the components of this ExadbStackDiscoveryDetails. service_type
[Required] Gets the service_type of this DiscoveryDetails. type
[Required] Gets the type of this DiscoveryDetails. Methods
__init__
(**kwargs)Initializes a new ExadbStackDiscoveryDetails 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'¶
-
TYPE_DB
= 'DB'¶
-
TYPE_EXADB_STACK
= 'EXADB_STACK'¶
-
TYPE_GI
= 'GI'¶
-
TYPE_GUEST_OS
= 'GUEST_OS'¶
-
__init__
(**kwargs)¶ Initializes a new ExadbStackDiscoveryDetails object with values from keyword arguments. The default value of the
type
attribute of this class isEXADB_STACK
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 ExadbStackDiscoveryDetails. Allowed values for this property are: “DB”, “GI”, “GUEST_OS”, “EXADB_STACK”
- service_type (str) – The value to assign to the service_type property of this ExadbStackDiscoveryDetails. Allowed values for this property are: “EXACS”, “EXACC”
- components (list[oci.fleet_software_update.models.SoftwareComponentDiscoveryDetails]) – The value to assign to the components property of this ExadbStackDiscoveryDetails.
-
components
¶ [Required] Gets the components of this ExadbStackDiscoveryDetails. Discovery filter details of components in an Exadata software stack.
Returns: The components of this ExadbStackDiscoveryDetails. Return type: list[oci.fleet_software_update.models.SoftwareComponentDiscoveryDetails]
-
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
-
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
-