Class ArcAgentNodes.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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
      • currentArcAgentVersion

        public ArcAgentNodes.Builder currentArcAgentVersion​(String currentArcAgentVersion)
        Current Arc Agent Version installed on this node of Oracle Cloud VM Cluster.
        Parameters:
        currentArcAgentVersion - 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