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_EXADBVMCLUSTER 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_MANAGED_SOFTWARE_UPDATES 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.
compartment_id Gets the compartment_id of this 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.
is_ssh_access_allowed Gets the is_ssh_access_allowed 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_EXADBVMCLUSTER = 'EXADBVMCLUSTER'

A constant which can be used with the resource_type property of a ServiceProviderActionSummary. This constant has a value of “EXADBVMCLUSTER”

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_MANAGED_SOFTWARE_UPDATES = 'MANAGED_SOFTWARE_UPDATES'

A constant which can be used with the service_provider_service_types property of a ServiceProviderActionSummary. This constant has a value of “MANAGED_SOFTWARE_UPDATES”

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.
  • compartment_id (str) – The value to assign to the compartment_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”, “EXADBVMCLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • is_ssh_access_allowed (bool) – The value to assign to the is_ssh_access_allowed property of this ServiceProviderActionSummary.
  • 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”, “MANAGED_SOFTWARE_UPDATES”, ‘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.
compartment_id

Gets the compartment_id of this ServiceProviderActionSummary. The OCID of the compartment that contains the Service Provider Action.

Returns:The compartment_id of this ServiceProviderActionSummary.
Return type:str
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
is_ssh_access_allowed

Gets the is_ssh_access_allowed of this ServiceProviderActionSummary. Indicates whether the service provider action allows SSH access.

Returns:The is_ssh_access_allowed of this ServiceProviderActionSummary.
Return type:bool
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”, “EXADBVMCLUSTER”, ‘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”, “MANAGED_SOFTWARE_UPDATES”, ‘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]