UpdateEnrollmentStatusDetails

class oci.optimizer.models.UpdateEnrollmentStatusDetails(**kwargs)

Bases: object

The request object for updating the enrollment status details.

Attributes

STATUS_ACTIVE A constant which can be used with the status property of a UpdateEnrollmentStatusDetails.
STATUS_INACTIVE A constant which can be used with the status property of a UpdateEnrollmentStatusDetails.
status [Required] Gets the status of this UpdateEnrollmentStatusDetails.

Methods

__init__(**kwargs) Initializes a new UpdateEnrollmentStatusDetails object with values from keyword arguments.
STATUS_ACTIVE = 'ACTIVE'

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

STATUS_INACTIVE = 'INACTIVE'

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

__init__(**kwargs)

Initializes a new UpdateEnrollmentStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:status (str) – The value to assign to the status property of this UpdateEnrollmentStatusDetails. Allowed values for this property are: “ACTIVE”, “INACTIVE”
status

[Required] Gets the status of this UpdateEnrollmentStatusDetails. The Cloud Advisor enrollment status.

Allowed values for this property are: “ACTIVE”, “INACTIVE”

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