public class ComputeNode extends Object
Constructor and Description |
---|
ComputeNode() |
Modifier and Type | Method and Description |
---|---|
String |
affinityId()
Get the affinityId value.
|
org.joda.time.DateTime |
allocationTime()
Get the allocationTime value.
|
List<CertificateReference> |
certificateReferences()
Get the certificateReferences value.
|
ComputeNodeEndpointConfiguration |
endpointConfiguration()
Get the endpointConfiguration value.
|
List<ComputeNodeError> |
errors()
Get the errors value.
|
String |
id()
Get the id value.
|
String |
ipAddress()
Get the ipAddress value.
|
Boolean |
isDedicated()
Get the isDedicated value.
|
org.joda.time.DateTime |
lastBootTime()
Get the lastBootTime value.
|
List<TaskInformation> |
recentTasks()
Get the recentTasks value.
|
Integer |
runningTasksCount()
Get the runningTasksCount value.
|
SchedulingState |
schedulingState()
Get the schedulingState value.
|
StartTask |
startTask()
Get the startTask value.
|
StartTaskInformation |
startTaskInfo()
Get the startTaskInfo value.
|
ComputeNodeState |
state()
Get the state value.
|
org.joda.time.DateTime |
stateTransitionTime()
Get the stateTransitionTime value.
|
Integer |
totalTasksRun()
Get the totalTasksRun value.
|
Integer |
totalTasksSucceeded()
Get the totalTasksSucceeded value.
|
String |
url()
Get the url value.
|
String |
vmSize()
Get the vmSize value.
|
ComputeNode |
withAffinityId(String affinityId)
Set the affinityId value.
|
ComputeNode |
withAllocationTime(org.joda.time.DateTime allocationTime)
Set the allocationTime value.
|
ComputeNode |
withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
ComputeNode |
withEndpointConfiguration(ComputeNodeEndpointConfiguration endpointConfiguration)
Set the endpointConfiguration value.
|
ComputeNode |
withErrors(List<ComputeNodeError> errors)
Set the errors value.
|
ComputeNode |
withId(String id)
Set the id value.
|
ComputeNode |
withIpAddress(String ipAddress)
Set the ipAddress value.
|
ComputeNode |
withIsDedicated(Boolean isDedicated)
Set the isDedicated value.
|
ComputeNode |
withLastBootTime(org.joda.time.DateTime lastBootTime)
Set the lastBootTime value.
|
ComputeNode |
withRecentTasks(List<TaskInformation> recentTasks)
Set the recentTasks value.
|
ComputeNode |
withRunningTasksCount(Integer runningTasksCount)
Set the runningTasksCount value.
|
ComputeNode |
withSchedulingState(SchedulingState schedulingState)
Set the schedulingState value.
|
ComputeNode |
withStartTask(StartTask startTask)
Set the startTask value.
|
ComputeNode |
withStartTaskInfo(StartTaskInformation startTaskInfo)
Set the startTaskInfo value.
|
ComputeNode |
withState(ComputeNodeState state)
Set the state value.
|
ComputeNode |
withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
ComputeNode |
withTotalTasksRun(Integer totalTasksRun)
Set the totalTasksRun value.
|
ComputeNode |
withTotalTasksSucceeded(Integer totalTasksSucceeded)
Set the totalTasksSucceeded value.
|
ComputeNode |
withUrl(String url)
Set the url value.
|
ComputeNode |
withVmSize(String vmSize)
Set the vmSize value.
|
public String id()
public ComputeNode withId(String id)
id
- the id value to setpublic String url()
public ComputeNode withUrl(String url)
url
- the url value to setpublic ComputeNodeState state()
public ComputeNode withState(ComputeNodeState state)
state
- the state value to setpublic SchedulingState schedulingState()
public ComputeNode withSchedulingState(SchedulingState schedulingState)
schedulingState
- the schedulingState value to setpublic org.joda.time.DateTime stateTransitionTime()
public ComputeNode withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
stateTransitionTime
- the stateTransitionTime value to setpublic org.joda.time.DateTime lastBootTime()
public ComputeNode withLastBootTime(org.joda.time.DateTime lastBootTime)
lastBootTime
- the lastBootTime value to setpublic org.joda.time.DateTime allocationTime()
public ComputeNode withAllocationTime(org.joda.time.DateTime allocationTime)
allocationTime
- the allocationTime value to setpublic String ipAddress()
public ComputeNode withIpAddress(String ipAddress)
ipAddress
- the ipAddress value to setpublic String affinityId()
public ComputeNode withAffinityId(String affinityId)
affinityId
- the affinityId value to setpublic String vmSize()
public ComputeNode withVmSize(String vmSize)
vmSize
- the vmSize value to setpublic Integer totalTasksRun()
public ComputeNode withTotalTasksRun(Integer totalTasksRun)
totalTasksRun
- the totalTasksRun value to setpublic Integer runningTasksCount()
public ComputeNode withRunningTasksCount(Integer runningTasksCount)
runningTasksCount
- the runningTasksCount value to setpublic Integer totalTasksSucceeded()
public ComputeNode withTotalTasksSucceeded(Integer totalTasksSucceeded)
totalTasksSucceeded
- the totalTasksSucceeded value to setpublic List<TaskInformation> recentTasks()
public ComputeNode withRecentTasks(List<TaskInformation> recentTasks)
recentTasks
- the recentTasks value to setpublic StartTask startTask()
public ComputeNode withStartTask(StartTask startTask)
startTask
- the startTask value to setpublic StartTaskInformation startTaskInfo()
public ComputeNode withStartTaskInfo(StartTaskInformation startTaskInfo)
startTaskInfo
- the startTaskInfo value to setpublic List<CertificateReference> certificateReferences()
public ComputeNode withCertificateReferences(List<CertificateReference> certificateReferences)
certificateReferences
- the certificateReferences value to setpublic List<ComputeNodeError> errors()
public ComputeNode withErrors(List<ComputeNodeError> errors)
errors
- the errors value to setpublic Boolean isDedicated()
public ComputeNode withIsDedicated(Boolean isDedicated)
isDedicated
- the isDedicated value to setpublic ComputeNodeEndpointConfiguration endpointConfiguration()
public ComputeNode withEndpointConfiguration(ComputeNodeEndpointConfiguration endpointConfiguration)
endpointConfiguration
- the endpointConfiguration value to setCopyright © 2019. All rights reserved.