Class ConnectableResource

java.lang.Object
com.azure.resourcemanager.security.models.ConnectableResource

public final class ConnectableResource extends Object
Describes the allowed inbound and outbound traffic of an Azure resource.
  • Constructor Details

    • ConnectableResource

      public ConnectableResource()
  • Method Details

    • id

      public String id()
      Get the id property: The Azure resource id.
      Returns:
      the id value.
    • inboundConnectedResources

      public List<ConnectedResource> inboundConnectedResources()
      Get the inboundConnectedResources property: The list of Azure resources that the resource has inbound allowed connection from.
      Returns:
      the inboundConnectedResources value.
    • outboundConnectedResources

      public List<ConnectedResource> outboundConnectedResources()
      Get the outboundConnectedResources property: The list of Azure resources that the resource has outbound allowed connection to.
      Returns:
      the outboundConnectedResources value.
    • validate

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