Interface AttachedNetwork


@Immutable public interface AttachedNetwork
  • Method Details

    • aliases

      List<String> aliases()
    • networkId

      String networkId()
    • endpointId

      String endpointId()
    • gateway

      String gateway()
    • ipAddress

      String ipAddress()
    • ipPrefixLen

      Integer ipPrefixLen()
    • ipv6Gateway

      String ipv6Gateway()
    • globalIPv6Address

      String globalIPv6Address()
    • globalIPv6PrefixLen

      Integer globalIPv6PrefixLen()
    • macAddress

      String macAddress()