Class CpeDeviceShapeDetail.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.CpeDeviceShapeDetail.Builder
 
- 
- Enclosing class:
- CpeDeviceShapeDetail
 
 public static class CpeDeviceShapeDetail.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CpeDeviceShapeDetailbuild()CpeDeviceShapeDetail.Buildercopy(CpeDeviceShapeDetail model)CpeDeviceShapeDetail.BuildercpeDeviceInfo(CpeDeviceInfo cpeDeviceInfo)CpeDeviceShapeDetail.BuildercpeDeviceShapeId(String cpeDeviceShapeId)The OCID of the CPE device shape.CpeDeviceShapeDetail.Builderparameters(List<CpeDeviceConfigQuestion> parameters)For certain CPE devices types, the customer can provide answers to questions that are specific to the device type.CpeDeviceShapeDetail.Buildertemplate(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.
 
- 
- 
- 
Method Detail- 
cpeDeviceShapeIdpublic CpeDeviceShapeDetail.Builder cpeDeviceShapeId(String cpeDeviceShapeId) The OCID of the CPE device shape.This value uniquely identifies the type of CPE device. - Parameters:
- cpeDeviceShapeId- the value to set
- Returns:
- this builder
 
 - 
cpeDeviceInfopublic CpeDeviceShapeDetail.Builder cpeDeviceInfo(CpeDeviceInfo cpeDeviceInfo) 
 - 
parameterspublic 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:
- parameters- the value to set
- Returns:
- this builder
 
 - 
templatepublic 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- Parameters:
- template- the value to set
- Returns:
- this builder
 
 - 
buildpublic CpeDeviceShapeDetail build() 
 - 
copypublic CpeDeviceShapeDetail.Builder copy(CpeDeviceShapeDetail model) 
 
- 
 
-