All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.fsx.model.AggregateConfiguration Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon FSx module holds the client classes that are used for communicating with Amazon FSx Service

The newest version!
/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.fsx.model;

import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.protocol.StructuredPojo;
import com.amazonaws.protocol.ProtocolMarshaller;

/**
 * 

* Used to specify configuration options for a volume’s storage aggregate or aggregates. *

* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class AggregateConfiguration implements Serializable, Cloneable, StructuredPojo { /** *

* The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary * storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of * the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry. *

*

* Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

*
    *
  • *

    * The strings in the value of Aggregates are not are not formatted as aggrX, where X is a * number between 1 and 12. *

    *
  • *
  • *

    * The value of Aggregates contains aggregates that are not present. *

    *
  • *
  • *

    * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

    *
  • *
*/ private java.util.List aggregates; /** *

* The total number of constituents this FlexGroup volume has. Not applicable for FlexVols. *

*/ private Integer totalConstituents; /** *

* The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary * storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of * the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry. *

*

* Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

*
    *
  • *

    * The strings in the value of Aggregates are not are not formatted as aggrX, where X is a * number between 1 and 12. *

    *
  • *
  • *

    * The value of Aggregates contains aggregates that are not present. *

    *
  • *
  • *

    * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

    *
  • *
* * @return The list of aggregates that this volume resides on. Aggregates are storage pools which make up your * primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map * to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single * entry.

*

* Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

*
    *
  • *

    * The strings in the value of Aggregates are not are not formatted as aggrX, * where X is a number between 1 and 12. *

    *
  • *
  • *

    * The value of Aggregates contains aggregates that are not present. *

    *
  • *
  • *

    * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

    *
  • */ public java.util.List getAggregates() { return aggregates; } /** *

    * The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary * storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of * the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry. *

    *

    * Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

    *
      *
    • *

      * The strings in the value of Aggregates are not are not formatted as aggrX, where X is a * number between 1 and 12. *

      *
    • *
    • *

      * The value of Aggregates contains aggregates that are not present. *

      *
    • *
    • *

      * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

      *
    • *
    * * @param aggregates * The list of aggregates that this volume resides on. Aggregates are storage pools which make up your * primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map * to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single * entry.

    *

    * Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

    *
      *
    • *

      * The strings in the value of Aggregates are not are not formatted as aggrX, where * X is a number between 1 and 12. *

      *
    • *
    • *

      * The value of Aggregates contains aggregates that are not present. *

      *
    • *
    • *

      * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

      *
    • */ public void setAggregates(java.util.Collection aggregates) { if (aggregates == null) { this.aggregates = null; return; } this.aggregates = new java.util.ArrayList(aggregates); } /** *

      * The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary * storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of * the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry. *

      *

      * Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

      *
        *
      • *

        * The strings in the value of Aggregates are not are not formatted as aggrX, where X is a * number between 1 and 12. *

        *
      • *
      • *

        * The value of Aggregates contains aggregates that are not present. *

        *
      • *
      • *

        * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

        *
      • *
      *

      * NOTE: This method appends the values to the existing list (if any). Use * {@link #setAggregates(java.util.Collection)} or {@link #withAggregates(java.util.Collection)} if you want to * override the existing values. *

      * * @param aggregates * The list of aggregates that this volume resides on. Aggregates are storage pools which make up your * primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map * to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single * entry.

      *

      * Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

      *
        *
      • *

        * The strings in the value of Aggregates are not are not formatted as aggrX, where * X is a number between 1 and 12. *

        *
      • *
      • *

        * The value of Aggregates contains aggregates that are not present. *

        *
      • *
      • *

        * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

        *
      • * @return Returns a reference to this object so that method calls can be chained together. */ public AggregateConfiguration withAggregates(String... aggregates) { if (this.aggregates == null) { setAggregates(new java.util.ArrayList(aggregates.length)); } for (String ele : aggregates) { this.aggregates.add(ele); } return this; } /** *

        * The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary * storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of * the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry. *

        *

        * Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

        *
          *
        • *

          * The strings in the value of Aggregates are not are not formatted as aggrX, where X is a * number between 1 and 12. *

          *
        • *
        • *

          * The value of Aggregates contains aggregates that are not present. *

          *
        • *
        • *

          * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

          *
        • *
        * * @param aggregates * The list of aggregates that this volume resides on. Aggregates are storage pools which make up your * primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map * to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single * entry.

        *

        * Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: *

        *
          *
        • *

          * The strings in the value of Aggregates are not are not formatted as aggrX, where * X is a number between 1 and 12. *

          *
        • *
        • *

          * The value of Aggregates contains aggregates that are not present. *

          *
        • *
        • *

          * One or more of the aggregates supplied are too close to the volume limit to support adding more volumes. *

          *
        • * @return Returns a reference to this object so that method calls can be chained together. */ public AggregateConfiguration withAggregates(java.util.Collection aggregates) { setAggregates(aggregates); return this; } /** *

          * The total number of constituents this FlexGroup volume has. Not applicable for FlexVols. *

          * * @param totalConstituents * The total number of constituents this FlexGroup volume has. Not applicable for FlexVols. */ public void setTotalConstituents(Integer totalConstituents) { this.totalConstituents = totalConstituents; } /** *

          * The total number of constituents this FlexGroup volume has. Not applicable for FlexVols. *

          * * @return The total number of constituents this FlexGroup volume has. Not applicable for FlexVols. */ public Integer getTotalConstituents() { return this.totalConstituents; } /** *

          * The total number of constituents this FlexGroup volume has. Not applicable for FlexVols. *

          * * @param totalConstituents * The total number of constituents this FlexGroup volume has. Not applicable for FlexVols. * @return Returns a reference to this object so that method calls can be chained together. */ public AggregateConfiguration withTotalConstituents(Integer totalConstituents) { setTotalConstituents(totalConstituents); return this; } /** * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be * redacted from this string using a placeholder value. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getAggregates() != null) sb.append("Aggregates: ").append(getAggregates()).append(","); if (getTotalConstituents() != null) sb.append("TotalConstituents: ").append(getTotalConstituents()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof AggregateConfiguration == false) return false; AggregateConfiguration other = (AggregateConfiguration) obj; if (other.getAggregates() == null ^ this.getAggregates() == null) return false; if (other.getAggregates() != null && other.getAggregates().equals(this.getAggregates()) == false) return false; if (other.getTotalConstituents() == null ^ this.getTotalConstituents() == null) return false; if (other.getTotalConstituents() != null && other.getTotalConstituents().equals(this.getTotalConstituents()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getAggregates() == null) ? 0 : getAggregates().hashCode()); hashCode = prime * hashCode + ((getTotalConstituents() == null) ? 0 : getTotalConstituents().hashCode()); return hashCode; } @Override public AggregateConfiguration clone() { try { return (AggregateConfiguration) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } @com.amazonaws.annotation.SdkInternalApi @Override public void marshall(ProtocolMarshaller protocolMarshaller) { com.amazonaws.services.fsx.model.transform.AggregateConfigurationMarshaller.getInstance().marshall(this, protocolMarshaller); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy