Class InstanceAction

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.InstanceAction
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class InstanceAction extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceAction.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    The current status of this action.
    static interface 
    The type of action.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    this method is deprecated and may be removed in a future release
    Gets the createdAt.
    Deprecated.
    this method is deprecated and may be removed in a future release
    Deprecated.
    this method is deprecated and may be removed in a future release
    Deprecated.
    this method is deprecated and may be removed in a future release
    Deprecated.
    this method is deprecated and may be removed in a future release
    Gets the type.
    Gets the force.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getCompletedAt

      @Deprecated public Date getCompletedAt()
      Deprecated.
      this method is deprecated and may be removed in a future release
      Gets the completedAt. The date and time that the action was completed.
      Returns:
      the completedAt
    • getCreatedAt

      public Date getCreatedAt()
      Gets the createdAt. The date and time that the action was created.
      Returns:
      the createdAt
    • isForce

      public Boolean isForce()
      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
    • getHref

      @Deprecated public String getHref()
      Deprecated.
      this method is deprecated and may be removed in a future release
      Gets the href. The URL for this instance action.
      Returns:
      the href
    • getId

      @Deprecated public String getId()
      Deprecated.
      this method is deprecated and may be removed in a future release
      Gets the id. The identifier for this instance action.
      Returns:
      the id
    • getStartedAt

      @Deprecated public Date getStartedAt()
      Deprecated.
      this method is deprecated and may be removed in a future release
      Gets the startedAt. The date and time that the action was started.
      Returns:
      the startedAt
    • getStatus

      @Deprecated public String getStatus()
      Deprecated.
      this method is deprecated and may be removed in a future release
      Gets the status. The current status of this action.
      Returns:
      the status
    • getType

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