UpdateTunnelCpeDeviceConfigDetails

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

Bases: object

UpdateTunnelCpeDeviceConfigDetails model.

Methods

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

Attributes

tunnel_cpe_device_config Gets the tunnel_cpe_device_config of this UpdateTunnelCpeDeviceConfigDetails.
__init__(**kwargs)

Initializes a new UpdateTunnelCpeDeviceConfigDetails 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 (list[oci.core.models.CpeDeviceConfigAnswer]) – The value to assign to the tunnel_cpe_device_config property of this UpdateTunnelCpeDeviceConfigDetails.
tunnel_cpe_device_config

Gets the tunnel_cpe_device_config of this UpdateTunnelCpeDeviceConfigDetails. The set of configuration answers for a CPE device.

Returns:The tunnel_cpe_device_config of this UpdateTunnelCpeDeviceConfigDetails.
Return type:list[oci.core.models.CpeDeviceConfigAnswer]