Class AwsSecondaryNetworkInterface

java.lang.Object
co.yellowdog.platform.model.AwsSecondaryNetworkInterface
All Implemented Interfaces:
Serializable

@JsonClassDescription("Specifies a secondary network interface") public class AwsSecondaryNetworkInterface extends Object implements Serializable
See Also:
  • Method Details

    • builder

      public static AwsSecondaryNetworkInterface.Builder builder()
    • toBuilder

    • getNetworkInterfaceType

      public AwsNetworkInterfaceType getNetworkInterfaceType()
      Determines the type of the network interface.
    • getSubnetId

      public String getSubnetId()
      Optional subnetId for this network interface. If not specified the subnetId of the parent source is used.
    • getSecurityGroupId

      public String getSecurityGroupId()
      Optional securityGroupId for this network interface. If not specified the subnetId of the parent source is used.
    • setNetworkInterfaceType

      public void setNetworkInterfaceType(AwsNetworkInterfaceType networkInterfaceType)
      Determines the type of the network interface.
    • setSubnetId

      public void setSubnetId(String subnetId)
      Optional subnetId for this network interface. If not specified the subnetId of the parent source is used.
    • setSecurityGroupId

      public void setSecurityGroupId(String securityGroupId)
      Optional securityGroupId for this network interface. If not specified the subnetId of the parent source is used.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object