java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.Order
com.softlayer.api.service.container.product.order.gateway.appliance.Cluster

@ApiType("SoftLayer_Container_Product_Order_Gateway_Appliance_Cluster")
public class Cluster
extends Order
This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder. This datatype has everything required to place a Gateway Appliance Cluster order with SoftLayer.
See Also:
SoftLayer_Container_Product_Order_Gateway_Appliance_Cluster
  • Field Details

    • clusterIdentifier

      @ApiProperty(canBeNullOrNotSet=true) protected String clusterIdentifier
      Used to identify which items on an order belong in the same cluster.
    • clusterIdentifierSpecified

      protected boolean clusterIdentifierSpecified
    • clusterOrderType

      @ApiProperty(canBeNullOrNotSet=true) protected String clusterOrderType
      Indicates what type of cluster order is being placed (HA, Provision).
    • clusterOrderTypeSpecified

      protected boolean clusterOrderTypeSpecified
  • Constructor Details

    • Cluster

      public Cluster()
  • Method Details

    • getClusterIdentifier

      public String getClusterIdentifier()
    • setClusterIdentifier

      public void setClusterIdentifier​(String clusterIdentifier)
    • isClusterIdentifierSpecified

      public boolean isClusterIdentifierSpecified()
    • unsetClusterIdentifier

      public void unsetClusterIdentifier()
    • getClusterOrderType

      public String getClusterOrderType()
    • setClusterOrderType

      public void setClusterOrderType​(String clusterOrderType)
    • isClusterOrderTypeSpecified

      public boolean isClusterOrderTypeSpecified()
    • unsetClusterOrderType

      public void unsetClusterOrderType()