@Generated(value="software.amazon.awssdk:codegen") public final class Explanation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Explanation.Builder,Explanation>
Describes an explanation code for an unreachable path. For more information, see Reachability Analyzer explanation codes.
Modifier and Type | Class and Description |
---|---|
static interface |
Explanation.Builder |
Modifier and Type | Method and Description |
---|---|
AnalysisComponent |
acl()
The network ACL.
|
AnalysisAclRule |
aclRule()
The network ACL rule.
|
String |
address()
The IPv4 address, in CIDR notation.
|
List<String> |
addresses()
The IPv4 addresses, in CIDR notation.
|
AnalysisComponent |
attachedTo()
The resource to which the component is attached.
|
List<String> |
availabilityZones()
The Availability Zones.
|
static Explanation.Builder |
builder() |
List<String> |
cidrs()
The CIDR ranges.
|
AnalysisLoadBalancerListener |
classicLoadBalancerListener()
The listener for a Classic Load Balancer.
|
AnalysisComponent |
component()
The component.
|
AnalysisComponent |
customerGateway()
The customer gateway.
|
AnalysisComponent |
destination()
The destination.
|
AnalysisComponent |
destinationVpc()
The destination VPC.
|
String |
direction()
The direction.
|
AnalysisComponent |
elasticLoadBalancerListener()
The load balancer listener.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
explanationCode()
The explanation code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAddresses()
For responses, this returns true if the service returned a value for the Addresses property.
|
boolean |
hasAvailabilityZones()
For responses, this returns true if the service returned a value for the AvailabilityZones property.
|
boolean |
hasCidrs()
For responses, this returns true if the service returned a value for the Cidrs property.
|
int |
hashCode() |
boolean |
hasLoadBalancerTargetGroups()
For responses, this returns true if the service returned a value for the LoadBalancerTargetGroups property.
|
boolean |
hasPortRanges()
For responses, this returns true if the service returned a value for the PortRanges property.
|
boolean |
hasProtocols()
For responses, this returns true if the service returned a value for the Protocols property.
|
boolean |
hasSecurityGroups()
For responses, this returns true if the service returned a value for the SecurityGroups property.
|
AnalysisComponent |
ingressRouteTable()
The route table.
|
AnalysisComponent |
internetGateway()
The internet gateway.
|
String |
loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
|
Integer |
loadBalancerListenerPort()
The listener port of the load balancer.
|
AnalysisLoadBalancerTarget |
loadBalancerTarget()
The target.
|
AnalysisComponent |
loadBalancerTargetGroup()
The target group.
|
List<AnalysisComponent> |
loadBalancerTargetGroups()
The target groups.
|
Integer |
loadBalancerTargetPort()
The target port.
|
String |
missingComponent()
The missing component.
|
AnalysisComponent |
natGateway()
The NAT gateway.
|
AnalysisComponent |
networkInterface()
The network interface.
|
String |
packetField()
The packet field.
|
Integer |
port()
The port.
|
List<PortRange> |
portRanges()
The port ranges.
|
AnalysisComponent |
prefixList()
The prefix list.
|
List<String> |
protocols()
The protocols.
|
AnalysisComponent |
routeTable()
The route table.
|
AnalysisRouteTableRoute |
routeTableRoute()
The route table route.
|
List<SdkField<?>> |
sdkFields() |
AnalysisComponent |
securityGroup()
The security group.
|
AnalysisSecurityGroupRule |
securityGroupRule()
The security group rule.
|
List<AnalysisComponent> |
securityGroups()
The security groups.
|
static Class<? extends Explanation.Builder> |
serializableBuilderClass() |
AnalysisComponent |
sourceVpc()
The source VPC.
|
String |
state()
The state.
|
AnalysisComponent |
subnet()
The subnet.
|
AnalysisComponent |
subnetRouteTable()
The route table for the subnet.
|
Explanation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AnalysisComponent |
transitGateway()
The transit gateway.
|
AnalysisComponent |
transitGatewayAttachment()
The transit gateway attachment.
|
AnalysisComponent |
transitGatewayRouteTable()
The transit gateway route table.
|
TransitGatewayRouteTableRoute |
transitGatewayRouteTableRoute()
The transit gateway route table route.
|
AnalysisComponent |
vpc()
The component VPC.
|
AnalysisComponent |
vpcEndpoint()
The VPC endpoint.
|
AnalysisComponent |
vpcPeeringConnection()
The VPC peering connection.
|
AnalysisComponent |
vpnConnection()
The VPN connection.
|
AnalysisComponent |
vpnGateway()
The VPN gateway.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final AnalysisComponent acl()
The network ACL.
public final AnalysisAclRule aclRule()
The network ACL rule.
public final String address()
The IPv4 address, in CIDR notation.
public final boolean hasAddresses()
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> addresses()
The IPv4 addresses, in CIDR notation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAddresses()
method.
public final AnalysisComponent attachedTo()
The resource to which the component is attached.
public final boolean hasAvailabilityZones()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> availabilityZones()
The Availability Zones.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAvailabilityZones()
method.
public final boolean hasCidrs()
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<String> cidrs()
The CIDR ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCidrs()
method.
public final AnalysisComponent component()
The component.
public final AnalysisComponent customerGateway()
The customer gateway.
public final AnalysisComponent destination()
The destination.
public final AnalysisComponent destinationVpc()
The destination VPC.
public final String direction()
The direction. The following are the possible values:
egress
ingress
egress
ingress
public final String explanationCode()
The explanation code.
public final AnalysisComponent ingressRouteTable()
The route table.
public final AnalysisComponent internetGateway()
The internet gateway.
public final String loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public final AnalysisLoadBalancerListener classicLoadBalancerListener()
The listener for a Classic Load Balancer.
public final Integer loadBalancerListenerPort()
The listener port of the load balancer.
public final AnalysisLoadBalancerTarget loadBalancerTarget()
The target.
public final AnalysisComponent loadBalancerTargetGroup()
The target group.
public final boolean hasLoadBalancerTargetGroups()
isEmpty()
method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<AnalysisComponent> loadBalancerTargetGroups()
The target groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLoadBalancerTargetGroups()
method.
public final Integer loadBalancerTargetPort()
The target port.
public final AnalysisComponent elasticLoadBalancerListener()
The load balancer listener.
public final String missingComponent()
The missing component.
public final AnalysisComponent natGateway()
The NAT gateway.
public final AnalysisComponent networkInterface()
The network interface.
public final String packetField()
The packet field.
public final AnalysisComponent vpcPeeringConnection()
The VPC peering connection.
public final Integer port()
The port.
public final boolean hasPortRanges()
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<PortRange> portRanges()
The port ranges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPortRanges()
method.
public final AnalysisComponent prefixList()
The prefix list.
public final boolean hasProtocols()
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> protocols()
The protocols.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasProtocols()
method.
public final AnalysisRouteTableRoute routeTableRoute()
The route table route.
public final AnalysisComponent routeTable()
The route table.
public final AnalysisComponent securityGroup()
The security group.
public final AnalysisSecurityGroupRule securityGroupRule()
The security group rule.
public final boolean hasSecurityGroups()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AnalysisComponent> securityGroups()
The security groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSecurityGroups()
method.
public final AnalysisComponent sourceVpc()
The source VPC.
public final String state()
The state.
public final AnalysisComponent subnet()
The subnet.
public final AnalysisComponent subnetRouteTable()
The route table for the subnet.
public final AnalysisComponent vpc()
The component VPC.
public final AnalysisComponent vpcEndpoint()
The VPC endpoint.
public final AnalysisComponent vpnConnection()
The VPN connection.
public final AnalysisComponent vpnGateway()
The VPN gateway.
public final AnalysisComponent transitGateway()
The transit gateway.
public final AnalysisComponent transitGatewayRouteTable()
The transit gateway route table.
public final TransitGatewayRouteTableRoute transitGatewayRouteTableRoute()
The transit gateway route table route.
public final AnalysisComponent transitGatewayAttachment()
The transit gateway attachment.
public Explanation.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Explanation.Builder,Explanation>
public static Explanation.Builder builder()
public static Class<? extends Explanation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.