Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader
-
public final class GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder
builder()
static GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder
builder(GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader defaults)
java.util.List<java.lang.String>
destinationAddresses()
java.util.List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange>
destinationPortRanges()
java.lang.String
protocol()
java.util.List<java.lang.String>
sourceAddresses()
java.util.List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange>
sourcePortRanges()
-
-
-
Method Detail
-
destinationAddresses
public java.util.List<java.lang.String> destinationAddresses()
-
destinationPortRanges
public java.util.List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange> destinationPortRanges()
-
protocol
public java.lang.String protocol()
-
sourceAddresses
public java.util.List<java.lang.String> sourceAddresses()
-
sourcePortRanges
public java.util.List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange> sourcePortRanges()
-
builder
public static GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder builder()
-
builder
public static GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder builder(GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader defaults)
-
-