ServiceProviderActionSummary¶
-
class
oci.delegate_access_control.models.
ServiceProviderActionSummary
(**kwargs)¶ Bases:
object
Details of the Service Provider Action. Service provider actions are pre-defined set of commands available to the support operator on different layers of the infrastructure.
Attributes
RESOURCE_TYPE_CLOUDVMCLUSTER
A constant which can be used with the resource_type property of a ServiceProviderActionSummary. RESOURCE_TYPE_VMCLUSTER
A constant which can be used with the resource_type property of a ServiceProviderActionSummary. SERVICE_PROVIDER_SERVICE_TYPES_ASSISTED_PATCHING
A constant which can be used with the service_provider_service_types property of a ServiceProviderActionSummary. SERVICE_PROVIDER_SERVICE_TYPES_TROUBLESHOOTING
A constant which can be used with the service_provider_service_types property of a ServiceProviderActionSummary. component
Gets the component of this ServiceProviderActionSummary. customer_display_name
Gets the customer_display_name of this ServiceProviderActionSummary. description
Gets the description of this ServiceProviderActionSummary. id
[Required] Gets the id of this ServiceProviderActionSummary. lifecycle_state
Gets the lifecycle_state of this ServiceProviderActionSummary. name
[Required] Gets the name of this ServiceProviderActionSummary. resource_type
Gets the resource_type of this ServiceProviderActionSummary. service_provider_service_types
Gets the service_provider_service_types of this ServiceProviderActionSummary. Methods
__init__
(**kwargs)Initializes a new ServiceProviderActionSummary object with values from keyword arguments. -
RESOURCE_TYPE_CLOUDVMCLUSTER
= 'CLOUDVMCLUSTER'¶ A constant which can be used with the resource_type property of a ServiceProviderActionSummary. This constant has a value of “CLOUDVMCLUSTER”
-
RESOURCE_TYPE_VMCLUSTER
= 'VMCLUSTER'¶ A constant which can be used with the resource_type property of a ServiceProviderActionSummary. 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 ServiceProviderActionSummary. 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 ServiceProviderActionSummary. This constant has a value of “TROUBLESHOOTING”
-
__init__
(**kwargs)¶ Initializes a new ServiceProviderActionSummary 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 ServiceProviderActionSummary.
- name (str) – The value to assign to the name property of this ServiceProviderActionSummary.
- customer_display_name (str) – The value to assign to the customer_display_name property of this ServiceProviderActionSummary.
- component (str) – The value to assign to the component property of this ServiceProviderActionSummary.
- resource_type (str) – The value to assign to the resource_type property of this ServiceProviderActionSummary. 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 ServiceProviderActionSummary. 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 ServiceProviderActionSummary.
- description (str) – The value to assign to the description property of this ServiceProviderActionSummary.
-
component
¶ Gets the component of this ServiceProviderActionSummary. Name of the component for which the Service Provider Action is applicable.
Returns: The component of this ServiceProviderActionSummary. Return type: str
-
customer_display_name
¶ Gets the customer_display_name of this ServiceProviderActionSummary. Display Name of the Service Provider Action.
Returns: The customer_display_name of this ServiceProviderActionSummary. Return type: str
-
description
¶ Gets the description of this ServiceProviderActionSummary. 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 ServiceProviderActionSummary. Return type: str
-
id
¶ [Required] Gets the id of this ServiceProviderActionSummary. Unique identifier assigned by Oracle to a Service Provider Action.
Returns: The id of this ServiceProviderActionSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ServiceProviderActionSummary. The current lifecycle state of the Service Provider Action.
Returns: The lifecycle_state of this ServiceProviderActionSummary. Return type: str
-
name
¶ [Required] Gets the name of this ServiceProviderActionSummary. Name of the Service Provider Action.
Returns: The name of this ServiceProviderActionSummary. Return type: str
-
resource_type
¶ Gets the resource_type of this ServiceProviderActionSummary. 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 ServiceProviderActionSummary. Return type: str
-
service_provider_service_types
¶ Gets the service_provider_service_types of this ServiceProviderActionSummary. 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 ServiceProviderActionSummary. Return type: list[str]
-