Class GetNetworkInsightsPathResult


  • public final class GetNetworkInsightsPathResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        ARN of the selected Network Insights Path.
      • destination

        public java.lang.String destination()
        Returns:
        AWS resource that is the destination of the path.
      • destinationArn

        public java.lang.String destinationArn()
        Returns:
        ARN of the destination.
      • destinationIp

        public java.lang.String destinationIp()
        Returns:
        IP address of the AWS resource that is the destination of the path.
      • destinationPort

        public java.lang.Integer destinationPort()
        Returns:
        Destination port.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • networkInsightsPathId

        public java.lang.String networkInsightsPathId()
      • protocol

        public java.lang.String protocol()
        Returns:
        Protocol.
      • source

        public java.lang.String source()
        Returns:
        AWS resource that is the source of the path.
      • sourceArn

        public java.lang.String sourceArn()
        Returns:
        ARN of the source.
      • sourceIp

        public java.lang.String sourceIp()
        Returns:
        IP address of the AWS resource that is the source of the path.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Map of tags assigned to the resource.