Class CreateInstanceGroupManagerActionOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.CreateInstanceGroupManagerActionOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateInstanceGroupManagerActionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createInstanceGroupManagerAction options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder. -
Method Summary
Modifier and TypeMethodDescriptionGets the instanceGroupId.Gets the instanceGroupManagerActionPrototype.Gets the instanceGroupManagerId.New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateInstanceGroupManagerActionOptions builder
-
instanceGroupId
Gets the instanceGroupId. The instance group identifier.- Returns:
- the instanceGroupId
-
instanceGroupManagerId
Gets the instanceGroupManagerId. The instance group manager identifier.- Returns:
- the instanceGroupManagerId
-
instanceGroupManagerActionPrototype
Gets the instanceGroupManagerActionPrototype. The instance group manager action prototype object.- Returns:
- the instanceGroupManagerActionPrototype
-