Class ContactsPropertiesAntennaConfiguration

java.lang.Object
com.azure.resourcemanager.orbital.models.ContactsPropertiesAntennaConfiguration

public final class ContactsPropertiesAntennaConfiguration extends Object
The configuration associated with the allocated antenna.
  • Constructor Details

    • ContactsPropertiesAntennaConfiguration

      public ContactsPropertiesAntennaConfiguration()
  • Method Details

    • destinationIp

      public String destinationIp()
      Get the destinationIp property: The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to.
      Returns:
      the destinationIp value.
    • withDestinationIp

      public ContactsPropertiesAntennaConfiguration withDestinationIp(String destinationIp)
      Set the destinationIp property: The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to.
      Parameters:
      destinationIp - the destinationIp value to set.
      Returns:
      the ContactsPropertiesAntennaConfiguration object itself.
    • sourceIps

      public List<String> sourceIps()
      Get the sourceIps property: List of Source IP.
      Returns:
      the sourceIps value.
    • withSourceIps

      public ContactsPropertiesAntennaConfiguration withSourceIps(List<String> sourceIps)
      Set the sourceIps property: List of Source IP.
      Parameters:
      sourceIps - the sourceIps value to set.
      Returns:
      the ContactsPropertiesAntennaConfiguration object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.