listIpRoutes

Lists the address blocks that you have added to a directory.

Samples


fun main() { 
   //sampleStart 
   // The following example lists the address blocks that have been added to a specified directory.
val resp = directoryClient.listIpRoutes {
    directoryId = "d-92654abfed"
    limit = 0
} 
   //sampleEnd
}