public static class CpeDeviceShapeDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CpeDeviceShapeDetail |
build() |
CpeDeviceShapeDetail.Builder |
copy(CpeDeviceShapeDetail model) |
CpeDeviceShapeDetail.Builder |
cpeDeviceInfo(CpeDeviceInfo cpeDeviceInfo) |
CpeDeviceShapeDetail.Builder |
cpeDeviceShapeId(String cpeDeviceShapeId)
The OCID
of the CPE device shape.
|
CpeDeviceShapeDetail.Builder |
parameters(List<CpeDeviceConfigQuestion> parameters)
For certain CPE devices types, the customer can provide answers to questions that are
specific to the device type.
|
CpeDeviceShapeDetail.Builder |
template(String template)
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.
|
public CpeDeviceShapeDetail.Builder cpeDeviceShapeId(String cpeDeviceShapeId)
The OCID of the CPE device shape. This value uniquely identifies the type of CPE device.
cpeDeviceShapeId
- the value to setpublic CpeDeviceShapeDetail.Builder cpeDeviceInfo(CpeDeviceInfo cpeDeviceInfo)
public CpeDeviceShapeDetail.Builder parameters(List<CpeDeviceConfigQuestion> parameters)
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 updateTunnelCpeDeviceConfig
.
parameters
- the value to setpublic CpeDeviceShapeDetail.Builder template(String template)
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:
getCpeDeviceConfigContent
* getIpsecCpeDeviceConfigContent
* getTunnelCpeDeviceConfigContent
template
- the value to setpublic CpeDeviceShapeDetail build()
public CpeDeviceShapeDetail.Builder copy(CpeDeviceShapeDetail model)
Copyright © 2016–2024. All rights reserved.