Uses of Class
cloud.dnation.hetznerclient.ServerType
-
-
Uses of ServerType in cloud.dnation.hetznerclient
Methods in cloud.dnation.hetznerclient that return ServerType Modifier and Type Method Description ServerTypeServerType. cores(Integer cores)ServerTypeServerType. deprecated(Boolean deprecated)ServerTypeServerType. description(String description)ServerTypeServerType. disk(Integer disk)ServerTypeServerDetail. getServerType()Get serverTypeServerTypeServerType. memory(Integer memory)ServerTypeServerType. name(String name)Methods in cloud.dnation.hetznerclient that return types with arguments of type ServerType Modifier and Type Method Description List<ServerType>GetServerTypesResponse. getServerTypes()Get serverTypesMethods in cloud.dnation.hetznerclient with parameters of type ServerType Modifier and Type Method Description GetServerTypesResponseGetServerTypesResponse. addServerTypesItem(ServerType serverTypesItem)ServerDetailServerDetail. serverType(ServerType serverType)voidServerDetail. setServerType(ServerType serverType)Method parameters in cloud.dnation.hetznerclient with type arguments of type ServerType Modifier and Type Method Description GetServerTypesResponseGetServerTypesResponse. serverTypes(List<ServerType> serverTypes)voidGetServerTypesResponse. setServerTypes(List<ServerType> serverTypes)
-