Class PrestissimoNodeDescriptionBody
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoNodeDescriptionBody
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoNodeDescriptionBody extends com.ibm.cloud.sdk.core.service.model.GenericModel
coordinator/worker property settings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestissimoNodeDescriptionBody.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoNodeDescriptionBody.Builder
newBuilder()
New builder.java.lang.String
nodeType()
Gets the nodeType.java.lang.Long
quantity()
Gets the quantity.
-
-
-
Method Detail
-
newBuilder
public PrestissimoNodeDescriptionBody.Builder newBuilder()
New builder.- Returns:
- a PrestissimoNodeDescriptionBody builder
-
nodeType
public java.lang.String nodeType()
Gets the nodeType. Node Type, r5, m, i..- Returns:
- the nodeType
-
quantity
public java.lang.Long quantity()
Gets the quantity. Number of nodes.- Returns:
- the quantity
-
-