Class IpamPoolAllocation

    • Method Detail

      • cidr

        public final String cidr()

        The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.

        Returns:
        The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.
      • ipamPoolAllocationId

        public final String ipamPoolAllocationId()

        The ID of an allocation.

        Returns:
        The ID of an allocation.
      • description

        public final String description()

        A description of the pool allocation.

        Returns:
        A description of the pool allocation.
      • resourceId

        public final String resourceId()

        The ID of the resource.

        Returns:
        The ID of the resource.
      • resourceRegion

        public final String resourceRegion()

        The Amazon Web Services Region of the resource.

        Returns:
        The Amazon Web Services Region of the resource.
      • resourceOwner

        public final String resourceOwner()

        The owner of the resource.

        Returns:
        The owner of the resource.
      • 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)