GuestOsTargetListDiscovery¶
-
class
oci.fleet_software_update.models.GuestOsTargetListDiscovery(**kwargs)¶ Bases:
oci.fleet_software_update.models.guest_os_fleet_discovery_details.GuestOsFleetDiscoveryDetailsDiscover specified list of Exadata VM Cluster targets for a ‘GUEST_OS’ collection.
Attributes
STRATEGY_DISCOVERY_RESULTSstr(object=’’) -> str STRATEGY_FILTERSstr(object=’’) -> str STRATEGY_SEARCH_QUERYstr(object=’’) -> str STRATEGY_TARGET_LISTstr(object=’’) -> str strategy[Required] Gets the strategy of this GuestOsFleetDiscoveryDetails. targets[Required] Gets the targets of this GuestOsTargetListDiscovery. Methods
__init__(**kwargs)Initializes a new GuestOsTargetListDiscovery 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. -
STRATEGY_DISCOVERY_RESULTS= 'DISCOVERY_RESULTS'¶
-
STRATEGY_FILTERS= 'FILTERS'¶
-
STRATEGY_SEARCH_QUERY= 'SEARCH_QUERY'¶
-
STRATEGY_TARGET_LIST= 'TARGET_LIST'¶
-
__init__(**kwargs)¶ Initializes a new GuestOsTargetListDiscovery object with values from keyword arguments. The default value of the
strategyattribute of this class isTARGET_LISTand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - strategy (str) – The value to assign to the strategy property of this GuestOsTargetListDiscovery. Allowed values for this property are: “SEARCH_QUERY”, “FILTERS”, “TARGET_LIST”, “DISCOVERY_RESULTS”
- targets (list[str]) – The value to assign to the targets property of this GuestOsTargetListDiscovery.
-
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.
-
strategy¶ [Required] Gets the strategy of this GuestOsFleetDiscoveryDetails. Supported fleet discovery strategies.
Allowed values for this property are: “SEARCH_QUERY”, “FILTERS”, “TARGET_LIST”, “DISCOVERY_RESULTS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The strategy of this GuestOsFleetDiscoveryDetails. Return type: str
-