java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.NicEntityProperties

public final class NicEntityProperties extends EntityCommonProperties
Nic entity property bag.
  • Constructor Details

    • NicEntityProperties

      public NicEntityProperties()
  • Method Details

    • macAddress

      public String macAddress()
      Get the macAddress property: The MAC address of this network interface.
      Returns:
      the macAddress value.
    • ipAddressEntityId

      public String ipAddressEntityId()
      Get the ipAddressEntityId property: The IP entity id of this network interface.
      Returns:
      the ipAddressEntityId value.
    • vlans

      public List<String> vlans()
      Get the vlans property: A list of VLANs of the network interface entity.
      Returns:
      the vlans value.
    • validate

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