CpeDeviceConfigAnswer¶
-
class
oci.core.models.
CpeDeviceConfigAnswer
(**kwargs)¶ Bases:
object
An individual answer to a CPE device question.
The answers correlate to the questions that are specific to the CPE device type (see the parameters attribute of
CpeDeviceShapeDetail
).Methods
__init__
(**kwargs)Initializes a new CpeDeviceConfigAnswer object with values from keyword arguments. Attributes
key
Gets the key of this CpeDeviceConfigAnswer. value
Gets the value of this CpeDeviceConfigAnswer. -
__init__
(**kwargs)¶ Initializes a new CpeDeviceConfigAnswer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this CpeDeviceConfigAnswer.
- value (str) – The value to assign to the value property of this CpeDeviceConfigAnswer.
-
key
¶ Gets the key of this CpeDeviceConfigAnswer. A string that identifies the question to be answered. See the key attribute in
cpe_device_config_question()
.Returns: The key of this CpeDeviceConfigAnswer. Return type: str
-
value
¶ Gets the value of this CpeDeviceConfigAnswer. The answer to the question.
Returns: The value of this CpeDeviceConfigAnswer. Return type: str
-