Class CpeDeviceConfigAnswer
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 {@link CpeDeviceShapeDetail}).
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class CpeDeviceConfigAnswerProperties
Key
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A string that identifies the question to be answered. See the  | 
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The answer to the question. |