Show / Hide Table of Contents

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}.

Inheritance
object
CpeDeviceConfigQuestion
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.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.

In this article
Back to top