Class AwsInstance

java.lang.Object
co.yellowdog.platform.model.Instance
co.yellowdog.platform.model.AwsInstance
All Implemented Interfaces:
Serializable

public class AwsInstance extends Instance
Extends Instance to add fields specific to the AWS compute sources.
See Also:
  • Constructor Details

    • AwsInstance

      public AwsInstance()
  • Method Details

    • getInstanceLifecycle

      public String getInstanceLifecycle()
      The AWS EC2 instance lifecycle value for this instance.
      Returns:
      the AWS EC2 instance lifecycle value for this instance
    • setInstanceLifecycle

      public void setInstanceLifecycle(String instanceLifecycle)
      The AWS EC2 instance lifecycle value for this instance.
      Parameters:
      instanceLifecycle - This should not be set outside of the YellowDog Compute service.
    • toString

      public String toString()
      Overrides:
      toString in class Instance
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Instance
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Instance
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Instance