Class NicEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.NicEntityProperties
Nic entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the ipAddressEntityId property: The IP entity id of this network interface.Get the macAddress property: The MAC address of this network interface.void
validate()
Validates the instance.vlans()
Get the vlans property: A list of VLANs of the network interface entity.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
NicEntityProperties
public NicEntityProperties()
-
-
Method Details
-
macAddress
Get the macAddress property: The MAC address of this network interface.- Returns:
- the macAddress value.
-
ipAddressEntityId
Get the ipAddressEntityId property: The IP entity id of this network interface.- Returns:
- the ipAddressEntityId value.
-
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 classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-