Class VisibleTrafficNode


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20160918")
    public final class VisibleTrafficNode
    extends TrafficNode
    Defines the configuration of a traffic node that is visible to the user.
    Note: Objects should always be created or deserialized using the VisibleTrafficNode.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 the VisibleTrafficNode.Builder, which maintain a set of all explicitly set fields called VisibleTrafficNode.Builder.__explicitlySet__. The hashCode() and equals(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).
    • Method Detail

      • getEntityId

        public String getEntityId()
        The OCID of the OCI entity that represents the traffic node (Instance, GW, LB, etc.).
        Returns:
        the value
      • getTransformationDescription

        public String getTransformationDescription()
        Describes how the traffic was transformed.

        For example, if an address is translated by a NAT GW, the string will describe the translation: ‘SNAT: 10.0.0.1->204.0.0.1’

        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class TrafficNode
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation