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}
Inherited Members
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> |