Interface MorpheusSynchronousNetworkRouteTableService

All Superinterfaces:
MorpheusSynchronousDataService<NetworkRouteTable,NetworkRouteTableIdentityProjection>, MorpheusSynchronousIdentityService<NetworkRouteTableIdentityProjection>

  • Method Details

    • listIdentityProjections

      io.reactivex.rxjava3.core.Observable<NetworkRouteTableIdentityProjection> listIdentityProjections(CloudPool zonePool)
      Lists all route table projection objects for a specified cloud. The projection is a subset of the properties on a full NetworkRouteTable object for sync matching.
      Parameters:
      zonePool - the CloudPool identifier associated to the route tables to be listed.
      Returns:
      an RxJava Observable stream of result projection objects.
    • listIdentityProjections

      io.reactivex.rxjava3.core.Observable<NetworkRouteTableIdentityProjection> listIdentityProjections(Long poolId)
      Lists all route table projection objects for a specified cloud. The projection is a subset of the properties on a full NetworkRouteTable object for sync matching.
      Parameters:
      poolId - the id of the CloudPool associated to the route tables to be listed.
      Returns:
      an RxJava Observable stream of result projection objects.