ServiceProviderAction¶
-
class
oci.delegate_access_control.models.
ServiceProviderAction
(**kwargs)¶ Bases:
object
Details of the Service Provider Action. Service provider actions are a pre-defined set of commands available to the support operator on different layers of the infrastructure. Although the groupings may differ depending on the infrastructure layers, the groups are designed to enable the support operator access to commands to resolve a specific set of issues.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a ServiceProviderAction. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a ServiceProviderAction. RESOURCE_TYPE_CLOUDVMCLUSTER
A constant which can be used with the resource_type property of a ServiceProviderAction. RESOURCE_TYPE_VMCLUSTER
A constant which can be used with the resource_type property of a ServiceProviderAction. SERVICE_PROVIDER_SERVICE_TYPES_ASSISTED_PATCHING
A constant which can be used with the service_provider_service_types property of a ServiceProviderAction. SERVICE_PROVIDER_SERVICE_TYPES_TROUBLESHOOTING
A constant which can be used with the service_provider_service_types property of a ServiceProviderAction. component
Gets the component of this ServiceProviderAction. customer_display_name
Gets the customer_display_name of this ServiceProviderAction. description
Gets the description of this ServiceProviderAction. id
[Required] Gets the id of this ServiceProviderAction. lifecycle_state
Gets the lifecycle_state of this ServiceProviderAction. name
[Required] Gets the name of this ServiceProviderAction. properties
Gets the properties of this ServiceProviderAction. resource_type
Gets the resource_type of this ServiceProviderAction. service_provider_service_types
Gets the service_provider_service_types of this ServiceProviderAction. Methods
__init__
(**kwargs)Initializes a new ServiceProviderAction object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a ServiceProviderAction. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a ServiceProviderAction. This constant has a value of “INACTIVE”
-
RESOURCE_TYPE_CLOUDVMCLUSTER
= 'CLOUDVMCLUSTER'¶ A constant which can be used with the resource_type property of a ServiceProviderAction. This constant has a value of “CLOUDVMCLUSTER”
-
RESOURCE_TYPE_VMCLUSTER
= 'VMCLUSTER'¶ A constant which can be used with the resource_type property of a ServiceProviderAction. This constant has a value of “VMCLUSTER”
-
SERVICE_PROVIDER_SERVICE_TYPES_ASSISTED_PATCHING
= 'ASSISTED_PATCHING'¶ A constant which can be used with the service_provider_service_types property of a ServiceProviderAction. This constant has a value of “ASSISTED_PATCHING”
-
SERVICE_PROVIDER_SERVICE_TYPES_TROUBLESHOOTING
= 'TROUBLESHOOTING'¶ A constant which can be used with the service_provider_service_types property of a ServiceProviderAction. This constant has a value of “TROUBLESHOOTING”
-
__init__
(**kwargs)¶ Initializes a new ServiceProviderAction 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 ServiceProviderAction.
- name (str) – The value to assign to the name property of this ServiceProviderAction.
- customer_display_name (str) – The value to assign to the customer_display_name property of this ServiceProviderAction.
- component (str) – The value to assign to the component property of this ServiceProviderAction.
- resource_type (str) – The value to assign to the resource_type property of this ServiceProviderAction. Allowed values for this property are: “VMCLUSTER”, “CLOUDVMCLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- service_provider_service_types (list[str]) – The value to assign to the service_provider_service_types property of this ServiceProviderAction. Allowed values for items in this list are: “TROUBLESHOOTING”, “ASSISTED_PATCHING”, ‘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 ServiceProviderAction. 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 ServiceProviderAction.
- properties (list[oci.delegate_access_control.models.ServiceProviderActionProperties]) – The value to assign to the properties property of this ServiceProviderAction.
-
component
¶ Gets the component of this ServiceProviderAction. Name of the infrastructure layer associated with the Service Provider Action.
Returns: The component of this ServiceProviderAction. Return type: str
-
customer_display_name
¶ Gets the customer_display_name of this ServiceProviderAction. Display Name of the Service Provider Action.
Returns: The customer_display_name of this ServiceProviderAction. Return type: str
-
description
¶ Gets the description of this ServiceProviderAction. Description of the Service Provider Action in terms of associated risk profile, and characteristics of the operating system commands made available to the support operator under this Service Provider Action.
Returns: The description of this ServiceProviderAction. Return type: str
-
id
¶ [Required] Gets the id of this ServiceProviderAction. Unique Oracle assigned identifier for the Service Provider Action.
Returns: The id of this ServiceProviderAction. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ServiceProviderAction. The current lifecycle state of the Service Provider 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 ServiceProviderAction. Return type: str
-
name
¶ [Required] Gets the name of this ServiceProviderAction. Unique name of the Service Provider Action.
Returns: The name of this ServiceProviderAction. Return type: str
-
properties
¶ Gets the properties of this ServiceProviderAction. Fine grained properties associated with the Delegation Control.
Returns: The properties of this ServiceProviderAction. Return type: list[oci.delegate_access_control.models.ServiceProviderActionProperties]
-
resource_type
¶ Gets the resource_type of this ServiceProviderAction. resourceType for which the ServiceProviderAction is applicable
Allowed values for this property are: “VMCLUSTER”, “CLOUDVMCLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The resource_type of this ServiceProviderAction. Return type: str
-
service_provider_service_types
¶ Gets the service_provider_service_types of this ServiceProviderAction. List of Service Provider Service Types that this Service Provider Action is applicable to.
Allowed values for items in this list are: “TROUBLESHOOTING”, “ASSISTED_PATCHING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The service_provider_service_types of this ServiceProviderAction. Return type: list[str]
-