Class NetworkConfiguration

    • Method Detail

      • assignPublicIp

        public final AssignPublicIp assignPublicIp()

        Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is " DISABLED".

        If the service returns an enum value that is not available in the current SDK version, assignPublicIp will return AssignPublicIp.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from assignPublicIpAsString().

        Returns:
        Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is " DISABLED".
        See Also:
        AssignPublicIp
      • assignPublicIpAsString

        public final String assignPublicIpAsString()

        Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is " DISABLED".

        If the service returns an enum value that is not available in the current SDK version, assignPublicIp will return AssignPublicIp.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from assignPublicIpAsString().

        Returns:
        Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is " DISABLED".
        See Also:
        AssignPublicIp
      • 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)