Show / Hide Table of Contents

Class TunnelCpeDeviceConfig

The set of CPE configuration answers for the tunnel, which the customer provides in {@link #updateTunnelCpeDeviceConfig(UpdateTunnelCpeDeviceConfigRequest) updateTunnelCpeDeviceConfig}. The answers correlate to the questions that are specific to the CPE device type (see the parameters attribute of {@link CpeDeviceShapeDetail}).
See these related operations:

  • {@link #getTunnelCpeDeviceConfig(GetTunnelCpeDeviceConfigRequest) getTunnelCpeDeviceConfig}
  • {@link #getTunnelCpeDeviceConfigContent(GetTunnelCpeDeviceConfigContentRequest) getTunnelCpeDeviceConfigContent}
  • {@link #getIpsecCpeDeviceConfigContent(GetIpsecCpeDeviceConfigContentRequest) getIpsecCpeDeviceConfigContent}
  • {@link #getCpeDeviceConfigContent(GetCpeDeviceConfigContentRequest) getCpeDeviceConfigContent}
Inheritance
object
TunnelCpeDeviceConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class TunnelCpeDeviceConfig

Properties

TunnelCpeDeviceConfigParameter

Declaration
[JsonProperty(PropertyName = "tunnelCpeDeviceConfigParameter")]
public List<CpeDeviceConfigAnswer> TunnelCpeDeviceConfigParameter { get; set; }
Property Value
Type Description
List<CpeDeviceConfigAnswer>
In this article
Back to top