public class NodeAgentSku extends Object
Constructor and Description |
---|
NodeAgentSku() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id value.
|
OSType |
osType()
Get the osType value.
|
List<ImageReference> |
verifiedImageReferences()
Get the verifiedImageReferences value.
|
NodeAgentSku |
withId(String id)
Set the id value.
|
NodeAgentSku |
withOsType(OSType osType)
Set the osType value.
|
NodeAgentSku |
withVerifiedImageReferences(List<ImageReference> verifiedImageReferences)
Set the verifiedImageReferences value.
|
public String id()
public NodeAgentSku withId(String id)
id
- the id value to setpublic List<ImageReference> verifiedImageReferences()
public NodeAgentSku withVerifiedImageReferences(List<ImageReference> verifiedImageReferences)
verifiedImageReferences
- the verifiedImageReferences value to setpublic OSType osType()
public NodeAgentSku withOsType(OSType osType)
osType
- the osType value to setCopyright © 2019. All rights reserved.