Class CpeDeviceConfigQuestion
An individual question that the customer can answer about the CPE device.
The customer provides answers to these questions in
{@link #updateTunnelCpeDeviceConfig(UpdateTunnelCpeDeviceConfigRequest) updateTunnelCpeDeviceConfig}.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class CpeDeviceConfigQuestion
Properties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A descriptive label for the question (for example, to display in a form in a graphical interface). Avoid entering confidential information. |
Explanation
Declaration
[JsonProperty(PropertyName = "explanation")]
public string Explanation { get; set; }
Property Value
Type | Description |
---|---|
string | A description or explanation of the question, to help the customer answer accurately. |
Key
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string | A string that identifies the question. |