UpdateDrPlanGroupDetails

class oci.disaster_recovery.models.UpdateDrPlanGroupDetails(**kwargs)

Bases: object

The details for updating a group in a DR plan.

Attributes

TYPE_BUILT_IN A constant which can be used with the type property of a UpdateDrPlanGroupDetails.
TYPE_BUILT_IN_PRECHECK A constant which can be used with the type property of a UpdateDrPlanGroupDetails.
TYPE_USER_DEFINED A constant which can be used with the type property of a UpdateDrPlanGroupDetails.
display_name Gets the display_name of this UpdateDrPlanGroupDetails.
id Gets the id of this UpdateDrPlanGroupDetails.
steps Gets the steps of this UpdateDrPlanGroupDetails.
type Gets the type of this UpdateDrPlanGroupDetails.

Methods

__init__(**kwargs) Initializes a new UpdateDrPlanGroupDetails object with values from keyword arguments.
TYPE_BUILT_IN = 'BUILT_IN'

A constant which can be used with the type property of a UpdateDrPlanGroupDetails. This constant has a value of “BUILT_IN”

TYPE_BUILT_IN_PRECHECK = 'BUILT_IN_PRECHECK'

A constant which can be used with the type property of a UpdateDrPlanGroupDetails. This constant has a value of “BUILT_IN_PRECHECK”

TYPE_USER_DEFINED = 'USER_DEFINED'

A constant which can be used with the type property of a UpdateDrPlanGroupDetails. This constant has a value of “USER_DEFINED”

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this UpdateDrPlanGroupDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateDrPlanGroupDetails.
  • type (str) – The value to assign to the type property of this UpdateDrPlanGroupDetails. Allowed values for this property are: “USER_DEFINED”, “BUILT_IN”, “BUILT_IN_PRECHECK”
  • steps (list[oci.disaster_recovery.models.UpdateDrPlanStepDetails]) – The value to assign to the steps property of this UpdateDrPlanGroupDetails.
display_name

Gets the display_name of this UpdateDrPlanGroupDetails. The display name of the group.

Example: My_GROUP_3 - EBS Start

Returns:The display_name of this UpdateDrPlanGroupDetails.
Return type:str
id

Gets the id of this UpdateDrPlanGroupDetails. The unique id of the group. Must not be modified by user.

Example: sgid1.group..uniqueID

Returns:The id of this UpdateDrPlanGroupDetails.
Return type:str
steps

Gets the steps of this UpdateDrPlanGroupDetails. The list of steps in this group.

Returns:The steps of this UpdateDrPlanGroupDetails.
Return type:list[oci.disaster_recovery.models.UpdateDrPlanStepDetails]
type

Gets the type of this UpdateDrPlanGroupDetails. The group type.

Example: BUILT_IN

Allowed values for this property are: “USER_DEFINED”, “BUILT_IN”, “BUILT_IN_PRECHECK”

Returns:The type of this UpdateDrPlanGroupDetails.
Return type:str