Class PeeringGroup

java.lang.Object
com.strongdm.api.PeeringGroup

public class PeeringGroup extends Object
PeeringGroups are the building blocks used for explicit network topology making. They may be linked to other peering groups. Sets of PeeringGroupResource and PeeringGroupNode can be attached to a peering group.
  • Constructor Details

    • PeeringGroup

      public PeeringGroup()
  • Method Details

    • getId

      public String getId()
      Unique identifier of the PeeringGroup.
    • setId

      public void setId(String in)
      Unique identifier of the PeeringGroup.
    • getName

      public String getName()
      Unique human-readable name of the PeeringGroup.
    • setName

      public void setName(String in)
      Unique human-readable name of the PeeringGroup.