Class DescribeVpcAttributeResponse

    • Method Detail

      • vpcId

        public final String vpcId()

        The ID of the VPC.

        Returns:
        The ID of the VPC.
      • enableDnsHostnames

        public final AttributeBooleanValue enableDnsHostnames()

        Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.

        Returns:
        Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.
      • enableDnsSupport

        public final AttributeBooleanValue enableDnsSupport()

        Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.

        Returns:
        Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.
      • enableNetworkAddressUsageMetrics

        public final AttributeBooleanValue enableNetworkAddressUsageMetrics()

        Indicates whether Network Address Usage metrics are enabled for your VPC.

        Returns:
        Indicates whether Network Address Usage metrics are enabled for your VPC.
      • 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