UpdateSchedulingPolicyDetails

class oci.database.models.UpdateSchedulingPolicyDetails(**kwargs)

Bases: object

Describes the modification parameters for the Scheduling Policy.

Attributes

CADENCE_HALFYEARLY A constant which can be used with the cadence property of a UpdateSchedulingPolicyDetails.
CADENCE_MONTHLY A constant which can be used with the cadence property of a UpdateSchedulingPolicyDetails.
CADENCE_QUARTERLY A constant which can be used with the cadence property of a UpdateSchedulingPolicyDetails.
cadence Gets the cadence of this UpdateSchedulingPolicyDetails.
cadence_start_month Gets the cadence_start_month of this UpdateSchedulingPolicyDetails.
defined_tags Gets the defined_tags of this UpdateSchedulingPolicyDetails.
display_name Gets the display_name of this UpdateSchedulingPolicyDetails.
freeform_tags Gets the freeform_tags of this UpdateSchedulingPolicyDetails.

Methods

__init__(**kwargs) Initializes a new UpdateSchedulingPolicyDetails object with values from keyword arguments.
CADENCE_HALFYEARLY = 'HALFYEARLY'

A constant which can be used with the cadence property of a UpdateSchedulingPolicyDetails. This constant has a value of “HALFYEARLY”

CADENCE_MONTHLY = 'MONTHLY'

A constant which can be used with the cadence property of a UpdateSchedulingPolicyDetails. This constant has a value of “MONTHLY”

CADENCE_QUARTERLY = 'QUARTERLY'

A constant which can be used with the cadence property of a UpdateSchedulingPolicyDetails. This constant has a value of “QUARTERLY”

__init__(**kwargs)

Initializes a new UpdateSchedulingPolicyDetails 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 UpdateSchedulingPolicyDetails.
  • cadence (str) – The value to assign to the cadence property of this UpdateSchedulingPolicyDetails. Allowed values for this property are: “HALFYEARLY”, “QUARTERLY”, “MONTHLY”
  • cadence_start_month (oci.database.models.Month) – The value to assign to the cadence_start_month property of this UpdateSchedulingPolicyDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSchedulingPolicyDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSchedulingPolicyDetails.
cadence

Gets the cadence of this UpdateSchedulingPolicyDetails. The cadence period.

Allowed values for this property are: “HALFYEARLY”, “QUARTERLY”, “MONTHLY”

Returns:The cadence of this UpdateSchedulingPolicyDetails.
Return type:str
cadence_start_month

Gets the cadence_start_month of this UpdateSchedulingPolicyDetails. Start of the month to be followed during the cadence period.

Returns:The cadence_start_month of this UpdateSchedulingPolicyDetails.
Return type:oci.database.models.Month
defined_tags

Gets the defined_tags of this UpdateSchedulingPolicyDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this UpdateSchedulingPolicyDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateSchedulingPolicyDetails. The user-friendly name for the Scheduling Policy. The name does not need to be unique.

Returns:The display_name of this UpdateSchedulingPolicyDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateSchedulingPolicyDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateSchedulingPolicyDetails.
Return type:dict(str, str)