Class ArcAgentNodes.Builder
- java.lang.Object
-
- com.oracle.bmc.dbmulticloud.model.ArcAgentNodes.Builder
-
- Enclosing class:
- ArcAgentNodes
public static class ArcAgentNodes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArcAgentNodes
build()
ArcAgentNodes.Builder
copy(ArcAgentNodes model)
ArcAgentNodes.Builder
currentArcAgentVersion(String currentArcAgentVersion)
Current Arc Agent Version installed on this node of VM Cluster.ArcAgentNodes.Builder
hostId(String hostId)
Host ID.ArcAgentNodes.Builder
hostName(String hostName)
Host Name or Azure Arc Agent Name.ArcAgentNodes.Builder
status(ArcAgentNodes.Status status)
The current status of the Azure Arc Agent Resource.ArcAgentNodes.Builder
timeLastChecked(Date timeLastChecked)
time when the Azure Arc Agent’s status was checked RFC 3339 timestamp format, e.g.
-
-
-
Method Detail
-
hostName
public ArcAgentNodes.Builder hostName(String hostName)
Host Name or Azure Arc Agent Name.- Parameters:
hostName
- the value to set- Returns:
- this builder
-
hostId
public ArcAgentNodes.Builder hostId(String hostId)
Host ID.- Parameters:
hostId
- the value to set- Returns:
- this builder
-
currentArcAgentVersion
public ArcAgentNodes.Builder currentArcAgentVersion(String currentArcAgentVersion)
Current Arc Agent Version installed on this node of VM Cluster.- Parameters:
currentArcAgentVersion
- the value to set- Returns:
- this builder
-
status
public ArcAgentNodes.Builder status(ArcAgentNodes.Status status)
The current status of the Azure Arc Agent Resource.- Parameters:
status
- the value to set- Returns:
- this builder
-
timeLastChecked
public ArcAgentNodes.Builder timeLastChecked(Date timeLastChecked)
time when the Azure Arc Agent’s status was checked RFC 3339 timestamp format, e.g.‘2020-05-22T21:10:29.600Z’
- Parameters:
timeLastChecked
- the value to set- Returns:
- this builder
-
build
public ArcAgentNodes build()
-
copy
public ArcAgentNodes.Builder copy(ArcAgentNodes model)
-
-