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 |
cpeDeviceShapeId(String cpeDeviceShapeId)
The OCID
of the CPE’s device type.
|
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 |
isPrivate(Boolean isPrivate)
Indicates whether this CPE is of type
private or not. |
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 cpeDeviceShapeId(String cpeDeviceShapeId)
The OCID
of the CPE’s device type. The Networking service maintains a general list of CPE device
types (for example, Cisco ASA). For each type, Oracle provides CPE configuration content
that can help a network engineer configure the CPE. The
OCID
uniquely identifies the type of device. To get the OCIDs for the device types on the
list, see listCpeDeviceShapes
.
For information about how to generate CPE configuration content for a CPE device type, see:
getCpeDeviceConfigContent
* getIpsecCpeDeviceConfigContent
* getTunnelCpeDeviceConfigContent
* getTunnelCpeDeviceConfig
cpeDeviceShapeId
- 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.Builder isPrivate(Boolean isPrivate)
Indicates whether this CPE is of type private
or not.
isPrivate
- the value to setpublic Cpe build()
public Cpe.Builder copy(Cpe model)
Copyright © 2016–2024. All rights reserved.