Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Cpe |
build() |
Cpe.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the CPE.
|
Cpe.Builder |
copy(Cpe model) |
Cpe.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Cpe.Builder |
displayName(String displayName)
A user-friendly name.
|
Cpe.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Cpe.Builder |
id(String id)
The CPE’s Oracle ID (OCID).
|
Cpe.Builder |
ipAddress(String ipAddress)
The public IP address of the on-premises router.
|
Cpe.Builder |
timeCreated(Date timeCreated)
The date and time the CPE was created, in the format defined by RFC3339.
|
public Cpe.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the CPE.
compartmentId
- the value to setpublic Cpe.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic Cpe.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic Cpe.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic Cpe.Builder id(String id)
The CPE’s Oracle ID (OCID).
id
- the value to setpublic Cpe.Builder ipAddress(String ipAddress)
The public IP address of the on-premises router.
ipAddress
- the value to setpublic Cpe.Builder timeCreated(Date timeCreated)
The date and time the CPE was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic Cpe build()
public Cpe.Builder copy(Cpe model)
Copyright © 2016–2023. All rights reserved.