Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Worker |
build() |
Worker.Builder |
configurationDetails(Object configurationDetails)
Configuration details of the On-premise VP worker.
|
Worker.Builder |
copy(Worker model) |
Worker.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Worker.Builder |
displayName(String displayName)
Unique On-premise VP worker name that cannot be edited.
|
Worker.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Worker.Builder |
geoInfo(String geoInfo)
Geographical information of the On-premise VP worker.
|
Worker.Builder |
id(String id)
The OCID of the
On-premise VP worker.
|
Worker.Builder |
identityInfo(IdentityInfoDetails identityInfo) |
Worker.Builder |
monitorList(List<WorkerMonitorList> monitorList)
Monitors list assigned to the On-premise VP worker.
|
Worker.Builder |
name(String name)
Unique permanent name of the On-premise VP worker.
|
Worker.Builder |
opvpId(String opvpId)
The OCID of the
On-premise vantage point.
|
Worker.Builder |
opvpName(String opvpName)
On-premise vantage point name.
|
Worker.Builder |
priority(Integer priority)
Priority of the On-premise VP worker to schedule monitors.
|
Worker.Builder |
runtimeId(String runtimeId)
The runtime assigned id of the On-premise VP worker.
|
Worker.Builder |
status(OnPremiseVantagePointWorkerStatus status)
Enables or disables the On-premise VP worker.
|
Worker.Builder |
timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC
3339 timestamp format.
|
Worker.Builder |
timeLastSyncUp(Date timeLastSyncUp)
The time the resource was last synced, expressed in RFC
3339 timestamp format.
|
Worker.Builder |
timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC
3339 timestamp format.
|
Worker.Builder |
versionDetails(OnPremiseVpWorkerVersionDetails versionDetails) |
Worker.Builder |
workerType(OnPremiseVantagePointWorkerType workerType)
Type of the On-premise VP worker.
|
public Worker.Builder id(String id)
The OCID of the On-premise VP worker.
id
- the value to setpublic Worker.Builder runtimeId(String runtimeId)
The runtime assigned id of the On-premise VP worker.
runtimeId
- the value to setpublic Worker.Builder displayName(String displayName)
Unique On-premise VP worker name that cannot be edited. The name should not contain any confidential information.
displayName
- the value to setpublic Worker.Builder name(String name)
Unique permanent name of the On-premise VP worker. This is the same as the displayName.
name
- the value to setpublic Worker.Builder opvpId(String opvpId)
The OCID of the On-premise vantage point.
opvpId
- the value to setpublic Worker.Builder opvpName(String opvpName)
On-premise vantage point name.
opvpName
- the value to setpublic Worker.Builder versionDetails(OnPremiseVpWorkerVersionDetails versionDetails)
public Worker.Builder configurationDetails(Object configurationDetails)
Configuration details of the On-premise VP worker.
configurationDetails
- the value to setpublic Worker.Builder workerType(OnPremiseVantagePointWorkerType workerType)
Type of the On-premise VP worker.
workerType
- the value to setpublic Worker.Builder status(OnPremiseVantagePointWorkerStatus status)
Enables or disables the On-premise VP worker.
status
- the value to setpublic Worker.Builder priority(Integer priority)
Priority of the On-premise VP worker to schedule monitors.
priority
- the value to setpublic Worker.Builder geoInfo(String geoInfo)
Geographical information of the On-premise VP worker.
geoInfo
- the value to setpublic Worker.Builder monitorList(List<WorkerMonitorList> monitorList)
Monitors list assigned to the On-premise VP worker.
monitorList
- the value to setpublic Worker.Builder identityInfo(IdentityInfoDetails identityInfo)
public Worker.Builder timeLastSyncUp(Date timeLastSyncUp)
The time the resource was last synced, expressed in RFC
3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeLastSyncUp
- the value to setpublic Worker.Builder timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC
3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeCreated
- the value to setpublic Worker.Builder timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC
3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
timeUpdated
- the value to setpublic Worker.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 Worker.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 Worker build()
public Worker.Builder copy(Worker model)
Copyright © 2016–2024. All rights reserved.