ExportDataFilters¶
-
class
oci.jms.models.ExportDataFilters(**kwargs)¶ Bases:
objectFilters applied when exporting data
Attributes
SECURITY_STATUSES_EARLY_ACCESSA constant which can be used with the security_statuses property of a ExportDataFilters. SECURITY_STATUSES_UNKNOWNA constant which can be used with the security_statuses property of a ExportDataFilters. SECURITY_STATUSES_UPDATE_REQUIREDA constant which can be used with the security_statuses property of a ExportDataFilters. SECURITY_STATUSES_UPGRADE_REQUIREDA constant which can be used with the security_statuses property of a ExportDataFilters. SECURITY_STATUSES_UP_TO_DATEA constant which can be used with the security_statuses property of a ExportDataFilters. application_name_containsGets the application_name_contains of this ExportDataFilters. application_name_equal_toGets the application_name_equal_to of this ExportDataFilters. java_major_versionsGets the java_major_versions of this ExportDataFilters. java_vendorsGets the java_vendors of this ExportDataFilters. java_versionsGets the java_versions of this ExportDataFilters. security_statusesGets the security_statuses of this ExportDataFilters. Methods
__init__(**kwargs)Initializes a new ExportDataFilters object with values from keyword arguments. -
SECURITY_STATUSES_EARLY_ACCESS= 'EARLY_ACCESS'¶ A constant which can be used with the security_statuses property of a ExportDataFilters. This constant has a value of “EARLY_ACCESS”
-
SECURITY_STATUSES_UNKNOWN= 'UNKNOWN'¶ A constant which can be used with the security_statuses property of a ExportDataFilters. This constant has a value of “UNKNOWN”
-
SECURITY_STATUSES_UPDATE_REQUIRED= 'UPDATE_REQUIRED'¶ A constant which can be used with the security_statuses property of a ExportDataFilters. This constant has a value of “UPDATE_REQUIRED”
-
SECURITY_STATUSES_UPGRADE_REQUIRED= 'UPGRADE_REQUIRED'¶ A constant which can be used with the security_statuses property of a ExportDataFilters. This constant has a value of “UPGRADE_REQUIRED”
-
SECURITY_STATUSES_UP_TO_DATE= 'UP_TO_DATE'¶ A constant which can be used with the security_statuses property of a ExportDataFilters. This constant has a value of “UP_TO_DATE”
-
__init__(**kwargs)¶ Initializes a new ExportDataFilters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - java_versions (list[str]) – The value to assign to the java_versions property of this ExportDataFilters.
- java_major_versions (list[str]) – The value to assign to the java_major_versions property of this ExportDataFilters.
- java_vendors (list[str]) – The value to assign to the java_vendors property of this ExportDataFilters.
- application_name_equal_to (list[str]) – The value to assign to the application_name_equal_to property of this ExportDataFilters.
- application_name_contains (list[str]) – The value to assign to the application_name_contains property of this ExportDataFilters.
- security_statuses (list[str]) – The value to assign to the security_statuses property of this ExportDataFilters. Allowed values for items in this list are: “EARLY_ACCESS”, “UNKNOWN”, “UP_TO_DATE”, “UPDATE_REQUIRED”, “UPGRADE_REQUIRED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
application_name_contains¶ Gets the application_name_contains of this ExportDataFilters. List of application names to filter by partial match
Returns: The application_name_contains of this ExportDataFilters. Return type: list[str]
-
application_name_equal_to¶ Gets the application_name_equal_to of this ExportDataFilters. List of application names to filter by exact match
Returns: The application_name_equal_to of this ExportDataFilters. Return type: list[str]
-
java_major_versions¶ Gets the java_major_versions of this ExportDataFilters. List of Java major versions to filter by
Returns: The java_major_versions of this ExportDataFilters. Return type: list[str]
-
java_vendors¶ Gets the java_vendors of this ExportDataFilters. List of Java vendors to filter by
Returns: The java_vendors of this ExportDataFilters. Return type: list[str]
-
java_versions¶ Gets the java_versions of this ExportDataFilters. List of Java versions to filter by
Returns: The java_versions of this ExportDataFilters. Return type: list[str]
-
security_statuses¶ Gets the security_statuses of this ExportDataFilters. The security statuses of the Java Runtime
Allowed values for items in this list are: “EARLY_ACCESS”, “UNKNOWN”, “UP_TO_DATE”, “UPDATE_REQUIRED”, “UPGRADE_REQUIRED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The security_statuses of this ExportDataFilters. Return type: list[str]
-