Class TopologyResource


  • public class TopologyResource
    extends Object
    The network resource topology information for the given resource group.
    • Constructor Detail

      • TopologyResource

        public TopologyResource()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public TopologyResource withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the TopologyResource object itself.
      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public TopologyResource withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the TopologyResource object itself.
      • location

        public String location()
        Get the location value.
        Returns:
        the location value
      • withLocation

        public TopologyResource withLocation​(String location)
        Set the location value.
        Parameters:
        location - the location value to set
        Returns:
        the TopologyResource object itself.
      • associations

        public List<TopologyAssociation> associations()
        Get the associations value.
        Returns:
        the associations value
      • withAssociations

        public TopologyResource withAssociations​(List<TopologyAssociation> associations)
        Set the associations value.
        Parameters:
        associations - the associations value to set
        Returns:
        the TopologyResource object itself.