ManageBdsCertificateLevelTypeDetails

class oci.bds.models.ManageBdsCertificateLevelTypeDetails(**kwargs)

Bases: object

Details of the type of level used to trigger certificate generation or renewal.

Attributes

TRIGGER_TYPE_CONFIG_LEVEL A constant which can be used with the trigger_type property of a ManageBdsCertificateLevelTypeDetails.
TRIGGER_TYPE_NODE_LEVEL A constant which can be used with the trigger_type property of a ManageBdsCertificateLevelTypeDetails.
trigger_type [Required] Gets the trigger_type of this ManageBdsCertificateLevelTypeDetails.

Methods

__init__(**kwargs) Initializes a new ManageBdsCertificateLevelTypeDetails 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.
TRIGGER_TYPE_CONFIG_LEVEL = 'CONFIG_LEVEL'

A constant which can be used with the trigger_type property of a ManageBdsCertificateLevelTypeDetails. This constant has a value of “CONFIG_LEVEL”

TRIGGER_TYPE_NODE_LEVEL = 'NODE_LEVEL'

A constant which can be used with the trigger_type property of a ManageBdsCertificateLevelTypeDetails. This constant has a value of “NODE_LEVEL”

__init__(**kwargs)

Initializes a new ManageBdsCertificateLevelTypeDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:trigger_type (str) – The value to assign to the trigger_type property of this ManageBdsCertificateLevelTypeDetails. Allowed values for this property are: “NODE_LEVEL”, “CONFIG_LEVEL”
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.

trigger_type

[Required] Gets the trigger_type of this ManageBdsCertificateLevelTypeDetails. Type of level used to trigger certificate generation or renewal.

Allowed values for this property are: “NODE_LEVEL”, “CONFIG_LEVEL”

Returns:The trigger_type of this ManageBdsCertificateLevelTypeDetails.
Return type:str