Class RegisterMeshNodeRequest

java.lang.Object
com.atlassian.bitbucket.mesh.RegisterMeshNodeRequest

public class RegisterMeshNodeRequest extends Object
A request to register a new MeshNode.
Since:
8.0
  • Method Details

    • getAvailabilityZone

      @Nullable public String getAvailabilityZone()
      Returns:
      the availability zone of the node, null otherwise
      Since:
      9.3
    • getName

      @Nullable public String getName()
      Returns:
      the optional human-readable name for the new node; if not specified the name is inferred from the URL
    • getRpcUrl

      @Nonnull public String getRpcUrl()
      Returns:
      the RPC URL for the new node, with the scheme (http:// or https://) indicating whether a secure connection should be used