Uses of Class
cloud.dnation.hetznerclient.NetworkDetail
-
-
Uses of NetworkDetail in cloud.dnation.hetznerclient
Methods in cloud.dnation.hetznerclient that return NetworkDetail Modifier and Type Method Description NetworkDetailGetNetworkByIdResponse. getNetwork()Get networkNetworkDetailNetworkDetail. ipRange(String ipRange)NetworkDetailNetworkDetail. labels(Map<String,String> labels)NetworkDetailNetworkDetail. name(String name)NetworkDetailNetworkDetail. putLabelsItem(String key, String labelsItem)Methods in cloud.dnation.hetznerclient that return types with arguments of type NetworkDetail Modifier and Type Method Description List<NetworkDetail>GetNetworksBySelectorResponse. getNetworks()Get networksMethods in cloud.dnation.hetznerclient with parameters of type NetworkDetail Modifier and Type Method Description GetNetworksBySelectorResponseGetNetworksBySelectorResponse. addNetworksItem(NetworkDetail networksItem)GetNetworkByIdResponseGetNetworkByIdResponse. network(NetworkDetail network)voidGetNetworkByIdResponse. setNetwork(NetworkDetail network)Method parameters in cloud.dnation.hetznerclient with type arguments of type NetworkDetail Modifier and Type Method Description GetNetworksBySelectorResponseGetNetworksBySelectorResponse. networks(List<NetworkDetail> networks)voidGetNetworksBySelectorResponse. setNetworks(List<NetworkDetail> networks)
-