Package com.ibm.cloud.is.vpc.v1.model
Class ListInstanceGroupManagerActionsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ListInstanceGroupManagerActionsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListInstanceGroupManagerActionsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listInstanceGroupManagerActions options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListInstanceGroupManagerActionsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
instanceGroupId()
Gets the instanceGroupId.String
instanceGroupManagerId()
Gets the instanceGroupManagerId.Long
limit()
Gets the limit.ListInstanceGroupManagerActionsOptions.Builder
newBuilder()
New builder.String
start()
Gets the start.
-
-
-
Method Detail
-
newBuilder
public ListInstanceGroupManagerActionsOptions.Builder newBuilder()
New builder.- Returns:
- a ListInstanceGroupManagerActionsOptions builder
-
instanceGroupId
public String instanceGroupId()
Gets the instanceGroupId. The instance group identifier.- Returns:
- the instanceGroupId
-
instanceGroupManagerId
public String instanceGroupManagerId()
Gets the instanceGroupManagerId. The instance group manager identifier.- Returns:
- the instanceGroupManagerId
-
start
public String start()
Gets the start. A server-provided token determining what resource to start the page on.- Returns:
- the start
-
limit
public Long limit()
Gets the limit. The number of resources to return on a page.- Returns:
- the limit
-
-