Class PeeringGroupResource

java.lang.Object
com.strongdm.api.PeeringGroupResource

public class PeeringGroupResource extends Object
PeeringGroupResource represents the attachment between a PeeringGroup and a Resource.
  • Constructor Details

    • PeeringGroupResource

      public PeeringGroupResource()
  • Method Details

    • getGroupId

      public String getGroupId()
      Peering Group ID to which the resource will be attached to.
    • setGroupId

      public void setGroupId(String in)
      Peering Group ID to which the resource will be attached to.
    • getId

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

      public void setId(String in)
      Unique identifier of the Attachment.
    • getResourceId

      public String getResourceId()
      Resource ID to be attached.
    • setResourceId

      public void setResourceId(String in)
      Resource ID to be attached.