Class ProvisionPublicIpv4PoolCidrRequest

    • Method Detail

      • dryRun

        public final Boolean dryRun()

        A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • ipamPoolId

        public final String ipamPoolId()

        The ID of the IPAM pool you would like to use to allocate this CIDR.

        Returns:
        The ID of the IPAM pool you would like to use to allocate this CIDR.
      • poolId

        public final String poolId()

        The ID of the public IPv4 pool you would like to use for this CIDR.

        Returns:
        The ID of the public IPv4 pool you would like to use for this CIDR.
      • netmaskLength

        public final Integer netmaskLength()

        The netmask length of the CIDR you would like to allocate to the public IPv4 pool.

        Returns:
        The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
      • 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