Interface ProvisionablePeer

All Superinterfaces:
OsidCapsule

public interface ProvisionablePeer extends OsidCapsule

An interface for the peers of the Provisionable relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the pool.
    Gets the Id of the resource.
  • Method Details

    • getResourceId

      Id getResourceId()
      Gets the Id of the resource.
      Returns:
      the Resource Id
      Compliance:
      mandatory - This method must be implemented.
    • getPoolId

      Id getPoolId()
      Gets the Id of the pool.
      Returns:
      the Pool Id
      Compliance:
      mandatory - This method must be implemented.