CpeDeviceShapeDetail¶
-
class
oci.core.models.
CpeDeviceShapeDetail
(**kwargs)¶ Bases:
object
The detailed information about a particular CPE device type. Compare with
CpeDeviceShapeSummary
.Methods
__init__
(**kwargs)Initializes a new CpeDeviceShapeDetail object with values from keyword arguments. Attributes
cpe_device_info
Gets the cpe_device_info of this CpeDeviceShapeDetail. cpe_device_shape_id
Gets the cpe_device_shape_id of this CpeDeviceShapeDetail. parameters
Gets the parameters of this CpeDeviceShapeDetail. template
Gets the template of this CpeDeviceShapeDetail. -
__init__
(**kwargs)¶ Initializes a new CpeDeviceShapeDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cpe_device_shape_id (str) – The value to assign to the cpe_device_shape_id property of this CpeDeviceShapeDetail.
- cpe_device_info (oci.core.models.CpeDeviceInfo) – The value to assign to the cpe_device_info property of this CpeDeviceShapeDetail.
- parameters (list[oci.core.models.CpeDeviceConfigQuestion]) – The value to assign to the parameters property of this CpeDeviceShapeDetail.
- template (str) – The value to assign to the template property of this CpeDeviceShapeDetail.
-
cpe_device_info
¶ Gets the cpe_device_info of this CpeDeviceShapeDetail.
Returns: The cpe_device_info of this CpeDeviceShapeDetail. Return type: oci.core.models.CpeDeviceInfo
-
cpe_device_shape_id
¶ Gets the cpe_device_shape_id of this CpeDeviceShapeDetail. The OCID of the CPE device shape. This value uniquely identifies the type of CPE device.
Returns: The cpe_device_shape_id of this CpeDeviceShapeDetail. Return type: str
-
parameters
¶ Gets the parameters of this CpeDeviceShapeDetail. For certain CPE devices types, the customer can provide answers to questions that are specific to the device type. This attribute contains a list of those questions. The Networking service merges the answers with other information and renders a set of CPE configuration content. To provide the answers, use
update_tunnel_cpe_device_config()
.Returns: The parameters of this CpeDeviceShapeDetail. Return type: list[oci.core.models.CpeDeviceConfigQuestion]
-
template
¶ Gets the template of this CpeDeviceShapeDetail. A template of CPE device configuration information that will be merged with the customer’s answers to the questions to render the final CPE device configuration content. Also see:
get_cpe_device_config_content()
get_ipsec_cpe_device_config_content()
get_tunnel_cpe_device_config_content()
Returns: The template of this CpeDeviceShapeDetail. Return type: str
-