Node Interface
public interface Node
An immutable client-side representation of Node.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Node |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
nodeChassisSerialNumber()
Gets the node |
| abstract String |
nodeDisplayName()
Gets the node |
| abstract String |
nodeFriendlySoftwareVersion()
Gets the node |
| abstract String |
nodeHcsVersion()
Gets the node |
| abstract String |
nodeInstanceId()
Gets the node |
| abstract String |
nodeSerialNumber()
Gets the node |
|
abstract
Node |
nodeStatus()
Gets the node |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract NodeInner innerModel()
Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.NodeInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
nodeChassisSerialNumber
public abstract String nodeChassisSerialNumber()
Gets the nodeChassisSerialNumber property: Serial number of the Chassis.
Returns:
nodeDisplayName
public abstract String nodeDisplayName()
Gets the nodeDisplayName property: Display Name of the individual node.
Returns:
nodeFriendlySoftwareVersion
public abstract String nodeFriendlySoftwareVersion()
Gets the nodeFriendlySoftwareVersion property: Friendly software version name that is currently installed on the node.
Returns:
nodeHcsVersion
public abstract String nodeHcsVersion()
Gets the nodeHcsVersion property: HCS version that is currently installed on the node.
Returns:
nodeInstanceId
public abstract String nodeInstanceId()
Gets the nodeInstanceId property: Guid instance id of the node.
Returns:
nodeSerialNumber
public abstract String nodeSerialNumber()
Gets the nodeSerialNumber property: Serial number of the individual node.
Returns:
nodeStatus
public abstract NodeStatus nodeStatus()
Gets the nodeStatus property: The current status of the individual node.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: