InstanceSecurityServiceConfiguration

class oci.cloud_guard.models.InstanceSecurityServiceConfiguration(**kwargs)

Bases: oci.cloud_guard.models.service_configuration.ServiceConfiguration

Instance Security service configuration.

Attributes

SERVICE_CONFIGURATION_TYPE_INSTANCE_SECURITY str(object=’’) -> str
STATUS_DISABLED A constant which can be used with the status property of a InstanceSecurityServiceConfiguration.
STATUS_ENABLED A constant which can be used with the status property of a InstanceSecurityServiceConfiguration.
service_configuration_type [Required] Gets the service_configuration_type of this ServiceConfiguration.
status Gets the status of this InstanceSecurityServiceConfiguration.

Methods

__init__(**kwargs) Initializes a new InstanceSecurityServiceConfiguration object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
SERVICE_CONFIGURATION_TYPE_INSTANCE_SECURITY = 'INSTANCE_SECURITY'
STATUS_DISABLED = 'DISABLED'

A constant which can be used with the status property of a InstanceSecurityServiceConfiguration. This constant has a value of “DISABLED”

STATUS_ENABLED = 'ENABLED'

A constant which can be used with the status property of a InstanceSecurityServiceConfiguration. This constant has a value of “ENABLED”

__init__(**kwargs)

Initializes a new InstanceSecurityServiceConfiguration object with values from keyword arguments. The default value of the service_configuration_type attribute of this class is INSTANCE_SECURITY and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • service_configuration_type (str) – The value to assign to the service_configuration_type property of this InstanceSecurityServiceConfiguration. Allowed values for this property are: “INSTANCE_SECURITY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • status (str) – The value to assign to the status property of this InstanceSecurityServiceConfiguration. Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

service_configuration_type

[Required] Gets the service_configuration_type of this ServiceConfiguration. Type of service configuration

Allowed values for this property are: “INSTANCE_SECURITY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The service_configuration_type of this ServiceConfiguration.
Return type:str
status

Gets the status of this InstanceSecurityServiceConfiguration. Partner service status

Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this InstanceSecurityServiceConfiguration.
Return type:str