Uses of Class
com.oracle.bmc.vnmonitoring.model.CpeDeviceInfo.Builder
-
Packages that use CpeDeviceInfo.Builder Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of CpeDeviceInfo.Builder in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return CpeDeviceInfo.Builder Modifier and Type Method Description static CpeDeviceInfo.Builder
CpeDeviceInfo. builder()
Create a new builder.CpeDeviceInfo.Builder
CpeDeviceInfo.Builder. copy(CpeDeviceInfo model)
CpeDeviceInfo.Builder
CpeDeviceInfo.Builder. platformSoftwareVersion(String platformSoftwareVersion)
The platform or software version of the CPE device.CpeDeviceInfo.Builder
CpeDeviceInfo. toBuilder()
CpeDeviceInfo.Builder
CpeDeviceInfo.Builder. vendor(String vendor)
The vendor that makes the CPE device.
-