CpeDeviceConfigQuestion¶
-
class
oci.core.models.
CpeDeviceConfigQuestion
(**kwargs)¶ Bases:
object
An individual question that the customer can answer about the CPE device.
The customer provides answers to these questions in
update_tunnel_cpe_device_config()
.Methods
__init__
(**kwargs)Initializes a new CpeDeviceConfigQuestion object with values from keyword arguments. Attributes
display_name
Gets the display_name of this CpeDeviceConfigQuestion. explanation
Gets the explanation of this CpeDeviceConfigQuestion. key
Gets the key of this CpeDeviceConfigQuestion. -
__init__
(**kwargs)¶ Initializes a new CpeDeviceConfigQuestion 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 CpeDeviceConfigQuestion.
- display_name (str) – The value to assign to the display_name property of this CpeDeviceConfigQuestion.
- explanation (str) – The value to assign to the explanation property of this CpeDeviceConfigQuestion.
-
display_name
¶ Gets the display_name of this CpeDeviceConfigQuestion. A descriptive label for the question (for example, to display in a form in a graphical interface). Avoid entering confidential information.
Returns: The display_name of this CpeDeviceConfigQuestion. Return type: str
-
explanation
¶ Gets the explanation of this CpeDeviceConfigQuestion. A description or explanation of the question, to help the customer answer accurately.
Returns: The explanation of this CpeDeviceConfigQuestion. Return type: str
-
key
¶ Gets the key of this CpeDeviceConfigQuestion. A string that identifies the question.
Returns: The key of this CpeDeviceConfigQuestion. Return type: str
-