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 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