TunnelCpeDeviceConfig

class oci.core.models.TunnelCpeDeviceConfig(**kwargs)

Bases: object

The set of CPE configuration answers for the tunnel, which the customer provides in update_tunnel_cpe_device_config(). The answers correlate to the questions that are specific to the CPE device type (see the parameters attribute of CpeDeviceShapeDetail).

See these related operations:

  • get_tunnel_cpe_device_config()
  • get_tunnel_cpe_device_config_content()
  • get_ipsec_cpe_device_config_content()
  • get_cpe_device_config_content()

Methods

__init__(**kwargs) Initializes a new TunnelCpeDeviceConfig object with values from keyword arguments.

Attributes

tunnel_cpe_device_config_parameter Gets the tunnel_cpe_device_config_parameter of this TunnelCpeDeviceConfig.
__init__(**kwargs)

Initializes a new TunnelCpeDeviceConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:tunnel_cpe_device_config_parameter (list[oci.core.models.CpeDeviceConfigAnswer]) – The value to assign to the tunnel_cpe_device_config_parameter property of this TunnelCpeDeviceConfig.
tunnel_cpe_device_config_parameter

Gets the tunnel_cpe_device_config_parameter of this TunnelCpeDeviceConfig.

Returns:The tunnel_cpe_device_config_parameter of this TunnelCpeDeviceConfig.
Return type:list[oci.core.models.CpeDeviceConfigAnswer]