Class EgressTrafficSpec
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.vnmonitoring.model.EgressTrafficSpec
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class EgressTrafficSpec extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDefines the traffic configuration that leaves the traffic node.
 Note: Objects should always be created or deserialized using theEgressTrafficSpec.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theEgressTrafficSpec.Builder, which maintain a set of all explicitly set fields calledEgressTrafficSpec.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classEgressTrafficSpec.Builder
 - 
Constructor SummaryConstructors Constructor Description EgressTrafficSpec(Integer protocol, String sourceAddress, String destinationAddress, TrafficProtocolParameters trafficProtocolParameters)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EgressTrafficSpec.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDestinationAddress()The IPv4 address of the destination node.IntegergetProtocol()The IP protocol to use for the traffic path analysis.StringgetSourceAddress()The IPv4 address of the source node.TrafficProtocolParametersgetTrafficProtocolParameters()inthashCode()EgressTrafficSpec.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
EgressTrafficSpec@Deprecated @ConstructorProperties({"protocol","sourceAddress","destinationAddress","trafficProtocolParameters"}) public EgressTrafficSpec(Integer protocol, String sourceAddress, String destinationAddress, TrafficProtocolParameters trafficProtocolParameters) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static EgressTrafficSpec.Builder builder() Create a new builder.
 - 
toBuilderpublic EgressTrafficSpec.Builder toBuilder() 
 - 
getProtocolpublic Integer getProtocol() The IP protocol to use for the traffic path analysis.- Returns:
- the value
 
 - 
getSourceAddresspublic String getSourceAddress() The IPv4 address of the source node.- Returns:
- the value
 
 - 
getDestinationAddresspublic String getDestinationAddress() The IPv4 address of the destination node.- Returns:
- the value
 
 - 
getTrafficProtocolParameterspublic TrafficProtocolParameters getTrafficProtocolParameters() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-