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