UpdateOccCustomerDetails

class oci.capacity_management.models.UpdateOccCustomerDetails(**kwargs)

Bases: object

Details about the update request for updating the customer.

Attributes

STATUS_DISABLED A constant which can be used with the status property of a UpdateOccCustomerDetails.
STATUS_ENABLED A constant which can be used with the status property of a UpdateOccCustomerDetails.
description Gets the description of this UpdateOccCustomerDetails.
display_name Gets the display_name of this UpdateOccCustomerDetails.
status Gets the status of this UpdateOccCustomerDetails.

Methods

__init__(**kwargs) Initializes a new UpdateOccCustomerDetails object with values from keyword arguments.
STATUS_DISABLED = 'DISABLED'

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

STATUS_ENABLED = 'ENABLED'

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

__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateOccCustomerDetails.
  • description (str) – The value to assign to the description property of this UpdateOccCustomerDetails.
  • status (str) – The value to assign to the status property of this UpdateOccCustomerDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
description

Gets the description of this UpdateOccCustomerDetails. Additional information about the customer.

Returns:The description of this UpdateOccCustomerDetails.
Return type:str
display_name

Gets the display_name of this UpdateOccCustomerDetails. The display name of the customer.

Returns:The display_name of this UpdateOccCustomerDetails.
Return type:str
status

Gets the status of this UpdateOccCustomerDetails. To determine whether the customer group is enabled/disabled.

Allowed values for this property are: “ENABLED”, “DISABLED”

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