Class EbsCardInfo

    • Method Detail

      • ebsCardIndex

        public final Integer ebsCardIndex()

        The index of the EBS card.

        Returns:
        The index of the EBS card.
      • baselineBandwidthInMbps

        public final Integer baselineBandwidthInMbps()

        The baseline bandwidth performance for the EBS card, in Mbps.

        Returns:
        The baseline bandwidth performance for the EBS card, in Mbps.
      • baselineThroughputInMBps

        public final Double baselineThroughputInMBps()

        The baseline throughput performance for the EBS card, in MBps.

        Returns:
        The baseline throughput performance for the EBS card, in MBps.
      • baselineIops

        public final Integer baselineIops()

        The baseline IOPS performance for the EBS card.

        Returns:
        The baseline IOPS performance for the EBS card.
      • maximumBandwidthInMbps

        public final Integer maximumBandwidthInMbps()

        The maximum bandwidth performance for the EBS card, in Mbps.

        Returns:
        The maximum bandwidth performance for the EBS card, in Mbps.
      • maximumThroughputInMBps

        public final Double maximumThroughputInMBps()

        The maximum throughput performance for the EBS card, in MBps.

        Returns:
        The maximum throughput performance for the EBS card, in MBps.
      • maximumIops

        public final Integer maximumIops()

        The maximum IOPS performance for the EBS card.

        Returns:
        The maximum IOPS performance for the EBS card.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)