SqlCollectionDimensions¶
- 
class oci.data_safe.models.SqlCollectionDimensions(**kwargs)¶
- Bases: - object- The dimensions available for SQL collection analytics. - Attributes - LIFECYCLE_STATE_COLLECTING- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - LIFECYCLE_STATE_COMPLETED- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - LIFECYCLE_STATE_CREATING- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - LIFECYCLE_STATE_DELETED- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - LIFECYCLE_STATE_DELETING- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - LIFECYCLE_STATE_FAILED- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - LIFECYCLE_STATE_INACTIVE- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - LIFECYCLE_STATE_NEEDS_ATTENTION- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - LIFECYCLE_STATE_UPDATING- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. - lifecycle_state- Gets the lifecycle_state of this SqlCollectionDimensions. - target_id- Gets the target_id of this SqlCollectionDimensions. - Methods - __init__(**kwargs)- Initializes a new SqlCollectionDimensions object with values from keyword arguments. - 
LIFECYCLE_STATE_COLLECTING= 'COLLECTING'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “COLLECTING” 
 - 
LIFECYCLE_STATE_COMPLETED= 'COMPLETED'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “COMPLETED” 
 - 
LIFECYCLE_STATE_CREATING= 'CREATING'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “CREATING” 
 - 
LIFECYCLE_STATE_DELETED= 'DELETED'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “DELETED” 
 - 
LIFECYCLE_STATE_DELETING= 'DELETING'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “DELETING” 
 - 
LIFECYCLE_STATE_FAILED= 'FAILED'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “FAILED” 
 - 
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “INACTIVE” 
 - 
LIFECYCLE_STATE_NEEDS_ATTENTION= 'NEEDS_ATTENTION'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “NEEDS_ATTENTION” 
 - 
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶
- A constant which can be used with the lifecycle_state property of a SqlCollectionDimensions. This constant has a value of “UPDATING” 
 - 
__init__(**kwargs)¶
- Initializes a new SqlCollectionDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - target_id (str) – The value to assign to the target_id property of this SqlCollectionDimensions.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this SqlCollectionDimensions. Allowed values for this property are: “CREATING”, “UPDATING”, “COLLECTING”, “COMPLETED”, “INACTIVE”, “FAILED”, “DELETING”, “DELETED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
 
 - 
lifecycle_state¶
- Gets the lifecycle_state of this SqlCollectionDimensions. The current state of the SQL collection. - Allowed values for this property are: “CREATING”, “UPDATING”, “COLLECTING”, “COMPLETED”, “INACTIVE”, “FAILED”, “DELETING”, “DELETED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The lifecycle_state of this SqlCollectionDimensions. - Return type: - str 
 - 
target_id¶
- Gets the target_id of this SqlCollectionDimensions. The OCID of the target corresponding to the security policy deployment. - Returns: - The target_id of this SqlCollectionDimensions. - Return type: - str 
 
-