Uses of Class
com.oracle.bmc.vnmonitoring.model.Cpe.Builder
-
Packages that use Cpe.Builder Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Cpe.Builder in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Cpe.Builder Modifier and Type Method Description static Cpe.Builder
Cpe. builder()
Create a new builder.Cpe.Builder
Cpe.Builder. compartmentId(String compartmentId)
The OCID of the compartment containing the CPE.Cpe.Builder
Cpe.Builder. copy(Cpe model)
Cpe.Builder
Cpe.Builder. cpeDeviceShapeId(String cpeDeviceShapeId)
The OCID of the CPE’s device type.Cpe.Builder
Cpe.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Cpe.Builder
Cpe.Builder. displayName(String displayName)
A user-friendly name.Cpe.Builder
Cpe.Builder. freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Cpe.Builder
Cpe.Builder. id(String id)
The CPE’s Oracle ID (OCID).Cpe.Builder
Cpe.Builder. ipAddress(String ipAddress)
The public IP address of the on-premises router.Cpe.Builder
Cpe.Builder. isPrivate(Boolean isPrivate)
Indicates whether this CPE is of type private or not.Cpe.Builder
Cpe.Builder. timeCreated(Date timeCreated)
The date and time the CPE was created, in the format defined by RFC3339.Cpe.Builder
Cpe. toBuilder()
-