ConvertInstanceDetails¶
-
class
oci.integration.models.ConvertInstanceDetails(**kwargs)¶ Bases:
objectDetails for converting integration instance to Disaster Recovery Enabled instance type
Attributes
CONVERSION_TYPE_DISASTER_RECOVERYA constant which can be used with the conversion_type property of a ConvertInstanceDetails. conversion_type[Required] Gets the conversion_type of this ConvertInstanceDetails. Methods
__init__(**kwargs)Initializes a new ConvertInstanceDetails object with values from keyword arguments. -
CONVERSION_TYPE_DISASTER_RECOVERY= 'DISASTER_RECOVERY'¶ A constant which can be used with the conversion_type property of a ConvertInstanceDetails. This constant has a value of “DISASTER_RECOVERY”
-
__init__(**kwargs)¶ Initializes a new ConvertInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: conversion_type (str) – The value to assign to the conversion_type property of this ConvertInstanceDetails. Allowed values for this property are: “DISASTER_RECOVERY”
-
conversion_type¶ [Required] Gets the conversion_type of this ConvertInstanceDetails. Convert given instance to specified DR instance
Allowed values for this property are: “DISASTER_RECOVERY”
Returns: The conversion_type of this ConvertInstanceDetails. Return type: str
-