Class CreateInstanceActionOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CreateInstanceActionOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createInstanceAction options.
    • Method Detail

      • instanceId

        public String instanceId()
        Gets the instanceId. The virtual server instance identifier.
        Returns:
        the instanceId
      • type

        public String type()
        Gets the type. The type of action.
        Returns:
        the type
      • force

        public Boolean force()
        Gets the force. If set to true, the action will be forced immediately, and all queued actions deleted. Ignored for the start action.
        Returns:
        the force