Uses of Class
cloud.dnation.hetznerclient.GetAllPrimaryIpsResponse
-
Uses of GetAllPrimaryIpsResponse in cloud.dnation.hetznerclient
Methods in cloud.dnation.hetznerclient that return GetAllPrimaryIpsResponseModifier and TypeMethodDescriptionGetAllPrimaryIpsResponse.addPrimaryIpsItem(PrimaryIpDetail primaryIpsItem) GetAllPrimaryIpsResponse.primaryIps(List<PrimaryIpDetail> primaryIps) Methods in cloud.dnation.hetznerclient that return types with arguments of type GetAllPrimaryIpsResponseModifier and TypeMethodDescriptionretrofit2.Call<GetAllPrimaryIpsResponse>HetznerApi.getAllPrimaryIps(String selector) Get all Primary IP objects.retrofit2.Call<GetAllPrimaryIpsResponse>HetznerApi.getPrimaryIpsBySelector(String selector, int page, int perPage) Get all Primary IP objects matching given selector.