CpeDeviceShapeSummary

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

Bases: object

A summary of information about a particular CPE device type. Compare with CpeDeviceShapeDetail.

Methods

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

Attributes

cpe_device_info Gets the cpe_device_info of this CpeDeviceShapeSummary.
id Gets the id of this CpeDeviceShapeSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this CpeDeviceShapeSummary.
  • cpe_device_info (oci.core.models.CpeDeviceInfo) – The value to assign to the cpe_device_info property of this CpeDeviceShapeSummary.
cpe_device_info

Gets the cpe_device_info of this CpeDeviceShapeSummary.

Returns:The cpe_device_info of this CpeDeviceShapeSummary.
Return type:oci.core.models.CpeDeviceInfo
id

Gets the id of this CpeDeviceShapeSummary. The OCID of the CPE device shape. This value uniquely identifies the type of CPE device.

Returns:The id of this CpeDeviceShapeSummary.
Return type:str