OperatorActionSummary¶
- 
class oci.operator_access_control.models.OperatorActionSummary(**kwargs)¶
- Bases: - object- Details of the operator action. Operator actions are pre-defined set of commands available to the operator on different layers of the infrastructure. - Attributes - LIFECYCLE_STATE_ACTIVE- A constant which can be used with the lifecycle_state property of a OperatorActionSummary. - LIFECYCLE_STATE_INACTIVE- A constant which can be used with the lifecycle_state property of a OperatorActionSummary. - RESOURCE_TYPE_AUTONOMOUSVMCLUSTER- A constant which can be used with the resource_type property of a OperatorActionSummary. - RESOURCE_TYPE_CCCINFRASTRUCTURE- A constant which can be used with the resource_type property of a OperatorActionSummary. - RESOURCE_TYPE_CLOUDAUTONOMOUSVMCLUSTER- A constant which can be used with the resource_type property of a OperatorActionSummary. - RESOURCE_TYPE_EXACC- A constant which can be used with the resource_type property of a OperatorActionSummary. - RESOURCE_TYPE_EXADATAINFRASTRUCTURE- A constant which can be used with the resource_type property of a OperatorActionSummary. - compartment_id- Gets the compartment_id of this OperatorActionSummary. - component- Gets the component of this OperatorActionSummary. - description- Gets the description of this OperatorActionSummary. - id- [Required] Gets the id of this OperatorActionSummary. - lifecycle_state- Gets the lifecycle_state of this OperatorActionSummary. - name- [Required] Gets the name of this OperatorActionSummary. - resource_type- Gets the resource_type of this OperatorActionSummary. - Methods - __init__(**kwargs)- Initializes a new OperatorActionSummary object with values from keyword arguments. - 
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶
- A constant which can be used with the lifecycle_state property of a OperatorActionSummary. This constant has a value of “ACTIVE” 
 - 
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶
- A constant which can be used with the lifecycle_state property of a OperatorActionSummary. This constant has a value of “INACTIVE” 
 - 
RESOURCE_TYPE_AUTONOMOUSVMCLUSTER= 'AUTONOMOUSVMCLUSTER'¶
- A constant which can be used with the resource_type property of a OperatorActionSummary. This constant has a value of “AUTONOMOUSVMCLUSTER” 
 - 
RESOURCE_TYPE_CCCINFRASTRUCTURE= 'CCCINFRASTRUCTURE'¶
- A constant which can be used with the resource_type property of a OperatorActionSummary. This constant has a value of “CCCINFRASTRUCTURE” 
 - 
RESOURCE_TYPE_CLOUDAUTONOMOUSVMCLUSTER= 'CLOUDAUTONOMOUSVMCLUSTER'¶
- A constant which can be used with the resource_type property of a OperatorActionSummary. This constant has a value of “CLOUDAUTONOMOUSVMCLUSTER” 
 - 
RESOURCE_TYPE_EXACC= 'EXACC'¶
- A constant which can be used with the resource_type property of a OperatorActionSummary. This constant has a value of “EXACC” 
 - 
RESOURCE_TYPE_EXADATAINFRASTRUCTURE= 'EXADATAINFRASTRUCTURE'¶
- A constant which can be used with the resource_type property of a OperatorActionSummary. This constant has a value of “EXADATAINFRASTRUCTURE” 
 - 
__init__(**kwargs)¶
- Initializes a new OperatorActionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - id (str) – The value to assign to the id property of this OperatorActionSummary.
- name (str) – The value to assign to the name property of this OperatorActionSummary.
- component (str) – The value to assign to the component property of this OperatorActionSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OperatorActionSummary.
- resource_type (str) – The value to assign to the resource_type property of this OperatorActionSummary. Allowed values for this property are: “EXACC”, “EXADATAINFRASTRUCTURE”, “AUTONOMOUSVMCLUSTER”, “CLOUDAUTONOMOUSVMCLUSTER”, “CCCINFRASTRUCTURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OperatorActionSummary. Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- description (str) – The value to assign to the description property of this OperatorActionSummary.
 
 - 
compartment_id¶
- Gets the compartment_id of this OperatorActionSummary. compartmentId for which the OperatorAction is applicable - Returns: - The compartment_id of this OperatorActionSummary. - Return type: - str 
 - 
component¶
- Gets the component of this OperatorActionSummary. Name of the component for which the operator action is applicable. - Returns: - The component of this OperatorActionSummary. - Return type: - str 
 - 
description¶
- Gets the description of this OperatorActionSummary. Description of the operator action in terms of associated risk profile, and characteristics of the operating system commands made available to the operator under this operator action. - Returns: - The description of this OperatorActionSummary. - Return type: - str 
 - 
id¶
- [Required] Gets the id of this OperatorActionSummary. Unique identifier assigned by Oracle to an operator action. - Returns: - The id of this OperatorActionSummary. - Return type: - str 
 - 
lifecycle_state¶
- Gets the lifecycle_state of this OperatorActionSummary. The current lifecycle state of the operator action. - Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The lifecycle_state of this OperatorActionSummary. - Return type: - str 
 - 
name¶
- [Required] Gets the name of this OperatorActionSummary. Name of the operator action. - Returns: - The name of this OperatorActionSummary. - Return type: - str 
 - 
resource_type¶
- Gets the resource_type of this OperatorActionSummary. resourceType for which the OperatorAction is applicable - Allowed values for this property are: “EXACC”, “EXADATAINFRASTRUCTURE”, “AUTONOMOUSVMCLUSTER”, “CLOUDAUTONOMOUSVMCLUSTER”, “CCCINFRASTRUCTURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The resource_type of this OperatorActionSummary. - Return type: - str 
 
-