public interface Node
An immutable client-side representation of Node.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.NodeInner object.
    Gets the name property: The name of the resource.
    Gets the nodeChassisSerialNumber property: Serial number of the Chassis.
    Gets the nodeDisplayName property: Display Name of the individual node.
    Gets the nodeFriendlySoftwareVersion property: Friendly software version name that is currently installed on the node.
    Gets the nodeHcsVersion property: HCS version that is currently installed on the node.
    Gets the nodeInstanceId property: Guid instance id of the node.
    Gets the nodeSerialNumber property: Serial number of the individual node.
    Gets the nodeStatus property: The current status of the individual node.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • nodeStatus

      NodeStatus nodeStatus()
      Gets the nodeStatus property: The current status of the individual node.
      Returns:
      the nodeStatus value.
    • nodeChassisSerialNumber

      String nodeChassisSerialNumber()
      Gets the nodeChassisSerialNumber property: Serial number of the Chassis.
      Returns:
      the nodeChassisSerialNumber value.
    • nodeSerialNumber

      String nodeSerialNumber()
      Gets the nodeSerialNumber property: Serial number of the individual node.
      Returns:
      the nodeSerialNumber value.
    • nodeDisplayName

      String nodeDisplayName()
      Gets the nodeDisplayName property: Display Name of the individual node.
      Returns:
      the nodeDisplayName value.
    • nodeFriendlySoftwareVersion

      String nodeFriendlySoftwareVersion()
      Gets the nodeFriendlySoftwareVersion property: Friendly software version name that is currently installed on the node.
      Returns:
      the nodeFriendlySoftwareVersion value.
    • nodeHcsVersion

      String nodeHcsVersion()
      Gets the nodeHcsVersion property: HCS version that is currently installed on the node.
      Returns:
      the nodeHcsVersion value.
    • nodeInstanceId

      String nodeInstanceId()
      Gets the nodeInstanceId property: Guid instance id of the node.
      Returns:
      the nodeInstanceId value.
    • innerModel

      NodeInner innerModel()
      Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.NodeInner object.
      Returns:
      the inner object.