Aracılığıyla paylaş


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 NodeInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.NodeInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String nodeChassisSerialNumber()

Gets the nodeChassisSerialNumber property: Serial number of the Chassis.

abstract String nodeDisplayName()

Gets the nodeDisplayName property: Display Name of the individual node.

abstract String nodeFriendlySoftwareVersion()

Gets the nodeFriendlySoftwareVersion property: Friendly software version name that is currently installed on the node.

abstract String nodeHcsVersion()

Gets the nodeHcsVersion property: HCS version that is currently installed on the node.

abstract String nodeInstanceId()

Gets the nodeInstanceId property: Guid instance id of the node.

abstract String nodeSerialNumber()

Gets the nodeSerialNumber property: Serial number of the individual node.

abstract NodeStatus nodeStatus()

Gets the nodeStatus property: The current status of the individual 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:

the id value.

innerModel

public abstract NodeInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.NodeInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

nodeChassisSerialNumber

public abstract String nodeChassisSerialNumber()

Gets the nodeChassisSerialNumber property: Serial number of the Chassis.

Returns:

the nodeChassisSerialNumber value.

nodeDisplayName

public abstract String nodeDisplayName()

Gets the nodeDisplayName property: Display Name of the individual node.

Returns:

the nodeDisplayName value.

nodeFriendlySoftwareVersion

public abstract String nodeFriendlySoftwareVersion()

Gets the nodeFriendlySoftwareVersion property: Friendly software version name that is currently installed on the node.

Returns:

the nodeFriendlySoftwareVersion value.

nodeHcsVersion

public abstract String nodeHcsVersion()

Gets the nodeHcsVersion property: HCS version that is currently installed on the node.

Returns:

the nodeHcsVersion value.

nodeInstanceId

public abstract String nodeInstanceId()

Gets the nodeInstanceId property: Guid instance id of the node.

Returns:

the nodeInstanceId value.

nodeSerialNumber

public abstract String nodeSerialNumber()

Gets the nodeSerialNumber property: Serial number of the individual node.

Returns:

the nodeSerialNumber value.

nodeStatus

public abstract NodeStatus nodeStatus()

Gets the nodeStatus property: The current status of the individual node.

Returns:

the nodeStatus value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to