Class ListNodesRequest

    • Method Detail

      • networkId

        public final String networkId()

        The unique identifier of the network for which to list nodes.

        Returns:
        The unique identifier of the network for which to list nodes.
      • memberId

        public final String memberId()

        The unique identifier of the member who owns the nodes to list.

        Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

        Returns:
        The unique identifier of the member who owns the nodes to list.

        Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

      • status

        public final NodeStatus status()

        An optional status specifier. If provided, only nodes currently in this status are listed.

        If the service returns an enum value that is not available in the current SDK version, status will return NodeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        An optional status specifier. If provided, only nodes currently in this status are listed.
        See Also:
        NodeStatus
      • statusAsString

        public final String statusAsString()

        An optional status specifier. If provided, only nodes currently in this status are listed.

        If the service returns an enum value that is not available in the current SDK version, status will return NodeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        An optional status specifier. If provided, only nodes currently in this status are listed.
        See Also:
        NodeStatus
      • maxResults

        public final Integer maxResults()

        The maximum number of nodes to list.

        Returns:
        The maximum number of nodes to list.
      • nextToken

        public final String nextToken()

        The pagination token that indicates the next set of results to retrieve.

        Returns:
        The pagination token that indicates the next set of results to retrieve.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object