Class AllowedConnectionsResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.AllowedConnectionsResourceInner

public final class AllowedConnectionsResourceInner extends com.azure.core.management.ProxyResource
The resource whose properties describes the allowed traffic between Azure resources.
  • Constructor Details

    • AllowedConnectionsResourceInner

      public AllowedConnectionsResourceInner()
  • Method Details

    • location

      public String location()
      Get the location property: Location where the resource is stored.
      Returns:
      the location value.
    • calculatedDateTime

      public OffsetDateTime calculatedDateTime()
      Get the calculatedDateTime property: The UTC time on which the allowed connections resource was calculated.
      Returns:
      the calculatedDateTime value.
    • connectableResources

      public List<ConnectableResource> connectableResources()
      Get the connectableResources property: List of connectable resources.
      Returns:
      the connectableResources value.
    • validate

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