Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.DistributedNodesInfo
-
Packages that use DistributedNodesInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of DistributedNodesInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return DistributedNodesInfo Modifier and Type Method Description DistributedNodesInfo
DistributedNodesInfo. withErrorDetail(ErrorDetail errorDetail)
Set the errorDetail property: Error Details if the Status is non-success.DistributedNodesInfo
DistributedNodesInfo. withNodeName(String nodeName)
Set the nodeName property: Name of the node under a distributed container.DistributedNodesInfo
DistributedNodesInfo. withStatus(String status)
Set the status property: Status of this Node.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type DistributedNodesInfo Modifier and Type Method Description List<DistributedNodesInfo>
AzureWorkloadContainerExtendedInfo. nodesList()
Get the nodesList property: List of the nodes in case of distributed container.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type DistributedNodesInfo Modifier and Type Method Description AzureWorkloadContainerExtendedInfo
AzureWorkloadContainerExtendedInfo. withNodesList(List<DistributedNodesInfo> nodesList)
Set the nodesList property: List of the nodes in case of distributed container.
-